:root {
  --cream: #f7f1e7;
  --cream-2: #fbf8f2;
  --sand: #e7dccb;
  --green-deep: #26352f;
  --brown: #9a7654;
  --ink: #1f1d1a;
  --muted: #605a53;
  --white: #ffffff;
  --shadow-soft: 0 18px 42px rgba(26, 24, 21, 0.08);
  --shadow-card: 0 22px 48px rgba(16, 15, 12, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}
html { scroll-behavior: smooth; }
body.bandb-page { margin: 0; color: var(--ink); background: var(--cream-2); font-family: "Inter", "Open Sans", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 1200; width: 0; height: 3px; background: linear-gradient(90deg, var(--brown), #d7b48c); }
.site-header { position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(18px); background: rgba(251, 248, 242, .88); border-bottom: 1px solid rgba(38,53,47,.08); }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 15px; }
.brand-text { display: flex; flex-direction: column; gap: 3px; text-decoration: none; color: inherit; min-width: 0; }
.site-kicker { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--brown); }
.site-name { font-family: "DM Serif Display", "Lustria", serif; font-size: 1.7rem; line-height: 1; color: var(--green-deep); }
.site-tagline { font-size: .92rem; color: var(--muted); max-width: 34rem; }
.site-nav ul { list-style: none; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; }
.site-nav a { color: var(--green-deep); text-decoration: none; font-size: .95rem; font-weight: 600; }
.site-nav a:hover, .site-nav a:focus { color: var(--brown); }
.nav-cta a, .primary-link, .secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.nav-cta a, .primary-link { background: var(--green-deep); color: var(--white) !important; box-shadow: 0 16px 30px rgba(38,53,47,.18); }
.nav-cta a:hover, .primary-link:hover { transform: translateY(-1px); background: #1f2c27; }
.secondary-link { border: 1px solid rgba(38,53,47,.18); color: var(--green-deep); background: rgba(255,255,255,.68); }
.secondary-link:hover { background: var(--white); border-color: rgba(38,53,47,.3); }
.secondary-link-plain { background: transparent; }
.site-nav-toggle { display: none; border: 0; background: transparent; color: var(--green-deep); font-size: 1.75rem; padding: 0; }
.hero-section { position: relative; overflow: hidden; padding: 78px 0 56px; background: linear-gradient(180deg, rgba(251,248,242,.84) 0%, rgba(251,248,242,.96) 100%), var(--hero-image) center/cover no-repeat; }
.hero-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 18%, rgba(154,118,84,.16), transparent 38%); pointer-events: none; }
.hero-shell, .section-heading { position: relative; z-index: 1; }
.hero-shell { max-width: 860px; margin: 0 auto; text-align: center; }
.hero-badge, .section-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: .74rem; text-transform: uppercase; letter-spacing: .18em; color: var(--brown); }
.hero-title, .section-title, .hero-note h2, .destination-card h3, .stay-plan h3, .footer-grid strong { font-family: "DM Serif Display", "Lustria", serif; font-weight: 400; letter-spacing: -.03em; color: var(--green-deep); margin: 0; }
.hero-title { font-size: clamp(2.7rem, 5.2vw, 5.3rem); line-height: .97; max-width: 12.5ch; margin: 0 auto; }
.hero-lead, .section-intro, .narrative-copy p, .events-stage-copy p, .destination-card p, .stay-plan p, .footer-grid p, .contact-mini span, .hero-note p, .comfort-list li { color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.hero-lead { max-width: 62ch; margin: 22px auto 0; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-pills { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; }
.hero-pills li { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.88); border: 1px solid rgba(38,53,47,.12); color: var(--green-deep); font-size: .92rem; font-weight: 600; }
.hero-gallery { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,420px); grid-template-areas: "main side" "main note"; gap: 18px; align-items: stretch; margin: 42px auto 0; max-width: 1140px; }
.hero-gallery-main, .hero-gallery-secondary, .hero-note, .destination-card, .narrative-aside, .stay-plan, .events-stage, .site-footer { border-radius: var(--radius-xl); overflow: hidden; }
.hero-gallery-main { grid-area: main; box-shadow: var(--shadow-card); }
.hero-gallery-main img { width: 100%; min-height: 100%; object-fit: cover; }
.hero-gallery-secondary { grid-area: side; background: var(--white); box-shadow: var(--shadow-soft); }
.hero-gallery-secondary img { width: 100%; object-fit: cover; }
.hero-note { grid-area: note; background: rgba(255,255,255,.92); padding: 24px; box-shadow: var(--shadow-soft); }
.hero-note h2 { font-size: 2rem; line-height: 1.05; }
.hero-note p { margin: 14px 0 0; }
.editorial-section { padding: 78px 0; }
.section-heading.centered { text-align: center; margin: 0 auto 34px; }
.heading-wide { max-width: 860px; }
.section-title { font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1.05; }
.section-intro { margin: 18px 0 0; }
.narrative-columns { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,360px); gap: 26px; align-items: start; }
.narrative-copy { column-count: 2; column-gap: 28px; }
.narrative-copy p { margin: 0 0 18px; break-inside: avoid; }
.narrative-aside { background: linear-gradient(180deg, rgba(232,224,209,.78), rgba(255,255,255,.96)); padding: 28px; box-shadow: var(--shadow-soft); }
.narrative-aside strong { display: block; margin-bottom: 18px; font-size: 1.1rem; color: var(--green-deep); }
.comfort-list { list-style: none; margin: 0; padding: 0; }
.comfort-list li { position: relative; padding-left: 20px; margin-bottom: 12px; }
.comfort-list li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--brown); }
.photo-ribbon { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.photo-ribbon figure, .destination-card img { margin: 0; }
.photo-ribbon figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: var(--white); }
.events-stage { position: relative; background: linear-gradient(135deg, rgba(26,38,33,.92), rgba(26,38,33,.72)), var(--stage-image) center/cover no-repeat; padding: 40px; color: var(--white); box-shadow: var(--shadow-card); }
.events-stage .section-eyebrow, .events-stage .section-title, .events-stage .section-intro, .events-stage .text-action, .event-stat strong, .event-stat span { color: var(--white); }
.events-stage .section-title { max-width: 15ch; }
.text-action { display: inline-flex; margin-top: 20px; text-decoration: none; font-weight: 700; }
.text-action:hover { color: #f4d7b2; }
.event-stat-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.event-stat { padding: 18px 20px; border-radius: var(--radius-md); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.event-stat strong, .destination-card h3, .stay-plan h3 { display: block; font-size: 1.45rem; line-height: 1.08; }
.event-stat span { display: block; margin-top: 6px; font-size: .95rem; }
.destination-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.destination-card { background: var(--white); box-shadow: var(--shadow-soft); }
.destination-card img { width: 100%; aspect-ratio: 420/290; object-fit: cover; }
.destination-card-body { padding: 22px; }
.destination-card h3 { margin-bottom: 10px; }
.stay-board { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 24px; align-items: start; }
.stay-copy { background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.9)); border-radius: var(--radius-xl); padding: 34px; box-shadow: var(--shadow-soft); }
.stay-plan { background: var(--green-deep); color: var(--white); padding: 34px; box-shadow: var(--shadow-card); }
.stay-plan h3, .stay-plan p, .stay-plan .contact-mini span, .stay-plan .contact-mini a { color: var(--white); }
.panel-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stay-plan .secondary-link { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.22); color: var(--white); }
.stay-plan .secondary-link:hover { background: rgba(255,255,255,.18); }
.contact-mini { display: grid; gap: 12px; margin-top: 24px; }
.contact-mini a { text-decoration: none; }
.site-footer { margin-top: 18px; padding: 22px 0; background: #1b2722; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.footer-grid strong { font-size: 1.3rem; color: var(--white); }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--white); }
.header-scrolled .site-header { background: rgba(251,248,242,.94); }
@media (max-width: 1099px) {
  .hero-gallery { grid-template-columns: minmax(0,1fr) minmax(280px,360px); }
  .destination-cards, .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 919px) {
  .site-nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: calc(100% + 10px); right: 15px; width: min(320px, calc(100vw - 30px)); padding: 18px; border-radius: 18px; background: rgba(251,248,242,.98); box-shadow: var(--shadow-card); }
  .site-nav-toggle[aria-expanded="true"] + .site-nav { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .site-header-inner { position: relative; align-items: flex-start; }
  .hero-gallery, .narrative-columns, .destination-cards, .stay-board, .footer-grid, .event-stat-row, .photo-ribbon { grid-template-columns: 1fr; }
  .hero-gallery { grid-template-areas: "main" "side" "note"; }
  .narrative-copy { column-count: 1; }
  .events-stage, .stay-copy, .stay-plan, .hero-note, .narrative-aside { padding: 26px; }
}
@media (max-width: 640px) {
  .hero-section, .editorial-section { padding: 58px 0; }
  .hero-title { max-width: none; font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .site-name { font-size: 1.4rem; }
  .site-tagline { font-size: .85rem; }
  .hero-pills { justify-content: flex-start; }
  .hero-shell { text-align: left; }
  .hero-title, .hero-lead { margin-left: 0; margin-right: 0; }
  .hero-actions { justify-content: flex-start; }
}

/* v4 overrides: preserved header, floating navigation + reservation card, rebuilt footer */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 242, .92);
  border-bottom: 1px solid rgba(38, 53, 47, .08);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 15px;
}

.brand-text {
  max-width: 720px;
}

.site-kicker {
  color: var(--brown);
}

.site-name {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}

.site-tagline {
  max-width: 44rem;
}

.header-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green-deep);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(38, 53, 47, .16);
}

.header-book-link:hover {
  color: var(--white);
  transform: translateY(-1px);
  background: #1f2c27;
}

.hero-section {
  padding-top: 42px;
}

.floating-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin-bottom: 34px;
  position: relative;
  z-index: 4;
}

.floating-nav {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(38, 53, 47, .09);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 10px 18px;
}

.floating-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.floating-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--green-deep);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
}

.floating-nav a:hover,
.floating-nav a:focus {
  background: rgba(38, 53, 47, .08);
  color: var(--green-deep);
}

.booking-card {
  background: linear-gradient(180deg, rgba(165, 184, 173, .96), rgba(244, 240, 232, .98));
  border: 1px solid rgba(38, 53, 47, .08);
  border-radius: 22px;
  box-shadow: 0 20px 36px rgba(29, 37, 32, .16);
  overflow: hidden;
}

.booking-card-head {
  padding: 16px 18px;
  background: #9aaea2;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: .96rem;
}

.booking-card-head i {
  margin-right: 8px;
}

.booking-card-subline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px 10px;
  color: #2f3c36;
  font-family: "DM Serif Display", "Lustria", serif;
  font-size: 1.02rem;
}

.booking-card-subline::before,
.booking-card-subline::after {
  content: "";
  width: 52px;
  height: 1px;
  background: rgba(47, 60, 54, .35);
}

.booking-card-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.booking-date-box {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(38, 53, 47, .08);
  overflow: hidden;
}

.booking-date-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #111;
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.booking-date-value {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  color: #111;
}

.booking-date-value strong {
  font-family: "DM Serif Display", "Lustria", serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

.booking-date-value span {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.05;
  text-transform: lowercase;
}

.booking-date-value small {
  font-size: .9rem;
  color: #4f4f4f;
}

.booking-card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px 14px;
  min-height: 48px;
  border-radius: 999px;
  background: var(--green-deep);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
}

.booking-card-button:hover {
  color: var(--white);
  background: #1f2c27;
}

.site-footer {
  margin-top: 28px;
  padding: 0;
  background: linear-gradient(135deg, #17221d, #223029 55%, #132019);
  border-radius: 34px 34px 0 0;
  overflow: hidden;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr 1fr;
  gap: 28px;
  padding: 44px 15px 30px;
}

.footer-shell strong {
  display: block;
  font-family: "DM Serif Display", "Lustria", serif;
  font-size: 1.4rem;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 14px;
}

.footer-shell p,
.footer-shell a,
.footer-shell li,
.footer-bottom {
  color: rgba(255, 255, 255, .76);
  font-size: .96rem;
  line-height: 1.8;
}

.footer-shell a:hover {
  color: var(--white);
}

.footer-brand-block,
.footer-links-block,
.footer-contact-block,
.footer-social-block {
  min-width: 0;
}

.footer-brand-block p {
  max-width: 28rem;
}

.footer-booking-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-top: 10px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
}

.footer-links-block ul,
.footer-contact-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-block li,
.footer-contact-block li {
  margin-bottom: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 15px 18px;
}

.footer-eyebrow {
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 1199px) {
  .floating-tools {
    grid-template-columns: 1fr;
  }

  .booking-card {
    max-width: 360px;
    justify-self: end;
  }

  .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 919px) {
  .site-header-inner {
    align-items: flex-start;
  }

  .header-book-link {
    min-height: 42px;
    padding: 0 16px;
  }

  .floating-nav {
    border-radius: 24px;
    padding: 14px;
  }

  .floating-nav ul {
    justify-content: flex-start;
  }

  .booking-card {
    max-width: none;
    justify-self: stretch;
  }

  .footer-shell,
  .footer-bottom-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-bottom-inner {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .site-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-book-link {
    display: none;
  }

  .hero-section {
    padding-top: 24px;
  }

  .floating-tools {
    gap: 14px;
    margin-bottom: 24px;
  }

  .floating-nav {
    display: none;
  }

  .booking-card-subline::before,
  .booking-card-subline::after {
    width: 34px;
  }

  .booking-card-dates {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    padding-top: 34px;
  }
}


/* v5 overrides: no menu, slimmer sticky reservation card, rebuilt footer */
.header-book-link,
.floating-nav { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
}

.site-header-inner {
  justify-content: flex-start;
  padding: 18px 15px 16px;
}

.brand-text {
  max-width: 760px;
}

.hero-section {
  padding-top: 34px;
}

.floating-tools {
  display: block;
  min-height: 0;
  margin-bottom: 0;
}

.booking-card {
  position: fixed;
  top: 96px;
  right: max(18px, calc((100vw - 1180px) / 2 + 15px));
  width: 272px;
  z-index: 90;
  background: linear-gradient(180deg, rgba(244, 237, 225, .98), rgba(255, 251, 245, .98));
  border: 1px solid rgba(38, 53, 47, .12);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(24, 31, 28, .14);
}

.booking-card-head {
  padding: 14px 16px;
  background: var(--green-deep);
  color: var(--white);
  font-size: .86rem;
  letter-spacing: .09em;
}

.booking-card-subline {
  padding: 12px 14px 8px;
  color: var(--green-deep);
  font-size: .92rem;
}

.booking-card-subline::before,
.booking-card-subline::after {
  width: 40px;
  background: rgba(38, 53, 47, .24);
}

.booking-card-dates {
  gap: 8px;
  padding: 0 10px 10px;
}

.booking-date-box {
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(38,53,47,.1);
}

.booking-date-label {
  padding: 8px 10px;
  background: #d9c4a0;
  color: #233029;
  font-size: .68rem;
  letter-spacing: .09em;
}

.booking-date-value {
  gap: 8px;
  padding: 12px 10px;
}

.booking-date-value strong {
  font-size: 2.05rem;
  color: var(--green-deep);
}

.booking-date-value span {
  font-size: .9rem;
  color: #2d3933;
}

.booking-date-value small {
  font-size: .82rem;
  color: #5f655f;
}

.booking-card-button {
  margin: 0 10px 10px;
  min-height: 44px;
  background: var(--green-deep);
  color: var(--white);
  font-size: .92rem;
}

.booking-card-button:hover { background: #1d2924; }

/* reserve visual room for the fixed card on wide screens */
@media (min-width: 1120px) {
  .hero-shell,
  .section-heading.centered.heading-wide,
  .narrative-columns,
  .photo-ribbon,
  .events-stage,
  .destination-cards,
  .stay-board,
  .footer-shell,
  .footer-bottom-inner {
    margin-right: 300px;
  }

  .section-heading.centered.heading-wide {
    max-width: 820px;
  }
}

/* footer rebuilt */
.site-footer {
  margin-top: 28px;
  padding: 0;
  background: linear-gradient(135deg, #15201b, #213029 60%, #14201a);
  border-radius: 30px 30px 0 0;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .6fr) minmax(0, 1fr);
  gap: 28px 34px;
  align-items: start;
  padding: 42px 15px 24px;
}

.footer-brand-block,
.footer-links-block,
.footer-contact-block {
  grid-row: 1;
}

.footer-social-block {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: 560px;
  padding-top: 8px;
}

.footer-shell strong {
  margin-bottom: 12px;
}

.footer-social-block p,
.footer-brand-block p,
.footer-contact-block p {
  max-width: none;
}

.footer-booking-link {
  margin-top: 14px;
}

.footer-links-block ul,
.footer-contact-block ul {
  display: grid;
  gap: 6px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 15px 18px;
}

@media (max-width: 1279px) {
  .booking-card {
    right: 18px;
  }
}

@media (max-width: 1119px) {
  .booking-card {
    position: sticky;
    top: 86px;
    right: auto;
    width: min(100%, 300px);
    margin-left: auto;
    margin-bottom: 22px;
  }

  .hero-shell,
  .section-heading.centered.heading-wide,
  .narrative-columns,
  .photo-ribbon,
  .events-stage,
  .destination-cards,
  .stay-board,
  .footer-shell,
  .footer-bottom-inner {
    margin-right: 0;
  }
}

@media (max-width: 919px) {
  .site-header-inner {
    padding-right: 15px;
  }

  .booking-card {
    position: static;
    width: min(100%, 320px);
    margin: 0 0 22px auto;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand-block,
  .footer-links-block,
  .footer-contact-block,
  .footer-social-block {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 18px;
  }

  .booking-card {
    width: 100%;
    margin: 0 0 20px;
  }
}

/* v6 final overrides: no nav, calendar closer, footer aligned */
.site-nav,
.site-nav-toggle,
.floating-nav,
.header-book-link {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
}

.site-header-inner {
  justify-content: flex-start;
  padding: 20px 15px 18px;
}

.brand-text {
  max-width: 760px;
}

.hero-section {
  padding-top: 24px;
}

.floating-tools {
  display: flex;
  justify-content: flex-end;
  max-width: 1040px;
  margin: 0 auto 18px;
  min-height: 0;
}

.booking-card {
  position: fixed;
  top: 94px;
  right: max(28px, calc((100vw - 1120px) / 2 + 26px));
  width: 248px;
  z-index: 95;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(224, 232, 226, .98), rgba(252, 248, 240, .98));
  border: 1px solid rgba(38, 53, 47, .14);
  box-shadow: 0 18px 40px rgba(24, 31, 28, .14);
}

.booking-card-head {
  padding: 13px 15px;
  background: #8fa396;
  color: var(--white);
  font-size: .82rem;
  letter-spacing: .08em;
}

.booking-card-subline {
  padding: 10px 12px 7px;
  color: var(--green-deep);
  font-size: .87rem;
}

.booking-card-subline::before,
.booking-card-subline::after {
  width: 34px;
  background: rgba(38, 53, 47, .22);
}

.booking-card-dates {
  gap: 8px;
  padding: 0 9px 9px;
}

.booking-date-label {
  padding: 7px 9px;
  background: #d8c2a0;
  color: #223029;
  font-size: .64rem;
}

.booking-date-value {
  padding: 11px 9px;
}

.booking-date-value strong {
  font-size: 1.95rem;
}

.booking-date-value span {
  font-size: .85rem;
}

.booking-card-button {
  margin: 0 9px 9px;
  min-height: 42px;
  font-size: .9rem;
}

@media (min-width: 1120px) {
  .hero-shell,
  .hero-gallery {
    margin-right: 286px;
  }

  .hero-shell {
    max-width: 760px;
  }

  .hero-gallery {
    max-width: 854px;
  }

  .section-heading.centered.heading-wide,
  .narrative-columns,
  .photo-ribbon,
  .events-stage,
  .destination-cards,
  .stay-board,
  .footer-shell,
  .footer-bottom-inner {
    margin-right: 0;
  }
}

.site-footer {
  margin-top: 34px;
  border-radius: 30px 30px 0 0;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 42px 15px 26px;
}

.footer-brand-block,
.footer-links-block,
.footer-contact-block,
.footer-social-block {
  grid-column: auto;
  grid-row: auto;
  max-width: none;
  padding-top: 0;
}

.footer-social-block {
  align-self: start;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 15px 18px;
}

@media (max-width: 1279px) {
  .booking-card {
    right: 28px;
  }
}

@media (max-width: 1119px) {
  .floating-tools {
    max-width: none;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .booking-card {
    position: sticky;
    top: 84px;
    right: auto;
    width: min(100%, 280px);
    margin-left: auto;
  }

  .hero-shell,
  .hero-gallery,
  .footer-shell,
  .footer-bottom-inner {
    margin-right: 0;
    max-width: none;
  }

  .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 919px) {
  .booking-card {
    position: static;
    width: min(100%, 290px);
    margin: 0 0 20px auto;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .floating-tools {
    justify-content: stretch;
  }

  .booking-card {
    width: 100%;
    margin: 0 0 18px;
  }
}

/* v7 calendar polish: site colors, no guarantee line, no hero width reservation */
.booking-card {
  width: 226px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(251,248,242,.98), rgba(247,241,231,.98));
  border: 1px solid rgba(154,118,84,.24);
  box-shadow: 0 20px 42px rgba(31,29,26,.12);
}

.booking-card-head {
  padding: 12px 14px;
  background: linear-gradient(180deg, #d7b48c, #c89f72);
  color: #1f1d1a;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.booking-card-subline,
.booking-card-subline::before,
.booking-card-subline::after {
  display: none !important;
}

.booking-card-dates {
  gap: 8px;
  padding: 10px 10px 8px;
}

.booking-date-box {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(154,118,84,.18);
  border-radius: 14px;
  overflow: hidden;
}

.booking-date-label {
  padding: 8px 9px;
  background: #f1e4d1;
  color: var(--brown);
  font-size: .62rem;
  font-weight: 700;
}

.booking-date-value {
  padding: 11px 10px;
}

.booking-date-value strong {
  color: var(--ink);
  font-size: 1.85rem;
}

.booking-date-value span,
.booking-date-value span small {
  color: var(--muted);
}

.booking-card-button {
  margin: 0 10px 10px;
  min-height: 40px;
  background: var(--brown);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(154,118,84,.2);
}

.booking-card-button:hover {
  background: #8c6948;
}

@media (min-width: 1120px) {
  .hero-shell,
  .hero-gallery,
  .section-heading.centered.heading-wide,
  .narrative-columns,
  .photo-ribbon,
  .events-stage,
  .destination-cards,
  .stay-board,
  .footer-shell,
  .footer-bottom-inner {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-shell,
  .hero-gallery {
    max-width: none;
  }

  .booking-card {
    right: max(18px, calc((100vw - 1240px) / 2 + 18px));
  }
}

@media (max-width: 1119px) {
  .booking-card {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .booking-card {
    width: auto;
    max-width: 100%;
  }
}

/* v8 final polish: wider first section, broader events title, aligned footer social block */
@media (min-width: 1120px) {
  .hero-shell,
  .hero-gallery {
    margin-right: 0 !important;
  }

  .hero-shell {
    max-width: 920px !important;
  }

  .hero-gallery {
    max-width: 1020px !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 400px) !important;
  }

  .booking-card {
    width: 228px !important;
    right: max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
  }
}

.hero-title {
  max-width: 11.6ch !important;
  font-size: clamp(2.9rem, 4.5vw, 4.8rem) !important;
  line-height: 0.98 !important;
}

.hero-lead {
  max-width: 72ch !important;
}

.hero-gallery {
  align-items: stretch !important;
}

.hero-gallery-main img,
.hero-gallery-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note h2 {
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  line-height: 1.08 !important;
  max-width: none !important;
}

.events-stage-copy {
  max-width: 860px;
}

.events-stage .section-title {
  max-width: none !important;
  width: 100%;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem) !important;
  line-height: 1.02 !important;
}

@media (min-width: 900px) {
  .footer-shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(160px, 0.72fr) minmax(0, 1fr) minmax(0, 0.92fr) !important;
    align-items: start !important;
  }

  .footer-brand-block,
  .footer-links-block,
  .footer-contact-block,
  .footer-social-block {
    grid-column: auto !important;
    grid-row: 1 !important;
    align-self: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .footer-social-block {
    max-width: none !important;
  }
}

@media (max-width: 1119px) {
  .hero-shell,
  .hero-gallery {
    margin-right: 0 !important;
    max-width: none !important;
  }

  .booking-card {
    width: min(100%, 250px) !important;
  }
}

@media (max-width: 899px) {
  .footer-shell {
    grid-template-columns: 1fr !important;
  }

  .footer-social-block {
    grid-row: auto !important;
  }
}


/* v9 final alignment: wider hero, closer calendar, stronger footer alignment */
.bandb-page .container {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
}

.hero-section {
  padding-top: 56px !important;
}

.hero-shell,
.hero-gallery,
.section-heading.centered.heading-wide,
.narrative-columns,
.photo-ribbon,
.events-stage,
.destination-cards,
.stay-board,
.footer-shell,
.footer-bottom-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-shell {
  max-width: 1060px !important;
}

.hero-title {
  max-width: 14.5ch !important;
  font-size: clamp(2.65rem, 4.2vw, 4.55rem) !important;
  line-height: 0.93 !important;
}

.hero-lead {
  max-width: 68ch !important;
}

.hero-gallery {
  max-width: 1060px !important;
  grid-template-columns: minmax(0, 1.26fr) minmax(320px, 0.84fr) !important;
}

.section-heading.centered.heading-wide {
  max-width: 980px !important;
}

.events-stage-copy {
  max-width: 100% !important;
  width: 100%;
}

.events-stage .section-title {
  max-width: 20ch !important;
  width: 100%;
  font-size: clamp(2.15rem, 3.2vw, 3.4rem) !important;
  line-height: 1.02 !important;
}

.footer-shell {
  grid-template-columns: minmax(0, 1.05fr) minmax(150px, 0.6fr) minmax(0, 0.95fr) minmax(0, 0.95fr) !important;
  align-items: start !important;
}

.footer-brand-block,
.footer-links-block,
.footer-contact-block,
.footer-social-block {
  align-self: start !important;
  margin-top: 0 !important;
}

@media (min-width: 1100px) {
  .hero-section .container {
    position: relative;
  }

  .floating-tools {
    position: fixed !important;
    top: 96px;
    right: max(18px, calc((100vw - 1180px) / 2 + 18px));
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    z-index: 40;
    pointer-events: none;
  }

  .booking-card {
    width: 212px !important;
    pointer-events: auto;
  }
}

@media (max-width: 1099px) {
  .bandb-page .container {
    width: min(100%, calc(100% - 36px));
  }

  .floating-tools {
    position: static !important;
    display: block !important;
    margin: 0 0 20px !important;
  }

  .booking-card {
    width: min(100%, 240px) !important;
    margin-left: auto;
  }

  .hero-shell,
  .hero-gallery,
  .section-heading.centered.heading-wide,
  .narrative-columns,
  .photo-ribbon,
  .events-stage,
  .destination-cards,
  .stay-board,
  .footer-shell,
  .footer-bottom-inner {
    max-width: none !important;
  }
}

@media (max-width: 899px) {
  .footer-shell {
    grid-template-columns: 1fr !important;
  }
}

/* v10 refinement: wider hero, elegant body text, events images on the right */
.bandb-page .site-tagline,
.bandb-page .hero-lead,
.bandb-page .section-intro,
.bandb-page .narrative-copy p,
.bandb-page .hero-note p,
.bandb-page .destination-card p,
.bandb-page .stay-copy .section-intro,
.bandb-page .stay-plan p,
.bandb-page .contact-mini span,
.bandb-page .comfort-list li,
.bandb-page .footer-brand-block p,
.bandb-page .footer-contact-block p,
.bandb-page .footer-social-block p {
  font-family: "Lora", Georgia, serif !important;
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
  letter-spacing: -0.01em;
}

.bandb-page .hero-shell {
  max-width: 980px !important;
}

.bandb-page .hero-title {
  max-width: 760px !important;
  font-size: clamp(2.75rem, 4.35vw, 4.9rem) !important;
  line-height: 0.94 !important;
}

.bandb-page .hero-lead {
  max-width: 760px !important;
}

.bandb-page .hero-gallery {
  max-width: 1120px !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 360px) !important;
}

.bandb-page .section-heading.centered.heading-wide {
  max-width: 1020px !important;
}

.bandb-page .narrative-columns {
  max-width: 1080px !important;
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, 360px) !important;
}

.bandb-page .events-stage {
  padding: 40px 42px 34px !important;
}

.bandb-page .events-stage-top {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.bandb-page .events-stage-titleblock {
  min-width: 0;
}

.bandb-page .events-stage .section-title {
  max-width: none !important;
  width: 100%;
  font-size: clamp(2.25rem, 3.25vw, 3.85rem) !important;
  line-height: 1.02 !important;
}

.bandb-page .events-stage-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-self: start;
}

.bandb-page .events-stage-photo {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(10, 14, 12, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.bandb-page .events-stage-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.bandb-page .events-stage-photo-wedding img {
  aspect-ratio: 450 / 300;
}

.bandb-page .events-stage-photo-reception img {
  aspect-ratio: 1024 / 430;
}

.bandb-page .events-stage-copy {
  max-width: none !important;
  width: 100%;
}

.bandb-page .events-stage-copy .section-intro {
  max-width: none !important;
  margin-top: 0;
}

.bandb-page .event-stat-row {
  margin-top: 24px;
}

@media (min-width: 1100px) {
  .bandb-page .floating-tools {
    position: fixed !important;
    top: 106px;
    left: min(calc(50% + 340px), calc(100vw - 240px));
    right: auto !important;
    width: 220px !important;
    display: block !important;
    margin: 0 !important;
    z-index: 40;
    pointer-events: none;
  }

  .bandb-page .booking-card {
    width: 220px !important;
    pointer-events: auto;
  }
}

@media (max-width: 1099px) {
  .bandb-page .events-stage-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  .bandb-page .hero-title {
    max-width: none !important;
  }

  .bandb-page .narrative-columns,
  .bandb-page .events-stage-top {
    grid-template-columns: 1fr !important;
  }
}


/* v11 events layout + calendar polish */
.bandb-page .events-stage {
  padding: 42px 42px 34px !important;
}

.bandb-page .events-stage-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr) !important;
  gap: 26px !important;
  align-items: start !important;
  margin-bottom: 22px !important;
}

.bandb-page .events-stage-titleblock {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.bandb-page .events-stage-titleblock .section-title {
  max-width: none !important;
  width: 100%;
}

.bandb-page .events-stage-titleblock .section-intro {
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
}

.bandb-page .events-stage-gallery {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-self: start;
}

.bandb-page .events-stage-cta {
  width: 100%;
  text-align: center;
  margin: 0 auto 22px;
}

.bandb-page .events-stage-cta .text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
}

.bandb-page .event-stat-row {
  margin-top: 0 !important;
}

@media (min-width: 1100px) {
  .bandb-page .floating-tools {
    top: 184px !important;
    left: min(calc(50% + 330px), calc(100vw - 228px)) !important;
    width: 212px !important;
  }

  .bandb-page .booking-card {
    width: 212px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 1099px) {
  .bandb-page .events-stage-top {
    grid-template-columns: 1fr !important;
  }
}

/* v14 calendar visibility fix: anchor the wrapper, not the card itself */
@media (min-width: 1100px) {
  .bandb-page .floating-tools {
    position: fixed !important;
    top: 168px !important;
    left: min(calc(50% + 330px), calc(100vw - 228px)) !important;
    right: auto !important;
    width: 212px !important;
    margin: 0 !important;
    z-index: 80 !important;
    pointer-events: none;
  }

  .bandb-page .booking-card {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 212px !important;
    margin: 0 !important;
    pointer-events: auto;
  }
}


/* v15 minimal booking card: remove upper header bar */
.bandb-page .booking-card-minimal .booking-card-head { display: none !important; }
.bandb-page .booking-card-minimal { overflow: hidden; }
.bandb-page .booking-card-minimal .booking-card-dates { padding-top: 12px !important; }
.bandb-page .booking-card-minimal .booking-card-button { margin-top: 2px !important; }

/* v16 mobile hero note fix */
@media (max-width: 767px) {
  .bandb-page .hero-gallery {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "main"
      "side"
      "note" !important;
    gap: 14px !important;
    align-items: stretch !important;
    max-width: none !important;
  }

  .bandb-page .hero-gallery-main,
  .bandb-page .hero-gallery-secondary,
  .bandb-page .hero-note {
    width: 100% !important;
    min-width: 0 !important;
  }

  .bandb-page .hero-gallery-secondary img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 420 / 290;
    object-fit: cover;
  }

  .bandb-page .hero-note {
    padding: 24px 22px !important;
    border-radius: 24px !important;
  }

  .bandb-page .hero-note h2 {
    font-size: clamp(2rem, 7vw, 2.45rem) !important;
    line-height: 1.08 !important;
    max-width: none !important;
  }

  .bandb-page .hero-note p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
}


/* v17 header subtitle + hero wording polish */
@media (min-width: 900px) {
  .bandb-page .site-header-inner {
    align-items: center !important;
  }

  .bandb-page .brand-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100% !important;
  }

  .bandb-page .site-tagline {
    max-width: none !important;
    white-space: nowrap;
    font-size: clamp(0.96rem, 1.15vw, 1.18rem) !important;
    line-height: 1.35 !important;
  }
}

.bandb-page .hero-title {
  max-width: 900px !important;
}


/* v18 header copy + calendar closer to header */
@media (min-width: 1100px) {
  .bandb-page .floating-tools {
    top: 148px !important;
  }
}

@media (min-width: 900px) {
  .bandb-page .site-kicker {
    font-size: .92rem !important;
    letter-spacing: .18em !important;
  }

  .bandb-page .site-tagline {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: clamp(0.94rem, 1.05vw, 1.08rem) !important;
    line-height: 1.3 !important;
  }
}


/* v19 hide booking calendar on mobile */
@media (max-width: 767px) {
  .bandb-page .floating-tools,
  .bandb-page .booking-card,
  .bandb-page .booking-card-minimal {
    display: none !important;
  }
}
