:root {
  /* Brand palette: primary = Premium-Gold, secondary = Natur-Gruen. */
  --color-primary-base: #957335;
  --color-secondary-base: var(--color-primary-base);
  --color-footer-bg: var(--color-black);
}

/*.header.header--white {*/
/*  --color-primary: black;*/
/*  --color-dark-1: black;*/
/*}*/

.button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600;
}

.header.header--white .menu__nav > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.form-range::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.landing-premium {
  --lp-head: var(--font-headline, "Cormorant Garamond", Georgia, serif);
  --lp-body: var(--font-primary, "Jost", system-ui, sans-serif);
  --lp-header-offset: 90px;
  color: var(--lp-ink);
  background: var(--lp-panel-bg);
  font-family: var(--lp-body);
}

.landing-premium *,
.landing-premium *::before,
.landing-premium *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.landing-premium img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-premium video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-premium [hidden] {
  display: none !important;
}

.lp-kicker {
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.lp-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--lp-ink);
}

.lp-hero,
.lp-hero a {
  color: #fff;
}

.lp-hero__image,
.lp-hero__image::after {
  position: absolute;
  inset: 0;
}

.lp-hero__image::after {
  content: "";
  opacity: .8;
  background:
    linear-gradient(180deg, var(--lp-hero-overlay-soft) 0%, var(--lp-hero-overlay-mid) 38%, var(--lp-hero-overlay-strong) 100%),
    linear-gradient(90deg, var(--lp-hero-overlay) 0%, var(--lp-hero-overlay-clear) 34%, var(--lp-hero-overlay-clear) 64%, var(--lp-hero-overlay) 100%);
}

.lp-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 150px 24px 76px;
  color: #fff;
  text-align: center;
}

.lp-hero h1 {
  max-width: 980px;
  margin: 18px auto 20px;
  color: #fff;
  font-family: var(--lp-head);
  font-weight: 400;
  line-height: 1.06;
  overflow-wrap: break-word;
}

.lp-hero h1 span,
.lp-hero h1 em {
  display: block;
}

.lp-hero h1 span {
  font-size: clamp(56px, 6.6vw, 98px);
}

.lp-hero h1 em {
  color: #fff;
  font-size: clamp(50px, 6vw, 90px);
  font-style: italic;
  font-weight: 400;
}

.lp-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  /*font-family: var(--lp-head);*/
  font-size: 16px;
  /*font-style: italic;*/
  line-height: 1.7;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

.lp-choice-button {
  display: grid;
  gap: 6px;
  min-width: min(290px, 100%);
  padding: 15px 24px;
  border: 1px solid color-mix(in srgb, var(--color-white) 42%, transparent);
  background: color-mix(in srgb, var(--lp-ink) 72%, transparent);
  color: #fff;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--color-black) 24%, transparent);
  text-align: left;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.lp-choice-button--accent {
  border-color: color-mix(in srgb, var(--lp-gold) 72%, var(--color-white));
  background: color-mix(in srgb, var(--lp-gold) 42%, var(--lp-ink));
}

.lp-choice-button:hover {
  border-color: var(--lp-gold);
  background: color-mix(in srgb, var(--lp-gold) 52%, var(--lp-ink));
  box-shadow: 0 18px 42px color-mix(in srgb, var(--color-black) 30%, transparent);
  color: #fff;
  transform: translateY(-1px);
}

.lp-choice-button strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.lp-choice-button span {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.lp-hero .lp-kicker {
  color: #fff;
}

.lp-button,
.lp-card-btn,
.lp-book-btn,
.lp-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.lp-button--gold,
.lp-book-btn {
  background: var(--lp-gold);
  color: var(--lp-contrast);
}

.lp-button--gold:hover,
.lp-book-btn:hover {
  background: var(--lp-gold-2);
  color: var(--lp-contrast);
}

.lp-book-btn:disabled,
.lp-book-btn.is-disabled,
.lp-mobile-bar button:disabled,
.lp-mobile-bar button.is-disabled {
  background: var(--lp-stone);
  color: var(--lp-contrast);
  cursor: not-allowed;
  opacity: .55;
}

.lp-book-btn:disabled:hover,
.lp-book-btn.is-disabled:hover,
.lp-mobile-bar button:disabled:hover,
.lp-mobile-bar button.is-disabled:hover {
  background: var(--lp-stone);
  color: var(--lp-contrast);
}

.lp-button--outline,
.lp-secondary-btn {
  border-color: var(--lp-white-border-strong);
  background: var(--lp-white-wash);
  color: var(--lp-contrast);
}

.lp-secondary-btn {
  border-color: var(--lp-rule);
  background: var(--lp-panel-bg);
  color: var(--lp-ink);
}

.lp-trust {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top: 1px solid var(--lp-rule);
  border-bottom: 1px solid var(--lp-rule);
  background: var(--lp-tint);
}

.lp-trust__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1280px;
  margin: 0 auto;
}

.lp-trust article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 136px;
  padding: 34px 32px;
  border-left: 1px solid var(--lp-rule);
}

.lp-trust article:last-child {
  border-right: 1px solid var(--lp-rule);
}

.lp-trust strong {
  color: var(--lp-gold);
  font-family: var(--lp-head);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.lp-trust h2 {
  margin: 6px 0 7px;
  color: var(--lp-ink);
  font-family: var(--lp-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.lp-trust p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.lp-stepbar {
  position: sticky;
  top: var(--lp-header-offset);
  z-index: 900;
  border-bottom: 1px solid var(--lp-rule);
  background: var(--lp-white-strong);
  overflow-x: auto;
  scroll-padding-inline: 24px;
  -webkit-overflow-scrolling: touch;
}

.lp-stepbar__inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  white-space: nowrap;
}

.lp-step {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: 0;
  border-bottom: 5px solid transparent;
  background: transparent;
  color: var(--lp-white-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-step__number {
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
}

.lp-step__label {
  display: block;
  max-width: 240px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.lp-step.is-locked {
  color: color-mix(in srgb, var(--lp-white-strong) 52%, transparent);
  cursor: default;
}

.lp-step.is-locked .lp-step__number {
  color: color-mix(in srgb, var(--color-primary-500) 72%, transparent);
}

.lp-step.is-active,
.lp-step.is-done {
  color: var(--color-primary-500);
  border-bottom-color: var(--color-primary-500);
}

.lp-form {
  margin: 0;
}

.lp-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 24px;
  scroll-margin-top: calc(var(--lp-header-offset) + 58px);
}

.lp-section--warm,
.lp-section--split.lp-section--warm {
  max-width: none;
  background: var(--lp-warm);
}

.lp-section--warm > .lp-section__head,
.lp-section--warm > .lp-vehicle-filter
/*, .lp-section--warm > .lp-package-grid/**/ {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.lp-section__head {
  max-width: 760px;
  margin-bottom: 40px;
}

.lp-section__head--events {
  max-width: 820px;
}

.lp-section__head h2,
.lp-section--split h2 {
  margin: 10px 0 0;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.12;
}

.lp-section__head h2 span,
.lp-section__head h2 em {
  display: block;
}

.lp-section__head h2 em {
  color: var(--lp-gold);
  font-style: italic;
  font-weight: 400;
}

.lp-section__head p,
.lp-section--split p {
  margin: 14px 0 0;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.lp-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

@media (min-width: 1101px) {
  .lp-events:has(.lp-event:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-event,
.lp-package {
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lp-event:hover,
.lp-event.is-selected,
.lp-package:hover,
.lp-package.is-selected {
  border-color: var(--lp-gold);
  box-shadow: var(--lp-accent-shadow);
  transform: translateY(-2px);
}

.lp-package.is-disabled,
.lp-package.is-disabled:hover,
.lp-package.is-vehicle-disabled,
.lp-package.is-vehicle-disabled:hover {
  border-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
  filter: grayscale(.50);
  opacity: .70;
  transform: none;
}

.lp-event {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-color: var(--lp-rule);
}

.lp-event.is-selected {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-contrast);
  box-shadow: none;
}

.lp-event.is-selected > .lp-event__image::before {
  content: "\f00c";
  position: absolute;
  z-index: 5;
  bottom: 24px;
  right: 25px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-primary-contrast);
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.lp-event.is-selected .lp-event__body,
.lp-event.is-selected .lp-event__date-row strong,
.lp-event.is-selected p,
.lp-event.is-selected .lp-event__facts {
  color: var(--color-primary-contrast);
}

.lp-event.is-selected p,
.lp-event.is-selected .lp-event__facts {
  opacity: .84;
}

.lp-event.is-selected .lp-event__date-row span {
  background: var(--lp-white-wash);
  color: var(--color-primary-contrast);
}

.lp-event.is-selected .lp-event__facts li + li::before {
  background: var(--color-primary-contrast);
  opacity: .5;
}

.lp-event.is-selected .lp-card-btn {
  border-color: var(--color-primary-contrast);
  background: var(--color-primary-contrast);
  color: var(--color-primary);
}

.lp-event.is-disabled {
  cursor: not-allowed;
  opacity: .62;
}

.lp-event.is-disabled:hover {
  border-color: var(--lp-rule);
  box-shadow: none;
  transform: none;
}

.lp-event__image,
.lp-package__image {
  position: relative;
  min-height: 230px;
  background: var(--lp-ink);
}

.lp-event__image::after,
.lp-package__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--lp-hero-overlay-faint) 35%, var(--lp-card-overlay) 100%);
}

.lp-event__image {
  aspect-ratio: 2 / 1;
  min-height: 0;
}

.lp-event__badge,
.lp-package__pill {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-event__image-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: var(--lp-contrast);
}

.lp-event__image-copy .lp-kicker {
  color: var(--lp-gold);
}

.lp-event .lp-event__image-copy h3 {
  margin: 0 0 9px ;
  color: var(--lp-contrast);
  font-size: 30px;
}

.lp-event__body,
.lp-package__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 22px;
}

.lp-event__body {
  flex: 1 1 auto;
  gap: 16px;
  padding: 22px 24px 23px;
}

.lp-event h3,
.lp-package h3 {
  margin: 6px 0 8px;
  font-family: var(--lp-head);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.14;
}

.lp-event__date-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.lp-event__date-row strong {
  color: var(--lp-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-event__date-row span {
  flex: 0 0 auto;
  padding: 6px 10px;
  background: var(--lp-gold-3);
  color: var(--lp-ink);
  font-size: 12px;
  line-height: 1.2;
}

.lp-event p,
.lp-package p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lp-event__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 13px;
  margin: 0;
  padding: 0;
  color: var(--lp-stone);
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
}

.lp-event__facts li {
  position: relative;
}

.lp-event__facts li + li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: -9px;
  width: 5px;
  height: 1px;
  background: var(--lp-gold);
}

.lp-card-btn {
  width: 100%;
  margin-top: auto;
  border-color: var(--lp-rule);
  background: var(--lp-panel-bg);
  color: var(--lp-ink);
}

.lp-card-btn:hover,
.is-selected .lp-card-btn {
  border-color: var(--lp-gold);
  background: var(--lp-gold);
  color: var(--lp-contrast);
}

.lp-event__btn-selected {
  display: none;
}

.lp-event.is-selected .lp-event__btn-default {
  display: none;
}

.lp-event.is-selected .lp-event__btn-selected {
  display: inline;
}

.lp-vehicle-filter {
  margin-bottom: 40px;
  padding: 18px 22px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-vehicle-filter__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.lp-vehicle-filter .form-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-vehicle-filter .form-label strong {
  color: var(--lp-gold);
  font-family: var(--lp-head);
  font-size: 26px;
  font-weight: 400;
}

.lp-vehicle-filter [data-vehicle-recommendation] {
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 700;
}

.lp-vehicle-filter .form-range {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  accent-color: var(--lp-gold);
}

.lp-vehicle-filter .form-range:focus {
  outline: 0;
}

.lp-vehicle-filter .form-range::-webkit-slider-thumb {
  background: var(--lp-gold);
  border: 2px solid var(--lp-panel-bg);
  box-shadow: 0 0 0 1px var(--lp-gold);
}

.lp-vehicle-filter .form-range:focus::-webkit-slider-thumb,
.lp-vehicle-filter .form-range:active::-webkit-slider-thumb {
  background: var(--lp-gold);
  border-color: var(--lp-panel-bg);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-gold) 26%, transparent);
}

.lp-vehicle-filter .form-range::-moz-range-thumb {
  background: var(--lp-gold);
  border: 2px solid var(--lp-panel-bg);
  box-shadow: 0 0 0 1px var(--lp-gold);
}

.lp-vehicle-filter .form-range:focus::-moz-range-thumb,
.lp-vehicle-filter .form-range:active::-moz-range-thumb {
  background: var(--lp-gold);
  border-color: var(--lp-panel-bg);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-gold) 26%, transparent);
}

.lp-vehicle-filter .form-range::-ms-thumb {
  background: var(--lp-gold);
  border: 2px solid var(--lp-panel-bg);
  box-shadow: 0 0 0 1px var(--lp-gold);
}

.lp-vehicle-filter .form-range:focus::-ms-thumb,
.lp-vehicle-filter .form-range:active::-ms-thumb {
  background: var(--lp-gold);
  border-color: var(--lp-panel-bg);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-gold) 26%, transparent);
}

.lp-package-grid {
  display: grid;
  grid-template-columns: repeat(var(--lp-package-cols, 3), minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-rule);
}

.lp-package-grid[data-package-count="1"] {
  max-width: 430px;
}

.lp-package-grid[data-package-count="2"] {
  max-width: 860px;
}

.lp-package-grid[data-package-count="5"] .lp-package__body,
.lp-package-grid[data-package-count="6"] .lp-package__body {
  padding: 18px;
}

.lp-package-grid[data-package-count="5"] .lp-package,
.lp-package-grid[data-package-count="6"] .lp-package {
  --lp-package-image-height: 190px;
}

.lp-package-grid[data-package-count="5"] .lp-package__image,
.lp-package-grid[data-package-count="6"] .lp-package__image {
  min-height: 190px;
}

.lp-package-grid[data-package-count="5"] .lp-package h3,
.lp-package-grid[data-package-count="6"] .lp-package h3 {
  font-size: 23px;
}

.lp-package {
  position: relative;
  --lp-package-image-height: 230px;
  min-height: 100%;
  border: 0;
}

.lp-package__image {
  min-height: var(--lp-package-image-height);
}

.lp-package.is-selected {
  z-index: 3;
  outline: 3px solid var(--color-primary);
  outline-offset: -3px;
  background: var(--color-primary);
  /*border: 3px solid var(--color-primary);*/
  color: var(--color-primary-contrast);
  /*box-shadow:*/
  /*  inset 0 0 0 3px var(--lp-gold),*/
  /*  var(--lp-accent-shadow-strong);*/
  transform: translateY(-3px);
}

.lp-package.is-selected .lp-package__body,
.lp-package.is-selected .lp-kicker,
.lp-package.is-selected h3,
.lp-package.is-selected p,
.lp-package.is-selected .lp-package__price small,
.lp-package.is-selected .lp-package__price strong,
.lp-package.is-selected .lp-size,
.lp-package.is-selected .lp-size small {
  color: var(--color-primary-contrast);
}

.lp-package.is-selected p,
.lp-package.is-selected .lp-package__price small,
.lp-package.is-selected .lp-size small {
  opacity: .84;
}

.lp-package.is-selected .lp-size {
  border-color: var(--lp-white-border-strong);
  background: var(--lp-white-wash);
}

.lp-package.is-selected .lp-size__bar {
  background: var(--lp-white-border);
}

.lp-package.is-selected .lp-size__bar span {
  background: var(--color-primary-contrast);
}

.lp-package.is-selected .lp-card-btn {
  border-color: var(--color-primary-contrast);
  background: var(--color-primary-contrast);
  color: var(--color-primary);
}

.lp-package.is-selected::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: var(--lp-shadow-chip);
}

.lp-package.is-selected::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 21px;
  right: 22px;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--color-primary-contrast);
  border-bottom: 2px solid var(--color-primary-contrast);
  transform: rotate(-45deg);
}

.lp-package.is-recommended {
  box-shadow: inset 0 0 0 2px var(--lp-gold);
}

.lp-package.is-disabled .lp-package__pill,
.lp-package.is-disabled .lp-card-btn,
.lp-package.is-vehicle-disabled .lp-package__pill,
.lp-package.is-vehicle-disabled .lp-card-btn {
  background: var(--lp-stone);
  border-color: var(--lp-stone);
  color: var(--lp-contrast);
}

.lp-package__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 14px 0 10px;
}

.lp-package__price small {
  color: var(--lp-stone);
}

.lp-package__price strong {
  color: var(--lp-gold);
  font-family: var(--lp-head);
  font-size: 30px;
  font-weight: 400;
}

.lp-size {
  padding: 10px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-warm);
  color: var(--lp-muted);
  font-size: 12px;
}

.lp-size__bar {
  height: 6px;
  margin-top: 7px;
  background: var(--lp-rule);
}

.lp-size__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lp-gold), var(--lp-ink-2));
}

.lp-empty {
  grid-column: 1 / -1;
  padding: 42px 24px;
  background: var(--lp-panel-bg);
  color: var(--lp-muted);
  text-align: center;
}

.lp-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.lp-panel {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-panel--plain {
  padding: 0;
  border: 0;
  background: transparent;
}

.lp-panel__head {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 18px;
  margin-bottom: 16px;
}

.lp-panel h3,
.lp-price-box__title {
  margin: 0;
  font-family: var(--lp-head);
  font-size: 24px;
  font-weight: 400;
}

.lp-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 34px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-tint);
}

.lp-package__pill-arrival {
  padding: 5px 10px;
  background: var(--lp-gold-3);
  color: var(--lp-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-info-grid article {
  min-height: 118px;
  padding: 22px 22px 20px;
  border-left: 1px solid var(--lp-rule);
}

.lp-info-grid article:first-child {
  border-left: 0;
}

.lp-info-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--lp-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lp-info-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
}

.lp-info-grid small {
  display: block;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.lp-date-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 7px;
}

.lp-date,
.lp-extra,
.lp-counter {
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-date {
  min-height: 74px;
  padding: 9px 8px;
  text-align: center;
}

.lp-date:hover,
.lp-date.is-selected,
.lp-extra:hover,
.lp-extra.is-selected {
  border-color: var(--lp-gold);
}

.lp-date.is-selected {
  background: var(--lp-gold);
  color: var(--lp-contrast);
}

.lp-date span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-date strong {
  display: block;
  font-family: var(--lp-head);
  font-size: 24px;
  font-weight: 400;
}

.lp-date[disabled] {
  cursor: not-allowed;
  opacity: .42;
}

.lp-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
}

.lp-counter + .lp-counter {
  border-top: 0;
}

.lp-counter label {
  margin: 0;
}

.lp-counter strong {
  display: block;
}

.lp-counter small {
  color: var(--lp-stone);
}

.lp-counter__select {
  width: 92px;
  height: 42px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
  color: var(--lp-ink);
  padding: 0 12px;
}

.lp-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lp-extra {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  text-align: left;
}

.lp-extra__check {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid var(--lp-rule);
}

.lp-extra.is-selected .lp-extra__check {
  background: var(--lp-gold);
  border-color: var(--lp-gold);
}

.lp-extra.is-selected .lp-extra__check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--lp-contrast);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lp-extra strong {
  display: block;
  font-size: 13px;
}

.lp-extra__meta {
  text-align: right;
}

.lp-extra__meta em {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--lp-ink);
  color: var(--lp-contrast);
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
  white-space: nowrap;
}

.lp-extra.is-disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.lp-extra.is-disabled:hover {
  border-color: var(--lp-rule);
}

.lp-extra small {
  display: block;
  color: var(--lp-stone);
  font-size: 12px;
}

.lp-price-box {
  position: sticky;
  top: 160px;
  padding: 24px;
  background: var(--lp-ink);
  color: var(--lp-contrast);
}

.lp-price-box__sub,
.lp-price-trust,
.lp-voucher span {
  color: var(--lp-white-faint);
  font-size: 16px;
}

.lp-price-trust p {
  font-size: 13px;
}

.lp-price-box__sub {
  margin: 6px 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--lp-white-hairline);
}

.lp-price-box__sub span,
.lp-price-box__sub small {
  display: block;
}

.lp-price-box__sub small {
  margin-top: 8px;
  font-size: 13px;
}

.lp-price-line,
.lp-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
}

.lp-price-lines {
  color: var(--lp-contrast);
  font-size: 16px;
}

.lp-price-line span {
  color: var(--lp-contrast);
}

.lp-price-line strong {
  color: var(--lp-contrast);
}

.lp-voucher {
  display: block;
  margin: 10px 0 8px;
}

.lp-voucher-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: var(--lp-gold-2);
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-align: left;
}

.lp-voucher input {
  width: 100%;
  height: 44px;
  margin-top: 7px;
  border: 1px solid var(--lp-white-border);
  background: var(--lp-white-wash);
  color: var(--lp-contrast);
  padding: 0 12px;
}

.lp-total {
  align-items: baseline;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--lp-accent-border-strong);
}

.lp-total span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-total strong {
  color: var(--lp-gold-2);
  font-family: var(--lp-head);
  font-size: 34px;
  font-weight: 400;
}

.lp-price-trust {
  margin: 18px 0;
  padding: 12px;
  border: 1px solid var(--lp-accent-border);
  background: var(--lp-accent-wash);
}

.lp-price-trust p {
  margin: 0 0 5px;
}

.lp-price-trust span {
  color: var(--lp-gold-2);
}

.lp-form-error {
  margin: 12px 0;
  padding: 10px 12px;
  background: var(--lp-warning-bg);
  color: var(--lp-warning-text);
}

.lp-book-btn {
  width: 100%;
}

.lp-section--experience {
  max-width: none;
  background: var(--lp-warm);
}

.lp-section--experience > .lp-section__head,
.lp-experience-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.lp-experience-grid {
  grid-template-rows: repeat(2, minmax(180px, 260px));
  grid-auto-rows: minmax(180px, 260px);
  gap: 2px;
}

.lp-experience-grid__item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--lp-ink);
  cursor: zoom-in;
}

.lp-experience-grid__link {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-experience-grid__item img {
  display: block;
  transition: transform .45s ease;
}

.lp-experience-grid__item:hover img {
  transform: scale(1.035);
}

.lp-gastro {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  max-width: none;
  padding: 0;
  background: var(--lp-panel-bg);
}

.lp-gastro__content {
  align-self: center;
  padding: clamp(48px, 5.5vw, 94px) clamp(34px, 6vw, 74px);
}

.lp-gastro .lp-kicker::after,
.lp-siteplan .lp-kicker::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: var(--lp-gold);
}

.lp-gastro h2 {
  margin: 34px 0 0;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: clamp(40px, 3.8vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}

.lp-gastro h2 span,
.lp-gastro h2 em {
  display: block;
}

.lp-gastro h2 em {
  color: var(--lp-gold);
  font-style: italic;
  font-weight: 400;
}

.lp-gastro p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.lp-gastro__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-tint);
}

.lp-gastro__facts article {
  min-height: 132px;
  padding: 22px 18px 20px;
  border-right: 1px solid var(--lp-rule);
}

.lp-gastro__facts article:last-child {
  border-right: 0;
}

.lp-gastro__facts span {
  display: block;
  color: var(--lp-gold);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.lp-gastro__facts strong {
  display: block;
  margin-top: 10px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.lp-gastro__facts small {
  display: block;
  margin-top: 10px;
  color: var(--lp-stone);
  font-size: 13px;
  line-height: 1.45;
}

.lp-gastro__visual {
  min-height: clamp(460px, 40vw, 680px);
  overflow: hidden;
  background: var(--lp-ink);
}

.lp-gastro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-siteplan {
  max-width: none;
  background: var(--lp-warm);
}

.lp-siteplan__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.lp-siteplan .lp-section__head {
  max-width: 860px;
}

.lp-siteplan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lp-siteplan__card {
  margin: 0;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
  overflow: hidden;
}

.lp-siteplan__card a {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--lp-ink);
}

.lp-siteplan__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.lp-siteplan__card:hover img {
  transform: scale(1.025);
}

.lp-siteplan__card figcaption {
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: 24px;
}

.lp-siteplan__card strong {
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.lp-siteplan__card span {
  color: var(--lp-muted);
  font-size: 15px;
  line-height: 1.6;
}

.lp-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  max-width: none;
  padding: 0;
  background: white;
}

.lp-location__visual {
  position: relative;
  min-height: clamp(460px, 38vw, 650px);
  overflow: hidden;
  background: var(--lp-ink);
}

.lp-location__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(30, 29, 24, .24), rgba(18, 23, 20, .30)),
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .24));
}

.lp-location__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(.95);
}

.lp-location__metric {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  gap: 10px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0 4px 22px color-mix(in srgb, var(--color-black) 72%, transparent);
  transform: translate(-50%, -50%);
}

.lp-location__metric strong {
  font-family: var(--lp-head);
  font-size: clamp(72px, 7.4vw, 118px);
  font-weight: 400;
  line-height: .9;
}

.lp-location__metric span {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .34em;
  line-height: 1.5;
  text-shadow: 0 2px 14px color-mix(in srgb, var(--color-black) 80%, transparent);
  text-transform: uppercase;
}

.lp-location__content {
  align-self: center;
  padding: clamp(48px, 5.5vw, 94px) clamp(34px, 6vw, 74px);
}

.lp-location .lp-kicker::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: var(--lp-gold);
}

.lp-location h2 {
  margin: 34px 0 0;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: clamp(40px, 3.8vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}

.lp-location h2 span,
.lp-location h2 em {
  display: block;
}

.lp-location h2 em {
  color: var(--lp-gold);
  font-style: italic;
  font-weight: 400;
}

.lp-location p {
  max-width: 1080px;
  margin: 28px 0 0;
  color: var(--lp-muted);
  font-family: var(--lp-head);
  font-size: 19px;
  font-style: italic;
  line-height: 1.7;
}

.lp-location__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-location__stats article {
  min-height: 96px;
  padding: 22px 18px 18px;
  border-right: 1px solid var(--lp-rule);
  border-bottom: 1px solid var(--lp-rule);
  text-align: center;
  background: var(--lp-tint);
}

.lp-location__stats article:nth-child(3n) {
  border-right: 0;
}

.lp-location__stats article:nth-child(n + 4) {
  border-bottom: 0;
}

.lp-location__stats span {
  display: block;
  color: var(--lp-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lp-location__stats strong {
  display: block;
  margin-top: 9px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.lp-location__stats small {
  display: block;
  margin-top: 4px;
  color: var(--lp-stone);
  font-size: 12px;
  line-height: 1.3;
}

.lp-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 42px;
  align-items: center;
}

.lp-map {
  min-height: 420px;
  overflow: hidden;
}

.lp-faq-section {
  max-width: none;
  background: var(--lp-warm);
}

.lp-faq-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.lp-faq-section .lp-section__head {
  max-width: none;
  margin-bottom: 56px;
}

.lp-faq-section .lp-kicker::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: var(--lp-gold);
}

.lp-faq-list {
  border-top: 1px solid var(--lp-rule);
}

.lp-faq-item {
  border-bottom: 1px solid var(--lp-rule);
}

.lp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 17px 0;
  color: var(--lp-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-item summary span {
  flex: 1 1 auto;
}

.lp-faq-item summary i {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-faq-item summary i::before,
.lp-faq-item summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--lp-gold);
  transform: translate(-50%, -50%);
}

.lp-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lp-faq-item[open] summary i::after {
  opacity: 0;
}

.lp-faq-item__answer {
  max-width: 650px;
  padding: 0 44px 22px 0;
  color: var(--lp-muted);
  font-size: 15px;
  line-height: 1.75;
}

.lp-faq-item__answer p {
  margin: 0 0 12px;
}

.lp-faq-item__answer p:last-child {
  margin-bottom: 0;
}

.lp-faq-section__more {
  margin: 26px 0 0;
  color: var(--lp-stone);
  font-size: 15px;
}

.lp-faq-section__more a {
  color: var(--lp-gold);
}

.lp-reviews-section {
  max-width: none;
  background: var(--lp-panel-bg);
}

.lp-reviews-section__inner,
.lp-info-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.lp-reviews-section .lp-section__head {
  max-width: 760px;
  margin-bottom: 46px;
}

.lp-reviews-section .lp-kicker::after,
.lp-info-section .lp-kicker::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: var(--lp-gold);
}

.lp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-review-card {
  min-height: 230px;
  padding: 25px 28px 26px;
  border-right: 1px solid var(--lp-rule);
}

.lp-review-card:last-child {
  border-right: 0;
}

.lp-review-card__stars {
  color: var(--lp-gold);
  font-size: 16px;
  letter-spacing: .18em;
  line-height: 1;
}

.lp-review-card blockquote {
  margin: 22px 0 28px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 18px;
  font-style: italic;
  line-height: 1.65;
}

.lp-review-card__person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-review-card__person > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--lp-gold-3);
  color: var(--lp-ink);
  font-size: 11px;
  font-weight: 800;
}

.lp-review-card__person strong,
.lp-review-card__person small {
  display: block;
}

.lp-review-card__person strong {
  color: var(--lp-ink);
  font-size: 14px;
  line-height: 1.35;
}

.lp-review-card__person small {
  color: var(--lp-stone);
  font-size: 12px;
  line-height: 1.45;
}

.lp-info-section {
  max-width: none;
  border-top: 1px solid var(--lp-rule);
  background: var(--lp-warm);
}

.lp-info-section h2 {
  margin: 34px 0 30px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: clamp(38px, 3.5vw, 56px);
  font-weight: 400;
  line-height: 1.12;
}

.lp-info-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.lp-info-columns h3 {
  margin: 0 0 18px;
  color: var(--lp-ink);
  font-family: var(--lp-head);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.14;
}

.lp-info-columns p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.82;
}

.lp-info-columns strong {
  color: var(--lp-ink);
  font-weight: 800;
}

.lp-info-section__meta {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-rule);
  color: var(--lp-stone);
  font-size: 12px;
  line-height: 1.8;
}

.lp-contact-modal,
.lp-summary {
  position: fixed;
  inset: 0;
  z-index: 1040;
  display: none;
}

.lp-contact-modal.is-open,
.lp-summary.is-open {
  display: block;
}

.lp-contact-modal__backdrop,
.lp-summary__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: var(--lp-hero-overlay);
}

.lp-contact-modal__panel,
.lp-summary__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(900px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  transform: translate(-50%, -50%);
  overflow-y: auto;
  background: var(--lp-panel-bg);
  box-shadow: var(--lp-shadow-modal);
}

.lp-summary__panel {
  width: min(680px, calc(100% - 32px));
  height: auto;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
}

.lp-contact-modal__head,
.lp-summary__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-contact-modal__head h3,
.lp-summary__head h3 {
  margin: 5px 0 7px;
  font-family: var(--lp-head);
  font-size: 30px;
  font-weight: 400;
}

.lp-contact-modal__head p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-contact-modal__close,
.lp-summary__head button {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-contact-modal__body,
.lp-summary__body,
.lp-summary__actions {
  padding: 26px 30px;
}

.lp-summary__actions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 12px;
  border-top: 1px solid var(--lp-rule);
}

.lp-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lp-fields label {
  grid-column: span 2;
  margin: 0;
}

.lp-field-25 {
  grid-column: span 1;
}

.lp-field-50 {
  grid-column: span 2;
}

.lp-field-100,
.lp-field-wide {
  grid-column: 1 / -1;
}

.lp-fields span,
.lp-checkbox span {
  display: block;
  margin-bottom: 6px;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-fields input,
.lp-fields select,
.lp-fields textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
  color: var(--lp-ink);
  padding: 0 12px;
}

.lp-fields textarea {
  padding-top: 12px;
}

.lp-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 18px 0;
  text-align: left;
  width: 100%;
  max-width: none;
}

.lp-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lp-checkbox__box {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid var(--lp-rule);
  background: var(--lp-panel-bg);
}

.lp-checkbox input[type="checkbox"]:checked + .lp-checkbox__box {
  border-color: var(--lp-gold);
  background: var(--lp-gold);
}

.lp-checkbox input[type="checkbox"]:checked + .lp-checkbox__box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--lp-contrast);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lp-checkbox > span:last-child {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.55;
}

.lp-confirm__placeholder {
  padding: 22px;
}

.landing-confirm__head h3,
.landing-confirm__kicker {
  margin: 0;
}

.landing-confirm__kicker {
  color: var(--lp-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-confirm__head h3 {
  margin-top: 6px;
  font-family: var(--lp-head);
  font-size: 30px;
  font-weight: 400;
}

.landing-confirm__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 20px 0;
  background: var(--lp-rule);
  border: 1px solid var(--lp-rule);
}

.landing-confirm__grid > div,
.landing-confirm__guest,
.landing-confirm__message {
  padding: 14px;
  background: var(--lp-warm);
}

.landing-confirm__guest--summary {
  grid-column: 1 / -1;
}

.landing-confirm__grid span,
.landing-confirm__row span,
.landing-confirm__total span {
  display: block;
  color: var(--lp-muted);
  font-size: 12px;
}
.landing-confirm__total span {
  font-size: 16px;
  font-weight: bold;
}

.landing-confirm__row,
.landing-confirm__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--lp-rule);
}

.landing-confirm__guest,
.landing-confirm__message {
  margin-top: 14px;
}

.landing-confirm__guest--summary {
  margin-top: 0;
}

.landing-confirm__guest span {
  display: block;
  color: var(--lp-muted);
}

.landing-confirm__guest--summary strong {
  display: block;
}

.landing-confirm__guest--summary .landing-confirm__guest-label {
  margin-bottom: 8px;
  font-size: 12px;
}

.landing-confirm__guest--summary .landing-confirm__guest-line {
  margin-top: 4px;
  font-size: 16px;
}

.landing-confirm__total {
  align-items: baseline;
  margin-top: 18px;
  border: 0;
}

.landing-confirm__total strong {
  color: var(--lp-gold);
  font-family: var(--lp-head);
  font-size: 34px;
  font-weight: 400;
}

.lp-thankyou {
  position: fixed;
  inset: auto 20px 20px auto;
  z-index: 1060;
  max-width: 420px;
  padding: 24px;
  background: var(--lp-panel-bg);
  border: 1px solid var(--lp-rule);
  box-shadow: var(--lp-shadow-toast);
}

.lp-mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  align-items: center;
  gap: 14px;
  padding: 11px 18px;
  background: var(--lp-ink);
  color: var(--lp-contrast);
}

.lp-mobile-bar span {
  display: block;
  color: var(--lp-white-dim);
  font-size: 11px;
}

.lp-mobile-bar strong {
  color: var(--lp-gold-2);
  font-family: var(--lp-head);
  font-size: 24px;
  font-weight: 400;
}

.lp-mobile-bar button {
  margin-left: auto;
  border: 0;
  background: var(--lp-gold);
  color: var(--lp-contrast);
  padding: 11px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-body-lock {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .lp-hero h1 span {
    font-size: 62px;
  }

  .lp-hero h1 em {
    font-size: 56px;
  }

  .lp-section__head h2,
  .lp-section--split h2 {
    font-size: 46px;
  }

  .lp-experience-grid {
    grid-template-rows: repeat(2, minmax(170px, 230px));
    grid-auto-rows: minmax(170px, 230px);
  }

  .lp-events,
  .lp-booking-layout,
  .lp-gastro,
  .lp-location,
  .lp-review-grid,
  .lp-info-columns,
  .lp-section--split,
  .lp-faq {
    grid-template-columns: 1fr;
  }

  .lp-location {
    padding: 0;
  }

  .lp-location__visual {
    min-height: 420px;
  }

  .lp-gastro__visual {
    min-height: 420px;
  }

  .lp-gastro__content {
    padding: 54px 28px 64px;
  }

  .lp-location__content {
    padding: 54px 28px 64px;
  }

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

  .lp-price-box {
    position: static;
  }

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

  .lp-info-grid article:nth-child(odd) {
    border-left: 0;
  }

  .lp-info-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--lp-rule);
  }

  .lp-review-card {
    border-right: 0;
    border-bottom: 1px solid var(--lp-rule);
  }

  .lp-review-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .landing-premium {
    --lp-header-offset: 80px;
  }

  .lp-hero {
    min-height: 90vh;
  }

  .lp-hero__content {
    padding: 128px 20px 52px;
  }

  .lp-hero h1 span {
    font-size: 43px;
  }

  .lp-hero h1 em {
    font-size: 39px;
  }

  .lp-hero p {
    font-size: 17px;
  }

  .lp-hero__actions {
    justify-content: stretch;
  }

  .lp-choice-button {
    width: 100%;
  }

  .lp-step__label {
    max-width: 46vw;
  }

  .lp-section__head h2,
  .lp-section--split h2 {
    font-size: 34px;
  }

  .lp-experience-grid {
    grid-template-rows: none;
    grid-auto-rows: minmax(220px, auto);
  }

  .lp-location__visual {
    min-height: 330px;
  }

  .lp-gastro__visual {
    height: 320px;
    min-height: 320px;
  }

  .lp-location {
    padding: 0;
  }

  .lp-gastro {
    padding: 0;
  }

  .lp-gastro__content {
    padding: 48px 20px 58px;
  }

  .lp-gastro h2 {
    font-size: 36px;
  }

  .lp-gastro p {
    font-size: 16px;
  }

  .lp-location__content {
    padding: 48px 20px 58px;
  }

  .lp-location h2 {
    font-size: 36px;
  }

  .lp-location p {
    font-size: 17px;
  }

  .lp-reviews-section .lp-section__head {
    margin-bottom: 34px;
  }

  .lp-review-card {
    padding: 23px 20px;
  }

  .lp-info-section h2 {
    font-size: 34px;
  }

  .lp-info-columns {
    gap: 32px;
  }

  .lp-location__stats {
    grid-template-columns: 1fr;
  }

  .lp-gastro__facts,
  .lp-siteplan__grid {
    grid-template-columns: 1fr;
  }

  .lp-gastro__facts article,
  .lp-gastro__facts article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--lp-rule);
  }

  .lp-gastro__facts article:last-child {
    border-bottom: 0;
  }

  .lp-location__stats article,
  .lp-location__stats article:nth-child(3n),
  .lp-location__stats article:nth-child(n + 4) {
    border-right: 0;
    border-bottom: 1px solid var(--lp-rule);
  }

  .lp-location__stats article:last-child {
    border-bottom: 0;
  }

  .lp-trust,
  .lp-trust__inner,
  .lp-event,
  .lp-info-grid,
  .lp-package-grid,
  .lp-fields,
  .landing-confirm__grid,
  .lp-summary__actions {
    grid-template-columns: 1fr;
  }

  .lp-field-25,
  .lp-field-50,
  .lp-field-100,
  .lp-field-wide {
    grid-column: 1 / -1;
  }

  .lp-trust {
    margin-top: 0;
    padding: 0;
  }

  .lp-trust article {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: auto;
    padding: 24px 20px;
    border-left: 0;
    border-top: 1px solid var(--lp-rule);
  }

  .lp-trust article:first-child {
    border-top: 0;
  }

  .lp-trust article:last-child {
    border-right: 0;
  }

  .lp-trust strong {
    font-size: 42px;
  }

  .lp-section {
    padding: 60px 20px;
  }

  .lp-section.lp-location {
    padding: 0;
  }

  .lp-section.lp-gastro {
    padding: 0;
  }

  .lp-event__image,
  .lp-package__image {
    min-height: 210px;
  }

  .lp-package {
    --lp-package-image-height: 210px;
  }

  .lp-extra-grid {
    grid-template-columns: 1fr;
  }

  .lp-info-grid article,
  .lp-info-grid article:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid var(--lp-rule);
  }

  .lp-info-grid article:first-child {
    border-top: 0;
  }

  .lp-contact-modal__head,
  .lp-contact-modal__body,
  .lp-summary__body,
  .lp-summary__actions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp-contact-modal__panel {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }

  .lp-mobile-bar {
    display: flex;
  }

  body {
    padding-bottom: 68px;
  }
}
