/* hbv-chrome.css — chrome + base only (body/section rules removed). v2: +.search-cta */

@font-face { font-family: "Archivo Fallback"; src: local("Trebuchet MS"), local("Helvetica Neue"); size-adjust: 96.5%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }

@font-face { font-family: "Outfit Fallback"; src: local("Helvetica Neue"), local("Arial"); size-adjust: 98%; ascent-override: 98%; descent-override: 24%; line-gap-override: 0%; }

:root { color-scheme: light; --deep-teal: #153442; --mist-blue: #98C1D8; --stone-taupe: #AFA085; --soft-ivory: #FFFFFF; --seafoam: #D1DBD6; --taupe-light: #C9BFA9; --taupe-deep: #8A7C66; --ivory-warm: #F5EFE0; --ivory-warmer: #EDE6D2; --teal-deep: #061B29; --ink: #2A2A28; --ink-muted: #6B6862; --hairline: rgba(42, 42, 40, 0.12); --hairline-light: rgba(255, 255, 255, 0.22); --font-display: 'Archivo', 'Archivo Fallback', 'Trade Gothic Extended', 'Helvetica Neue', sans-serif; --font-body: 'Outfit', 'Outfit Fallback', 'PP Fragment Sans', 'Helvetica Neue', sans-serif; --font-script: 'Sacramento', 'Lucida Handwriting', cursive; --gutter: clamp(1.25rem, 4vw, 3rem); --section-y: clamp(3rem, 6vw, 5rem); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { overflow-x: clip; }

body { margin: 0px; padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); background: var(--soft-ivory); color: var(--ink); font-family: var(--font-body); font-weight: 400; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }

.announce { background: var(--ivory-warmer); color: var(--ink); font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; text-align: center; padding: 0.7rem var(--gutter); border-bottom: 1px solid var(--hairline); }

.announce span { opacity: 0.7; }

.announce a { margin-left: 0.6rem; color: var(--deep-teal); border-bottom: 1px solid var(--deep-teal); padding-bottom: 1px; }

.nav { position: absolute; top: 38px; left: 0px; right: 0px; z-index: 120; padding: 1.15rem var(--gutter); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; color: var(--soft-ivory); }

.nav__brand { display: flex; align-items: center; }

.nav__brand img { height: 78px; width: auto; max-width: none; display: block; }

.nav__links { display: flex; justify-content: center; gap: clamp(2.5rem, 1rem + 1.5vw, 3.5rem); font-family: var(--font-display); font-size: clamp(0.72rem, 0.42rem + 0.33vw, 0.92rem); letter-spacing: 0.24em; text-transform: uppercase; }

.nav__links a { position: relative; padding: 0.25rem 0px; opacity: 0.92; transition: opacity 0.2s; }

.nav__links a:hover { opacity: 1; }

.nav__links a::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 0px; height: 1px; background: currentcolor; transition: width 0.3s, left 0.3s; }

.nav__links a:hover::after { width: 100%; left: 0px; }

.nav__dropdown { position: relative; display: inline-block; }

.nav__dropdown-trigger { position: relative; padding: 0.25rem 0px; opacity: 0.92; background: none; border: 0px; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 0.45rem; transition: opacity 0.2s; }

.nav__dropdown-trigger:hover { opacity: 1; }

.nav__dropdown-trigger::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 0px; height: 1px; background: currentcolor; transition: width 0.3s, left 0.3s; }

.nav__dropdown-trigger:hover::after, .nav__dropdown[aria-expanded="true"] .nav__dropdown-trigger::after { width: 100%; left: 0px; }

.nav__dropdown-caret { display: inline-block; width: 0px; height: 0px; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid; opacity: 0.6; transition: transform 0.2s; }

.nav__dropdown[aria-expanded="true"] .nav__dropdown-caret { transform: rotate(180deg); }

.nav__dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; background: var(--soft-ivory); color: var(--ink); min-width: 280px; padding: 0.45rem 0px; box-shadow: rgba(11, 59, 48, 0.35) 0px 18px 50px -16px, rgba(11, 59, 48, 0.08) 0px 4px 14px; border: 1px solid var(--hairline); opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(-4px); transition: opacity 0.18s, transform 0.18s, visibility 0.18s; z-index: 100; }

.nav__dropdown[aria-expanded="true"] .nav__dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0px); transition: opacity 0.18s, transform 0.18s, visibility; }

.nav__dropdown-menu a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 1rem; text-transform: none; letter-spacing: 0px; font-family: var(--font-body); font-size: 0.9rem; color: var(--ink); opacity: 1; transition: background 0.15s; }

.nav__dropdown-menu a:hover { background: var(--ivory-warm); }

.nav__dropdown-menu a::after { display: none; }

.nav__dropdown-all { border-bottom: 1px solid var(--hairline); font-family: var(--font-display) !important; font-size: 0.706rem !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: var(--taupe-deep) !important; }

.nav__dropdown-section { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); padding: 0.85rem 1rem 0.4rem; cursor: default; }

a.nav__dropdown-section { display: block; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); padding: 0.85rem 1rem 0.4rem; cursor: pointer; }

a.nav__dropdown-section:hover { background: transparent; color: var(--deep-teal); text-decoration: underline; text-underline-offset: 3px; }

.nav__dropdown-menu .nav__dropdown-region { font-weight: 500; border-top: 1px solid var(--hairline); margin-top: 0.25rem; }

.nav__dropdown-menu .nav__dropdown-region:first-of-type { border-top: 0px; margin-top: 0px; }

.nav__dropdown-menu .nav__dropdown-child { padding-left: 2rem; position: relative; }

.nav__dropdown-menu .nav__dropdown-child::before { content: ""; position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); width: 8px; height: 1px; background: var(--taupe-deep); opacity: 0.55; }

.nav__dropdown-menu .nav__dropdown-child .nav__dropdown-city { font-size: 0.86rem; color: var(--ink-muted); }

.nav__dropdown-city { font-family: var(--font-body); font-size: 0.92rem; color: var(--ink); }

.nav__dropdown-sub { font-family: var(--font-body); font-size: 0.72rem; color: var(--ink-muted); }

.nav__dropdown-menu--compact { min-width: 220px; }

@media (max-width: 1024px) {
  .nav__dropdown-menu { display: none; }
}

.nav__actions { display: flex; align-items: center; gap: 1.25rem; }

.nav__mobile-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--soft-ivory); }

.nav__mobile-toggle span, .nav__mobile-toggle span::before, .nav__mobile-toggle span::after { display: block; width: 22px; height: 1px; background: currentcolor; position: relative; }

.nav__mobile-toggle span::before { content: ""; position: absolute; top: -7px; left: 0px; width: 22px; height: 1px; background: currentcolor; }

.nav__mobile-toggle span::after { content: ""; position: absolute; top: 7px; left: 0px; width: 22px; height: 1px; background: currentcolor; }

.nav-drawer { position: fixed; inset: 0px; z-index: 1000; visibility: hidden; pointer-events: none; }

.nav-drawer.is-open { visibility: visible; pointer-events: auto; }

.nav-drawer__scrim { position: absolute; inset: 0px; background: rgba(21, 52, 66, 0.55); opacity: 0; transition: opacity 0.3s; }

.nav-drawer.is-open .nav-drawer__scrim { opacity: 1; }

.nav-drawer__panel { position: absolute; top: 0px; right: 0px; bottom: 0px; width: min(90vw, 380px); background: var(--deep-teal); color: rgb(255, 255, 255); padding: 1.5rem 1.75rem 2rem; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s var(--ease-out-quart); overflow-y: auto; }

.nav-drawer.is-open .nav-drawer__panel { transform: translateX(0px); }

.nav-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.15); margin-bottom: 1.5rem; }

.nav-drawer__title { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }

.nav-drawer__close { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); margin-right: -0.5rem; }

.nav-drawer__links { display: flex; flex-direction: column; }

.nav-drawer__links a { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.03em; color: rgb(255, 255, 255); padding: 0.95rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); transition: color 0.2s, padding-left 0.2s; }

.nav-drawer__links a:hover { color: var(--mist-blue); padding-left: 0.4rem; }

.nav-drawer__group { padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12); margin-bottom: 0.5rem; }

.nav-drawer__group-label { display: block; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin: 0.75rem 0px 0.5rem; }

a.nav-drawer__group-label, a.nav-drawer__group-label.nav-drawer__region { margin: 0px 0px 0.5rem; color: rgb(255, 255, 255) !important; }

.nav-drawer__group a { font-size: 1rem; padding: 0.7rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); display: flex; align-items: baseline; justify-content: space-between; gap: 0.85rem; }

.nav-drawer__sub { font-size: 0.706rem; letter-spacing: 0px; color: rgba(255, 255, 255, 0.45); font-family: var(--font-body); }

.nav-drawer__all-link { margin-top: 0.25rem; font-family: var(--font-display) !important; font-size: 0.706rem !important; letter-spacing: 0.28em !important; text-transform: uppercase !important; color: var(--mist-blue) !important; }

.nav-drawer__region { font-weight: 500 !important; border-top: 1px solid rgba(255, 255, 255, 0.18) !important; margin-top: 0.35rem !important; }

.nav-drawer__group .nav-drawer__region:first-of-type { border-top-width: medium !important; border-top-style: none !important; border-top-color: currentcolor !important; margin-top: 0px !important; }

.nav-drawer__child { position: relative; padding-left: 1.5rem !important; font-size: 0.92rem !important; color: rgb(255, 255, 255) !important; }

.nav-drawer__child::before { content: ""; position: absolute; left: 0.5rem; top: 50%; transform: translateY(-50%); width: 8px; height: 1px; background: rgba(255, 255, 255, 0.35); }

.nav-drawer__grandchild { padding-left: 3rem !important; font-size: 0.88rem !important; opacity: 0.85; }

.nav-drawer__grandchild::before { left: 2rem !important; }

.nav-drawer__badge { background: var(--mist-blue); color: var(--deep-teal); font-family: var(--font-display); font-size: 0.706rem; font-weight: 600; padding: 0.18rem 0.5rem; border-radius: 99px; letter-spacing: 0px; }

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav { grid-template-columns: auto 1fr auto; }
  .nav__mobile-toggle { display: flex; }
}

@media (max-width: 720px) {
  .nav__brand img { height: 56px; }
  .nav { padding: 1rem var(--gutter); }
  .nav__actions { justify-content: flex-end; gap: 0px; margin-left: auto; }
  .nav__mobile-toggle { margin-right: -0.5rem; }
}

@keyframes heroAccentUnderline { 
  100% { transform: scaleX(1); }
}

.search-bar { background: var(--soft-ivory); display: grid; grid-template-columns: 1.4fr 1.4fr 1.2fr auto; gap: 0px; align-items: stretch; box-shadow: rgba(11, 59, 48, 0.45) 0px 18px 60px -18px, rgba(11, 59, 48, 0.12) 0px 4px 16px; opacity: 0; animation: 1s ease 0.7s 1 normal forwards running searchBarFadeIn; position: relative; }

.search-field { position: relative; border-right: 1px solid var(--hairline); }

.search-field.is-active { z-index: 100; }

.search-field__trigger { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 1.05rem 1.5rem; text-align: left; cursor: pointer; transition: background 0.2s; background: transparent; border: 0px; font-family: inherit; }

.search-field__trigger:hover, .search-field.is-active .search-field__trigger { background: var(--ivory-warm); }

.search-field__label { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--taupe-deep); margin-bottom: 0.35rem; display: block; }

.search-field__value { font-family: var(--font-body); font-size: 1rem; color: var(--ink); font-weight: 400; display: flex; align-items: center; gap: 0.5rem; }

.search-field__display.is-placeholder { color: var(--ink-muted); }

.search-field__value .chevron { margin-left: auto; width: 10px; height: 10px; border-right: 1px solid var(--ink-muted); border-bottom: 1px solid var(--ink-muted); transform: rotate(45deg) translateY(-2px); transition: transform 0.2s; flex-shrink: 0; }

.search-field.is-active .chevron { transform: rotate(-135deg) translateY(2px) translateX(-2px); }

.search-popover { position: absolute; top: calc(100% + 10px); left: 0px; background: var(--soft-ivory); box-shadow: rgba(11, 59, 48, 0.4) 0px 24px 60px -20px, rgba(11, 59, 48, 0.1) 0px 6px 20px; padding: 0.85rem; min-width: 320px; z-index: 100; display: none; font-family: var(--font-body); text-align: left; border: 1px solid var(--hairline); }

.search-field.is-active .search-popover { display: block; animation: 0.18s ease 0s 1 normal none running popIn; }

.search-popover { top: auto; bottom: calc(100% + 10px); }

.search-field.opens-down .search-popover { top: calc(100% + 10px); bottom: auto; }

@keyframes popIn { 
  0% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.search-field[data-field="guests"] .search-popover { left: auto; right: 0px; }

.dest-list { list-style: none; padding: 0px; margin: 0px; max-height: 360px; overflow-y: auto; }

.dest-list li.dest-list__item { padding: 0.7rem 0.85rem; cursor: pointer; font-size: 0.94rem; color: var(--ink); transition: background 0.12s, color 0.12s; display: flex; align-items: center; gap: 0.6rem; }

.dest-list__sub { font-family: var(--font-body); font-size: 0.72rem; color: var(--ink-muted); margin-left: auto; }

.dest-list__name { font-family: var(--font-body); font-size: 0.94rem; color: var(--ink); }

.dest-list li.dest-list__item--region { font-weight: 500; border-top: 1px solid var(--hairline); margin-top: 0.25rem; }

.dest-list li.dest-list__item--region:first-of-type { border-top: 0px; margin-top: 0px; }

.dest-list li.dest-list__item--child { padding-left: 1.85rem; position: relative; }

.dest-list li.dest-list__item--child::before { content: ""; position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); width: 8px; height: 1px; background: var(--taupe-deep); opacity: 0.55; }

.dest-list li.dest-list__item--child .dest-list__name { font-size: 0.88rem; color: var(--ink-muted); }

.dest-list li.dest-list__item:hover { background: var(--ivory-warm); }

.dest-list li.dest-list__item.is-selected { background: var(--seafoam); color: var(--deep-teal); }

.dest-list li.dest-list__item.is-selected::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--deep-teal); display: inline-block; }

.dest-list__heading-link { color: inherit; text-decoration: none; display: inline-block; }

.dest-list__heading-link:hover { text-decoration: underline; }

.dest-list li.dest-list__heading { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); cursor: default; padding: 1.1rem 0.85rem 0.5rem; border-top: 1px solid var(--hairline); margin-top: 0.4rem; }

.dest-list li.dest-list__heading:first-child { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; margin-top: 0px; padding-top: 0.5rem; }

.search-popover--cal { min-width: 660px; padding: 1.1rem 1.2rem; }

.calendar { width: 100%; }

.calendar__state { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-deep); text-align: center; padding-bottom: 0.85rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--hairline); }

.calendar__months { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

.calendar__month { min-width: 0px; }

.calendar__nav-btn.calendar__nav-btn--next-mobile { display: none; }

.calendar__nav { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; margin-bottom: 0.65rem; gap: 0.5rem; }

.calendar__title { font-family: var(--font-display); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); font-weight: 500; text-align: center; }

.calendar__nav-btn { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); touch-action: manipulation; transition: background 0.15s, color 0.15s; font-size: 1.2rem; line-height: 1; }

.calendar__nav-btn:hover:not(:disabled) { background: var(--ivory-warm); color: var(--deep-teal); }

.calendar__nav-btn:disabled { opacity: 0.25; cursor: not-allowed; }

.calendar__nav-spacer { display: block; width: 32px; height: 32px; }

.calendar__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-deep); text-align: center; margin-bottom: 0.15rem; }

.calendar__weekdays div { padding: 0.45rem 0px; }

.calendar__days { display: grid; grid-template-columns: repeat(7, 1fr); }

.calendar__day { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; font-size: 0.86rem; font-family: var(--font-body); cursor: pointer; color: var(--ink); user-select: none; position: relative; background: transparent; }

.calendar__day > span { position: relative; z-index: 2; pointer-events: none; }

.calendar__day::before { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: transparent; transition: background 0.15s, transform 0.15s; z-index: 1; }

.calendar__day:hover:not(.is-disabled):not(.is-empty):not(.is-selected)::before { background: var(--ivory-warm); }

.calendar__day.is-disabled { color: rgba(0, 0, 0, 0.22); cursor: not-allowed; }

.calendar__day.is-blocked { color: rgba(21, 52, 66, 0.35); cursor: not-allowed; position: relative; }

.calendar__day.is-blocked > span { text-decoration: line-through 1px rgba(21, 52, 66, 0.45); }

.calendar__day.is-blocked::before { background: rgba(139, 126, 98, 0.1); }

.calendar__day.is-below-min:not(.is-selected):not(.is-disabled) { color: rgba(21, 52, 66, 0.4); }

.calendar__day.is-below-min > span::after { content: ""; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 14px; height: 1px; background: rgba(139, 126, 98, 0.55); }

.calendar__day.is-empty { cursor: default; }

.calendar__day.is-today > span { font-weight: 600; }

.calendar__day.is-today::after { content: ""; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 3px; height: 3px; border-radius: 50%; background: var(--taupe-deep); z-index: 2; }

.calendar__day.is-in-range { background: var(--seafoam); }

.calendar__day.is-in-range::before { background: transparent; }

.calendar__day.is-selected::before { background: var(--deep-teal); }

.calendar__day.is-selected > span, .calendar__day.is-selected.is-today > span { color: rgb(255, 255, 255); }

.calendar__day.is-selected.is-today::after { background: var(--mist-blue); }

.calendar__day.is-range-start { background: linear-gradient(90deg, transparent 50%, var(--seafoam) 50%); }

.calendar__day.is-range-end { background: linear-gradient(270deg, transparent 50%, var(--seafoam) 50%); }

.calendar__day.is-range-start.is-range-end { background: transparent; }

.calendar__legend { margin-top: 0.85rem; padding-top: 0.75rem; border-top: 1px solid var(--hairline); display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; font-family: var(--font-body); font-size: 0.72rem; color: var(--ink-muted); }

.calendar__legend-item { display: inline-flex; align-items: center; gap: 0.4rem; }

.calendar__legend-swatch { display: inline-block; width: 14px; height: 14px; border: 1px solid var(--hairline); position: relative; }

.calendar__legend-swatch--blocked { background: rgba(139, 126, 98, 0.18); }

.calendar__legend-swatch--blocked::after { content: ""; position: absolute; top: 50%; left: 18%; right: 18%; height: 1px; background: rgba(21, 52, 66, 0.55); }

.calendar__legend-swatch--min { background: rgba(21, 52, 66, 0.04); }

.calendar__legend-swatch--min::after { content: ""; position: absolute; bottom: 2px; left: 25%; right: 25%; height: 1px; background: rgba(139, 126, 98, 0.6); }

.calendar__legend-swatch--range { background: var(--seafoam); }

.calendar__min { color: var(--taupe-deep); font-weight: 500; }

.calendar__footer { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; align-items: center; }

.calendar__clear { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-deep); border-bottom: 1px solid var(--taupe-deep); padding-bottom: 2px; background: none; }

.popover-done { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgb(255, 255, 255); background: var(--deep-teal); padding: 0.55rem 1.1rem; }

@media (max-width: 720px) {
  .search-popover--cal { min-width: 340px; max-width: 360px; }
  .calendar__months { grid-template-columns: 1fr; gap: 0px; }
  .calendar__month--right { display: none; }
}

.calendar__clear:hover { color: var(--deep-teal); border-color: var(--deep-teal); }

.popover-done:hover { background: var(--teal-deep); }

.guest-row { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0.5rem; }

.guest-row + .guest-row { border-top: 1px solid var(--hairline); }

.guest-row__label { font-size: 0.96rem; color: var(--ink); display: block; }

.guest-row__sublabel { font-size: 0.76rem; color: var(--ink-muted); margin-top: 2px; }

.counter { display: flex; align-items: center; gap: 0.65rem; }

.counter__btn { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--hairline); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); touch-action: manipulation; transition: 0.15s; font-size: 1rem; line-height: 1; background: transparent; }

.counter__btn:hover:not(:disabled) { border-color: var(--deep-teal); background: var(--deep-teal); color: var(--soft-ivory); }

.counter__btn:disabled { opacity: 0.3; cursor: not-allowed; }

.counter__value { min-width: 22px; text-align: center; font-size: 0.95rem; }

.toggle { display: inline-flex; align-items: center; gap: 0.6rem; cursor: pointer; user-select: none; }

.toggle input { position: absolute; opacity: 0; width: 0px; height: 0px; }

.toggle__track { display: inline-block; position: relative; width: 36px; height: 20px; border-radius: 99px; background: rgba(21, 52, 66, 0.18); transition: background 0.2s; }

.toggle__thumb { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px; transition: transform 0.2s var(--ease-out-quart); }

.toggle input:checked + .toggle__track { background: var(--deep-teal); }

.toggle input:checked + .toggle__track .toggle__thumb { transform: translateX(16px); }

.toggle__label { font-family: var(--font-body); font-size: 0.9rem; color: var(--ink); min-width: 2.4ch; }

.search-cta { background: var(--deep-teal); color: var(--soft-ivory); font-family: var(--font-display); font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; padding: 0px 2.25rem; display: inline-flex; align-items: center; gap: 0.6rem; transition: background 0.25s; white-space: nowrap; border: 0px; cursor: pointer; }

.search-cta:hover { background: var(--teal-deep); }

@media (max-width: 880px) {
  .search-bar { grid-template-columns: 1fr 1fr; }
  .search-cta { grid-column: 1 / -1; padding: 1.1rem 2rem; justify-content: center; }
  .search-field { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; border-bottom: 1px solid var(--hairline); }
  .search-field:nth-child(1) { border-right: 1px solid var(--hairline); }
  .search-field:nth-child(3) { border-right: 1px solid var(--hairline); }
  .search-popover { min-width: 280px; }
  .search-field[data-field="guests"] .search-popover { left: 0px; right: auto; }
  .calendar { width: 280px; }
}

@media (max-width: 520px) {
  .search-bar { grid-template-columns: 1fr; }
  .search-field { border-right-width: medium !important; border-right-style: none !important; border-right-color: currentcolor !important; }
  .search-popover { min-width: auto; width: 100%; left: 0px !important; right: 0px !important; }
  .calendar { width: 100%; }
}

.footer { background: var(--deep-teal); color: rgba(255, 255, 255, 0.7); padding: clamp(3.5rem, 6vw, 5rem) 0px 2rem; border-top: 1px solid var(--deep-teal); }

.footer__top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.footer__brand img { height: 80px; width: auto; margin-bottom: 1.25rem; display: block; }

.footer__tag { font-family: var(--font-script); font-size: 1.5rem; color: var(--mist-blue); margin: 0px 0px 1rem; }

.footer__about { font-size: 0.92rem; color: rgba(255, 255, 255, 0.65); max-width: 36ch; line-height: 1.6; }

.footer__newsletter { margin-top: 2rem; max-width: 36ch; }

.footer__nl-headline { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgb(255, 255, 255); margin: 0.6rem 0px; }

.footer__nl-body { font-size: 0.88rem; color: rgba(255, 255, 255, 0.65); margin: 0px 0px 1rem; line-height: 1.55; }

.footer__nl-form { display: flex; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.06); }

.footer__nl-input { flex: 1 1 0%; padding: 0.85rem 1rem; border: 0px; background: transparent; font-family: var(--font-body); font-size: 0.9rem; color: rgb(255, 255, 255); outline: none; }

.footer__nl-input::placeholder { color: rgba(255, 255, 255, 0.5); }

.footer__nl-submit { background: rgb(255, 255, 255); color: var(--deep-teal); border: 0px; padding: 0px 1.4rem; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, color 0.2s; }

.footer__nl-submit:hover { background: var(--mist-blue); }

.footer h3 { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.3em; text-transform: uppercase; margin: 0px 0px 1.25rem; color: rgb(255, 255, 255); }

.footer ul { list-style: none; padding: 0px; margin: 0px; display: flex; flex-direction: column; gap: 0.6rem; }

.footer li a { font-size: 0.92rem; color: rgba(255, 255, 255, 0.7); transition: color 0.2s; }

.footer li a:hover { color: rgb(255, 255, 255); }

.footer__mid { display: flex; justify-content: space-between; align-items: center; padding: 1.75rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); flex-wrap: wrap; gap: 1.25rem; }

.footer__sibling { font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.65); display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 1.5rem; }

.footer__sibling a { color: var(--mist-blue); border-bottom: 1px solid var(--mist-blue); padding-bottom: 2px; transition: opacity 0.2s; }

.footer__sibling a:hover { opacity: 0.7; }

.footer__social { display: flex; gap: 1.75rem; }

.footer__social a { font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); transition: color 0.2s; }

.footer__social a:hover { color: rgb(255, 255, 255); }

.footer__bottom { display: flex; justify-content: center; align-items: center; margin-top: 1.75rem; flex-wrap: wrap; gap: 1rem; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); text-align: center; }

@media (max-width: 1100px) {
  .footer__top { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 760px) {
  .footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__mid { justify-content: center; text-align: center; }
}

@keyframes fadeUp { 
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

:root { --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1); --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1); }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

::selection { background: var(--deep-teal); color: var(--soft-ivory); }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 10000; background: var(--deep-teal); color: var(--soft-ivory); padding: 0.75rem 1.25rem; font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; border: 2px solid var(--soft-ivory); transition: top 0.2s; }

.skip-link:focus, .skip-link:focus-visible { top: 1rem; outline: none; }

html, body { overflow-x: clip; }

body[data-announce="off"] .announce { display: none; }

.announce { background: var(--ivory-warm); border-bottom: 1px solid var(--hairline); overflow: hidden; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink); position: relative; z-index: 50; }

.announce__pause { position: absolute; top: 50%; right: 0.65rem; transform: translateY(-50%); width: 28px; height: 28px; background: var(--soft-ivory); border: 1px solid var(--hairline); border-radius: 50%; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.18s, color 0.18s; z-index: 2; }

.announce__pause:hover { background: var(--deep-teal); color: var(--soft-ivory); }

.announce__pause:focus-visible { outline: 2px solid var(--deep-teal); outline-offset: 2px; }

.announce__icon--play { display: none; }

.announce[data-paused="true"] .announce__track { animation-play-state: paused !important; }

.announce[data-paused="true"] .announce__icon--pause { display: none; }

.announce[data-paused="true"] .announce__icon--play { display: block; }

.announce__track { display: flex; width: max-content; animation: 90s linear 0s infinite normal none running announceScroll; }

.announce:hover .announce__track { animation-play-state: paused; }

.announce__group { display: flex; align-items: center; gap: 2.5rem; padding: 0.7rem 1.25rem; white-space: nowrap; }

.announce__group a { color: var(--deep-teal); text-decoration: underline 1px; text-underline-offset: 3px; }

.announce__dot { display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: var(--taupe-deep); opacity: 0.55; }

@keyframes announceScroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .announce { font-size: 0.706rem; letter-spacing: 0.18em; }
  .announce__group { gap: 1.5rem; padding: 0.55rem 0.9rem; }
}

.nav-sticky { position: fixed; top: 0px; left: 0px; right: 0px; background: var(--soft-ivory); border-bottom: 1px solid var(--hairline); padding: 0.55rem var(--gutter); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; z-index: 200; transform: translateY(-100%); transition: transform 0.35s var(--ease-out-quart); box-shadow: rgba(11, 59, 48, 0.12) 0px 6px 24px -16px; }

.nav-sticky.is-visible { transform: translateY(0px); }

.nav-sticky__brand img { display: block; height: 28px; width: auto; }

.nav-sticky__links { display: flex; justify-content: center; gap: 2.25rem; font-family: var(--font-display); font-size: 0.706rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); }

.nav-sticky__links a { color: inherit; opacity: 0.85; transition: opacity 0.2s; }

.nav-sticky__links a:hover { opacity: 1; }

.nav-sticky .nav__dropdown-trigger { color: inherit; }

.nav-sticky .nav__dropdown-menu { top: calc(100% + 8px); }

@media (max-width: 1024px) {
  .nav-sticky__links { display: none; }
  .nav-sticky { grid-template-columns: auto 1fr auto; gap: 1rem; padding: 0.75rem 1rem; padding-top: calc(0.95rem + env(safe-area-inset-top, 0px)); }
}

@media (max-width: 480px) {
  .nav-sticky__brand img { height: 22px; }
}

@keyframes heroZoom { 
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

@keyframes scrollArrowBounce { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(3px); }
}

@keyframes scrollDot { 
  0% { transform: translateY(0px); opacity: 0; }
  25% { opacity: 1; }
  100% { transform: translateY(112px); opacity: 0; }
}

@keyframes heroScrollIn { 
  100% { opacity: 0.85; }
}

@keyframes marqueeScroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}

.search-bar { opacity: 0; }

.search-bar { animation: searchBarFadeIn 1s 1.05s var(--ease-out-expo) forwards; }

@keyframes searchBarFadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroFadeUp { 
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

@keyframes ugc-shimmer { 
  0% { background-position: 200% 0px; }
  100% { background-position: -200% 0px; }
}

@keyframes dmPulse { 
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.65; }
  100% { transform: translate(-50%, -50%) scale(4.5); opacity: 0; }
}

@keyframes dmPulseFaint { 
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
  100% { transform: translate(-50%, -50%) scale(3.5); opacity: 0; }
}

@media (max-width: 1024px) {
  :root { --section-y: clamp(3.5rem, 7vw, 5.5rem); }
}

@media (max-width: 768px) {
  .search-bar { grid-template-columns: 1fr 1fr; }
  .search-field[data-field="guests"] { grid-column: 1 / -1; }
  .search-field { border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
  .search-field:last-child, .search-field:nth-last-child(2) { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  .search-bar__submit { grid-column: 1 / -1; padding: 1rem; }
  .footer__top { gap: 2rem; grid-template-columns: 1fr !important; }
  .footer__brand img { height: 64px; }
  .footer__mid { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer__social { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .search-bar { grid-template-columns: 1fr; }
  .search-field { border-bottom: 1px solid var(--hairline); border-right-width: medium !important; border-right-style: none !important; border-right-color: currentcolor !important; }
  .search-field:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  .search-popover { min-width: auto; width: 100%; left: 0px !important; right: 0px !important; }
  .nav__brand img { height: 48px; }
}

@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__mobile-toggle { display: flex; }
}

@media (max-width: 880px) {
  .search-popover--cal { min-width: auto; width: min(94vw, 360px); padding: 0.6rem; }
  .calendar__months { grid-template-columns: 1fr; gap: 0px; }
  .calendar__month + .calendar__month { display: none; }
  .calendar__nav-btn--next-mobile { display: inline-flex !important; }
  .calendar__day { aspect-ratio: 1 / 1; font-size: 0.85rem; min-height: 36px; }
  .calendar__day > span { line-height: 1; }
  .calendar__weekdays { font-size: 0.706rem; }
  .calendar__nav-btn { width: 30px; height: 30px; min-width: 30px; min-height: 30px; }
  .calendar__title { font-size: 0.78rem; }
  .calendar__state { font-size: 0.78rem; padding: 0.6rem 0.5rem; }
  .calendar__legend { font-size: 0.706rem; gap: 0.45rem 0.85rem; }
  .calendar__legend-swatch { width: 11px; height: 11px; }
  .calendar__footer { padding-top: 0.65rem; }
  .search-popover { transform: none; max-width: calc(-1.5rem + 100vw); margin: 0px auto; left: 0px !important; right: 0px !important; }
}

@media (max-width: 768px) {
  :root { --section-y: clamp(2.5rem, 6vw, 4rem); }
}

@media (max-width: 560px) {
  .search-field__trigger { padding: 1.1rem; min-height: 54px; }
  .search-field__label { font-size: 0.706rem; }
  .search-field__display { font-size: 0.95rem; }
  .search-cta { min-height: 54px; padding: 0px 1.5rem; font-size: 0.706rem; }
  .guest-row { padding: 0.85rem 0px; }
  .counter__btn { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
}

@media (max-width: 380px) {
  .search-popover--cal { width: 96vw; padding: 0.5rem; }
}

:root { --taupe-deep-on-light: #5C513A; --ink-muted-strong: #4E5660; }

.search-field__label, .dest-list__heading, .nav__dropdown-section, .calendar__weekdays { color: var(--taupe-deep-on-light); }

@media (max-width: 1024px) {
  .counter__btn { width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; }
  .calendar__nav-btn { width: 44px; height: 44px; min-width: 44px; min-height: 44px; justify-self: center; }
  .calendar__nav { grid-template-columns: 44px 1fr 44px; }
  .announce__pause { width: 36px; height: 36px; }
}

@media (max-width: 520px) {
  .search-popover--cal { min-width: 0px !important; max-width: none !important; width: auto !important; }
}

@media (max-width: 768px) {
  .search-field__label, .dest-list__heading, .nav__dropdown-section, .nav-drawer__group-label, .calendar__weekdays, .footer__col-title, .announce { font-size: 0.71rem !important; line-height: 1.35 !important; }
}

@media (max-width: 768px) {
  .nav-sticky { padding-top: calc(1.15rem + env(safe-area-inset-top, 0px)); padding-bottom: 0.8rem; }
}

@media (max-width: 414px) {
  :root { --section-y: clamp(2rem, 5vw, 3.25rem); }
}

@media (max-width: 1024px) and (min-width: 720px) {
  .nav-sticky__links { display: none; }
}

.footer__dest-list .footer__dest-parent { margin-bottom: 0.5rem; }

.footer__dest-list .footer__dest-parent > a { font-weight: 600; }

.footer__dest-children { list-style: none; padding-left: 0px; margin: 0.25rem 0px 0.5rem; }

.footer__dest-children li { margin-bottom: 0.15rem; }

.footer__dest-children a { font-size: 0.875em; opacity: 0.78; }

.nav-sticky__links { align-items: center !important; }

.nav-sticky__links a:hover, .nav-sticky__links button:hover { text-decoration: underline !important; opacity: 1 !important; }

.nav-sticky__links .nav__dropdown { display: flex; align-items: center; }

.nav-sticky__links .nav__dropdown-trigger { display: flex; align-items: center; gap: 0.25rem; }

a.nav__dropdown-grandchild { padding-left: 4.5rem !important; }

.dest-list__item--grandchild { padding-left: 3rem !important; }
