.booking-page { background: #fbf8f1; }
.booking-hero { position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); min-height: clamp(360px, 34vw, 520px); display: grid; align-items: center; overflow: hidden; background: #d8d0bd; }
.booking-hero-image { position: absolute; inset: 0 auto 0 0; width: 160%; max-width: none; height: 100%; object-fit: cover; object-position: center 43%; filter: saturate(.92) brightness(1.08) contrast(.96); }
.booking-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,253,248,.5) 0%, rgba(255,253,248,.7) 47%, rgba(251,248,241,.86) 100%), radial-gradient(circle at 14% 8%, rgba(255,238,193,.62), rgba(255,238,193,0) 28%), linear-gradient(90deg, rgba(255,253,248,.8), rgba(255,253,248,.2) 35%, rgba(255,253,248,.7)); }
.booking-hero-inner { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: center; padding: clamp(34px, 5vw, 68px) 0 clamp(44px, 6vw, 86px); }
.booking-hero-copy { justify-self: center; text-align: center; max-width: 980px; color: var(--green-dark); }
.booking-hero h1 { margin: 0; font-family: var(--font-heading); font-size: clamp(34px, 3.45vw, 54px); line-height: 1.02; font-weight: 600; color: var(--green-dark); text-shadow: 0 2px 20px rgba(255,253,248,.72); }
.booking-hero p { margin: 18px 0 0; font-family: var(--font-body); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.5; color: #536251; font-weight: 400; text-shadow: 0 1px 16px rgba(255,253,248,.82); }
.booking-hero .hero-badge { position: absolute; right: clamp(-18px, 2.6vw, 42px); top: 22%; transform: translateY(-50%); justify-self: auto; margin: 0; width: clamp(190px, 16vw, 260px); }
.booking-ornament { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 16px auto 0; color: var(--green-dark); }
.booking-ornament span { width: clamp(58px, 8vw, 112px); height: 1px; background: currentColor; opacity: .45; }
.booking-ornament b { font-size: 18px; line-height: 1; font-weight: 700; }
.booking-nature-badge { width: clamp(146px, 13vw, 190px); aspect-ratio: 1; display: grid; place-content: center; justify-items: center; gap: 4px; border: 1px solid rgba(79,91,48,.25); border-radius: 50%; background: rgba(255,253,248,.9); color: var(--green-dark); box-shadow: 0 18px 38px rgba(46,61,44,.14), inset 0 0 0 8px rgba(255,255,255,.58); text-align: center; font-family: var(--font-heading); font-weight: 700; letter-spacing: .05em; }
.booking-nature-badge::before { content: ""; width: 58px; height: 28px; margin-bottom: 2px; opacity: .45; background: linear-gradient(135deg, transparent 48%, var(--green-dark) 49%, transparent 51%), linear-gradient(25deg, transparent 47%, var(--green-dark) 48%, transparent 50%); }
.booking-nature-badge span { font-size: clamp(11px, .92vw, 14px); line-height: 1; }
.booking-nature-badge em { margin-top: 4px; font-family: var(--font-script); font-size: clamp(16px, 1.5vw, 23px); line-height: 1; font-style: normal; letter-spacing: 0; color: var(--green); }

.booking-section { position: relative; z-index: 2; margin-top: clamp(-64px, -4.2vw, -38px); padding: 0 0 26px; background: transparent; }
.booking-shell { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.96); box-shadow: var(--shadow); overflow: hidden; }

.booking-card-note {
  display: grid;
  grid-template-columns: 34px minmax(0, auto);
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 16px;
  padding: 17px clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(108,119,66,.24);
  border-radius: 10px;
  background: rgba(255,253,248,.96);
  box-shadow: 0 14px 34px rgba(46,61,44,.08);
}

.booking-card-note span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}

.booking-card-note p {
  margin: 0;
  color: #536251;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}
.booking-widget { min-height: 780px; background: #fff; }
.booking-widget dwapp-accommodation { display: block; min-height: 780px; }
.booking-fallback { margin: 0; padding: 18px 22px; color: var(--muted); font-size: 14px; }
.booking-fallback a { color: var(--green-dark); font-weight: 800; }

.booking-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.booking-benefits { padding: 18px 0 30px; background: linear-gradient(180deg, #fbf8f1, #fffdf8); border-top: 1px solid rgba(229,218,200,.65); }
.booking-benefits h2 { margin: 0 0 20px; text-align: center; font-size: clamp(29px, 2.7vw, 42px); }
.booking-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,253,248,.9); box-shadow: 0 12px 28px rgba(46,61,44,.07); overflow: hidden; }
.booking-benefits article { min-width: 0; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 22px 20px; }
.booking-benefits article + article { border-left: 1px solid var(--line); }
.booking-benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(79,91,48,.45); border-radius: 50%; color: var(--green-dark); background: rgba(255,253,248,.75); }
.booking-benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.booking-benefits h3 { margin: 0 0 6px; font-size: 22px; line-height: 1.05; }
.booking-benefits p { margin: 0; color: #596554; font-size: 13px; line-height: 1.42; font-weight: 650; }

.booking-quote-banner { position: relative; min-height: clamp(190px, 21vw, 300px); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--green-dark); }
.booking-quote-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.9) brightness(.84); }
.booking-quote-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43,58,35,.48), rgba(43,58,35,.22), rgba(43,58,35,.48)), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.22)); }
.booking-quote-banner .container { position: relative; z-index: 1; text-align: center; }
.booking-quote-banner blockquote { margin: 0; font-family: var(--font-heading); font-size: clamp(26px, 3vw, 44px); line-height: 1.12; font-weight: 600; text-shadow: 0 3px 18px rgba(0,0,0,.34); }
.booking-ornament-light { color: #fff; margin-top: 14px; }

.booking-host-section { padding: 34px 0 58px; background: #fbf8f1; }
.booking-host-card { position: relative; display: grid; grid-template-columns: minmax(180px, 230px) minmax(260px, .86fr) minmax(300px, 1.28fr); gap: clamp(18px, 3vw, 34px); align-items: stretch; padding: clamp(16px, 2vw, 22px); border: 1px solid var(--line); border-radius: 10px; background: rgba(255,253,248,.95); box-shadow: 0 16px 36px rgba(46,61,44,.08); overflow: hidden; }
.booking-host-card::after { content: ""; position: absolute; left: 33%; bottom: 14px; width: 118px; height: 118px; background: url("/assets/images/edelweiss.png") center/contain no-repeat; opacity: .13; pointer-events: none; }
.booking-host-photo, .booking-host-copy, .booking-contact-link { position: relative; z-index: 1; }
.booking-host-photo img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; object-position: center; border-radius: 8px; box-shadow: 0 10px 22px rgba(46,61,44,.12); }
.booking-host-copy { padding: 8px 10px 8px 0; border-right: 1px solid var(--line); }
.booking-host-copy h2 { margin: 0 0 12px; font-size: clamp(30px, 2.8vw, 42px); }
.booking-host-copy p { margin: 0 0 14px; color: #566451; font-size: 15px; line-height: 1.62; }
.booking-signature { margin: 20px 0 20px !important; color: #8a7a62 !important; font-family: var(--font-script); font-size: 30px !important; line-height: 1 !important; }
.booking-contact-list { display: grid; gap: 8px; margin: 0; color: var(--green-dark); font-style: normal; font-size: 14px; font-weight: 750; }
.booking-contact-list a, .booking-contact-list span { position: relative; padding-left: 24px; color: var(--green-dark); }
.booking-contact-list a::before, .booking-contact-list span::before { position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.booking-contact-list a[href^="tel"]::before { content: "☎"; }
.booking-contact-list a[href^="mailto"]::before { content: "✉"; }
.booking-contact-list .booking-address-line { display: flex; align-items: flex-start; gap: 8px; padding-left: 0; }
.booking-contact-list .booking-address-line::before { content: none; }
.booking-contact-icon { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 1px; color: var(--green); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.booking-contact-link { align-self: center; display: grid; gap: 14px; justify-items: start; padding: clamp(18px, 2.5vw, 30px); border: 1px solid rgba(108,119,66,.18); border-radius: 8px; background: rgba(255,253,248,.78); }
.booking-contact-link h3 { margin: 0; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.05; }
.booking-contact-link p { margin: 0; color: #566451; font-size: 15px; line-height: 1.6; }
.booking-contact-link .btn { margin-top: 4px; text-transform: uppercase; }
.booking-page .site-footer { border-top: 1px solid rgba(108,119,66,.2); }

.cart-icon__item-count {
  color: #fff;
  background: var(--green);
}

.mdc-button--raised.mdc-button--secondary:not(:disabled),
.mdc-button--unelevated.mdc-button--secondary:not(:disabled) {
  background-color: var(--green);
}

@media (max-width: 1120px) {
  .booking-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-benefits article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .booking-benefits article:nth-child(4) { border-top: 1px solid var(--line); }
  .booking-host-card { grid-template-columns: 220px 1fr; }
  .booking-contact-link { grid-column: 1 / -1; }
  .booking-host-copy { border-right: 0; }
}

@media (max-width: 760px) {

  .booking-card-note {
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 0 0 14px;
  }

  .booking-card-note p {
    font-size: 14px;
  }
  .booking-hero { min-height: 460px; }
  .booking-hero-inner { padding-top: 48px; }
  .booking-hero .hero-badge { position: static; transform: none; justify-self: center; margin-top: 18px; width: 132px; }
  .booking-section { margin-top: -28px; padding: 0 0 28px; }
  .booking-shell { margin: 0 -8px; border-radius: 0; border-left: 0; border-right: 0; }
  .booking-widget, .booking-widget dwapp-accommodation { min-height: 720px; }
  .booking-benefits { padding-top: 8px; }
  .booking-benefits-grid { grid-template-columns: 1fr; }
  .booking-benefits article { border-left: 0 !important; }
  .booking-benefits article + article { border-top: 1px solid var(--line); }
  .booking-quote-banner { min-height: 250px; }
  .booking-host-card { grid-template-columns: 1fr; }
  .booking-host-card::after { left: auto; right: 14px; bottom: 44%; width: 92px; height: 92px; }
  .booking-host-photo img { min-height: 250px; aspect-ratio: 16 / 10; }
  .booking-contact-link { justify-items: stretch; }
  .booking-contact-link .btn { width: 100%; }
}

@media (max-width: 460px) {
  .booking-nature-badge { display: none; }
  .booking-benefits article { grid-template-columns: 44px 1fr; padding: 18px 14px; }
  .booking-benefit-icon { width: 40px; height: 40px; }
}

/* Responsive polish up to 1280px only */
@media (max-width: 1280px) {
  .booking-contact-list a,
  .booking-contact-list span,
  .booking-contact-link .btn {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }

  .booking-contact-list {
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .booking-contact-list a,
  .booking-contact-list span {
    width: 100%;
  }

  .booking-host-copy {
    padding-right: 0;
  }
}

