/* ============================================================
   CANADA HOUSE · killarneycanadahouse.com
   "Quiet Luxury on the Bay" — ivory, hairlines, big photography
   ============================================================ */

/* Brand palette & type per Killarney Mountain Lodge Brand Guidelines:
   Royal Blue #114b8c · Mahogany Red #d91634→#991320 · Dark Gray #383b35 ·
   Gray #969893 · Light Gray #d8dbd8 · Gibson→Montserrat · Acumin Pro→Archivo ·
   Just Lovely→Allura (web-safe stand-ins; license originals for production) */
:root {
  --ivory: #ffffff;
  --paper: #f2f3f2;
  --sand: #d8dbd8;
  --ink: #191b18;
  --ink-soft: #383b35;
  --ink-faint: #74776f;
  --bronze: #114b8c;
  --bronze-2: #7da3d1;
  --red: #d91634;
  --red-dark: #991320;
  --hairline: rgba(25, 27, 24, 0.18);
  --hairline-soft: rgba(25, 27, 24, 0.1);
  --serif: 'Montserrat', 'Segoe UI', sans-serif;
  --garamond: 'Archivo', Georgia, sans-serif;
  --sans: 'Archivo', 'Segoe UI', system-ui, sans-serif;
  --script: 'Allura', cursive;
  --ease: cubic-bezier(0.25, 0.8, 0.25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--bronze); color: var(--ivory); }
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: min(1280px, 92vw); margin-inline: auto; }
.wrap-narrow { width: min(760px, 90vw); margin-inline: auto; }
.only-desktop { display: inline; }

/* ---------- type ---------- */
.kicker {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1.2rem;
}
.kicker.center { text-align: center; }
.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.8vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: 0.015em;
  margin-bottom: 1.6rem;
}
.display.center { text-align: center; }
.editorial {
  font-family: var(--garamond);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.75;
  color: var(--ink-soft);
}
.editorial em { font-style: italic; color: var(--ink); }
.lede { color: var(--ink-faint); max-width: 46ch; font-size: 1.02rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  padding: 1.05rem 2.4rem;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.45s var(--ease), color 0.45s var(--ease), border-color 0.45s var(--ease), letter-spacing 0.45s var(--ease);
}
.btn:hover { letter-spacing: 0.36em; }
.btn-line { border-color: var(--hairline); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn-ink { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn-ink:hover { background: var(--bronze); border-color: var(--bronze); }
.btn-ivory { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn-ivory:hover { background: transparent; color: var(--ivory); }
.btn-ghost-ivory { border-color: rgba(246, 241, 232, 0.55); color: var(--ivory); }
.btn-ghost-ivory:hover { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn-wide { width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }

/* ---------- header ---------- */
#site-header {
  position: fixed; inset: 0 0 auto 0;
  z-index: 100;
  padding: 1.5rem 0;
  transition: background 0.5s, padding 0.5s, box-shadow 0.5s;
  color: var(--ivory);
}
#site-header .header-in {
  width: min(1360px, 94vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
#site-header.scrolled {
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink);
  padding: 0.85rem 0;
  box-shadow: 0 1px 0 var(--hairline-soft);
}
#site-nav { display: flex; gap: 2rem; }
#site-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.3s;
  white-space: nowrap;
}
#site-nav a:hover { opacity: 1; }
.brand { text-decoration: none; text-align: center; display: flex; flex-direction: column; line-height: 1.2; }
.brand-word { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.brand-sub { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; opacity: 0.7; white-space: nowrap; }
.header-right { display: flex; align-items: center; justify-content: flex-end; gap: 1.6rem; }
.header-tel { font-size: 0.78rem; letter-spacing: 0.14em; text-decoration: none; opacity: 0.85; white-space: nowrap; }
.header-cta { padding: 0.7rem 1.7rem; border-color: currentColor; color: inherit; }
.header-cta:hover { background: var(--bronze); border-color: var(--bronze); color: var(--ivory); }
#nav-burger {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 7px;
}
#nav-burger span { width: 26px; height: 1.5px; background: currentColor; transition: 0.35s var(--ease); }

/* ---------- hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; display: grid; place-items: center; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2.2s ease;
  transform: scale(1);
}
.hero-slide.is-active {
  opacity: 1;
  animation: kenburns 9s ease-out forwards;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 16, 11, 0.5) 0%, rgba(20, 16, 11, 0.18) 30%, rgba(20, 16, 11, 0.22) 62%, rgba(20, 16, 11, 0.6) 100%),
    radial-gradient(110% 70% at 50% 50%, transparent 55%, rgba(20, 16, 11, 0.35) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--ivory); padding: 0 6vw; }
.hero-kicker {
  font-size: 0.7rem; letter-spacing: 0.5em; text-transform: uppercase;
  opacity: 0.9;
  animation: fadeup 1.4s 0.2s var(--ease) both;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3rem, 9.5vw, 7.4rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 1.6rem 0 0;
  text-shadow: 0 4px 50px rgba(0, 0, 0, 0.35);
  animation: fadeup 1.4s 0.45s var(--ease) both;
}
.hero-rule {
  width: 68px; height: 1px;
  background: rgba(246, 241, 232, 0.75);
  margin: 2rem auto;
  animation: fadeup 1.4s 0.65s var(--ease) both;
}
.hero-sub {
  font-family: var(--garamond);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.6;
  opacity: 0.95;
  animation: fadeup 1.4s 0.8s var(--ease) both;
}
.hero-ctas {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2.6rem;
  animation: fadeup 1.4s 1s var(--ease) both;
}
.hero-dots {
  position: absolute; z-index: 3;
  bottom: 2.4rem; right: 3rem;
  display: flex; gap: 0.7rem;
}
.hero-dots button {
  width: 26px; height: 2px;
  border: none; cursor: pointer;
  background: rgba(246, 241, 232, 0.35);
  transition: background 0.4s;
}
.hero-dots button.is-active { background: var(--ivory); }
.hero-scroll {
  position: absolute; z-index: 3;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  width: 1px; height: 64px;
  overflow: hidden;
}
.hero-scroll span {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(246,241,232,0.9), transparent);
  animation: scrolldrip 2.4s var(--ease) infinite;
}
@keyframes scrolldrip {
  0% { transform: translateY(-100%); }
  60% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}
@keyframes fadeup { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* ---------- reveals ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay='1'] { transition-delay: 0.15s; }
.reveal[data-delay='2'] { transition-delay: 0.3s; }
.reveal[data-delay='3'] { transition-delay: 0.45s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide.is-active { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- intro ---------- */
.intro { padding: clamp(6rem, 12vw, 10rem) 0 0; text-align: center; }
.intro .editorial { margin-inline: auto; }
.intro-stats {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0;
  margin: 4rem auto 0;
  border-block: 1px solid var(--hairline-soft);
  width: min(980px, 92vw);
}
.istat {
  flex: 1 1 160px;
  padding: 2.2rem 1rem;
  border-left: 1px solid var(--hairline-soft);
}
.istat:first-child { border-left: none; }
.istat-num {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  display: block;
  color: var(--ink);
}
.istat-label {
  font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 0.4rem; display: block;
}
.intro-figure { margin-top: clamp(3rem, 7vw, 5.5rem); }
.intro-figure img { width: 100%; height: clamp(340px, 62vh, 640px); object-fit: cover; }
.intro-figure figcaption {
  font-family: var(--garamond); font-style: italic;
  font-size: 1.02rem; color: var(--ink-faint);
  padding: 1.1rem 4vw 0;
}

/* ---------- spaces ---------- */
.spaces { padding: clamp(6rem, 12vw, 9.5rem) 0; background: var(--paper); border-block: 1px solid var(--hairline-soft); }
.spaces-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: 3.4rem; flex-wrap: wrap;
}
.spaces-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: stretch;
}
.spaces-figure { position: relative; min-height: 460px; overflow: hidden; }
.space-img { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s var(--ease); }
.space-img.is-active { opacity: 1; }
.space-img img { width: 100%; height: 100%; object-fit: cover; }
.space-index {
  position: absolute; left: 1.4rem; bottom: 1.1rem;
  color: var(--ivory);
  font-size: 0.72rem; letter-spacing: 0.3em;
  background: rgba(20, 16, 11, 0.45);
  padding: 0.45rem 0.95rem;
  backdrop-filter: blur(4px);
}
.space-index em { font-style: normal; }
.spaces-list { display: flex; flex-direction: column; }
.space-item {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  align-items: baseline;
  gap: 0.8rem;
  padding: 1.05rem 0.3rem;
  background: none; border: none;
  border-bottom: 1px solid var(--hairline-soft);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--ink-soft);
  transition: color 0.35s, padding-left 0.35s var(--ease);
}
.space-item:first-child { border-top: 1px solid var(--hairline-soft); }
.space-item:hover { color: var(--ink); padding-left: 0.7rem; }
.space-item.is-active { color: var(--ink); }
.space-no { font-family: var(--garamond); font-style: italic; font-size: 0.95rem; color: var(--bronze); }
.space-name { font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.35rem); letter-spacing: 0.02em; }
.space-item.is-active .space-name { color: var(--bronze); }
.space-cap { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }
.space-detail { padding-top: 1.8rem; }
.space-detail p {
  font-family: var(--garamond);
  font-size: 1.14rem;
  line-height: 1.7;
  color: var(--ink-soft);
  min-height: 5.5em;
  margin-bottom: 1.4rem;
  transition: opacity 0.4s;
}
.space-detail.fading p { opacity: 0; }

/* ---------- quote break ---------- */
.break { position: relative; height: clamp(420px, 70vh, 640px); overflow: hidden; display: grid; place-items: center; }
.break-img {
  position: absolute; inset: -12% 0;
  width: 100%; height: 124%;
  object-fit: cover;
  will-change: transform;
}
.break::after { content: ''; position: absolute; inset: 0; background: rgba(20, 16, 11, 0.44); }
.break-inner { position: relative; z-index: 2; text-align: center; color: var(--ivory); padding: 0 8vw; }
.break-quote {
  font-family: var(--garamond);
  font-style: italic;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  line-height: 1.4;
  max-width: 24ch;
}
.break-cite { margin-top: 1.4rem; font-size: 0.7rem; letter-spacing: 0.34em; text-transform: uppercase; opacity: 0.8; }

/* ---------- dining ---------- */
.dining { padding: clamp(6rem, 12vw, 10rem) 0; }
.dining-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.dining-fig { overflow: hidden; }
.dining-fig img {
  width: 100%; height: clamp(420px, 74vh, 700px);
  object-fit: cover;
  transition: transform 1.6s var(--ease);
}
.dining-fig:hover img { transform: scale(1.04); }
.hours { margin-top: 2.2rem; border-top: 1px solid var(--hairline-soft); }
.hours div {
  display: grid; grid-template-columns: 180px 1fr; gap: 1rem;
  padding: 0.9rem 0.2rem;
  border-bottom: 1px solid var(--hairline-soft);
}
.hours dt { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); padding-top: 4px; }
.hours dd { font-family: var(--garamond); font-size: 1.08rem; color: var(--ink-soft); }

/* ---------- occasions ---------- */
.occasions { padding: clamp(5rem, 10vw, 8rem) 0 0; background: var(--paper); border-top: 1px solid var(--hairline-soft); }
.occasion {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.occasion.is-flip .occasion-fig { order: 2; }
.occasion-fig { overflow: hidden; }
.occasion-fig img {
  width: 100%; height: clamp(360px, 62vh, 580px);
  object-fit: cover;
  transition: transform 1.6s var(--ease);
}
.occasion-fig:hover img { transform: scale(1.04); }
.occasion-no {
  font-family: var(--garamond); font-style: italic;
  font-size: 1.2rem; color: var(--bronze);
  display: block; margin-bottom: 0.8rem;
}
.occasion-body h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.1;
}
.occasion-cap {
  font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0.9rem 0 1.4rem;
}
.occasion-body p:not(.occasion-cap) {
  font-family: var(--garamond);
  font-size: 1.16rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 1.8rem;
}
.occasion-body p em { font-style: italic; color: var(--ink); }

/* ---------- experiences ---------- */
.experiences { padding: clamp(6rem, 11vw, 9rem) 0; border-top: 1px solid var(--hairline-soft); background: var(--ivory); overflow: hidden; }
.exp-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 2rem;
  margin-bottom: 3rem;
}
.exp-scroller {
  display: flex; gap: 1.2rem;
  overflow-x: auto;
  padding: 0 max(4vw, calc((100vw - 1280px) / 2)) 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}
.exp-scroller::-webkit-scrollbar { display: none; }
.exp-scroller.dragging { cursor: grabbing; scroll-snap-type: none; }
.exp-card {
  flex: 0 0 clamp(260px, 30vw, 420px);
  scroll-snap-align: start;
  user-select: none;
}
.exp-card img {
  width: 100%; height: clamp(340px, 48vh, 520px);
  object-fit: cover;
  pointer-events: none;
}
.exp-card figcaption { padding-top: 1rem; }
.exp-card small {
  display: block;
  font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.25rem;
}
.exp-card span { font-family: var(--serif); font-size: 1.2rem; }
.exp-hint {
  width: min(1280px, 92vw); margin: 1rem auto 0;
  font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- gallery ---------- */
.gallery { padding: clamp(6rem, 11vw, 9rem) 0; background: var(--paper); border-top: 1px solid var(--hairline-soft); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 0.8rem;
  margin-top: 3.4rem;
}
.gallery-grid figure { position: relative; overflow: hidden; cursor: zoom-in; }
.gallery-grid figure.tall { grid-row: span 2; }
.gallery-grid figure.wide { grid-column: span 2; }
.gallery-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.3s var(--ease);
}
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 2.4rem 1.1rem 0.9rem;
  background: linear-gradient(transparent, rgba(20, 16, 11, 0.72));
  color: var(--ivory);
  font-family: var(--garamond); font-style: italic; font-size: 1rem;
  opacity: 0; transform: translateY(8px);
  transition: 0.5s var(--ease);
}
.gallery-grid figure:hover figcaption { opacity: 1; transform: none; }

/* lightbox */
#lightbox {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(22, 18, 13, 0.95);
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.45s;
}
#lightbox.open { opacity: 1; pointer-events: auto; }
#lightbox figure { max-width: min(1120px, 92vw); }
#lightbox img { max-height: 78vh; width: auto; max-width: 100%; margin-inline: auto; }
#lightbox figcaption {
  text-align: center; margin-top: 1.2rem;
  color: rgba(246, 241, 232, 0.85);
  font-family: var(--garamond); font-style: italic; font-size: 1.1rem;
}
.lb-btn {
  position: absolute;
  width: 52px; height: 52px;
  border: 1px solid rgba(246, 241, 232, 0.3);
  background: none;
  color: var(--ivory);
  font-size: 1.5rem; line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.lb-btn:hover { background: var(--ivory); color: var(--ink); }
#lb-close { top: 26px; right: 30px; }
#lb-prev { left: 26px; top: 50%; transform: translateY(-50%); }
#lb-next { right: 26px; top: 50%; transform: translateY(-50%); }

/* ---------- plan ---------- */
.plan { padding: clamp(6rem, 11vw, 9.5rem) 0; border-top: 1px solid var(--hairline-soft); }
.plan-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
}
.plan-contacts { margin-top: 2.4rem; border-top: 1px solid var(--hairline-soft); }
.plan-contacts div {
  display: grid; grid-template-columns: 130px 1fr; gap: 1rem;
  padding: 1rem 0.2rem;
  border-bottom: 1px solid var(--hairline-soft);
}
.plan-contacts dt { font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); padding-top: 4px; }
.plan-contacts dd { font-family: var(--garamond); font-size: 1.08rem; color: var(--ink-soft); }
.plan-contacts a { text-decoration: none; }
.plan-contacts a:hover { color: var(--bronze); }
.map-frame {
  margin-top: 2.4rem;
  height: 240px;
  border: 1px solid var(--hairline);
  filter: grayscale(0.85) sepia(0.12) contrast(0.96);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

#enquiry-form {
  background: var(--paper);
  border: 1px solid var(--hairline-soft);
  padding: clamp(1.8rem, 3.5vw, 3rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem;
}
#enquiry-form .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.5rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--garamond);
  font-size: 1.1rem;
  color: var(--ink);
  padding: 0.5rem 0.1rem;
  transition: border-color 0.35s;
  border-radius: 0;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-bottom-color: var(--bronze);
}
#form-note { grid-column: 1 / -1; font-family: var(--garamond); font-style: italic; color: var(--bronze); min-height: 1.4em; }

/* ---------- cta band ---------- */
.cta-band {
  background: var(--ink);
  color: var(--ivory);
  text-align: center;
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.cta-kicker { font-size: 0.68rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--bronze-2); margin-bottom: 1.6rem; }
.cta-line {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.4vw, 3.4rem);
  line-height: 1.2;
  margin-bottom: 2.6rem;
}

/* ---------- footer ---------- */
footer { background: #1a1611; color: rgba(246, 241, 232, 0.82); padding: 4.5rem 0 2.5rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
.footer-brand .brand-word { font-size: 1.3rem; display: block; }
.footer-brand .brand-sub { display: block; margin-top: 0.3rem; }
.footer-brand p { font-size: 0.88rem; font-weight: 300; color: rgba(246, 241, 232, 0.55); max-width: 30ch; margin-top: 1.3rem; line-height: 1.7; }
.footer-col b {
  display: block;
  font-weight: 400;
  font-size: 0.64rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--bronze-2);
  margin-bottom: 1.2rem;
}
.footer-col a {
  display: block;
  text-decoration: none;
  font-size: 0.92rem; font-weight: 300;
  color: rgba(246, 241, 232, 0.72);
  padding: 0.3rem 0;
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--ivory); }
.footer-base {
  margin-top: 3.5rem; padding-top: 1.8rem;
  border-top: 1px solid rgba(246, 241, 232, 0.12);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: 0.76rem; color: rgba(246, 241, 232, 0.45);
}

/* ============================================================
   INNER PAGES
   ============================================================ */

/* nav active state */
#site-nav a.active { opacity: 1; position: relative; }
#site-nav a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -7px;
  height: 1px; background: currentColor; opacity: 0.7;
}

/* page hero */
.page-hero {
  position: relative;
  height: clamp(420px, 66vh, 620px);
  display: grid; place-items: end start;
  overflow: hidden;
  color: var(--ivory);
}
.page-hero > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  animation: heroZoom 3.5s var(--ease) both;
}
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,11,0.42) 0%, rgba(20,16,11,0.1) 40%, rgba(20,16,11,0.62) 100%);
}
.page-hero-inner {
  position: relative; z-index: 2;
  width: min(1280px, 92vw);
  margin: 0 auto;
  padding-bottom: clamp(2.4rem, 6vw, 4.5rem);
}
.page-hero .crumb {
  font-size: 0.66rem; letter-spacing: 0.4em; text-transform: uppercase;
  opacity: 0.85; margin-bottom: 1rem;
  animation: fadeup 1.1s 0.15s var(--ease) both;
}
.page-hero .crumb a { text-decoration: none; }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  letter-spacing: 0.04em;
  line-height: 1.04;
  animation: fadeup 1.1s 0.3s var(--ease) both;
}
.page-hero .page-hero-sub {
  font-family: var(--garamond); font-style: italic;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  margin-top: 0.9rem; max-width: 52ch; opacity: 0.95;
  animation: fadeup 1.1s 0.45s var(--ease) both;
}

/* generic page section */
.page-section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.page-section.tinted { background: var(--paper); border-block: 1px solid var(--hairline-soft); }
.section-head-center { text-align: center; max-width: 62ch; margin: 0 auto 3rem; }
.section-head-center .lede { margin-inline: auto; }

/* split editorial rows */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.split-fig { overflow: hidden; }
.split-fig img { width: 100%; height: clamp(340px, 56vh, 560px); object-fit: cover; transition: transform 1.6s var(--ease); }
.split-fig:hover img { transform: scale(1.04); }
.split.flip .split-fig { order: 2; }

/* venue table */
.venue-table { width: 100%; border-collapse: collapse; margin-top: 2.4rem; }
.venue-table th {
  font-size: 0.64rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze); font-weight: 400;
  text-align: left;
  padding: 0 0.6rem 0.9rem;
  border-bottom: 1px solid var(--hairline);
}
.venue-table td {
  padding: 1.05rem 0.6rem;
  border-bottom: 1px solid var(--hairline-soft);
  font-family: var(--garamond);
  font-size: 1.08rem;
  color: var(--ink-soft);
  vertical-align: baseline;
}
.venue-table td:first-child { font-family: var(--serif); font-size: 1.12rem; color: var(--ink); white-space: nowrap; }
.venue-table td.num { font-family: var(--serif); color: var(--bronze); white-space: nowrap; }

/* package / inclusions */
.package {
  border: 1px solid var(--hairline);
  background: var(--paper);
  padding: clamp(1.8rem, 3.5vw, 3rem);
}
.package-title { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 0.4rem; }
.package-sub { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); margin-bottom: 1.6rem; }
.list-check { list-style: none; margin-top: 0.5rem; }
.list-check li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.9rem;
  border-bottom: 1px solid var(--hairline-soft);
  font-family: var(--garamond);
  font-size: 1.06rem;
  color: var(--ink-soft);
}
.list-check li:last-child { border-bottom: none; }
.list-check li::before {
  content: '—';
  position: absolute; left: 0; top: 0.55rem;
  color: var(--bronze);
}

/* steps band */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.step { text-align: center; padding: 0 1rem; }
.step-no {
  font-family: var(--garamond); font-style: italic;
  font-size: 1.15rem; color: var(--bronze);
  display: inline-block;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  width: 52px; height: 52px; line-height: 50px;
  margin-bottom: 1.1rem;
}
.step h3 { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.94rem; color: var(--ink-faint); }

/* faq */
.faq { max-width: 780px; margin: 2.5rem auto 0; }
.faq details { border-bottom: 1px solid var(--hairline-soft); }
.faq details:first-child { border-top: 1px solid var(--hairline-soft); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem;
  padding: 1.2rem 0.2rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  transition: color 0.3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--garamond); color: var(--bronze); font-size: 1.3rem; flex: none; transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--bronze); }
.faq details p {
  font-family: var(--garamond);
  font-size: 1.08rem; line-height: 1.7;
  color: var(--ink-soft);
  padding: 0 2.5rem 1.4rem 0.2rem;
}

/* cta banner (mid-page conversion strip) */
.cta-banner { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 7rem) 0; color: var(--ivory); text-align: center; }
.cta-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-banner::after { content: ''; position: absolute; inset: 0; background: rgba(20,16,11,0.55); }
.cta-banner-inner { position: relative; z-index: 2; width: min(760px, 90vw); margin-inline: auto; }
.cta-banner .display { color: var(--ivory); }
.cta-banner .btn { margin-top: 1.4rem; }

/* timeline (the house) */
.timeline { max-width: 720px; margin: 3rem auto 0; position: relative; padding-left: 2.2rem; }
.timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 1px; background: var(--hairline); }
.timeline-item { position: relative; padding: 0 0 2.4rem; }
.timeline-item::before {
  content: ''; position: absolute; left: -2.2rem; top: 8px;
  width: 13px; height: 13px; border-radius: 50%;
  border: 1px solid var(--bronze);
  background: var(--ivory);
}
.timeline-item .t-year { font-family: var(--garamond); font-style: italic; color: var(--bronze); font-size: 1.1rem; }
.timeline-item h3 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin: 0.2rem 0 0.4rem; }
.timeline-item p { font-family: var(--garamond); font-size: 1.06rem; color: var(--ink-soft); }

/* materials grid (the house) */
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.fact {
  border: 1px solid var(--hairline-soft);
  background: var(--paper);
  padding: 1.8rem 1.6rem;
}
.fact b { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; display: block; color: var(--ink); }
.fact span { font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-top: 0.5rem; }
.fact p { font-family: var(--garamond); font-size: 0.98rem; color: var(--ink-soft); margin-top: 0.7rem; }

/* menu highlights (dining) */
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); margin-top: 2.6rem; }
.menu-group h3 {
  font-size: 0.7rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--bronze); font-weight: 400;
  margin-bottom: 1.2rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--hairline);
}
.menu-item { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: 0.55rem 0; }
.menu-item b { font-family: var(--serif); font-weight: 400; font-size: 1.08rem; }
.menu-item span { font-family: var(--garamond); font-style: italic; color: var(--ink-faint); font-size: 0.95rem; text-align: right; }

/* quote/testimonial block */
.pull-quote { text-align: center; max-width: 720px; margin: 0 auto; }
.pull-quote p {
  font-family: var(--garamond); font-style: italic;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.55; color: var(--ink-soft);
}
.pull-quote cite {
  display: block; margin-top: 1.4rem;
  font-style: normal;
  font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze);
}

/* getting here */
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.6rem; }
.route {
  border-top: 1px solid var(--hairline);
  padding-top: 1.3rem;
}
.route b { font-family: var(--serif); font-weight: 400; font-size: 1.2rem; display: block; margin-bottom: 0.4rem; }
.route p { font-family: var(--garamond); font-size: 1.02rem; color: var(--ink-soft); }

/* photo strip on inner pages */
.photo-duo { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 0.9rem; margin-top: 3rem; }
.photo-duo figure { overflow: hidden; }
.photo-duo img { width: 100%; height: clamp(280px, 44vh, 460px); object-fit: cover; transition: transform 1.5s var(--ease); }
.photo-duo figure:hover img { transform: scale(1.05); }

@media (max-width: 980px) {
  .split, .split.flip { grid-template-columns: 1fr; gap: 1.8rem; }
  .split.flip .split-fig { order: 0; }
  .steps { grid-template-columns: 1fr; gap: 2.4rem; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .menu-cols { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .photo-duo { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .fact-grid { grid-template-columns: 1fr; }
  .venue-table td:first-child { white-space: normal; }
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  #site-nav { gap: 1.3rem; }
  .header-tel { display: none; }
}
@media (max-width: 980px) {
  #site-header .header-in { grid-template-columns: auto 1fr auto; }
  #site-nav {
    position: fixed; inset: 0;
    background: var(--ivory);
    color: var(--ink);
    flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem;
    opacity: 0; pointer-events: none;
    transition: opacity 0.4s;
    z-index: 200;
  }
  #site-nav a { font-size: 1rem; letter-spacing: 0.34em; }
  body.nav-open #site-nav { opacity: 1; pointer-events: auto; }
  #nav-burger { display: flex; order: -1; z-index: 210; }
  body.nav-open #nav-burger { color: var(--ink); }
  body.nav-open #nav-burger span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
  body.nav-open #nav-burger span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .brand { text-align: left; }
  .header-cta { padding: 0.6rem 1.2rem; }
  .spaces-grid, .dining-grid, .plan-grid { grid-template-columns: 1fr; }
  .spaces-figure { min-height: 380px; }
  .occasion { grid-template-columns: 1fr; gap: 1.8rem; }
  .occasion.is-flip .occasion-fig { order: 0; }
  .occasion-fig img { height: clamp(280px, 44vh, 460px); }
  .dining-fig img { height: clamp(300px, 50vh, 520px); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
}
@media (max-width: 640px) {
  .only-desktop { display: none; }
  .istat { flex-basis: 50%; border-left: none; border-top: 1px solid var(--hairline-soft); }
  .istat:nth-child(-n+2) { border-top: none; }
  .hero-dots { right: 50%; transform: translateX(50%); }
  .hero-scroll { display: none; }
  .hours div, .plan-contacts div { grid-template-columns: 1fr; gap: 0.15rem; }
  #enquiry-form { grid-template-columns: 1fr; }
  .space-item { grid-template-columns: 2rem 1fr; }
  .space-cap { display: none; }
  .exp-card { flex-basis: 78vw; }
}

/* ============================================================
   KML BRAND OVERRIDES — applied over the base system
   ============================================================ */

/* Gibson-style headers: bold, confident */
.display, .hero h1, .page-hero h1 { font-weight: 600; }
.display { font-size: clamp(1.9rem, 4vw, 3.2rem); letter-spacing: 0.005em; }
.hero h1 { font-weight: 700; letter-spacing: 0.06em; font-size: clamp(2.7rem, 8.5vw, 6.6rem); }
.page-hero h1 { letter-spacing: 0.02em; font-size: clamp(2.3rem, 5.6vw, 4.2rem); }
.occasion-body h3, .step h3, .package-title, #tour-panel h3,
.route b, .timeline-item h3, .fact b, .contact-row b { font-weight: 600; }
.space-name, .menu-item b, .exp-card span, .brand-word, .footer-brand .brand-word { font-weight: 600; }
.brand-word { font-size: 1.2rem; }

/* Just Lovely-style script accents (marketing headers) */
.hero-sub, .page-hero-sub, .page-hero .page-hero-sub {
  font-family: var(--script);
  font-style: normal;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.25;
  opacity: 1;
}
.break-quote { font-family: var(--script); font-style: normal; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.3; }
.cta-line { font-weight: 600; }

/* Editorial copy: Acumin-style clean sans */
.editorial { font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.8; font-weight: 300; }
.editorial em { font-style: italic; font-weight: 400; }
.hours dd, .plan-contacts dd, .venue-table td, .list-check li,
.faq details p, .occasion-body p:not(.occasion-cap), .tour-panel-body p,
.space-detail p, .menu-item span, .step p, .timeline-item p, .fact p,
.pull-quote p, #lightbox figcaption, .intro-figure figcaption, .route p { font-family: var(--sans); }
.venue-table td { font-size: 0.95rem; }
.venue-table td:first-child { font-size: 1rem; font-weight: 600; }
.occasion-body p:not(.occasion-cap) { font-size: 1rem; font-weight: 300; }
.faq summary { font-weight: 500; font-size: 1.02rem; }
.space-detail p, .faq details p, .list-check li, .hours dd, .plan-contacts dd { font-size: 0.98rem; font-weight: 300; }

/* Mahogany-red actions (brand: red = call to action) */
.btn-ink { background: linear-gradient(135deg, var(--red), var(--red-dark)); border-color: var(--red); color: #fff; }
.btn-ink:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-ivory:hover { color: #fff; border-color: #fff; }
.header-cta:hover { background: var(--red); border-color: var(--red); color: #fff; }
#site-header.scrolled .header-cta:hover { background: var(--red); border-color: var(--red); color: #fff; }
::selection { background: var(--red); color: #fff; }
.hero-dots button.is-active { background: var(--red); }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--red); }
#form-note, .form-note { color: var(--bronze); }

/* dark bands: charcoal from the brand grays */
.cta-band { background: #23251f; }
footer { background: #191b18; }
.cta-kicker { color: var(--bronze-2); }

/* package cards (weddings) + activity menu */
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; align-items: stretch; }
.package-grid .package { display: flex; flex-direction: column; }
.package-price {
  font-family: var(--serif); font-weight: 600;
  font-size: 1.5rem; color: var(--bronze);
  margin: 0.2rem 0 1rem;
}
.package-price small { font-family: var(--sans); font-weight: 300; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-top: 0.2rem; }
.package-grid .cta-row { margin-top: auto; padding-top: 1.4rem; }
.package.feature { border-top: 3px solid var(--red); }
@media (max-width: 980px) { .package-grid { grid-template-columns: 1fr; } }

/* ============================================================
   MOBILE POLISH — organized small-screen layout
   ============================================================ */

/* secondary links only shown inside the burger overlay */
.nav-more { display: none; }

@media (max-width: 980px) {
  /* burger overlay: show ALL destinations, organized */
  #site-nav { gap: 1.5rem; overflow-y: auto; padding: 5.5rem 0 3rem; }
  #site-nav a { font-size: 1.05rem; letter-spacing: 0.3em; }
  #site-nav .nav-more {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.26em;
    color: var(--ink-faint);
  }
  #site-nav .nav-more.nav-cta {
    color: var(--red);
    font-weight: 600;
  }

  /* footer: two tidy columns */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }

  /* banners & quotes breathe less */
  .cta-banner .display { font-size: clamp(1.7rem, 6vw, 2.6rem); }
}

@media (max-width: 640px) {
  /* --- header: compact & unbreakable --- */
  #site-header { padding: 0.9rem 0; }
  #site-header .header-in { gap: 0.7rem; width: 94vw; }
  .brand-word { font-size: 0.92rem; letter-spacing: 0.09em; }
  .brand-sub { font-size: 0.5rem; letter-spacing: 0.26em; }
  .header-cta { padding: 0.5rem 0.9rem; font-size: 0.6rem; letter-spacing: 0.18em; }
  .header-cta:hover { letter-spacing: 0.18em; }
  #nav-burger { width: 34px; height: 34px; }
  #nav-burger span { width: 22px; }

  /* --- heroes --- */
  .hero { min-height: 560px; }
  .hero h1 { font-size: clamp(2.1rem, 11.5vw, 2.9rem); letter-spacing: 0.05em; }
  .hero-kicker { font-size: 0.58rem; letter-spacing: 0.34em; }
  .hero-sub { font-size: 1.4rem; line-height: 1.3; }
  .hero-rule { margin: 1.4rem auto; }
  .hero-ctas { margin-top: 1.8rem; gap: 0.7rem; }
  .hero-ctas .btn { width: min(320px, 86vw); }
  .page-hero { height: 62vh; min-height: 400px; }
  .page-hero h1 { font-size: clamp(1.8rem, 8.5vw, 2.6rem); }
  .page-hero .page-hero-sub { font-size: 1.35rem; line-height: 1.3; }
  .page-hero .crumb { font-size: 0.58rem; letter-spacing: 0.3em; }

  /* --- rhythm: tighter sections & type --- */
  .page-section { padding: 3.4rem 0; }
  .display { font-size: clamp(1.55rem, 7vw, 2rem); }
  .kicker { font-size: 0.62rem; letter-spacing: 0.32em; margin-bottom: 0.9rem; }
  .editorial { font-size: 1rem; line-height: 1.75; }
  .lede { font-size: 0.94rem; }
  .section-head-center { margin-bottom: 2rem; }
  .intro-stats { margin-top: 2.4rem; }
  .istat { padding: 1.3rem 0.6rem; }
  .istat-num { font-size: 1.7rem; }
  .istat-label { font-size: 0.56rem; letter-spacing: 0.22em; }

  /* --- buttons: full-width tap targets in content --- */
  .cta-row { gap: 0.7rem; }
  .cta-row .btn, .package-grid .btn, #enquiry-form .btn { width: 100%; }
  .btn { padding: 0.95rem 1.4rem; font-size: 0.7rem; letter-spacing: 0.22em; }
  .btn:hover { letter-spacing: 0.22em; }

  /* --- tables become stacked cards --- */
  .venue-table { margin-top: 1.6rem; }
  .venue-table thead { display: none; }
  .venue-table tr {
    display: block;
    padding: 0.95rem 0.2rem;
    border-bottom: 1px solid var(--hairline-soft);
  }
  .venue-table td { display: block; border: none; padding: 0.12rem 0; white-space: normal; }
  .venue-table td:first-child { font-size: 1.02rem; padding-bottom: 0.05rem; }
  .venue-table td.num {
    color: var(--bronze);
    font-family: var(--sans);
    font-weight: 600;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  /* --- menu items stack --- */
  .menu-item { flex-direction: column; align-items: flex-start; gap: 0.1rem; padding: 0.7rem 0; border-bottom: 1px dashed var(--hairline-soft); }
  .menu-item:last-child { border-bottom: none; }
  .menu-item span { text-align: left; font-size: 0.88rem; }
  .menu-group h3 { margin-bottom: 0.6rem; }
  .menu-cols { gap: 1.6rem; margin-top: 1.6rem; }

  /* --- timeline / packages / breaks --- */
  .timeline { padding-left: 1.7rem; margin-top: 2rem; }
  .timeline-item::before { left: -1.7rem; width: 11px; height: 11px; }
  .timeline-item { padding-bottom: 1.8rem; }
  .timeline-item h3 { font-size: 1.15rem; }
  .package { padding: 1.5rem 1.3rem; }
  .package-title { font-size: 1.35rem; }
  .package-price { font-size: 1.3rem; }
  .break { height: 380px; }
  .break-quote { font-size: 1.8rem; }
  .pull-quote p { font-size: 1.2rem; }

  /* --- media blocks --- */
  .split-fig img, .occasion-fig img, .dining-fig img { height: 300px; }
  .intro-figure img { height: 300px; }
  .spaces-figure { min-height: 300px; }
  .exp-card img { height: 320px; }
  .exp-card span { font-size: 1.05rem; }
  .photo-duo img { height: 240px; }
  .gallery-grid { grid-auto-rows: 150px; gap: 0.5rem; }
  .gallery-grid figcaption { opacity: 1; transform: none; font-size: 0.78rem; padding: 1.6rem 0.7rem 0.6rem; }

  /* --- spaces explorer & tour chips --- */
  .space-item { padding: 0.85rem 0.2rem; }
  .space-name { font-size: 1.02rem; }
  .space-no { font-size: 0.85rem; }
  .space-detail p { min-height: 0; font-size: 0.95rem; }

  /* --- forms & contact --- */
  #enquiry-form { padding: 1.4rem 1.1rem; gap: 1rem; }
  .map-frame { height: 190px; }
  .route-grid { margin-top: 1.6rem; }
  .steps { margin-top: 1.8rem; }
  .step p { font-size: 0.9rem; }
  .faq summary { font-size: 0.95rem; padding: 1rem 0.1rem; }
  .faq details p { font-size: 0.92rem; padding-right: 1rem; }

  /* --- footer: single column, centered base --- */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.8rem 1.2rem; }
  .footer-brand p { max-width: none; }
  .footer-col a { font-size: 0.86rem; padding: 0.22rem 0; }
  .footer-base { flex-direction: column; gap: 0.4rem; text-align: center; margin-top: 2.2rem; }

  /* --- cta band --- */
  .cta-band { padding: 3.4rem 0; }
  .cta-line { font-size: clamp(1.5rem, 7.5vw, 2rem); margin-bottom: 1.6rem; }
  .cta-band .btn { width: min(320px, 86vw); }
}

@media (max-width: 380px) {
  .header-tel { display: none; }
  .brand-sub { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   VIRTUAL TOUR (TourMkr 360 embed)
   ============================================================ */
.tour { padding: clamp(4.5rem, 9vw, 7.5rem) 0; background: var(--ink); color: var(--ivory); }
.tour .kicker { color: var(--bronze-2); }
.tour .display { color: var(--ivory); }
.tour .lede { color: rgba(246,241,232,0.7); }
.tour-stage {
  position: relative;
  margin-top: 2.6rem;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: #0d0f0d;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.8);
}
.tour-facade {
  position: absolute; inset: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  display: grid; place-items: center;
  transition: opacity 0.4s;
}
.tour-facade::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,11,0.25), rgba(20,16,11,0.55));
}
.tour-play {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  color: var(--ivory);
}
.tour-play-ring {
  width: 84px; height: 84px; border-radius: 50%;
  border: 1.5px solid rgba(246,241,232,0.85);
  display: grid; place-items: center;
  transition: transform 0.4s var(--ease), background 0.4s, border-color 0.4s;
}
.tour-facade:hover .tour-play-ring { transform: scale(1.08); background: var(--red); border-color: var(--red); }
.tour-play-ring svg { width: 30px; height: 30px; margin-left: 5px; fill: var(--ivory); }
.tour-play-label { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; }
.tour-play-sub { font-family: var(--script); font-size: 1.7rem; line-height: 1; margin-top: -0.4rem; }
.tour-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.tour-rooms {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  margin-top: 1.6rem;
}
.tour-room {
  background: transparent;
  border: 1px solid rgba(246,241,232,0.28);
  color: rgba(246,241,232,0.85);
  padding: 0.6rem 1.1rem;
  font-family: var(--sans);
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.tour-room:hover { border-color: var(--bronze-2); color: var(--ivory); }
.tour-room.is-active { background: var(--red); border-color: var(--red); color: var(--ivory); }
.tour-note { margin-top: 1.2rem; font-size: 0.8rem; color: rgba(246,241,232,0.5); }
.tour-note a { color: var(--bronze-2); }

@media (max-width: 640px) {
  .tour-stage { aspect-ratio: 4 / 3; margin-top: 1.8rem; }
  .tour-play-ring { width: 66px; height: 66px; }
  .tour-play-sub { font-size: 1.4rem; }
  .tour-room { font-size: 0.62rem; padding: 0.5rem 0.85rem; }
}

/* ============================================================
   RANCH HOUSE — interactive on-page menu
   ============================================================ */
.rh-filters {
  position: sticky; top: 58px; z-index: 40;
  background: rgba(251, 248, 242, 0.95);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline-soft);
  padding: 1rem 0;
}
.rh-filters-in { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.9rem; }
.rh-cats { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.rh-cat {
  border: 1px solid var(--hairline); background: transparent; color: var(--ink-soft);
  padding: 0.5rem 1rem; border-radius: 100px; cursor: pointer;
  font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.rh-cat:hover { border-color: var(--ink); }
.rh-cat.is-active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.rh-diets { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-left: auto; }
.rh-diet {
  border: 1px solid var(--hairline); background: transparent; color: var(--ink-faint);
  padding: 0.5rem 0.85rem; border-radius: 100px; cursor: pointer;
  font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  transition: 0.25s;
}
.rh-diet:hover { border-color: var(--bronze); color: var(--bronze); }
.rh-diet.is-active { background: var(--bronze); color: var(--ivory); border-color: var(--bronze); }
.rh-count { width: 100%; font-size: 0.72rem; color: var(--ink-faint); letter-spacing: 0.04em; margin-top: 0.2rem; }

.rh-menu { padding: clamp(3rem, 6vw, 5rem) 0 clamp(5rem, 9vw, 7rem); }
.rh-section { margin-bottom: clamp(2.6rem, 5vw, 4rem); }
.rh-section.is-hidden { display: none; }
.rh-section-head {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: 1.6rem; padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--hairline);
}
.rh-section-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.4rem, 3vw, 1.9rem); }
.rh-section-note { font-family: var(--garamond); font-style: italic; color: var(--ink-faint); font-size: 0.98rem; }
.rh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 3.2rem; }
.rh-dish {
  padding: 0.95rem 0; border-bottom: 1px dashed var(--hairline-soft);
  transition: opacity 0.3s, filter 0.3s;
}
.rh-dish.is-dim { opacity: 0.28; filter: saturate(0.4); }
.rh-dish-head { display: flex; align-items: baseline; gap: 0.6rem; }
.rh-name { font-family: var(--serif); font-weight: 500; font-size: 1.08rem; white-space: nowrap; }
.rh-leader { flex: 1; border-bottom: 1px dotted var(--hairline); transform: translateY(-3px); }
.rh-price { font-family: var(--serif); font-weight: 500; font-size: 1.08rem; color: var(--bronze); }
.rh-desc { font-family: var(--garamond); font-size: 1rem; color: var(--ink-soft); margin-top: 0.2rem; max-width: 46ch; }
.rh-badges { display: inline-flex; gap: 0.3rem; margin-left: 0.2rem; }
.rh-badge {
  font-family: var(--sans); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.08em;
  color: var(--bronze); border: 1px solid var(--bronze-2); border-radius: 3px;
  padding: 0.08rem 0.28rem; text-transform: uppercase;
}
.rh-legend { margin-top: 2.4rem; font-family: var(--garamond); font-style: italic; color: var(--ink-faint); font-size: 0.95rem; }
.rh-legend b { font-family: var(--sans); font-style: normal; font-weight: 600; font-size: 0.66rem; letter-spacing: 0.08em; color: var(--bronze); border: 1px solid var(--bronze-2); border-radius: 3px; padding: 0.05rem 0.28rem; }
.rh-empty { grid-column: 1/-1; text-align: center; padding: 3rem 0; color: var(--ink-faint); font-family: var(--garamond); font-style: italic; font-size: 1.1rem; }

/* ---- steak builder ---- */
.rh-builder { background: var(--ink); color: var(--ivory); padding: clamp(2.4rem, 5vw, 4rem) 0; }
.rh-builder .kicker { color: var(--bronze-2); }
.rh-builder .display { color: var(--ivory); }
.rh-build-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); margin-top: 2.4rem; align-items: start; }
.rh-step { margin-bottom: 1.8rem; }
.rh-step-label { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bronze-2); margin-bottom: 0.9rem; display: flex; gap: 0.6rem; align-items: baseline; }
.rh-step-label span { font-family: var(--garamond); font-style: italic; letter-spacing: 0; text-transform: none; color: rgba(246,241,232,0.5); font-size: 0.85rem; }
.rh-opts { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.rh-opt {
  border: 1px solid rgba(246,241,232,0.25); background: transparent; color: rgba(246,241,232,0.85);
  padding: 0.65rem 1rem; border-radius: 6px; cursor: pointer; text-align: left;
  font-family: var(--sans); font-size: 0.82rem; transition: 0.2s;
  display: flex; flex-direction: column; gap: 0.1rem;
}
.rh-opt .rh-opt-price { font-size: 0.72rem; color: var(--bronze-2); }
.rh-opt:hover { border-color: var(--bronze-2); }
.rh-opt.is-on { background: var(--red); border-color: var(--red); color: #fff; }
.rh-opt.is-on .rh-opt-price { color: rgba(255,255,255,0.8); }
.rh-receipt {
  border: 1px solid rgba(246,241,232,0.2); border-radius: 8px; padding: 1.6rem;
  position: sticky; top: 90px; background: rgba(246,241,232,0.03);
}
.rh-receipt h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; margin-bottom: 1rem; }
.rh-receipt-line { display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px dashed rgba(246,241,232,0.14); font-size: 0.9rem; }
.rh-receipt-line span:first-child { color: rgba(246,241,232,0.8); }
.rh-receipt-line span:last-child { color: var(--bronze-2); white-space: nowrap; }
.rh-receipt-empty { color: rgba(246,241,232,0.45); font-family: var(--garamond); font-style: italic; padding: 0.5rem 0 1rem; }
.rh-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid rgba(246,241,232,0.25); }
.rh-total-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,241,232,0.6); }
.rh-total-num { font-family: var(--serif); font-weight: 600; font-size: 2rem; color: var(--ivory); }
.rh-receipt .btn { width: 100%; margin-top: 1.3rem; }

@media (max-width: 760px) {
  .rh-grid { grid-template-columns: 1fr; gap: 0; }
  .rh-build-grid { grid-template-columns: 1fr; }
  .rh-receipt { position: static; }
  .rh-diets { margin-left: 0; }
  .rh-filters { top: 52px; }
  .rh-name, .rh-price { font-size: 1.02rem; }
}

/* ============================================================
   PDF CONTENT — capacity chart, trails, amenities, rooms, maps
   ============================================================ */

/* spec / capacity table (scrolls on mobile) */
.spec-wrap { overflow-x: auto; margin-top: 2.4rem; -webkit-overflow-scrolling: touch; }
.spec-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.spec-table th {
  font-family: var(--sans); font-weight: 600; font-size: 0.62rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze);
  text-align: right; padding: 0 0.7rem 0.9rem; border-bottom: 1px solid var(--hairline);
}
.spec-table th:first-child { text-align: left; }
.spec-table td {
  padding: 0.85rem 0.7rem; border-bottom: 1px solid var(--hairline-soft);
  font-family: var(--garamond); font-size: 1.02rem; color: var(--ink-soft); text-align: right; white-space: nowrap;
}
.spec-table td:first-child { text-align: left; font-family: var(--serif); font-weight: 500; color: var(--ink); }
.spec-table td small { display: block; font-family: var(--sans); font-weight: 300; font-size: 0.7rem; color: var(--ink-faint); letter-spacing: 0.02em; white-space: normal; }
.spec-table tr.spec-group td { background: var(--paper); font-family: var(--sans); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); text-align: left; }
.spec-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 0.8rem; }

/* trail / hike cards */
.trail-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 2.6rem; }
.trail {
  border: 1px solid var(--hairline-soft); border-radius: 4px; padding: 1.5rem 1.5rem 1.6rem;
  background: var(--paper); position: relative; overflow: hidden;
}
.trail::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--bronze); }
.trail.easy::before { background: #6a9a5b; }
.trail.moderate::before { background: var(--bronze); }
.trail.hard::before { background: var(--red); }
.trail h3 { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; margin-bottom: 0.4rem; }
.trail-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 0.9rem; font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bronze); margin-bottom: 0.8rem; }
.trail-meta .diff { font-weight: 600; }
.trail p { font-family: var(--garamond); font-size: 1rem; color: var(--ink-soft); }

/* amenity grid */
.amenity-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: 2.4rem; }
.amenity { display: flex; gap: 0.8rem; align-items: flex-start; padding: 1.1rem 0; border-top: 1px solid var(--hairline-soft); }
.amenity-ico { flex: none; width: 34px; height: 34px; border: 1px solid var(--hairline); border-radius: 50%; display: grid; place-items: center; color: var(--bronze); font-size: 1rem; }
.amenity b { font-family: var(--serif); font-weight: 500; font-size: 1.02rem; display: block; }
.amenity span { font-size: 0.86rem; color: var(--ink-faint); }

/* room-detail cards (accommodations) */
.room-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.room-card { border: 1px solid var(--hairline-soft); border-radius: 4px; overflow: hidden; background: var(--paper); display: flex; flex-direction: column; }
.room-card figure { overflow: hidden; }
.room-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 1.2s var(--ease); }
.room-card:hover img { transform: scale(1.05); }
.room-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.room-body h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; }
.room-sleeps { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bronze); margin: 0.45rem 0 0.8rem; }
.room-body p { font-family: var(--garamond); font-size: 0.98rem; color: var(--ink-soft); }
.room-beds { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.9rem; }
.room-beds span { font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); border: 1px solid var(--hairline); border-radius: 100px; padding: 0.28rem 0.7rem; }

/* map figure */
.map-figure { margin-top: 2.6rem; border: 1px solid var(--hairline); border-radius: 6px; overflow: hidden; background: #dce8db; }
.map-figure img { width: 100%; display: block; cursor: zoom-in; }
.map-cap { text-align: center; font-family: var(--garamond); font-style: italic; color: var(--ink-faint); font-size: 0.95rem; padding: 0.9rem 1rem 0; }

/* enhancement price list (weddings) */
.enh-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); margin-top: 2.4rem; }
.enh-group h3 { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); font-weight: 400; margin-bottom: 1rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--hairline); }
.enh-item { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: 0.6rem 0; border-bottom: 1px dashed var(--hairline-soft); }
.enh-item b { font-family: var(--serif); font-weight: 500; font-size: 1.04rem; }
.enh-item .enh-desc { display: block; font-family: var(--garamond); font-size: 0.9rem; color: var(--ink-faint); font-weight: 400; }
.enh-item .enh-price { font-family: var(--serif); color: var(--bronze); white-space: nowrap; }

@media (max-width: 760px) {
  .enh-cols { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* ============================================================
   WEDDING MENU — interactive "build your menu"
   ============================================================ */
.wm { padding: clamp(3.5rem,7vw,6rem) 0; }
.wm-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem,4vw,3.5rem); align-items: start; margin-top: 2.4rem; }
.wm-course { margin-bottom: 2rem; }
.wm-course-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--hairline); }
.wm-course-head h3 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
.wm-pick { font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze); white-space: nowrap; }
.wm-pick.full { color: #6a9a5b; }
.wm-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.wm-opt {
  border: 1px solid var(--hairline); background: transparent; border-radius: 5px;
  padding: 0.6rem 0.8rem; text-align: left; cursor: pointer; transition: 0.2s;
  display: flex; flex-direction: column; gap: 0.1rem;
}
.wm-opt:hover { border-color: var(--bronze); }
.wm-opt.is-on { background: var(--red); border-color: var(--red); }
.wm-opt.is-on * { color: #fff !important; }
.wm-opt.is-disabled { opacity: 0.4; cursor: not-allowed; }
.wm-opt-n { font-family: var(--serif); font-weight: 500; font-size: 0.92rem; }
.wm-opt-n .rh-badge { margin-left: 0.3rem; }
.wm-opt-d { font-family: var(--garamond); font-size: 0.82rem; color: var(--ink-faint); }
.wm-card {
  border: 1px solid var(--hairline); border-radius: 6px; background: var(--paper);
  padding: 1.8rem; position: sticky; top: 90px;
}
.wm-card-head { text-align: center; border-bottom: 1px solid var(--hairline); padding-bottom: 1rem; margin-bottom: 1.1rem; }
.wm-card-head .script { font-family: var(--script); font-size: 1.9rem; color: var(--bronze); line-height: 1; }
.wm-card-head p { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-faint); margin-top: 0.3rem; }
.wm-summary-course { margin-bottom: 0.9rem; }
.wm-summary-course > span { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze); display: block; margin-bottom: 0.25rem; }
.wm-summary-course li { font-family: var(--garamond); font-size: 0.98rem; color: var(--ink-soft); list-style: none; line-height: 1.4; }
.wm-summary-empty { font-family: var(--garamond); font-style: italic; color: var(--ink-faint); font-size: 0.9rem; }
.wm-card .btn { width: 100%; margin-top: 1.2rem; }
.wm-progress { height: 3px; background: var(--hairline-soft); border-radius: 3px; margin-top: 1.1rem; overflow: hidden; }
.wm-progress span { display: block; height: 100%; background: var(--bronze); width: 0; transition: width 0.4s var(--ease); }
@media (max-width: 860px) {
  .wm-grid { grid-template-columns: 1fr; }
  .wm-card { position: static; }
  .wm-opts { grid-template-columns: 1fr; }
}
