/* ============================================================
   Blessings Lodge — Design System (light, warm & romantic)
   Ivory · pine green · antique brass · heritage wine
   ============================================================ */

:root {
  /* surfaces (light-first) */
  --paper: #f7f2e8; --paper-2: #efe6d4; --card: #fdfaf3; --line: #e4d8c1;
  /* text tiers */
  --ink: #2a231c; --ink-2: #4a4038; --ink-3: #756a5a;
  /* brand */
  --pine: #33503f; --pine-deep: #24382c; --wine: #7c3a4b; --wine-deep: #612c3b;
  --brass: #b08a4f; --brass-deep: #8a6a2f; --honey: #c99a63; --rose: #c0808f;
  /* over-image (fixed light, sits on dark scrims) */
  --on: #fbf7ee; --on-dim: #ece4d4; --on-mute: #ccc3b2;
  /* scrim base (near-pine-black for photo overlays) */
  --shade: 18, 26, 20;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --wrap: 1200px; --wrap-wide: 1440px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --section-y: clamp(4.5rem, 10vw, 9rem);
  --radius: 4px; --radius-lg: 10px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-h: 84px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.7; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display); font-weight: 500; line-height: 1.08;
  letter-spacing: 0.005em; color: var(--ink);
}
.display { font-size: clamp(2.75rem, 8vw, 6rem); line-height: 1.02; font-weight: 500; }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
p { max-width: 68ch; }

.eyebrow {
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass-deep); display: inline-block;
}
.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-2); line-height: 1.65; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { max-width: var(--wrap-wide); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.text-center { text-align: center; }
.divider { width: 56px; height: 2px; background: var(--brass); border: 0; margin: 1.5rem 0; }
.text-center .divider { margin-inline: auto; }

/* Buttons */
.btn {
  --btn-bg: var(--brass); --btn-fg: #241c10; --btn-bd: var(--brass);
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--font-body); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; padding: 1.05em 2.2em;
  background: var(--btn-bg); color: var(--btn-fg); border: 1px solid var(--btn-bd);
  border-radius: 2px; cursor: pointer;
  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);
}
.btn:hover { background: var(--pine); color: var(--on); border-color: var(--pine); transform: translateY(-2px); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--on); --btn-bd: rgba(251,247,238,0.55); }
.btn--ghost:hover { background: var(--on); color: var(--pine-deep); border-color: var(--on); }

/* Scroll-reveal removed — content is always visible regardless of scroll position */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--brass); color: #241c10; padding: 0.8rem 1.2rem;
  border-radius: 0 0 6px 0; font-size: 0.85rem; font-weight: 700;
}
.skip:focus { left: 0; }

img.ph { width: 100%; height: 100%; object-fit: cover; }
picture.cover { display: block; width: 100%; height: 100%; }

/* ================= NAV ================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; border-bottom: 1px solid transparent;
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
  background: linear-gradient(to bottom, rgba(18,26,20,0.55), rgba(18,26,20,0));
}
.nav__inner { height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav.is-solid {
  background: rgba(36,56,44,0.95); backdrop-filter: blur(12px);
  border-bottom-color: rgba(0,0,0,0.15); box-shadow: 0 10px 40px -22px rgba(20,30,22,0.85);
}
.brand { display: flex; align-items: center; gap: 0.7rem; color: var(--on); }
.brand__mark { color: var(--brass); display: grid; place-items: center; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.01em; }
.brand__sub { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--on-mute); margin-top: 4px; }
.nav__links { display: flex; gap: clamp(1rem, 2vw, 2rem); }
.nav__link { font-size: 0.82rem; letter-spacing: 0.06em; color: var(--on-dim); padding: 0.4rem 0; position: relative; transition: color .3s var(--ease); }
.nav__link::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav__link:hover, .nav__link.is-active { color: var(--on); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 1.4rem; }
.nav__phone { font-size: 0.85rem; letter-spacing: 0.04em; color: var(--on-dim); transition: color .3s var(--ease); white-space: nowrap; }
.nav__phone:hover { color: var(--brass); }
.nav__book { padding: 0.8em 1.6em; font-size: 0.72rem; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; background: none; border: 0; cursor: pointer; align-items: center; justify-content: center; }
.nav__toggle span { width: 24px; height: 2px; background: var(--on); transition: transform .4s var(--ease), opacity .3s var(--ease); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: rgba(36,56,44,0.98); backdrop-filter: blur(8px);
  display: grid; place-items: center; opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility .45s var(--ease);
}
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu__links { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; text-align: center; }
.mobile-menu__link { font-family: var(--font-display); font-size: 2rem; color: var(--on); }
.mobile-menu__book { margin-top: 1rem; }
.mobile-menu__phone { color: var(--brass); letter-spacing: 0.08em; margin-top: 0.5rem; }
body.menu-open { overflow: hidden; }
body.menu-open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav__toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1080px) { .nav__links, .nav__actions { display: none; } .nav__toggle { display: flex; } }

/* ================= HERO (home) ================= */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero__media, .phero__media, .break__media, .tile__media, .nf__media { position: absolute; inset: 0; z-index: -2; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(18,26,20,0.82), rgba(18,26,20,0.12) 55%), radial-gradient(120% 90% at 50% 40%, rgba(18,26,20,0) 40%, rgba(18,26,20,0.5) 100%);
}
.hero__inner { display: grid; gap: 1.4rem; max-width: 900px; padding-top: var(--nav-h); color: var(--on); }
.hero__eyebrow { color: #eddcb4; }
.hero__title { font-weight: 500; color: var(--on); text-shadow: 0 2px 24px rgba(0,0,0,0.4), 0 1px 3px rgba(0,0,0,0.4); }
.hero__sub { font-size: clamp(1.1rem, 1.7vw, 1.4rem); color: var(--on-dim); max-width: 47ch; line-height: 1.6; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 0.8rem; }
.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(251,247,238,0.4); border-radius: 20px; display: grid; justify-items: center; padding-top: 8px; }
.hero__scroll span { width: 3px; height: 8px; border-radius: 2px; background: var(--on); animation: scroll 1.8s var(--ease) infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(12px); } }

/* ================= PAGE HERO ================= */
.phero { position: relative; min-height: 72vh; display: grid; align-items: end; padding-bottom: clamp(3rem, 7vw, 6rem); padding-top: var(--nav-h); overflow: hidden; isolation: isolate; }
.phero--compact { min-height: 58vh; }
.phero__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(18,26,20,0.9) 0%, rgba(18,26,20,0.3) 45%, rgba(18,26,20,0.34) 100%), linear-gradient(to right, rgba(18,26,20,0.6), rgba(18,26,20,0) 60%); }
.phero__content { position: relative; display: grid; gap: 1.1rem; max-width: 960px; color: var(--on); }
.phero__content .eyebrow { color: #eddcb4; }
.phero__title { max-width: 20ch; color: var(--on); text-shadow: 0 2px 20px rgba(0,0,0,0.35); }
.phero__sub { max-width: 52ch; color: var(--on-dim); }

/* ================= INTRO ================= */
.intro__inner { display: grid; justify-items: center; gap: 0.4rem; max-width: 820px; margin-inline: auto; }
.intro__head { margin-top: 0.5rem; color: var(--pine-deep); }
.intro__lede { margin-top: 1.2rem; }

/* ================= CATEGORY / EXPERIENCE TILES ================= */
.stays__head { margin-bottom: 2.5rem; display: grid; gap: 0.5rem; }
.stays__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; isolation: isolate; color: var(--on); }
.tile__media img { transition: transform 1.2s var(--ease); }
.tile:hover .tile__media img { transform: scale(1.07); }
.tile__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(18,26,20,0.9) 8%, rgba(18,26,20,0.08) 70%); }
.tile__body { padding: 1.8rem; display: grid; gap: 0.6rem; }
.tile__title { font-size: 2rem; color: var(--on); }
.tile__blurb { color: var(--on-dim); font-size: 0.95rem; max-width: 34ch; }
.tile__link { color: #eddcb4; font-size: 0.82rem; letter-spacing: 0.08em; font-weight: 600; margin-top: 0.3rem; }

/* ================= IMAGE BREAKS ================= */
.break { position: relative; min-height: 66vh; display: grid; align-items: center; overflow: hidden; color: var(--on); isolation: isolate; }
.break--tall { min-height: 78vh; }
.break__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to right, rgba(18,26,20,0.85), rgba(18,26,20,0.2) 75%); }
.break__content { display: grid; gap: 1.1rem; max-width: 640px; }
.break__content .eyebrow { color: #eddcb4; }
.break__content h2 { color: var(--on); }
.break__content .lede { color: var(--on-dim); }
.break__content .btn { margin-top: 0.6rem; justify-self: start; }

/* ================= FEATURED / GRIDS ================= */
.featured__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.featured__head .eyebrow { margin-bottom: 0.4rem; }
.featured__head h2 { color: var(--pine-deep); }
.featured__all { color: var(--wine); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; white-space: nowrap; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }


/* ================= PERKS ================= */
.perks { background: var(--paper-2); }
.perks__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.perk { display: grid; gap: 0.5rem; padding-top: 1.4rem; border-top: 2px solid var(--brass); }
.perk__t { font-size: 1.35rem; color: var(--pine-deep); }
.perk__d { color: var(--ink-3); font-size: 0.92rem; }

/* ================= PROPERTY / SUITE CARD ================= */
.card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease); }
.card:hover { transform: translateY(-6px); border-color: rgba(176,138,79,0.6); box-shadow: 0 30px 60px -34px rgba(42,35,28,0.4); }
.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.card__media img { transition: transform 1.2s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__cat { position: absolute; top: 1rem; left: 1rem; background: rgba(36,56,44,0.85); backdrop-filter: blur(6px); color: var(--on); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.45em 0.9em; border-radius: 2px; }
.card__body { padding: 1.5rem 1.5rem 1.7rem; display: grid; gap: 0.5rem; }
.card__row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.card__name { font-size: 1.7rem; color: var(--pine-deep); }
.card__tag { color: var(--ink-2); font-size: 0.95rem; line-height: 1.5; }
.card__meta { color: var(--ink-3); font-size: 0.8rem; letter-spacing: 0.03em; margin-top: 0.2rem; }

/* ================= DETAIL ================= */
.qbar { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; color: var(--on-dim); font-size: 0.95rem; letter-spacing: 0.02em; }
.dot { color: var(--on-mute); }
.hero__book { margin-top: 1.2rem; justify-self: start; }
.detail { display: grid; grid-template-columns: 1.7fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.detail__body .eyebrow { color: var(--wine); }
.detail__p { color: var(--ink-2); margin-bottom: 1.1rem; font-size: 1.08rem; }
.detail__h { margin-top: 2.5rem; margin-bottom: 1.2rem; font-size: 1.7rem; color: var(--pine-deep); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip { background: var(--paper-2); border: 1px solid var(--line); padding: 0.55em 1.1em; border-radius: 100px; font-size: 0.85rem; color: var(--ink-2); }
.detail__aside { position: sticky; top: calc(var(--nav-h) + 1.5rem); }
.facts { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: 0 20px 44px -34px rgba(42,35,28,0.35); }
.facts__h { font-size: 1.4rem; margin-bottom: 1.2rem; color: var(--pine-deep); }
.facts dl { display: grid; gap: 0; margin-bottom: 1.5rem; }
.facts dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.facts dl > div:last-child { border-bottom: 0; }
.facts dt { color: var(--ink-3); font-size: 0.85rem; }
.facts dd { color: var(--ink); font-size: 0.9rem; text-align: right; font-weight: 600; }
.facts__btn { width: 100%; justify-content: center; }
.facts__call { display: block; text-align: center; margin-top: 1rem; font-size: 0.82rem; color: var(--ink-3); }
.facts__call:hover { color: var(--wine); }
.gallery-sec { padding-top: 0; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gitem { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 2; }
.gitem--wide { grid-column: 1 / -1; aspect-ratio: 21 / 9; }
.gitem img { transition: transform 1s var(--ease); }
.gitem:hover img { transform: scale(1.04); }
.related__head { margin-bottom: 2.5rem; display: grid; gap: 0.5rem; }
.related__head h2 { color: var(--pine-deep); }

/* ================= CATEGORY SEO COPY ================= */
.cat__book { margin-top: 1.2rem; justify-self: start; }
.seo-copy { padding-top: 0; }
.seo-copy__inner { max-width: 760px; display: grid; gap: 1.1rem; }
.seo-copy__inner h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--pine-deep); }
.seo-copy__inner p { color: var(--ink-2); }

/* ================= INTRO COPY / FAQ ================= */
.intro-copy { max-width: 760px; display: grid; gap: 1.1rem; }
.intro-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--pine-deep); }
.intro-copy p { color: var(--ink-2); }
.listing { padding-top: 0; }
.faq { background: var(--paper-2); }
.faq__inner { max-width: 800px; }
.faq__inner > h2 { margin-bottom: 2rem; color: var(--pine-deep); }
.faq__list { display: grid; gap: 0.8rem; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 1.2rem 1.5rem; }
.faq__item summary { cursor: pointer; font-family: var(--font-display); font-size: 1.3rem; color: var(--pine-deep); list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item[open] summary { color: var(--wine); margin-bottom: 0.7rem; }
.faq__item p { color: var(--ink-2); }
.faq__item p a { color: var(--wine); border-bottom: 1px solid var(--wine); }
.faq__item p a:hover { color: var(--brass-deep); border-color: var(--brass-deep); }
.faq__inner > .eyebrow { margin-bottom: 0.6rem; }
.faq__more { margin-top: 1.6rem; text-align: center; }
.faq__more a, .faq__contact a { color: var(--wine); border-bottom: 1px solid var(--wine); }
.faq__more a:hover, .faq__contact a:hover { color: var(--brass-deep); border-color: var(--brass-deep); }
.faq__contact { margin-top: 2rem; text-align: center; color: var(--ink-2); }

/* ================= GUIDE ================= */
.guide-intro { max-width: 760px; }
.guide-sec { padding-block: clamp(2.5rem, 5vw, 4rem); }
.guide-sec__title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 2rem; color: var(--pine-deep); }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.guide-card { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem 1.8rem; }
.guide-card__name { font-size: 1.4rem; margin-bottom: 0.5rem; color: var(--pine-deep); }
.guide-card__desc { color: var(--ink-2); font-size: 0.95rem; }
.guide-card--link { transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.guide-card--link:hover { transform: translateY(-4px); border-color: rgba(176,138,79,0.6); box-shadow: 0 24px 48px -30px rgba(42,35,28,0.35); }
.guide-card--link:hover .guide-card__name { color: var(--wine); }
.guide-card__name { transition: color .3s var(--ease); }
.guide-card__ext { font-size: 0.85em; color: var(--brass); margin-left: 0.4em; opacity: 0; transform: translate(-4px,4px); display: inline-block; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.guide-card--link:hover .guide-card__ext { opacity: 1; transform: none; }

/* Featured #1 (Amish Country Theater) */
.guide-featured-sec { padding-block: clamp(1rem, 3vw, 2rem); }
.guide-featured {
  display: block; position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(124,58,75,0.1), rgba(51,80,63,0.12));
  border: 1px solid rgba(176,138,79,0.5); border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.guide-featured:hover { transform: translateY(-4px); border-color: var(--brass); box-shadow: 0 30px 70px -40px rgba(124,58,75,0.4); }
.guide-featured__rank {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--on); background: var(--wine); padding: 0.4em 1em; border-radius: 100px; margin-bottom: 1.2rem;
}
.guide-featured__name { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 0.8rem; color: var(--pine-deep); }
.guide-featured__desc { color: var(--ink-2); font-size: 1.1rem; max-width: 60ch; margin-bottom: 1.4rem; }
.guide-featured__cta { color: var(--wine); font-weight: 700; letter-spacing: 0.04em; font-size: 0.9rem; }
.guide-featured:hover .guide-featured__cta { color: var(--brass-deep); }
.guide-cta { background: var(--paper-2); }
.guide-cta h2 { color: var(--pine-deep); }
.guide-cta__p { max-width: 46ch; margin-inline: auto; margin-top: 1rem; }
.guide-cta__links { display: flex; gap: 1rem; justify-content: center; margin-top: 1.6rem; flex-wrap: wrap; }

/* ================= ABOUT ================= */
.about { max-width: 760px; display: grid; gap: 1.2rem; }
.about__lede { color: var(--pine-deep); }
.about__p { color: var(--ink-2); font-size: 1.08rem; }
.about__p a { color: var(--wine); border-bottom: 1px solid var(--wine); }
.about__cta { display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }

/* ================= CONTACT ================= */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact__info h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--pine-deep); }
.cblock { margin-bottom: 2rem; }
.cblock__label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 0.5rem; }
.cblock__big { font-family: var(--font-display); font-size: 2.2rem; color: var(--pine-deep); }
.cblock__big:hover { color: var(--wine); }
.cblock__addr { font-style: normal; color: var(--ink-2); line-height: 1.7; margin-bottom: 0.6rem; }
.cblock__link { color: var(--wine); border-bottom: 1px solid var(--wine); padding-bottom: 2px; }
.cblock__link:hover { color: var(--brass-deep); border-color: var(--brass-deep); }
.contact__book { margin-top: 0.5rem; }
.contact__map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 420px; height: 100%; }
.contact__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ================= 404 ================= */
.nf { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--on); isolation: isolate; }
.nf__scrim { position: absolute; inset: 0; z-index: -1; background: rgba(18,26,20,0.72); }
.nf__inner { display: grid; gap: 1.1rem; max-width: 640px; }
.nf__inner .eyebrow { color: #eddcb4; }
.nf__inner h1 { color: var(--on); }
.nf__inner .lede { color: var(--on-dim); }
.nf__cta { display: flex; gap: 1rem; margin-top: 0.8rem; flex-wrap: wrap; }

/* ================= FOOTER ================= */
.footer { background: var(--pine-deep); color: var(--on); position: relative; z-index: 2; }
.footer__cta { padding-block: clamp(4rem, 8vw, 7rem); display: grid; gap: 1.1rem; justify-items: center; }
.footer__cta .eyebrow { color: #eddcb4; }
.footer__cta h2 { max-width: 18ch; color: var(--on); }
.footer__cta .lede { color: var(--on-dim); }
.footer__cta .btn { margin-top: 1rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-block: 3.5rem; border-top: 1px solid rgba(251,247,238,0.16); }
.footer__name { font-family: var(--font-display); font-size: 1.7rem; color: var(--on); }
.footer__tag { color: var(--on-mute); margin-top: 0.5rem; font-size: 0.95rem; }
.footer__h { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #eddcb4; margin-bottom: 1rem; }
.footer__col { display: flex; flex-direction: column; gap: 0.65rem; }
.footer__col a, .footer__col address { color: var(--on-dim); font-size: 0.92rem; font-style: normal; transition: color .3s var(--ease); }
.footer__col a:hover { color: var(--on); }
.footer__phone { color: var(--on) !important; margin-top: 0.4rem; }
.footer__base { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.6rem; border-top: 1px solid rgba(251,247,238,0.16); font-size: 0.8rem; color: var(--on-mute); }
.footer__base a { color: var(--on-dim); }
.footer__base a:hover { color: var(--on); }

/* ================= RESPONSIVE ================= */
@media (max-width: 980px) { .grid-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .stays__grid, .grid-3 { grid-template-columns: 1fr; }
  .perks__grid { grid-template-columns: 1fr 1fr; }
  .detail { grid-template-columns: 1fr; }
  .detail__aside { position: static; }
}
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; } .contact { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .guide-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .grid-cards, .grid-3 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gitem--wide { aspect-ratio: 3 / 2; }
}
@media (max-width: 520px) { .perks__grid { grid-template-columns: 1fr; } .footer__grid { grid-template-columns: 1fr; } }
