/* Comfortable reading sizes for the public website. */
body { font-size: 16px; line-height: 1.75; }
.section-subtitle,
.section-subtitle--light { font-size: 17px; max-width: 410px; }
.story-text p,
.exp-card__desc,
.amenities-intro .section-subtitle,
.faq-layout .section-subtitle,
.faq-question,
.faq-content,
.location-details p { font-size: 16px; line-height: 1.8; }
.story-text p { max-width: 450px; }
.title-tag,
.exp-card .title-tag,
.booking-aside-body .title-tag { font-size: 12px; letter-spacing: .14em; }
.text-link,
.exp-card .text-link,
.gallery-footer .text-link,
.location-details .text-link { font-size: 15px; }
.btn,
.booking-aside-body .btn,
.hero__search-btn { font-size: 15px; }
.hero__eyebrow { font-size: 12px; letter-spacing: .18em; }
.hero__desc { font-size: 18px; line-height: 1.8; }
.hero__discover { font-size: 15px; }
.hero__note { font-size: 11px; }
.hero__gallery-link small { font-size: 12px; }
.quick-booking-intro .title-tag,
.search-field label { font-size: 11px; }
.search-field input,
.search-field select { font-size: 16px; min-width: 0; min-height: 34px; }
.hero__search-btn { padding-inline: 20px; gap: 15px; }
.highlight-item { font-size: 14px; line-height: 1.6; }
.highlight-item small { font-size: 12px; }
.photo-footnote { font-size: 10px; max-width: 230px; line-height: 1.6; }
.gallery-filter-btn { font-size: 14px; min-height: 44px; }
.gallery-count,
.gallery-footer > span { font-size: 13px; }
.gallery-card__tag { font-size: 11px; }
.gallery-card__title { font-size: 26px; }
.amenity-card p { font-size: 14px; }
.amenity-card h3 { font-size: 26px; }
.booking-card__subtitle,
.form-label { font-size: 14px; }
.form-input,
.form-input::placeholder { font-size: 16px; }
.form-input { min-height: 50px; }
.event-radio-label { font-size: 13px; padding: 12px; }
.form-note,
.quote-disclaimer { font-size: 13px; }
.booking-aside-body > p:not(.quote-disclaimer),
.summary-pill,
.message-preview { font-size: 14px; }
.booking-aside-body .btn { flex-wrap: wrap; }
.step-number { font-size: 13px; }
.cal-box-label { font-size: 11px; }
.cal-box-val,
.cal-month-title { font-size: 14px; }
.cal-nights-badge,
.cal-weekday,
.cal-clear-btn { font-size: 12px; }
.cal-day { font-size: 14px; }
.cal-legend-item { font-size: 11px; }
.cal-nav-btn { width: 36px; height: 36px; }
.availability-notice { font-size: 13px; }
.footer-col-title { font-size: 12px; }
.footer-top > div > a:not(.brand-logo) { font-size: 14px; }
.footer-top > div > p,
.footer-bottom,
.footer-admin-trigger { font-size: 13px; }
.footer-legal-bar,
.footer-legal-btn,
.footer-admin-link { font-size: 13px; }
.form-checkbox-label { font-size: 14px; }
.lightbox__caption-bar p,
#lightbox-counter { font-size: 14px; }

/* The header keeps its position and height as its surface fades in. */
.header,
.header.is-scrolled {
  position: fixed;
  height: 96px;
  top: 0;
  background: rgba(17, 39, 31, .25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  isolation: isolate;
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.header { color: #fff; box-shadow: none; }
.header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--paper);
  opacity: 0;
  transition: opacity .35s ease;
}
.header.is-scrolled {
  color: var(--ink);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px rgba(23, 44, 36, .06);
}
.header.is-scrolled::before { opacity: .98; }
.nav-container { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; }
.nav-menu { justify-content: center; gap: 24px; font-size: 15px; }
.nav-actions { justify-content: flex-end; }
.brand-wordmark { font-size: 24px; }
.brand-wordmark small { font-size: 9px; letter-spacing: .15em; }
.btn-header-cta { font-size: 14px; min-height: 48px; padding: 13px 18px; }
.header .btn-header-cta { transition: background-color .35s ease, border-color .35s ease, color .35s ease; }
html { scroll-padding-top: 116px; }
.whatsapp-live-card { top: 120px; }

@media (max-width: 1100px) and (min-width: 1001px) {
  .nav-container { gap: 18px; }
  .nav-menu { gap: 17px; font-size: 14px; }
  .brand-wordmark { font-size: 21px; }
  .btn-header-cta { padding-inline: 14px; font-size: 13px; }
}
@media (max-width: 1000px) {
  .nav-container { grid-template-columns: 1fr auto; }
  .nav-menu { display: none; }
}
@media (max-width: 700px) {
  .header,
  .header.is-scrolled { height: 76px; }
  .nav-container { gap: 12px; }
  .brand-wordmark { font-size: 20px; }
  .brand-wordmark small { font-size: 8px; }
  html { scroll-padding-top: 96px; }
  .hero { min-height: 730px; }
  .hero__content { padding-top: 155px; }
  .hero__eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero__desc { font-size: 16px; }
  .hero__discover { font-size: 14px; }
  .hero__note { font-size: 9px; max-width: 110px; }
  .hero__gallery-link small { font-size: 11px; }
  .hero__gallery-link { gap: 10px; }
  .title-tag,
  .exp-card .title-tag,
  .booking-aside-body .title-tag { font-size: 11px; }
  .section-subtitle { font-size: 16px; }
  .highlight-item { font-size: 13px; }
  .highlight-item small { font-size: 11px; max-width: none; }
  .photo-footnote { font-size: 9px; max-width: 140px; }
  .gallery-card__title { font-size: 23px; }
  .gallery-card__tag { font-size: 10px; }
  .gallery-card__img-wrap { height: 235px; }
  .gallery-filter-btn { font-size: 14px; }
  .cal-selection-display { gap: 8px; }
  .cal-box-label { font-size: 11px; }
  .cal-box-val { font-size: 13px; }
  .cal-day { font-size: 15px; }
  .cal-legend-item { font-size: 11px; }
  .cal-clear-btn { min-height: 36px; }
  .booking-card__subtitle { font-size: 13px; }
  .mobile-sticky-bar small { font-size: 10px; letter-spacing: .04em; max-width: 155px; }
  .mobile-sticky-bar .btn { font-size: 13px; min-height: 48px; gap: 8px; padding-inline: 14px; }
  .mobile-sticky-bar .btn svg { width: 17px; }
  .mobile-sticky-bar span { font-size: 23px; }
  .mobile-sticky-bar { gap: 10px; }
  .footer-bottom { gap: 20px; }
}
@media (max-width: 360px) {
  .brand-wordmark { font-size: 18px; }
  .brand-wordmark small { font-size: 7px; }
  .hero__note { display: none; }
  .hero__bottom { justify-content: flex-end; }
  .mobile-sticky-bar small { font-size: 9px; }
  .mobile-sticky-bar .btn { font-size: 12px; padding-inline: 12px; }
  .mobile-sticky-bar .btn svg { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .header,
  .header::before,
  .header .btn-header-cta { transition: none; }
}
