:root {
  --shared-forest: #123c2b;
  --shared-green: #438565;
  --shared-fresh: #b7ec88;
  --shared-mint: #e9f6e4;
  --shared-paper: #f8faf6;
  --shared-line: rgba(18, 60, 43, .16);
  --shared-shadow: 0 26px 70px rgba(26, 72, 50, .12);
}

.shared-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 80;
  width: 100%;
  min-height: 88px;
  padding: 0;
  background: rgba(250, 252, 248, .91);
  border-bottom: 1px solid var(--shared-line);
  backdrop-filter: blur(18px);
}

.shared-header .site-header__inner {
  width: min(100% - 48px, 1540px);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.shared-header .brand { display: block; width: 190px; }
.shared-header .brand img { display: block; width: 100%; height: auto; }
.shared-header .desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(12px, 1.4vw, 28px); }
.shared-header .desktop-nav a,
.shared-header .phone-link { color: var(--shared-forest); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.shared-header .desktop-nav a { position: relative; padding: 32px 0; }
.shared-header .desktop-nav a::after { content: ''; position: absolute; inset: auto 0 23px; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.shared-header .desktop-nav a:hover::after,
.shared-header .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }

/* Navigation always uses an underline; inherited page styles must not strike links through. */
.shared-header .desktop-nav a,
.shared-header .desktop-nav a:hover,
.shared-header .desktop-nav a:focus-visible,
.shared-header .desktop-nav a[aria-current="page"] {
  text-decoration: none !important;
}

/* The system stylesheet shortens the nav hit-area; keep the active line below
   the label instead of letting the original 23px inset cross the text. */
.shared-header .desktop-nav a::after {
  inset: auto 0 5px !important;
}
.shared-header .header-actions { display: flex; align-items: center; gap: 14px; }
.shared-header .header-booking { min-height: 48px; padding: 0 24px; border-radius: 18px; }
.shared-header .menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--shared-line); border-radius: 16px; background: rgba(255,255,255,.76); color: var(--shared-forest); }
.shared-header .menu-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.shared-header .mobile-nav { display: none; }

.button--green,
.booking-submit {
  border: 1px solid var(--shared-green);
  background: var(--shared-green);
  color: #fff;
}

.mobile-booking-bar { display: none; }

.shared-footer {
  padding: clamp(54px, 7vw, 92px) 0 28px;
  background: #f1f7ee;
  color: var(--shared-forest);
  border-top: 1px solid var(--shared-line);
}

.shared-footer .site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
}

.shared-footer .site-footer__brand img { width: min(220px, 100%); height: auto; }
.shared-footer .site-footer__brand p { max-width: 260px; margin-top: 18px; color: #5f7468; }
.shared-footer .site-footer__grid > div { display: grid; align-content: start; gap: 12px; }
.shared-footer strong { margin-bottom: 8px; font-size: 14px; letter-spacing: .03em; }
.shared-footer a,
.shared-footer button { width: fit-content; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.shared-footer a:hover,
.shared-footer button:hover { color: var(--shared-green); }
.shared-footer .site-footer__legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--shared-line); display: flex; flex-wrap: wrap; gap: 12px 26px; color: #65776d; font-size: 13px; }
.shared-footer .site-footer__legal p { flex-basis: 100%; margin: 4px 0 0; }

.booking-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease, visibility .24s ease; }
.booking-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.booking-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(9, 31, 21, .48); backdrop-filter: blur(10px); }
.booking-modal__dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(90vh, 880px); overflow: auto; padding: clamp(26px, 5vw, 52px); border: 1px solid rgba(255,255,255,.72); border-radius: 30px; background: rgba(250, 253, 248, .96); box-shadow: var(--shared-shadow); }
.booking-modal__dialog h2 { margin: 12px 0 10px; color: var(--shared-forest); font-size: clamp(30px, 4vw, 52px); line-height: .98; letter-spacing: -.04em; }
.booking-modal__dialog > p:not(.overline) { margin: 0 0 24px; color: #617168; }
.booking-modal__close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid var(--shared-line); border-radius: 14px; background: #fff; color: var(--shared-forest); font-size: 28px; line-height: 1; }

.booking-form { display: grid; gap: 18px; }
.booking-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.booking-form label { display: grid; gap: 8px; color: var(--shared-forest); font-size: 14px; font-weight: 700; }
.booking-form label span { color: #78877f; font-weight: 400; }
.booking-form input:not([type="checkbox"]),
.booking-form select,
.booking-form textarea { width: 100%; min-height: 52px; padding: 14px 16px; border: 1px solid var(--shared-line); border-radius: 15px; background: rgba(255,255,255,.88); color: var(--shared-forest); font: inherit; resize: vertical; }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { outline: 3px solid rgba(183, 236, 136, .55); border-color: var(--shared-green); }
.booking-form__wide { grid-column: 1 / -1; }
.booking-consent { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 400 !important; line-height: 1.45; }
.booking-consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--shared-green); }
.booking-consent a { color: inherit; }
.booking-submit { min-height: 56px; padding: 0 28px; border-radius: 18px; font: inherit; font-weight: 700; cursor: pointer; }
.booking-submit:disabled { opacity: .65; cursor: wait; }
.booking-form__note { margin: 0; color: #6a7b72; font-size: 13px; line-height: 1.45; }
.booking-form__error { margin: 0; padding: 14px 16px; border-radius: 14px; background: #fff1df; color: #714d20; font-size: 14px; line-height: 1.45; }
.modal-open { overflow: hidden; }

.final-booking { padding: clamp(70px, 10vw, 150px) 0; background: linear-gradient(140deg, #ddf4cf 0%, #f6faf2 58%, #dff1e6 100%); border-top: 1px solid var(--shared-line); }
.final-booking__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(36px, 8vw, 120px); align-items: start; }
.final-booking__grid > *, .booking-form, .booking-form__grid, .booking-form label { min-width: 0; }
.final-booking__intro h2 { max-width: 780px; margin: 18px 0 24px; color: var(--shared-forest); font-size: clamp(42px, 6vw, 88px); line-height: .94; letter-spacing: -.055em; }
.final-booking__intro h2 { font-size: clamp(40px, 4.7vw, 68px); }
.final-booking__intro > p:not(.overline) { max-width: 560px; color: #5d7267; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.final-booking__intro dl { margin: 40px 0 26px; display: grid; gap: 16px; }
.final-booking__intro dl div { padding-top: 14px; border-top: 1px solid var(--shared-line); display: grid; grid-template-columns: 130px 1fr; gap: 18px; }
.final-booking__intro dt { color: #718279; }
.final-booking__intro dd { margin: 0; color: var(--shared-forest); font-weight: 700; }
.final-booking__intro a { color: inherit; }
.final-booking__form { padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.76); border-radius: 30px; background: rgba(255,255,255,.66); box-shadow: 0 22px 60px rgba(34, 84, 59, .10); backdrop-filter: blur(16px); }

@media (max-width: 1280px) {
  .shared-header .site-header__inner { grid-template-columns: 180px minmax(0, 1fr) auto; gap: 18px; }
  .shared-header .brand { width: 165px; }
  .shared-header .desktop-nav { gap: 14px; }
  .shared-header .desktop-nav a, .shared-header .phone-link { font-size: 13px; }
  .shared-header .header-booking { padding-inline: 18px; }
}

@media (max-width: 1100px) {
  body { padding-bottom: 76px; }
  .shared-header { min-height: 76px; }
  .shared-header .site-header__inner { width: min(100% - 32px, 1540px); min-height: 76px; grid-template-columns: 1fr auto; }
  .shared-header .desktop-nav, .shared-header .phone-link, .shared-header .header-booking { display: none; }
  .shared-header .menu-toggle { display: grid; place-items: center; }
  .shared-header .mobile-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100dvh - 76px); overflow: auto; padding: 26px 24px 42px; background: rgba(242, 250, 239, .98); border-bottom: 1px solid var(--shared-line); transform: translateY(-110%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .shared-header .mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .shared-header .mobile-nav a { display: block; padding: 16px 0; border-bottom: 1px solid var(--shared-line); color: var(--shared-forest); font-size: clamp(22px, 5vw, 34px); font-weight: 700; text-decoration: none; }
  .mobile-booking-bar { position: fixed; z-index: 90; inset: auto 10px 10px; min-height: 62px; padding: 6px; display: grid; grid-template-columns: .8fr .9fr 1.35fr; gap: 5px; border: 1px solid rgba(255,255,255,.74); border-radius: 22px; background: rgba(248, 252, 246, .91); box-shadow: 0 16px 50px rgba(15, 55, 37, .18); backdrop-filter: blur(18px); }
  .mobile-booking-bar a, .mobile-booking-bar button { min-height: 50px; display: grid; place-items: center; padding: 0 10px; border: 0; border-radius: 17px; background: transparent; color: var(--shared-forest); font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; }
  .mobile-booking-bar button { background: var(--shared-green); color: #fff; }
  .shared-footer .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .final-booking__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shared-header .site-header__inner { width: min(100% - 24px, 1540px); }
  .shared-header .brand { width: 150px; }
  .shared-footer { padding-bottom: 100px; }
  .shared-footer .site-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .shared-footer .site-footer__legal { display: grid; }
  .booking-modal { padding: 8px; align-items: end; }
  .booking-modal__dialog { max-height: 94dvh; padding: 28px 20px 30px; border-radius: 24px; }
  .booking-form__grid { grid-template-columns: 1fr; }
  .booking-form__wide { grid-column: auto; }
  .final-booking { padding: 72px 0; }
  .final-booking__intro h2 { font-size: clamp(34px, 10vw, 44px); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .final-booking__intro dl div { grid-template-columns: 1fr; gap: 5px; }
  .final-booking__form { padding: 20px 16px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .booking-modal, .shared-header .mobile-nav { transition: none; }
}

/* Lightweight shared navigation alignment. */
.shared-header .desktop-nav a,
.shared-header .phone-link,
.shared-header .header-booking,
.shared-header .mobile-nav a {
  text-transform: none !important;
  letter-spacing: -.01em !important;
  font-weight: 430 !important;
}

@media (max-width: 1100px) {
  .shared-header .menu-toggle {
    margin-left: auto;
    justify-self: end;
  }
}

@media (max-width: 680px) {
  .shared-header .site-header__inner {
    width: min(calc(100% - 24px), 1540px);
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* 2026-08-06 — wider navigation, right-aligned action and dark footer card. */
.shared-header { display: block !important; }
.shared-header .site-header__inner {
  width: calc(100% - 48px) !important;
  max-width: 1540px !important;
  justify-self: center !important;
  grid-template-columns: 220px minmax(0, 1fr) auto !important;
  gap: clamp(24px, 2.4vw, 44px) !important;
}
.shared-header .desktop-nav { gap: clamp(20px, 1.9vw, 34px) !important; }
.shared-header .header-actions { margin-left: auto; justify-self: end; gap: 16px; }
.shared-header .header-booking { margin-left: 2px; }

.shared-footer {
  width: calc(100% - 24px);
  max-width: none;
  margin: 12px auto;
  padding: clamp(54px, 6vw, 86px) clamp(24px, 4.5vw, 72px) 30px;
  border: 0;
  border-radius: 32px;
  background: #123c2b;
  color: #fff;
}
.shared-footer .frame { width: 100%; max-width: none; }
.shared-footer .site-footer__brand img { filter: brightness(0) invert(1); }
.shared-footer :where(p, a, button, strong, .site-footer__legal) { color: rgba(255,255,255,.82) !important; }
.shared-footer strong { color: #fff !important; font-weight: 500; }
.shared-footer .site-footer__legal { border-color: rgba(255,255,255,.2); }

@media (max-width: 1100px) {
  .shared-header .site-header__inner {
    width: calc(100% - 32px) !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
  .shared-header .header-actions { grid-column: 2; }
}

@media (max-width: 680px) {
  .shared-header .site-header__inner { width: calc(100% - 24px) !important; }
  .shared-header .site-header__inner { position: relative; }
  .shared-header .menu-toggle { position: absolute !important; top: 50%; right: 0; z-index: 5; display: grid !important; place-items: center; transform: translateY(-50%); }
  .mobile-booking-bar { grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1.18fr); }
  .mobile-booking-bar a,
  .mobile-booking-bar button { min-width: 0; padding-inline: 6px; overflow: hidden; font-size: 12px; }
  .shared-footer { width: calc(100% - 12px); margin: 6px auto 82px; padding: 44px 22px 26px; border-radius: 25px; }
}

/* 2026-08-07 — reviewed booking edges, legal document and full-width footer. */
.final-booking .final-booking__grid {
  width: min(calc(100% - 80px), 1540px) !important;
  max-width: 1540px !important;
  margin-inline: auto !important;
}

.final-booking__intro,
.final-booking__form {
  min-width: 0;
}

.booking-consent a {
  color: var(--shared-forest) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shared-footer {
  display: block !important;
  background: #1f6f4f !important;
}

.shared-footer .site-footer__grid {
  grid-template-columns: minmax(190px, 1.25fr) repeat(2, minmax(130px, .78fr)) minmax(210px, 1fr) !important;
  gap: clamp(34px, 6vw, 110px) !important;
  justify-content: space-between;
}

.shared-footer .site-footer__grid > :last-child {
  justify-self: end;
  max-width: 250px;
}

.shared-footer .site-footer__legal {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px clamp(22px, 3vw, 48px) !important;
  align-items: start;
}

.shared-footer .site-footer__legal > * {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.shared-footer .site-footer__legal p {
  flex-basis: auto !important;
  margin: 0 !important;
  justify-self: end;
}

.policy-document {
  padding-block: clamp(70px, 9vw, 130px);
}

.policy-document h1 {
  max-width: 980px;
  margin: 18px 0 24px;
  color: var(--shared-forest);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}

.policy-document > p:not(.overline) {
  max-width: 700px;
  color: #617168;
  font-size: clamp(18px, 2vw, 24px);
}

.policy-document__actions {
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.policy-document__viewer {
  width: 100%;
  height: min(78vh, 960px);
  min-height: 620px;
  border: 1px solid var(--shared-line);
  border-radius: 26px;
  background: #fff;
}

@media (max-width: 1100px) {
  .shared-footer .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .shared-footer .site-footer__grid > :last-child { justify-self: start; }
  .shared-footer .site-footer__legal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shared-footer .site-footer__legal p { justify-self: start; }
}

@media (max-width: 680px) {
  .final-booking .final-booking__grid {
    width: calc(100% - 36px) !important;
  }

  .shared-footer .site-footer__grid,
  .shared-footer .site-footer__legal {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .policy-document { padding-block: 64px; }
  .policy-document__actions { display: grid; grid-template-columns: 1fr; }
  .policy-document__actions .button { width: 100%; justify-content: center; }
  .policy-document__viewer { min-height: 560px; }
}
