:root {
  --ink: #111111;
  --ink-soft: #3d3d3d;
  --muted: #6f6a61;
  --paper: #fbfaf7;
  --cream: #f1eadf;
  --stone: #ded1bc;
  --gold: #c0a060;
  --gold-dark: #84642e;
  --black: #070707;
  --white: #ffffff;
  --shadow: 0 26px 76px rgba(17, 17, 17, 0.13);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-h: 82px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
h1 {
  font-size: clamp(3.15rem, 7vw, 6.8rem);
  max-width: 980px;
}
h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
}
h3 {
  font-size: 1.35rem;
}
ul {
  margin: 0;
  padding: 0;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}
.section-pad {
  padding: clamp(72px, 9vw, 132px) 0;
}
.muted {
  background: var(--cream);
}
.centered {
  text-align: center;
  margin-inline: auto;
}
.centered p {
  margin-inline: auto;
}
.section-heading {
  max-width: 750px;
  margin-bottom: 42px;
}
.section-heading p {
  max-width: 680px;
}
.section-kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-h);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
  color: var(--white);
}
.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(18px);
  color: var(--ink);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand img {
  width: 58px;
  height: 62px;
  object-fit: contain;
  filter: invert(1);
  transition: filter 0.25s ease;
}
.site-header.is-scrolled .brand img,
.site-header.nav-active .brand img {
  filter: none;
}
.brand span {
  display: grid;
  line-height: 1.05;
}
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand small {
  font-size: 0.75rem;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 0.93rem;
  font-weight: 700;
}
.primary-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.primary-nav a:hover {
  background: rgba(185, 155, 94, 0.16);
  transform: translateY(-1px);
}
.primary-nav .nav-book {
  margin-left: 4px;
  background: var(--gold);
  color: var(--ink);
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 800;
  padding: 11px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  padding: calc(var(--header-h) + 80px) 0 58px;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: scale(1.03);
}
.hero-overlay {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(185, 155, 94, 0.25),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.5) 52%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero .eyebrow {
  color: #ead7ad;
}
.hero-text {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}
.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}
.btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(16px);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(17, 17, 17, 0.25);
}
.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1000px);
  margin: 52px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}
.quick-facts div {
  padding: 20px;
  background: rgba(0, 0, 0, 0.24);
}
.quick-facts dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.quick-facts dd {
  margin: 6px 0 0;
  font-weight: 900;
}
.quick-facts a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.intro-grid,
.split,
.contact-grid,
.faq-layout,
.amenity-layout,
.location-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}
.intro-grid > div:last-child {
  font-size: 1.1rem;
}
.booking-strip {
  background: var(--black);
  color: var(--white);
  padding: 28px 0;
}
.booking-strip-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.booking-strip strong {
  font-size: 1.15rem;
}
.booking-strip span {
  color: rgba(255, 255, 255, 0.7);
}
.booking-links {
  margin-left: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.booking-links a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}
.booking-links a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.room-card,
.amenity-card,
.contact-card,
.enquiry-form,
.map-card,
.gallery-item {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.room-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.07);
}
.room-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: var(--stone);
}
.room-card-body {
  padding: 24px;
}
.room-meta {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.room-card h3 {
  margin-bottom: 12px;
}
.tick-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.tick-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 650;
}
.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 4px #fff;
}

.sticky-heading {
  position: sticky;
  top: 110px;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.amenity-card {
  padding: 26px;
  background: var(--paper);
  border: 1px solid rgba(17, 17, 17, 0.07);
}
.amenity-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(185, 155, 94, 0.16),
    rgba(185, 155, 94, 0.08)
  );
  color: var(--gold-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.amenity-icon svg {
  width: 27px;
  height: 27px;
}
.amenity-card p {
  margin-bottom: 0;
}
.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.split {
  align-items: center;
}
.split-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 12px);
  box-shadow: var(--shadow);
}
.split-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.split-copy p {
  font-size: 1.08rem;
}
.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.feature-list div {
  padding: 18px 0 18px 24px;
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, rgba(185, 155, 94, 0.11), transparent);
}
.feature-list strong {
  display: block;
  font-size: 1.05rem;
}
.feature-list span {
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 240px;
  gap: 18px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--stone);
  isolation: isolate;
}
.gallery-item.large {
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 55%);
  z-index: 1;
}
.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-weight: 900;
}
.gallery-item:hover img {
  transform: scale(1.06);
}

.location-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}
.location-list li {
  padding: 14px 16px;
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  color: var(--ink-soft);
}
.map-card {
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(251, 250, 247, 0.88), rgba(251, 250, 247, 0.88)),
    radial-gradient(
      circle at 20% 20%,
      rgba(185, 155, 94, 0.32),
      transparent 30%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.04) 0 1px,
      transparent 1px 28px
    );
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.map-card-inner {
  text-align: center;
  padding: 34px;
}
.map-card-inner img {
  margin: 0 auto 22px;
}
.map-card-inner p {
  font-weight: 750;
}
.map-card-inner a {
  color: var(--gold-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-layout {
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 14px;
}
details {
  background: var(--paper);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.06);
}
summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.05rem;
}
details p {
  margin: 12px 0 0;
}
details a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-grid {
  align-items: stretch;
}
.contact-card,
.enquiry-form {
  padding: clamp(28px, 4vw, 48px);
}
.contact-card.dark {
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  position: relative;
}
.contact-card.dark::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(185, 155, 94, 0.18);
}
.contact-card h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}
.contact-card p {
  color: rgba(255, 255, 255, 0.72);
}
.contact-card img {
  margin-bottom: 26px;
}
.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.contact-methods a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 850;
}
.contact-methods a::after {
  content: "↗";
  color: var(--gold);
}
.enquiry-form {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.enquiry-form h3 {
  margin-bottom: 24px;
  font-size: 1.8rem;
}
label {
  display: block;
  margin: 16px 0 7px;
  font-weight: 850;
  color: var(--ink);
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 14px;
  padding: 14px 15px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185, 155, 94, 0.18);
}
.enquiry-form button {
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
  border: none;
}
.form-note {
  font-size: 0.86rem;
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 70px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}
.footer-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 75px;
  object-fit: contain;
  margin-bottom: 18px;
}
.footer-grid p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 320px;
}
.footer-grid h2 {
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  margin: 10px 0;
  font-weight: 750;
}
.footer-grid a:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-item.large {
    grid-row: span 1;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 74px;
  }
  .container {
    width: min(100% - 30px, var(--container));
  }
  .nav-toggle {
    display: inline-flex;
  }
  .primary-nav {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 24px 18px;
    background: rgba(251, 250, 247, 0.98);
    color: var(--ink);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
  }
  .primary-nav.is-open {
    transform: translateX(0);
  }
  .primary-nav a {
    padding: 16px 18px;
    border-radius: 16px;
    background: var(--cream);
  }
  .primary-nav .nav-book {
    text-align: center;
  }
  .intro-grid,
  .split,
  .contact-grid,
  .faq-layout,
  .amenity-layout,
  .location-split {
    grid-template-columns: 1fr;
  }
  .sticky-heading {
    position: static;
  }
  .booking-links {
    margin-left: 0;
  }
  .quick-facts {
    grid-template-columns: 1fr 1fr;
  }
  .split-media,
  .split-media img {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }
  .brand span {
    display: none;
  }
  .brand img {
    width: 54px;
    height: 58px;
  }
  .hero {
    min-height: auto;
    padding-top: 140px;
  }
  .hero-actions .btn,
  .button-row .btn {
    width: 100%;
  }
  .quick-facts,
  .cards,
  .amenity-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-auto-rows: 260px;
  }
  .booking-strip-inner {
    display: grid;
  }
  .booking-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .room-card img {
    height: 260px;
  }
  .section-pad {
    padding: 68px 0;
  }
}

/* Luxury refresh additions */
body {
  background:
    radial-gradient(
      circle at top left,
      rgba(185, 155, 94, 0.13),
      transparent 30rem
    ),
    linear-gradient(180deg, #fbfaf7 0%, #f6f0e6 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.018) 1px, transparent 1px);
  background-size: 46px 46px;
}

.site-header.is-scrolled,
.site-header.nav-active {
  border-bottom: 1px solid rgba(185, 155, 94, 0.24);
}

.hero {
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(234, 215, 173, 0.22);
  border-radius: 34px;
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  z-index: 2;
}
.hero h1 {
  text-wrap: balance;
}
.hero-text {
  max-width: 800px;
}
.hero-overlay {
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(185, 155, 94, 0.35),
      transparent 32%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.56) 52%,
      rgba(0, 0, 0, 0.22) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 47%);
}

.btn-primary {
  background: linear-gradient(135deg, #d6bd7a 0%, #b7954e 45%, #f0db9f 100%);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 42px rgba(143, 111, 46, 0.25);
}
.btn-secondary,
.btn-outline {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.quick-facts {
  border-color: rgba(234, 215, 173, 0.28);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}
.quick-facts div {
  background: rgba(8, 7, 5, 0.44);
}

.section-heading h2 {
  text-wrap: balance;
}
.room-card,
.amenity-card,
.enquiry-form,
.map-card,
.gallery-item,
details {
  border-color: rgba(143, 111, 46, 0.16);
}
.room-card,
.amenity-card,
.enquiry-form {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(251, 250, 247, 0.94)
  );
}
.room-card,
.amenity-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.room-card:hover,
.amenity-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 155, 94, 0.38);
  box-shadow: 0 32px 90px rgba(17, 17, 17, 0.14);
}
.amenity-icon {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.72),
      rgba(185, 155, 94, 0.12)
    ),
    radial-gradient(
      circle at 35% 25%,
      rgba(255, 255, 255, 0.75),
      transparent 45%
    );
  border: 1px solid rgba(185, 155, 94, 0.22);
  color: #84642e;
}

.booking-strip {
  background:
    linear-gradient(90deg, rgba(185, 155, 94, 0.18), transparent 35%), #050505;
  border-top: 1px solid rgba(234, 215, 173, 0.14);
  border-bottom: 1px solid rgba(234, 215, 173, 0.14);
}
.booking-links a:hover {
  border-color: rgba(234, 215, 173, 0.44);
}

.sticky-book-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 1px;
  min-width: 166px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #d8c080 0%, #b7954e 46%, #f2dfaa 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.28),
    0 0 0 7px rgba(185, 155, 94, 0.12);
  font-weight: 950;
  text-align: center;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.sticky-book-btn small {
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.64);
}
.sticky-book-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 0 9px rgba(185, 155, 94, 0.16);
}

.luxury-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(185, 155, 94, 0.16),
      transparent 24rem
    ),
    linear-gradient(180deg, #f5efe5, #ebe2d4);
}
.luxury-gallery-section::before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(143, 111, 46, 0.13);
  border-radius: 38px;
  pointer-events: none;
}
.gallery-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 32px;
}
.gallery-header .section-heading {
  margin-bottom: 0;
}
.gallery-signature {
  min-width: 240px;
  text-align: right;
  padding: 24px 0 8px;
  color: var(--gold-dark);
}
.gallery-signature span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.84);
}
.gallery-signature small {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.luxury-gallery {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  grid-auto-rows: 245px;
  gap: 20px;
}
.luxury-gallery .gallery-feature {
  grid-row: span 2;
}
.luxury-gallery .gallery-tall {
  grid-row: span 2;
}
.gallery-item {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.16);
  background: #d7cbb8;
}
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}
.gallery-item::after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.68),
    rgba(0, 0, 0, 0.08) 62%,
    rgba(0, 0, 0, 0.18)
  );
}
.gallery-item span {
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: grid;
  gap: 2px;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.gallery-item span small {
  color: #ead7ad;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.gallery-item img {
  filter: saturate(0.92) contrast(1.04);
}
.gallery-item:hover img {
  transform: scale(1.075);
}

.contact-methods a {
  word-break: break-word;
}
.site-footer {
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(185, 155, 94, 0.18),
      transparent 28rem
    ),
    #050505;
}

@media (max-width: 1040px) {
  .luxury-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 250px;
  }
  .luxury-gallery .gallery-feature,
  .luxury-gallery .gallery-tall {
    grid-row: span 1;
  }
}

@media (max-width: 860px) {
  .hero::after {
    inset: 18px;
    border-radius: 26px;
  }
  .gallery-header {
    display: grid;
    align-items: start;
  }
  .gallery-signature {
    text-align: left;
    min-width: 0;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .sticky-book-btn {
    left: 15px;
    right: 15px;
    bottom: 15px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 16px;
  }
  .sticky-book-btn small {
    font-size: 0.62rem;
  }
  .luxury-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }
  .gallery-item {
    border-radius: 24px;
  }
  .gallery-item::before {
    border-radius: 18px;
  }
  .luxury-gallery-section::before {
    inset: 14px;
    border-radius: 26px;
  }
}

/* Final polish: remove hero border, strengthen mobile menu, add gallery popup */
.hero::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 860px) {
  .site-header {
    z-index: 120;
  }
  .nav-toggle {
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
  }
  .site-header.is-scrolled .nav-toggle,
  .site-header.nav-active .nav-toggle {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(143, 111, 46, 0.22);
    color: var(--ink);
  }
  .nav-toggle::after {
    content: "";
    width: 20px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-shadow: 0 6px 0 currentColor;
    transform: translateY(-3px);
  }
  .nav-toggle.is-open::after {
    height: 18px;
    border: 0;
    box-shadow: none;
    transform: none;
    background: linear-gradient(currentColor, currentColor) center / 20px 2px
      no-repeat;
  }
  .nav-toggle.is-open::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    transform: rotate(90deg) translateX(0);
    right: 12px;
  }
  .primary-nav {
    z-index: 110;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(143, 111, 46, 0.14);
    padding-bottom: 130px;
  }
  .primary-nav a {
    font-size: 1.02rem;
    font-weight: 900;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 58px);
  background: rgba(4, 4, 4, 0.88);
  backdrop-filter: blur(14px);
}
.lightbox.is-open {
  display: flex;
}
body.lightbox-open {
  overflow: hidden;
}
.lightbox figure {
  width: min(1120px, calc(100vw - 130px));
  max-height: calc(100vh - 120px);
  margin: 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}
.lightbox img {
  width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  border-radius: 28px;
  background: #111;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(234, 215, 173, 0.28);
}
.lightbox figcaption {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: center;
}
.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(234, 215, 173, 0.34);
  background: rgba(251, 250, 247, 0.12);
  color: #fff;
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  transform: translateY(-2px);
  background: rgba(192, 160, 96, 0.24);
  border-color: rgba(234, 215, 173, 0.58);
}
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 64px;
  border-radius: 999px;
  font-size: 3rem;
  line-height: 1;
}
.lightbox-prev {
  left: 24px;
}
.lightbox-next {
  right: 24px;
}
.gallery-item {
  cursor: zoom-in;
}

@media (max-width: 620px) {
  .lightbox {
    padding: 18px;
  }
  .lightbox figure {
    width: 100%;
    max-height: calc(100vh - 120px);
  }
  .lightbox img {
    max-height: calc(100vh - 190px);
    border-radius: 20px;
  }
  .lightbox-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
  .lightbox-nav {
    top: auto;
    bottom: 18px;
    width: 46px;
    height: 46px;
    font-size: 2.1rem;
  }
  .lightbox-prev {
    left: 18px;
  }
  .lightbox-next {
    right: 18px;
  }
  .lightbox figcaption {
    padding: 0 54px;
    font-size: 0.9rem;
  }
}

/* Final client fixes: solid book buttons and robust mobile menu */
.btn-primary,
.primary-nav .nav-book,
.sticky-book-btn {
  background: var(--gold) !important;
  background-image: none !important;
  color: var(--ink) !important;
  border-color: rgba(17, 17, 17, 0.12) !important;
}

.btn-primary:hover,
.primary-nav .nav-book:hover,
.sticky-book-btn:hover {
  background: #c8aa64 !important;
  background-image: none !important;
}

.sticky-book-btn {
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.24),
    0 0 0 6px rgba(185, 155, 94, 0.12) !important;
}

@media (max-width: 860px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 300;
  }

  .site-header.nav-active {
    background: rgba(251, 250, 247, 0.98);
    color: var(--ink);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  }

  .header-inner {
    position: relative;
    z-index: 305;
  }

  .nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 306;
    min-width: 88px;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: inherit;
    backdrop-filter: blur(14px);
  }

  .site-header.is-scrolled .nav-toggle,
  .site-header.nav-active .nav-toggle {
    background: var(--gold);
    color: var(--ink);
    border-color: rgba(17, 17, 17, 0.12);
  }

  .nav-toggle::before,
  .nav-toggle::after {
    content: none !important;
    display: none !important;
  }

  .primary-nav {
    position: fixed !important;
    inset: 0 !important;
    z-index: 298 !important;
    width: 100vw;
    height: 100dvh;
    display: grid !important;
    align-content: start;
    gap: 12px;
    padding: calc(var(--header-h) + 26px) 18px 140px !important;
    background:
      radial-gradient(
        circle at 20% 0%,
        rgba(185, 155, 94, 0.18),
        transparent 32rem
      ),
      rgba(251, 250, 247, 0.99) !important;
    color: var(--ink) !important;
    overflow-y: auto;
    transform: translateX(100%) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.28s ease,
      opacity 0.22s ease,
      visibility 0.22s ease;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.24);
  }

  .primary-nav.is-open,
  body.nav-open .primary-nav {
    transform: translateX(0) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .primary-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 560px);
    margin-inline: auto;
    padding: 18px 20px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.76) !important;
    border: 1px solid rgba(143, 111, 46, 0.16);
    color: var(--ink) !important;
    font-size: 1.06rem;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.07);
  }

  .primary-nav a::after {
    content: "→";
    color: var(--gold-dark);
  }

  .primary-nav .nav-book {
    justify-content: center;
    margin-top: 10px;
  }

  .primary-nav .nav-book::after {
    content: none;
  }
}

@media (max-width: 620px) {
  .sticky-book-btn {
    background: var(--gold) !important;
    background-image: none !important;
    border-color: rgba(17, 17, 17, 0.12) !important;
  }
}

/* Conference and wedding venue sections */
.event-section {
  position: relative;
  overflow: hidden;
}
.conference-section {
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(185, 155, 94, 0.12),
      transparent 28rem
    ),
    var(--paper);
}
.wedding-section {
  background:
    radial-gradient(
      circle at 12% 80%,
      rgba(185, 155, 94, 0.14),
      transparent 30rem
    ),
    linear-gradient(180deg, #f4ede2, #ebe1d2);
}
.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
}
.event-layout-reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}
.event-media,
.wedding-media {
  position: relative;
  min-height: 620px;
}
.event-media {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(143, 111, 46, 0.16);
  box-shadow: var(--shadow);
  background: var(--stone);
}
.event-media::after,
.wedding-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 46%);
}
.event-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}
.event-media-label {
  position: absolute;
  z-index: 3;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: grid;
  gap: 3px;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  padding-bottom: 24px;
}
.event-media-label span {
  color: #ead7ad;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.event-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin-top: 22px;
  font-size: 1.08rem;
}
.event-highlights {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.event-highlights div {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}
.event-highlights div:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
.event-highlights strong {
  color: var(--ink);
  font-size: 1rem;
}
.event-highlights span {
  color: var(--muted);
}
.wedding-media {
  isolation: isolate;
}
.wedding-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: var(--stone);
  box-shadow: 0 30px 85px rgba(17, 17, 17, 0.18);
}
.wedding-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wedding-photo-main {
  inset: 0 22% 8% 0;
}
.wedding-photo-detail {
  width: 46%;
  height: 56%;
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(2%);
}
.wedding-media .event-media-label {
  left: 30px;
  right: auto;
  bottom: 42px;
}
.gallery-event-wide {
  grid-column: span 2;
}

@media (max-width: 1120px) {
  .primary-nav {
    gap: 2px;
    font-size: 0.86rem;
  }
  .primary-nav a {
    padding-inline: 10px;
  }
}

@media (max-width: 1040px) {
  .event-layout,
  .event-layout-reverse {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .event-media,
  .event-media img,
  .wedding-media {
    min-height: 520px;
  }
  .gallery-event-wide {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  .event-layout,
  .event-layout-reverse {
    grid-template-columns: 1fr;
  }
  .event-layout-reverse .event-copy {
    order: 2;
  }
  .event-layout-reverse .wedding-media {
    order: 1;
  }
  .event-media,
  .event-media img,
  .wedding-media {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .event-media,
  .event-media img {
    min-height: 390px;
  }
  .wedding-media {
    min-height: 500px;
  }
  .event-media {
    border-radius: 24px;
  }
  .wedding-photo {
    border-radius: 22px;
  }
  .wedding-photo-main {
    inset: 0 12% 14% 0;
  }
  .wedding-photo-detail {
    width: 52%;
    height: 48%;
  }
  .wedding-media .event-media-label {
    left: 20px;
    bottom: 56px;
  }
  .event-highlights div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Multipage navigation and inner-page hero refinements */
.primary-nav a[aria-current="page"] {
  background: rgba(192, 160, 96, 0.24);
  box-shadow: inset 0 0 0 1px rgba(192, 160, 96, 0.36);
}

.site-header:not(.is-scrolled):not(.nav-active)
  .primary-nav
  a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.hero--inner {
  min-height: 68svh;
  padding-top: calc(var(--header-h) + 92px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.hero--inner h1 {
  max-width: 940px;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.hero--inner .hero-text {
  max-width: 790px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.primary-nav a:focus-visible,
.breadcrumb a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .primary-nav a[aria-current="page"] {
    background: rgba(192, 160, 96, 0.16);
    box-shadow: none;
  }

  .hero--inner {
    min-height: 72svh;
    padding-top: calc(var(--header-h) + 72px);
  }
}
@media (max-width: 768px) {
  .footer-logo img {
    max-width: 160px;
    max-height: 65px;
  }
}
