/* ============================================================
   Historic Rivermill — Homepage redesign (2026 spec)
   Page-specific styles layered on the design system
   (colors_and_type.css tokens + assets/site.css components,
   both pulled in via ../styles.css). rm-* tokens reused.
   ============================================================ */

:root {
  --hr-shell: 1320px;
  --hr-gutter: 40px;
  --hr-shadow-card: 0 4px 24px rgba(14, 13, 14, 0.05);
  --hr-shadow-card-hover: 0 16px 38px rgba(46, 34, 24, 0.12);

  /* ---- Palette matched to the Bookings page (terracotta on near-white) ---- */
  --rm-bg:         #FCFCFA;  /* near-white page */
  --rm-bg-footer:  #F7F1EB;  /* soft warm cream wash */
  --rm-border:     #E4E6DF;  /* cool sage hairline */
  --rm-border-soft:#ECEDE7;
  --rm-text:       #16201A;  /* green-black body ink */
  --rm-head:       #2E2218;  /* warm brown for headings */
  --rm-text-light: #8A8F86;  /* sage grey meta */
  --rm-media-bg:   #EBEEE6;  /* sage image placeholder */
  /* Primary accent = logo terracotta (replaces gold as the lead colour) */
  --accent:        #BC5128;
  --accent-hover:  #9C411E;
  --accent-tint:   rgba(188, 81, 40, 0.12);
  --accent-soft:   #D9764A;  /* lighter terracotta for use on dark bands */
  --rm-free-tint:  rgba(175, 121, 27, 0.14); /* gold tint for free-event tags */
  /* warm near-black for the dark contrast bands */
  --ink-band:      #221913;
}


html { scroll-behavior: smooth; }
body {
  background: var(--rm-bg);
  color: var(--rm-text);
  overflow-x: hidden;
}

/* Shared shell */
.hr-shell {
  max-width: var(--hr-shell);
  margin: 0 auto;
  padding: 0 var(--hr-gutter);
}

/* Section rhythm + eyebrow/heading kit */
.hr-band { padding: 104px 0; }
.hr-band + .hr-band { border-top: 1px solid var(--rm-border-soft); }
.hr-band--paper { background: var(--rm-bg); }
.hr-band--white { background: var(--rm-white); }
.hr-band--wash  { background: var(--rm-bg-footer); }
.hr-band--ink   { background: var(--ink-band); color: #efe6db; }
/* Brand-tinted bands — driven by the active palette (see :root palettes) */
.hr-band--green { background: var(--band-cool); }
.hr-band--honey { background: var(--band-warm); }

/* ---- Color palettes (logo-related: terracotta / greens / browns) ---- */
/* A — Clay & Sage (default) */
:root {
  --band-warm: oklch(0.955 0.030 55);   /* warm clay cream */
  --band-cool: oklch(0.955 0.026 132);  /* soft warm sage  */
}

.hr-eyebrow {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hr-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}
.hr-eyebrow--center { justify-content: center; }
.hr-band--ink .hr-eyebrow { color: var(--accent-soft); }
.hr-band--ink .hr-eyebrow::before { background: var(--accent-soft); }

.hr-display {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0.005em;
  color: var(--rm-head);
  margin: 0;
  text-wrap: balance;
}
.hr-lede {
  font-family: var(--rm-font-body);
  font-size: 20px;
  line-height: 1.75;
  color: #3c3631;
  max-width: 60ch;
  margin: 22px 0 0;
  text-wrap: pretty;
}
.hr-band--ink .hr-lede { color: #cdbfb0; }
.hr-lede { color: #3E463E; }

.hr-head--center { text-align: center; }
.hr-head--center .hr-lede { margin-left: auto; margin-right: auto; }

/* ============================================================
   HEADER / NAV  — transparent over hero, sticky solid on scroll.
   Book Now is part of the header, so it's always visible.
   ============================================================ */
.hr-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  padding: 22px 0;
}
.hr-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.18) 60%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: -1;
}
.hr-header.is-stuck {
  background: var(--rm-white);
  box-shadow: 0 8px 26px rgba(14, 13, 14, 0.08);
  padding: 12px 0;
}
.hr-header.is-stuck::before { opacity: 0; }

.hr-header__inner {
  max-width: var(--hr-shell);
  margin: 0 auto;
  padding: 0 var(--hr-gutter);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.hr-logo { display: flex; align-items: center; flex-shrink: 0; }
.hr-logo img {
  height: 64px;
  width: auto;
  display: block;
  transition: height 0.35s ease;
}
.hr-header.is-stuck .hr-logo img { height: 48px; }
.hr-logo img.hr-logo__crest { height: 104px; }
.hr-header.is-stuck .hr-logo img.hr-logo__crest { height: 72px; }
.hr-logo img.hr-logo__crest--stuck { display: none; }
.hr-header.is-stuck .hr-logo img.hr-logo__crest--over { display: none; }
.hr-header.is-stuck .hr-logo img.hr-logo__crest--stuck { display: block; }
/* Wordmark fallback if the logo image can't load */
.hr-logo__text {
  font-family: var(--rm-font-heading);
  font-size: 26px;
  letter-spacing: 0.02em;
  color: var(--rm-white);
  line-height: 1;
  white-space: nowrap;
}
.hr-logo__text small {
  display: block;
  font-family: var(--rm-font-ui);
  font-size: 9px;
  letter-spacing: 0.42em;
  margin-top: 3px;
  opacity: 0.8;
}
.hr-header.is-stuck .hr-logo__text { color: var(--rm-text); }

/* Primary nav */
.hr-nav { display: flex; align-items: center; gap: 6px; margin-left: 26px; }
.hr-nav__item { position: relative; }
/* Invisible bridge so the cursor can cross the gap to the panel without it closing */
.hr-nav__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
  display: none;
}
.hr-nav__item:hover::after { display: block; }
.hr-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  font-family: var(--rm-font-nav);
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--rm-white);
  background: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  align-self: center;
}
.hr-header.is-stuck .hr-nav__link { color: var(--rm-text); }
.hr-nav__link:hover,
.hr-nav__item:hover .hr-nav__link,
.hr-nav__item:focus-within .hr-nav__link { color: var(--accent); }
.hr-nav__link .hr-caret {
  width: 9px; height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
  opacity: 0.85;
}
.hr-nav__item:hover .hr-caret,
.hr-nav__item:focus-within .hr-caret { transform: rotate(225deg) translateY(-2px); }

/* Dropdown panel */
.hr-drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 244px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(14, 13, 14, 0.16);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 20;
}
.hr-drop::before {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 12px; height: 12px;
  background: var(--rm-white);
  border-left: 1px solid var(--rm-border);
  border-top: 1px solid var(--rm-border);
  transform: translateX(-50%) rotate(45deg);
}
.hr-nav__item:hover .hr-drop,
.hr-nav__item:focus-within .hr-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.hr-drop a {
  display: block;
  padding: 9px 14px;
  border-radius: 7px;
  font-family: var(--rm-font-body);
  font-size: 15.5px;
  line-height: 1.3;
  color: var(--rm-text);
  transition: background 0.18s ease, color 0.18s ease;
}
.hr-drop a small {
  display: block;
  font-family: var(--rm-font-ui);
  font-size: 11.5px;
  color: var(--rm-text-light);
  margin-top: 2px;
  letter-spacing: 0.01em;
}
.hr-drop a:hover { background: var(--rm-bg); color: var(--accent); }
.hr-drop a:hover small { color: var(--accent-hover); }

/* Feature dropdown (single inviting panel, e.g. Weddings) */
.hr-drop--feature { min-width: 290px; padding: 6px; }
.hr-drop--feature a {
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--accent-tint);
}
.hr-drop--feature a:hover { background: var(--accent-tint); }
.hr-drop__ft-label {
  display: block;
  font-family: var(--rm-font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--rm-head);
}
.hr-drop__ft-sub {
  display: block;
  font-family: var(--rm-font-body);
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--rm-text-light);
  margin-top: 5px;
}
.hr-drop__ft-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-family: var(--rm-font-ui);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.hr-drop--feature a:hover .hr-drop__ft-cta span { transform: translateX(3px); }
.hr-drop__ft-cta span { transition: transform 0.2s ease; display: inline-block; }

/* Book Now — always-visible sticky CTA in header */
.hr-booknow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 28px;
  background: var(--accent);
  color: var(--rm-white);
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hr-booknow:hover { background: var(--accent-hover); color: var(--rm-white); transform: translateY(-1px); }

/* Floating Contact CTA — site-wide */
.hr-contact-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: var(--accent);
  color: var(--rm-white);
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hr-contact-fab svg { width: 17px; height: 17px; flex: none; }
.hr-contact-fab:hover { background: var(--accent-hover); color: var(--rm-white); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
@media (max-width: 760px) {
  .hr-contact-fab { right: 14px; bottom: 14px; padding: 13px; }
  .hr-contact-fab span { display: none; }
}

.hr-nav-wrap { display: flex; align-items: center; gap: 14px; margin-left: auto; }

/* Mobile menu button */
.hr-burger {
  display: none;
  width: 46px; height: 46px;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--rm-white);
}
.hr-header.is-stuck .hr-burger { color: var(--rm-text); }
.hr-burger svg { width: 26px; height: 26px; }

/* ============================================================
   HERO
   ============================================================ */
.hr-hero {
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hr-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hr-hero__media img,
.hr-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  animation: hr-kenburns 26s ease-in-out infinite alternate;
}
@keyframes hr-kenburns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.16); }
}
@media (prefers-reduced-motion: reduce) {
  .hr-hero__media img, .hr-hero__media video { animation: none; }
}
/* The design bundle's video was portrait with the landscape clip letterboxed
   in the middle and needed an oversize-and-centre workaround here. The
   production file is pre-cropped to the picture band (1080×608), so the
   video simply shares the img cover + Ken Burns rules above. */
.hr-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(8,6,4,0.78) 0%, rgba(8,6,4,0.28) 38%, rgba(8,6,4,0.12) 60%, rgba(8,6,4,0.30) 100%);
}
.hr-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--hr-shell);
  margin: 0 auto;
  padding: 0 var(--hr-gutter) clamp(120px, 20vh, 220px);
  color: var(--rm-white);
}
.hr-hero__eyebrow {
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  margin: 0 0 22px;
}
.hr-hero h1 {
  font-family: var(--rm-font-heading);
  font-weight: 400;
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--rm-white);
  text-shadow: 0 2px 40px rgba(0,0,0,0.35);
}
.hr-hero__sub {
  font-family: var(--rm-font-body);
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
  max-width: 44ch;
  margin: 26px 0 34px;
}
.hr-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 44px;
  background: var(--accent);
  color: var(--rm-white);
  font-family: var(--rm-font-ui);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hr-hero__cta:hover { background: var(--accent-hover); color: var(--rm-white); transform: translateY(-2px); }
.hr-hero__cta svg { width: 17px; height: 17px; }

.hr-hero__scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-family: var(--rm-font-ui);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hr-hero__scroll span {
  width: 1px; height: 38px;
  background: linear-gradient(rgba(255,255,255,0.7), transparent);
  animation: hr-scrollpulse 2.4s ease-in-out infinite;
}
@keyframes hr-scrollpulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ============================================================
   THINGS TO DO — alternating image/text rows (hr-day)
   ============================================================ */
.hr-days { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 84px); margin-top: 56px; max-width: 1100px; margin-left: auto; margin-right: auto; counter-reset: hrday; }
.hr-day {
  display: grid; grid-template-columns: 7fr 5fr; align-items: center; gap: clamp(28px, 5vw, 64px);
  text-decoration: none; color: inherit; counter-increment: hrday;
}
.hr-day:nth-child(even) { grid-template-columns: 5fr 7fr; }
.hr-day:nth-child(even) .hr-day__media { order: 2; }
.hr-day__media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  box-shadow: 0 18px 40px -22px rgba(60, 42, 20, 0.45);
}
.hr-day__media::after {
  content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,0.55);
  pointer-events: none; transition: inset 0.5s ease;
}
.hr-day:hover .hr-day__media::after { inset: 18px; }
.hr-day__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.hr-day:hover .hr-day__media img { transform: scale(1.04); }
.hr-day__media .hr-tile__num { display: none; }
.hr-day__body { padding: 0; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.hr-day__body::before {
  content: "N\00BA " counter(hrday);
  font-family: var(--rm-font-heading); font-style: italic; font-weight: 400;
  font-size: 26px; line-height: 1; color: var(--rm-gold); letter-spacing: 0.04em;
}
.hr-day__body h3 { font-family: var(--rm-font-heading); font-weight: 400; font-size: clamp(32px, 3.2vw, 42px); line-height: 1.1; margin: 0; }
.hr-day__body h3::after { content: ""; display: block; width: 54px; height: 1px; background: var(--rm-border); margin-top: 14px; }
.hr-day__body p { margin: 0; font-size: 17px; line-height: 1.55; color: #5A5346; text-wrap: pretty; }
@media (max-width: 860px) {
  .hr-day, .hr-day:nth-child(even) { grid-template-columns: 1fr; gap: 20px; }
  .hr-day:nth-child(even) .hr-day__media { order: 0; }
  .hr-day__body { padding: 0 4px; }
}

/* ============================================================
   ATTRACTIONS GRID — 4 editorial tiles
   ============================================================ */
.hr-attractions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.hr-tile {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--rm-text);
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--hr-shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hr-tile:hover { transform: translateY(-6px); box-shadow: var(--hr-shadow-card-hover); color: var(--rm-text); }
.hr-tile__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--rm-media-bg);
}
.hr-tile__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hr-tile:hover .hr-tile__media img { transform: scale(1.06); }
.hr-tile__num {
  position: absolute;
  top: 14px; left: 14px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(34, 25, 19, 0.62);
  color: #fff;
  font-family: var(--rm-font-heading);
  font-size: 17px;
  border-radius: 50%;
  backdrop-filter: none;
}
.hr-tile__body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hr-tile__body h3 {
  font-family: var(--rm-font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
  color: var(--rm-head);
  margin: 0 0 8px;
}
.hr-tile__body p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--rm-text-light);
  margin: 0 0 18px;
  flex-grow: 1;
}
.hr-tile__link {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hr-tile__link svg { width: 15px; height: 15px; transition: transform 0.25s ease; }
.hr-tile:hover .hr-tile__link svg { transform: translateX(4px); }

/* ============================================================
   SPOTTING LIST, animal mosaic (shared with Schools page)
   ============================================================ */
.hr-fauna { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 0; margin-top: 34px; }
.hr-fauna__tile { position: relative; margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #E9DFCE; }
.hr-fauna__tile image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.hr-fauna__tile figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 12px 10px; background: linear-gradient(to top, rgba(30,24,16,0.72), rgba(30,24,16,0)); color: #fff; pointer-events: none; }
.hr-fauna__tile figcaption strong { display: block; font-family: var(--rm-font-heading); font-weight: 400; font-size: 19px; line-height: 1.2; }
.hr-fauna__more { display: flex; justify-content: center; margin-top: 28px; }
@media (max-width: 600px) { .hr-fauna { grid-template-columns: repeat(2, 1fr); } }
.hr-fauna--five { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 600px) { .hr-fauna--five { grid-template-columns: repeat(2, 1fr); } }
.hr-fauna__tile figcaption .hr-fauna__note { display: block; font-family: var(--rm-font-ui); font-size: 12px; font-weight: 400; letter-spacing: 0.02em; opacity: 0.82; margin-top: 2px; }
/* Collapsible spotting list: show first two rows (10 tiles), reveal the rest via the toggle */
.hr-fauna--collapsible .hr-fauna__tile:nth-child(n+11) { display: none; }
.hr-fauna__toggle:checked ~ .hr-fauna--collapsible .hr-fauna__tile { display: block; }
.hr-fauna__more-hide { display: none; }
.hr-fauna__toggle:checked ~ .hr-fauna__more .hr-fauna__more-show { display: none; }
.hr-fauna__toggle:checked ~ .hr-fauna__more .hr-fauna__more-hide { display: inline; }

/* ============================================================
   WHAT'S ON — reuse rm-evcard pattern, light tweaks
   ============================================================ */
.hr-whatson__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}
.hr-whatson__head .hr-display { white-space: nowrap; }
.hr-link-btn {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rm-text);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 4px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.hr-link-btn:hover { color: var(--accent); }
/* ============================================================
   THINGS TO DO — mega-menu (two hub columns + NDIS cross-link)
   ============================================================ */
.hr-nav__item--mega { position: relative; }
.hr-mega.hr-mega--3 { grid-template-columns: 1fr 1fr 1fr; width: min(760px, calc(100vw - 80px)); }
.hr-mega.hr-mega--celebrate { width: min(560px, calc(100vw - 80px)); }
.hr-mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: auto;
  width: min(540px, calc(100vw - 80px));
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(14, 13, 14, 0.16);
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 20;
}
.hr-nav__item--mega:hover .hr-mega,
.hr-nav__item--mega:focus-within .hr-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
/* Centered mega (anchored under its own nav item, e.g. What's On) */
.hr-nav__item--megacenter { position: relative; }
.hr-nav__item--megacenter .hr-mega {
  left: 50%;
  right: auto;
  transform: translate(-50%, 8px);
  width: min(500px, calc(100vw - 80px));
}
.hr-nav__item--megacenter:hover .hr-mega,
.hr-nav__item--megacenter:focus-within .hr-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
/* Right-anchored mega (for items near the right edge, e.g. Venue Hire) */
.hr-nav__item--megaright { position: relative; }
.hr-nav__item--megaright .hr-mega {
  left: auto;
  right: 0;
  transform: translateY(8px);
  width: min(440px, calc(100vw - 80px));
}
.hr-nav__item--megaright:hover .hr-mega,
.hr-nav__item--megaright:focus-within .hr-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.hr-mega__title--full { grid-column: 1 / -1; }
.hr-mega__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rm-font-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 14px 9px;
  margin: 0 0 2px;
  border-bottom: 1px solid var(--rm-border);
}
.hr-mega__title svg { width: 14px; height: 14px; fill: var(--accent); }
.hr-mega a,
.hr-mega .hr-mega__plain {
  display: block;
  padding: 9px 14px;
  border-radius: 7px;
  font-family: var(--rm-font-body);
  font-size: 15.5px;
  line-height: 1.3;
  color: var(--rm-text);
  transition: background 0.18s ease, color 0.18s ease;
}
.hr-mega a small,
.hr-mega .hr-mega__plain small {
  display: block;
  font-family: var(--rm-font-ui);
  font-size: 11.5px;
  color: var(--rm-text-light);
  margin-top: 2px;
}
.hr-mega a:hover { background: var(--rm-bg); color: var(--accent); }
.hr-mega .hr-mega__plain { cursor: default; }
.hr-mega__cross {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding: 11px 14px;
  background: var(--accent-tint);
  border-radius: 8px;
  font-family: var(--rm-font-ui);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--accent) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hr-mega__cross:hover { background: rgba(188, 81, 40, 0.18); }

/* ============================================================
   WEDDINGS & PRIVATE EVENTS — three-card block
   ============================================================ */
.hr-cele-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 52px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* Celebrate — side-by-side intro + compact horizontal rows */
.hr-cele {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: center;
}
.hr-cele__intro .hr-display { margin-top: 14px; }
.hr-cele__intro .hr-lede { margin-top: 16px; }
.hr-cele__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hr-cele-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid #E3D7CC;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 24px rgba(14,13,14,0.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hr-cele-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14,13,14,0.08);
}
.hr-cele-row__media { overflow: hidden; }
.hr-cele-row__media img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.hr-cele-row:hover .hr-cele-row__media img { transform: scale(1.05); }
.hr-cele-row__body { padding: 22px 26px; }
.hr-cele-row__body h3 { margin: 0 0 8px; }
.hr-cele-row__body p { margin: 0 0 14px; }
@media (max-width: 1024px) {
  .hr-cele { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 560px) {
  .hr-cele-row { grid-template-columns: 1fr; }
  .hr-cele-row__media img { min-height: 180px; }
}

/* ============================================================
   WHAT'S ON — horizontal-scroll event carousel
   ============================================================ */
.hr-ev__scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 22px;
  margin: 0 calc(var(--hr-gutter) * -1);
  padding-left: var(--hr-gutter);
  padding-right: var(--hr-gutter);
  scroll-padding-left: var(--hr-gutter);
  scrollbar-width: thin;
  scrollbar-color: var(--rm-border) transparent;
}
.hr-ev__scroll::-webkit-scrollbar { height: 6px; }
.hr-ev__scroll::-webkit-scrollbar-thumb { background: var(--rm-border); border-radius: 999px; }
.hr-ev__scroll::-webkit-scrollbar-track { background: transparent; }
.hr-ev__scroll > * { scroll-snap-align: start; }

.hr-evc {
  flex: 0 0 290px;
  display: flex;
  flex-direction: column;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--hr-shadow-card);
  color: var(--rm-text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hr-evc:hover { transform: translateY(-4px); box-shadow: var(--hr-shadow-card-hover); border-color: #D2D6CB; color: var(--rm-text); }
.hr-evc__media { position: relative; height: 160px; background: var(--rm-media-bg); overflow: hidden; }
.hr-evc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.hr-evc:hover .hr-evc__media img { transform: scale(1.05); }
.hr-evc__price {
  position: absolute;
  top: 10px; right: 10px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 7px;
  padding: 5px 10px 6px;
  box-shadow: 0 2px 8px rgba(46, 34, 24, 0.14);
  font-family: var(--rm-font-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--accent);
  white-space: nowrap;
}
.hr-evc__price--free { color: var(--rm-gold); }
.hr-evc__holiday {
  position: absolute;
  top: 10px; left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--rm-gold);
  color: #fff;
  border-radius: 999px;
  padding: 5px 11px 6px;
  box-shadow: 0 2px 8px rgba(46, 34, 24, 0.18);
  font-family: var(--rm-font-ui);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}
.hr-evc__holiday svg { width: 13px; height: 13px; fill: currentColor; }
.hr-evc__body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.hr-evc__date {
  font-family: var(--rm-font-ui);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--accent);
  margin-bottom: 7px;
}
.hr-evc__name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.28em;
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.14;
  margin: 0 0 9px;
  color: var(--rm-head);
  transition: color 0.2s ease;
}
.hr-evc:hover .hr-evc__name { color: var(--accent); }
.hr-evc__desc { font-size: 14.5px; line-height: 1.5; color: var(--rm-text-light); margin: 0 0 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hr-evc__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hr-evc__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--rm-font-ui);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--accent-tint);
  color: var(--accent);
  white-space: nowrap;
}
.hr-evc__badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: 0.85; }
.hr-evc__badge--free { background: var(--rm-free-tint); color: var(--rm-gold); }
.hr-evc__badge--neutral { background: rgba(22, 32, 26, 0.05); color: #3E463E; }
.hr-evc__cta {
  font-family: var(--rm-font-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.hr-evc__cta .arr { transition: transform 0.2s ease; }
.hr-evc:hover .hr-evc__cta .arr { transform: translateX(3px); }

.hr-whatson__hint {
  font-family: var(--rm-font-ui);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--rm-text-light);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.hr-whatson__hint svg { width: 28px; height: 8px; opacity: 0.7; }

/* ============================================================
   SCHOOLS & GROUP FUNCTIONS — dark split band
   ============================================================ */
.hr-groups {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  min-height: 460px;
}
.hr-groups__media {
  position: relative;
  overflow: hidden;
  background: var(--rm-border);
}
.hr-groups__media img { width: 100%; height: 100%; object-fit: cover; }
.hr-groups__body {
  background: #F4EEE7;
  color: var(--rm-head);
  padding: clamp(48px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hr-groups__body h2 {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--rm-head);
}
.hr-groups__body p { font-size: 18px; line-height: 1.7; color: #3E463E; margin: 0 0 14px; max-width: 52ch; }
.hr-groups__cta {
  align-self: flex-start;
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  background: var(--accent);
  color: #fff;
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hr-groups__cta:hover { background: var(--accent-hover); color: #fff; transform: translateY(-1px); }

/* ============================================================
   PRACTICAL INFO
   ============================================================ */
.hr-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.hr-info__getting h2 {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: 34px;
  color: var(--rm-head);
  margin: 0 0 6px;
}
.hr-drivetimes {
  display: flex;
  gap: 14px;
  margin: 26px 0 0;
  flex-wrap: wrap;
}
.hr-drivetime {
  flex: 1 1 calc(50% - 7px);
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: var(--hr-shadow-card);
}
.hr-drivetime__time {
  font-family: var(--rm-font-heading);
  font-size: 30px;
  color: var(--accent);
  line-height: 1;
}
.hr-drivetime__time small {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rm-text-light);
  display: inline-block;
  margin-left: 4px;
}
.hr-drivetime__from {
  margin-top: 6px;
  font-size: 14px;
  color: #5a534c;
}
.hr-map {
  position: relative;
  margin-top: 26px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--rm-border);
  box-shadow: var(--hr-shadow-card);
}
.hr-map iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
  filter: grayscale(0.18) contrast(1.02);
}
.hr-map__open {
  position: absolute;
  bottom: 14px; left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  background: var(--rm-white);
  color: var(--accent);
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(46, 34, 24, 0.18);
  transition: background 0.2s ease, color 0.2s ease;
}
.hr-map__open:hover { background: var(--accent); color: #fff; }
.hr-map__open svg { width: 15px; height: 15px; fill: currentColor; }

.hr-hours {
  margin-top: 30px;
  border-top: 1px solid var(--rm-border);
  padding-top: 24px;
}
.hr-hours h3 {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rm-text-light);
  margin: 0 0 12px;
}
.hr-hours__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 11px 18px;
  background: var(--accent-tint);
  color: var(--accent);
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}
.hr-hours__check:hover { background: var(--accent); color: #fff; }
.hr-hours__check svg { width: 17px; height: 17px; fill: currentColor; }
.hr-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  font-size: 17px;
  border-bottom: 1px dotted var(--rm-border);
}
.hr-hours__row:last-child { border-bottom: 0; }
.hr-hours__row span:last-child { color: var(--rm-head); }
.hr-hours__row--closed span:last-child { color: var(--rm-text-light); }

.hr-facts h2 {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: 34px;
  color: var(--rm-head);
  margin: 0 0 22px;
}
.hr-facts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hr-fact {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  font-size: 16px;
}
.hr-fact svg { width: 20px; height: 20px; fill: var(--accent); flex-shrink: 0; }

/* ============================================================
   ABOUT US — two images + paragraph
   ============================================================ */
.hr-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.hr-about__imgs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hr-about__imgs img {
  border-radius: 12px;
  box-shadow: var(--hr-shadow-card);
  display: block;
}
.hr-about__img-main {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.hr-about__img-sub {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.hr-about__text h2 {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.1;
  color: var(--rm-head);
  margin: 0 0 22px;
}
.hr-about__text p { font-size: 18px; line-height: 1.78; color: #3E463E; margin: 0 0 18px; }
.hr-about__sig {
  font-family: var(--rm-font-body);
  font-style: italic;
  font-size: 18px;
  color: var(--rm-text-light);
  margin-top: 24px;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.hr-news { text-align: center; }
.hr-news .hr-display { margin-bottom: 14px; }
.hr-news__form {
  display: flex;
  gap: 14px;
  max-width: 640px;
  margin: 36px auto 0;
}
.hr-news__form input {
  flex: 1;
  padding: 15px 20px;
  font-family: var(--rm-font-ui);
  font-size: 16px;
  color: var(--rm-text);
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 9px;
  transition: border-color 0.2s ease;
}
.hr-news__form input:focus { outline: none; border-color: var(--rm-gold); }
.hr-news__form button {
  padding: 15px 34px;
  background: var(--accent);
  color: #fff;
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.hr-news__form button:hover { background: var(--accent-hover); }
.hr-news__note {
  font-family: var(--rm-font-ui);
  font-size: 13px;
  color: var(--rm-text-light);
  margin-top: 16px;
}
.hr-news__ok { color: var(--accent); font-size: 18px; margin-top: 24px; min-height: 1.4em; }

/* ============================================================
   FOOTER
   ============================================================ */
.hr-footer {
  background: var(--rm-bg-footer);
  color: #3E463E;
  border-top: 1px solid #DFD2C0;
  padding: 76px 0 34px;
}
.hr-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 48px;
}
.hr-footer__brand img { height: 64px; width: auto; margin-bottom: 20px; }
.hr-footer__brand .hr-logo__text { color: var(--rm-head); }
.hr-footer__brand p { font-size: 16px; line-height: 1.7; max-width: 34ch; color: #6B6258; }
.hr-footer h4 {
  font-family: var(--rm-font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rm-text-light);
  margin: 0 0 18px;
}
.hr-footer__col a,
.hr-footer__col address {
  display: block;
  font-style: normal;
  font-family: var(--rm-font-body);
  font-size: 16px;
  line-height: 1.55;
  color: #3E463E;
  margin-bottom: 11px;
  transition: color 0.18s ease;
}
.hr-footer__col a:hover { color: var(--accent); }
.hr-footer__maplink {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--accent) !important;
  border-bottom: 1px solid rgba(188, 81, 40, 0.35);
  padding-bottom: 2px;
}
.hr-footer__maplink svg { width: 15px; height: 15px; fill: currentColor; }
.hr-footer__social { display: flex; gap: 12px; margin-top: 8px; }
.hr-footer__social a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--rm-border);
  border-radius: 50%;
  color: #6B6258;
  margin: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hr-footer__social a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.hr-footer__social svg { width: 17px; height: 17px; fill: currentColor; }
.hr-footer__badge { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hr-footer__badge-row { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hr-footer__boqe { display: block; }
.hr-footer__boqe img { width: 100px; height: 100px; }
.hr-footer__badge #b-circledLeaves27 { transform: scale(0.5); transform-origin: center; margin: -50px -46px; }
.hr-footer__badge span {
  font-family: var(--rm-font-ui);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rm-text-light);
  text-align: center;
  max-width: 130px;
}

.hr-footer__acknow {
  margin-top: 64px;
  padding-top: 30px;
  border-top: 1px solid var(--rm-border);
  font-family: var(--rm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: #6B6258;
  max-width: 78ch;
}
.hr-footer__acknow strong { color: var(--rm-head); font-weight: 400; }
.hr-footer__bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--rm-font-ui);
  font-size: 13px;
  color: var(--rm-text-light);
}
.hr-footer__bottom a { color: var(--rm-text-light); }
.hr-footer__bottom a:hover { color: var(--accent); }

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.hr-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(8,6,4,0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.hr-drawer.is-open { opacity: 1; visibility: visible; }
.hr-drawer__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(88vw, 380px);
  background: var(--rm-bg);
  padding: 26px 26px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}
.hr-drawer.is-open .hr-drawer__panel { transform: translateX(0); }
.hr-drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.hr-drawer__top .hr-logo__text { color: var(--rm-text); font-size: 22px; }
.hr-drawer__close {
  width: 44px; height: 44px;
  background: none; border: 0; cursor: pointer;
  color: var(--rm-text);
  font-size: 30px; line-height: 1;
}
.hr-macc { border-bottom: 1px solid var(--rm-border); }
.hr-macc__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--rm-font-nav);
  font-size: 22px;
  color: var(--rm-text);
  text-align: left;
}
.hr-macc__btn .hr-caret {
  width: 9px; height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.hr-macc.is-open .hr-macc__btn .hr-caret { transform: rotate(225deg); }
.hr-macc__panel { display: none; padding: 0 4px 14px; }
.hr-macc.is-open .hr-macc__panel { display: block; }
.hr-macc__panel a {
  display: block;
  padding: 9px 0 9px 16px;
  font-family: var(--rm-font-body);
  font-size: 17px;
  color: #5a534c;
  border-left: 2px solid var(--rm-border);
}
.hr-macc__panel a:hover { color: var(--rm-gold); border-left-color: var(--rm-gold); }
.hr-mlink {
  display: block;
  padding: 16px 4px;
  border-bottom: 1px solid var(--rm-border);
  font-family: var(--rm-font-nav);
  font-size: 22px;
  color: var(--rm-text);
}
.hr-drawer__book {
  margin-top: 26px;
  display: block;
  text-align: center;
  padding: 16px;
  background: var(--rm-gold);
  color: #fff;
  font-family: var(--rm-font-ui);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 9px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1320px) {
  .hr-nav { gap: 2px; margin-left: 12px; }
  .hr-nav__link { font-size: 18px; padding: 9px 11px; }
  .hr-booknow { padding: 12px 22px; }
}
@media (max-width: 1180px) {
  .hr-attractions { grid-template-columns: repeat(2, 1fr); }
  .hr-cele-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .hr-nav { display: none; }
  .hr-burger { display: flex; }
  .hr-booknow { padding: 11px 20px; font-size: 13px; }
  .hr-band { padding: 76px 0; }
  .hr-groups { grid-template-columns: 1fr; }
  .hr-groups__media { min-height: 280px; }
  .hr-info { grid-template-columns: 1fr; gap: 44px; }
  .hr-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hr-footer__badge { grid-column: span 2; flex-direction: row; justify-content: flex-start; }
}
@media (max-width: 680px) {
  :root { --hr-gutter: 22px; }
  .hr-attractions { grid-template-columns: 1fr; }
  .hr-whatson__head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hr-about { grid-template-columns: 1fr; }
  .hr-about__imgs { max-width: 460px; }
  .hr-facts__grid { grid-template-columns: 1fr; }
  .hr-news__form { flex-direction: column; }
  .hr-footer__grid { grid-template-columns: 1fr; }
  .hr-footer__badge { grid-column: auto; }
  .hr-hero { align-items: flex-end; }
  .hr-band { padding: 60px 0; }
}

/* ============================================================
   PRODUCTION ADDITIONS (not in design bundle)
   ============================================================ */
/* Base reset the design assumed from the old site.css (not loaded on
   redesign pages). Without it the browser's default 8px body margin
   shows as a white frame around every page. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* Skip link — hidden until focused */
.hr-skip {
  position: absolute;
  left: -9999px;
  z-index: 2000;
  padding: 10px 18px;
  background: var(--rm-white);
  color: var(--rm-text);
  border-radius: 8px;
}
.hr-skip:focus { left: 12px; top: 12px; }

/* Fauna mosaic uses plain <img> filled by /js/redesign/fauna.js
   (replaces the design-tool <image-slot> element) */
.hr-fauna__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hr-fauna__tile img:not([src]) { opacity: 0; }
