:root {
  --ink: #173b35;
  --ink-soft: #49625c;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --line: #ddd8cc;
  --muted: #787a72;
  --coral: #d85c38;
  --coral-dark: #bd4929;
  --sage: #dfe9df;
  --gold: #c29a4b;
  --shadow: 0 18px 60px rgba(26, 48, 41, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .028; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 82px; padding: 0 max(30px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid rgba(23,59,53,.1); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 6px; }
.brand strong { font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.brand small { font-size: 9px; letter-spacing: .22em; font-weight: 800; }
.brand-mark { position: relative; width: 29px; height: 29px; display: inline-block; transform: translateY(-1px); }
.brand-mark i { position: absolute; display: block; border: 1.8px solid var(--ink); border-radius: 50%; background: var(--paper); }
.brand-mark i:nth-child(1) { width: 19px; height: 19px; bottom: 0; left: 5px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { width: 11px; height: 11px; top: 0; }
.brand-mark i:nth-child(2) { left: 0; }.brand-mark i:nth-child(3) { right: 0; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; }
.site-header nav > a { text-decoration: none; color: var(--ink-soft); }
.site-header nav > a:hover { color: var(--coral); }
.nav-action { border: 0; background: transparent; cursor: pointer; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.count-pill { display: inline-grid; min-width: 21px; height: 21px; place-items: center; padding: 0 5px; border-radius: 20px; background: var(--ink); color: white; font-size: 10px; }
.notification-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; position: relative; display: grid; place-items: center; }
.notification-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.notification-dot { position: absolute; right: 1px; top: 1px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); border: 2px solid white; }

.hero { min-height: 570px; padding: 82px max(30px, calc((100vw - 1280px) / 2)) 0; background: var(--paper); position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 2; width: 58%; }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: 10px; letter-spacing: .2em; font-weight: 850; }
.hero h1, .results-heading h2, .how-section h2, .panel-header h2, .alert-dialog h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; margin: 0; }
.hero h1 { font-size: clamp(48px, 5.4vw, 78px); line-height: .99; }
.hero h1 em, .how-section h2 em { color: var(--coral); font-weight: 400; }
.hero-deck { max-width: 550px; margin: 23px 0 0; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }
.hero-art { position: absolute; right: max(0px, calc((100vw - 1420px) / 2)); top: 0; width: 54%; height: 440px; opacity: .95; overflow: hidden; }
.sun { position: absolute; width: 270px; height: 270px; border: 1px solid #ecdaba; border-radius: 50%; background: #f8ecd2; right: 110px; top: 28px; }
.mountain { position: absolute; width: 330px; height: 300px; background: linear-gradient(145deg, #b4cbbf, #dbe4d7); clip-path: polygon(50% 0, 100% 100%, 0 100%); bottom: 0; }
.mountain-one { right: -30px; }.mountain-two { right: 280px; height: 225px; width: 300px; opacity: .7; }
.tree { position: absolute; width: 90px; height: 210px; bottom: -15px; background: #628276; clip-path: polygon(50% 0, 66% 25%, 59% 25%, 77% 51%, 66% 50%, 87% 82%, 58% 78%, 54% 100%, 45% 100%, 43% 79%, 10% 84%, 35% 51%, 22% 53%, 42% 25%, 34% 26%); }
.tree-one { right: 46px; }.tree-two { right: 470px; transform: scale(.7); opacity: .6; }
.castle { position: absolute; display: flex; align-items: end; gap: 3px; bottom: 0; right: 190px; height: 115px; }
.castle i { position: relative; width: 32px; height: 69px; background: #e5bba4; display: block; }
.castle i:nth-child(2) { height: 108px; width: 42px; }.castle i::before { content: ""; position: absolute; left: -5px; top: -25px; border-left: 21px solid transparent; border-right: 21px solid transparent; border-bottom: 29px solid #b45b46; width: 0; }.castle i:nth-child(2)::before { left: -7px; border-left-width: 28px; border-right-width: 28px; }

.search-card { width: min(1160px, calc(100vw - 60px)); position: absolute; bottom: 0; z-index: 3; background: var(--paper); border: 1px solid var(--line); border-bottom: 0; border-radius: 13px 13px 0 0; box-shadow: 0 -12px 50px rgba(30,55,47,.07); padding: 0 25px 22px; }
.destination-switch { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.destination-option { min-width: 235px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; background: transparent; padding: 16px 8px 14px; display: flex; align-items: center; gap: 11px; text-align: left; cursor: pointer; opacity: .55; }
.destination-option.active { opacity: 1; border-color: var(--coral); }
.destination-option > span:last-child { display: grid; gap: 2px; }
.destination-option strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.destination-option small { color: var(--muted); font-size: 10px; }
.destination-icon { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--coral); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.search-fields { display: grid; grid-template-columns: 1fr 1fr .8fr 1fr; align-items: end; }
.field { padding: 0 22px; border-right: 1px solid var(--line); }
.field:first-child { padding-left: 4px; }
.field > span, .dialog-fields label > span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.field > div { display: flex; gap: 10px; align-items: center; }
.field svg { width: 18px; fill: none; stroke: var(--coral); stroke-width: 1.5; stroke-linecap: round; }
.field input, .field select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 700; }
.field select { appearance: none; }
.search-button, .primary-button { min-height: 59px; border: 0; border-radius: 5px; background: var(--coral); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 20px 0 25px; font-weight: 750; cursor: pointer; box-shadow: 0 8px 20px rgba(216,92,56,.2); transition: .2s ease; }
.search-button { margin-left: 24px; }.search-button:hover, .primary-button:hover { background: var(--coral-dark); transform: translateY(-1px); }
.search-button svg, .primary-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.provider-banner { max-width: 1280px; margin: 28px auto 0; padding: 13px 18px; border: 1px solid #e3c884; background: #fff8df; border-radius: 7px; display: flex; align-items: center; gap: 12px; color: #5e4b1e; font-size: 12px; }
.provider-banner p { margin: 0; flex: 1; }.provider-banner a { font-weight: 800; text-underline-offset: 3px; }.banner-icon { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #e0b953; color: white; font-size: 10px; font-weight: 900; }

.results-section { max-width: 1280px; margin: 0 auto; padding: 76px 0 100px; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.results-heading h2 { font-size: 44px; }
.results-heading > div:first-child > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.result-stats { display: flex; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-stats div { min-width: 112px; padding: 12px 18px; display: grid; border-right: 1px solid var(--line); }
.result-stats div:last-child { border: 0; }.result-stats strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }.result-stats span { color: var(--muted); font-size: 8px; letter-spacing: .15em; font-weight: 800; margin-top: 3px; }
.toolbar { margin: 38px 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }.filter-chip { border: 1px solid var(--line); border-radius: 100px; padding: 9px 15px; background: transparent; font-size: 11px; font-weight: 750; cursor: pointer; }.filter-chip:hover { border-color: #aaa99f; }.filter-chip.active { background: var(--ink); border-color: var(--ink); color: white; }
.sort-control { color: var(--muted); font-size: 8px; letter-spacing: .14em; font-weight: 850; display: flex; align-items: center; gap: 10px; }.sort-control select { color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aaa99f; padding: 4px 20px 5px 2px; outline: 0; font-size: 11px; font-weight: 700; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hotel-card { min-width: 0; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 8px 25px rgba(34,55,49,.035); transition: transform .2s ease, box-shadow .2s ease; }
.hotel-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(34,55,49,.09); }
.hotel-visual { height: 145px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--accent-one), var(--accent-two)); }
.hotel-visual::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; right: -40px; top: -84px; box-shadow: -55px 70px 0 -25px rgba(255,255,255,.08); }
.hotel-visual::after { content: ""; position: absolute; left: -10px; right: -10px; bottom: -45px; height: 95px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.08); }
.hotel-monogram { position: absolute; left: 20px; bottom: 18px; color: white; font-family: var(--serif); font-size: 34px; letter-spacing: -.08em; opacity: .88; }.hotel-type { position: absolute; top: 14px; left: 14px; border: 1px solid rgba(255,255,255,.45); background: rgba(15,37,32,.2); color: white; backdrop-filter: blur(5px); border-radius: 30px; padding: 6px 9px; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.walk-badge { position: absolute; right: 13px; bottom: 13px; padding: 7px 9px; border-radius: 5px; background: rgba(255,253,248,.94); color: var(--ink); display: flex; align-items: center; gap: 7px; box-shadow: 0 5px 18px rgba(0,0,0,.1); }.walk-badge strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }.walk-badge span { display: grid; font-size: 7px; line-height: 1.25; letter-spacing: .08em; font-weight: 850; color: var(--muted); }
.hotel-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }.hotel-area { color: var(--coral); font-size: 8px; letter-spacing: .15em; font-weight: 850; text-transform: uppercase; }.hotel-body h3 { font-family: var(--serif); font-size: 23px; line-height: 1.12; letter-spacing: -.025em; font-weight: 500; margin: 7px 0 9px; }.hotel-description { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; min-height: 51px; }
.hotel-meta { display: flex; gap: 14px; padding: 14px 0; margin-top: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.hotel-meta > div { flex: 1; display: grid; grid-template-columns: 22px 1fr; column-gap: 7px; align-items: center; }.hotel-meta svg { grid-row: 1 / 3; width: 17px; fill: none; stroke: var(--coral); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }.hotel-meta small { color: var(--muted); font-size: 7px; letter-spacing: .1em; font-weight: 850; }.hotel-meta strong { font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tag-row { display: flex; gap: 5px; flex-wrap: wrap; padding-top: 12px; }.tag { background: #edf0e8; color: var(--ink-soft); padding: 5px 7px; border-radius: 3px; font-size: 8px; font-weight: 700; }
.room-section { margin-top: auto; padding-top: 16px; }.room-section-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }.room-section-title span { color: var(--muted); font-size: 8px; letter-spacing: .13em; font-weight: 850; }.room-section-title small { color: var(--muted); font-size: 8px; }.room-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 11px 0; border-top: 1px solid #ebe7df; }.room-row:first-of-type { border-top: 0; }.room-name { font-size: 10px; font-weight: 800; }.room-beds { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }.room-price { text-align: right; }.room-price strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }.room-price small { color: var(--muted); font-size: 7px; }.room-actions { grid-column: 1 / -1; display: flex; gap: 7px; }.watch-button, .book-link { flex: 1; border-radius: 4px; padding: 8px 6px; text-align: center; font-size: 8px; font-weight: 850; letter-spacing: .04em; text-decoration: none; cursor: pointer; }.watch-button { border: 1px solid var(--ink); background: transparent; }.watch-button:hover { background: var(--ink); color: white; }.book-link { border: 1px solid var(--coral); background: var(--coral); color: white; }.sold-out { min-height: 130px; display: grid; place-items: center; text-align: center; border-top: 1px solid var(--line); margin-top: 16px; color: var(--muted); }.sold-out strong { color: var(--ink); display: block; font-family: var(--serif); font-size: 18px; font-weight: 500; margin-bottom: 5px; }.sold-out p { font-size: 9px; margin: 0 0 12px; }.sold-out .watch-button { padding: 9px 15px; width: auto; }
.more-rooms { width: 100%; border: 0; border-top: 1px solid #ebe7df; background: transparent; color: var(--coral); padding: 9px; font-size: 8px; font-weight: 850; cursor: pointer; }
.loading-state { min-height: 330px; place-content: center; text-align: center; }.loading-state:not([hidden]) { display: grid; grid-template-columns: repeat(3, 8px); gap: 5px; }.loading-state span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; animation: bounce 1s infinite alternate; }.loading-state span:nth-child(2) { animation-delay: .2s }.loading-state span:nth-child(3) { animation-delay: .4s }.loading-state p { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }.empty-state { min-height: 330px; text-align: center; place-content: center; }.empty-state:not([hidden]) { display: grid; }.empty-state > span { font-size: 40px; color: var(--coral); }.empty-state h3 { font-family: var(--serif); font-weight: 500; margin: 8px 0; }.empty-state p { color: var(--muted); font-size: 12px; }
@keyframes bounce { to { transform: translateY(-8px); opacity: .5; } }

.how-section { background: var(--ink); color: white; padding: 80px max(30px, calc((100vw - 1280px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.how-section h2 { font-size: 52px; }.how-section ol { list-style: none; margin: 0; padding: 0; }.how-section li { display: grid; grid-template-columns: 55px 1fr; padding: 0 0 27px; margin-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.16); }.how-section li > span { color: #d7a777; font-family: var(--serif); }.how-section h3 { font-family: var(--serif); font-size: 19px; font-weight: 500; margin: 0 0 6px; }.how-section li p { color: #c3d0cc; font-size: 12px; line-height: 1.6; margin: 0; }.method-note { grid-column: 2; color: #9fb1ab; font-size: 10px; line-height: 1.6; margin: -65px 0 0 55px; }.method-note strong { color: white; }
footer { min-height: 115px; padding: 25px max(30px, calc((100vw - 1280px) / 2)); background: #102f2a; color: #95aaa4; display: flex; align-items: center; gap: 35px; font-size: 9px; }.footer-brand { color: white; margin-right: auto; }.footer-brand .brand-mark i { border-color: white; background: #102f2a; }

.scrim { position: fixed; inset: 0; z-index: 49; background: rgba(8,30,25,.45); backdrop-filter: blur(2px); }.side-panel { position: fixed; z-index: 50; right: 0; top: 0; width: min(470px, 100vw); height: 100dvh; background: var(--paper); box-shadow: -20px 0 70px rgba(10,40,33,.2); transform: translateX(104%); transition: transform .28s ease; display: flex; flex-direction: column; }.side-panel.open { transform: translateX(0); }.panel-header { padding: 31px 30px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: start; }.panel-header h2 { font-size: 34px; }.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; font-weight: 300; line-height: 1; cursor: pointer; display: grid; place-items: center; }.panel-body { padding: 8px 30px 30px; overflow: auto; }.panel-empty { margin: auto; padding: 40px; text-align: center; }.panel-empty > span { display: block; color: var(--coral); font-size: 42px; }.panel-empty h3 { font-family: var(--serif); font-size: 23px; font-weight: 500; margin: 9px 0; }.panel-empty p { color: var(--muted); font-size: 12px; line-height: 1.5; }.alert-item, .notification-item { padding: 19px 0; border-bottom: 1px solid var(--line); }.alert-item-top { display: flex; justify-content: space-between; gap: 15px; }.alert-item h3, .notification-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.2; }.alert-item p, .notification-item p { color: var(--muted); margin: 0; font-size: 10px; line-height: 1.5; }.status-pill { height: fit-content; border-radius: 20px; padding: 5px 8px; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; background: #e8eee7; }.status-pill.matched { background: #fbe2d7; color: #a03f24; }.status-pill.error { background: #f9dddd; color: #9b3030; }.status-pill.paused { background: #eceae5; color: #77736a; }.alert-details { margin: 13px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.alert-details div { background: var(--cream); border-radius: 4px; padding: 9px; }.alert-details small { display: block; color: var(--muted); font-size: 7px; letter-spacing: .1em; font-weight: 850; margin-bottom: 3px; }.alert-details strong { font-size: 9px; }.alert-controls { display: flex; gap: 7px; }.mini-button { border: 1px solid var(--line); background: transparent; border-radius: 4px; padding: 7px 9px; font-size: 8px; font-weight: 800; cursor: pointer; }.mini-button:hover { border-color: var(--ink); }.mini-button.danger { color: #9b3030; margin-left: auto; }.notification-item.unread { position: relative; }.notification-item.unread::before { content: ""; position: absolute; left: -17px; top: 25px; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; }.notification-time { display: block; margin-top: 9px; color: var(--coral); font-size: 8px; font-weight: 750; }.delivery-row { display: flex; gap: 5px; margin-top: 8px; }.delivery-chip { background: #edf0e8; padding: 4px 6px; border-radius: 3px; font-size: 7px; }.delivery-chip.failed, .delivery-chip.not-configured { background: #fae3dd; color: #9b3c24; }

.alert-dialog { width: min(620px, calc(100vw - 30px)); padding: 0; border: 0; border-radius: 9px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }.alert-dialog::backdrop { background: rgba(8,30,25,.55); backdrop-filter: blur(3px); }.alert-dialog form { padding: 34px; position: relative; }.dialog-close { position: absolute; right: 25px; top: 25px; }.alert-dialog h2 { font-size: 39px; }.alert-hotel-summary { margin: 22px 0; background: var(--cream); border: 1px solid var(--line); padding: 13px; border-radius: 5px; display: flex; align-items: center; gap: 12px; }.alert-hotel-summary > span { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font-family: var(--serif); display: grid; place-items: center; }.alert-hotel-summary > div { display: grid; gap: 3px; }.alert-hotel-summary strong { font-family: var(--serif); font-weight: 500; }.alert-hotel-summary small { color: var(--muted); font-size: 9px; }.dialog-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.dialog-fields label > span { margin-bottom: 7px; }.dialog-fields i { text-transform: none; letter-spacing: 0; font-style: normal; font-weight: 500; }.dialog-fields input, .dialog-fields select { width: 100%; height: 43px; border: 1px solid var(--line); border-radius: 4px; background: white; padding: 0 12px; color: var(--ink); outline: 0; }.dialog-fields input:focus, .dialog-fields select:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(23,59,53,.08); }.full-field { grid-column: 1 / -1; }.money-input { position: relative; }.money-input b { position: absolute; left: 12px; top: 13px; font-size: 12px; }.money-input input { padding-left: 26px; }.dialog-note { margin: 16px 0; padding: 11px; display: flex; gap: 9px; background: #f1eee6; color: var(--muted); font-size: 9px; line-height: 1.45; }.dialog-note span { flex: 0 0 17px; height: 17px; border: 1px solid var(--muted); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); }.dialog-note p { margin: 1px 0 0; }.primary-button { width: 100%; }
.toast-stack { position: fixed; right: 20px; bottom: 20px; z-index: 100; display: grid; gap: 9px; }.toast { max-width: 340px; padding: 13px 16px; background: var(--ink); color: white; border-radius: 5px; box-shadow: var(--shadow); font-size: 11px; animation: toast-in .2s ease; }.toast.error { background: #8c382c; }@keyframes toast-in { from { transform: translateY(10px); opacity: 0; } }
[hidden] { display: none !important; }

@media (max-width: 1320px) {
  .results-section, .provider-banner { margin-left: 30px; margin-right: 30px; }
}
@media (max-width: 980px) {
  .site-header nav > a { display: none; }.hero-copy { width: 80%; }.hero-art { opacity: .45; width: 75%; }.search-fields { grid-template-columns: 1fr 1fr; gap: 19px 0; }.search-card { position: relative; margin-top: 50px; width: 100%; }.hero { padding-bottom: 0; }.field:nth-child(2) { border-right: 0; }.guest-field { padding-left: 4px; }.search-button { margin-left: 24px; }.hotel-grid { grid-template-columns: repeat(2, 1fr); }.results-heading { align-items: start; }.result-stats { display: none; }.how-section { grid-template-columns: 1fr 1.4fr; gap: 45px; }
}
@media (max-width: 680px) {
  .site-header { padding: 0 18px; height: 70px; }.site-header nav { gap: 10px; }.brand > span:last-child small { display: none; }.nav-action { font-size: 11px; }.hero { padding: 58px 18px 0; min-height: auto; }.hero-copy { width: 100%; }.hero h1 { font-size: 44px; }.hero-deck { font-size: 14px; }.hero-art { right: -180px; width: 600px; opacity: .28; }.search-card { padding: 0 16px 18px; margin-top: 40px; }.destination-switch { justify-content: stretch; }.destination-option { min-width: 0; flex: 1; padding-right: 0; padding-left: 0; }.destination-option small { display: none; }.search-fields { grid-template-columns: 1fr; }.field, .field:first-child, .guest-field { padding: 0 4px 15px; border-right: 0; border-bottom: 1px solid var(--line); }.search-button { margin: 0; }.provider-banner { margin: 18px; align-items: start; }.provider-banner a { display: none; }.results-section { margin: 0; padding: 55px 18px 70px; }.results-heading h2 { font-size: 36px; }.toolbar { align-items: start; flex-direction: column; }.hotel-grid { grid-template-columns: 1fr; }.how-section { grid-template-columns: 1fr; padding: 60px 24px; }.how-section h2 { font-size: 42px; }.method-note { grid-column: 1; margin: -20px 0 0; }footer { padding: 28px 20px; flex-direction: column; align-items: start; gap: 8px; }.footer-brand { margin-bottom: 10px; }.dialog-fields { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.alert-dialog form { padding: 27px 21px; }.alert-dialog h2 { font-size: 32px; }
}

/* Account, saved selections, and v2 interaction layer */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
*:focus-visible { outline: 3px solid rgba(216,92,56,.5) !important; outline-offset: 3px; }
.field input:focus-visible, .field select:focus-visible { border-radius: 3px; }
.auth-screen { min-height: 100dvh; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); position: relative; z-index: 200; }
.auth-art { position: relative; overflow: hidden; background: linear-gradient(145deg,#173b35,#4f756a); }
.auth-art > span { position: absolute; width: 450px; height: 450px; border-radius: 50%; background: #eed9a8; opacity: .9; top: 10%; left: 14%; }
.auth-art > i { position: absolute; bottom: -5%; width: 55%; height: 65%; clip-path: polygon(50% 0,100% 100%,0 100%); background: #a5beb2; }
.auth-art > i:nth-child(2) { left: -10%; }.auth-art > i:nth-child(3) { right: -5%; height: 76%; background: #729388; }.auth-art > i:nth-child(4) { left: 30%; height: 46%; background: #cad8cc; }
.auth-card { width: min(480px,calc(100vw - 40px)); margin: auto; padding: 50px 0; }
.auth-brand { margin-bottom: 65px; }.auth-screen h1 { margin: 0; font: 400 58px/.98 var(--serif); letter-spacing: -.05em; }.auth-screen h1 em { color: var(--coral); font-weight: 400; }.auth-intro { color: var(--muted); line-height: 1.6; font-size: 13px; margin: 19px 0 25px; }
.auth-tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 22px; }.auth-tabs button { flex: 1; border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 12px; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }.auth-tabs button.active { color: var(--ink); border-color: var(--coral); }
.auth-field { display: block; margin-bottom: 16px; }.auth-field > span { display: block; color: var(--muted); font-size: 10px; letter-spacing: .13em; font-weight: 850; margin-bottom: 7px; }.auth-field input,.auth-field select { width: 100%; height: 47px; padding: 0 13px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: white; outline: none; }.auth-field input:disabled { background: #f0eee8; color: var(--muted); }.auth-card .primary-button { width: 100%; margin-top: 5px; }.auth-footnote { color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; margin-top: 18px; }.form-error { background: #f9e2dd; color: #8f3424; border-radius: 4px; padding: 10px; font-size: 11px; }
.count-pill.soft { background: #e9ece4; color: var(--ink); }.user-button { border: 1px solid var(--line); border-radius: 30px; background: transparent; padding: 4px 11px 4px 4px; display: flex; align-items: center; gap: 7px; cursor: pointer; }.user-button > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font: 11px var(--serif); }.user-button small { font-size: 10px; font-weight: 750; max-width: 85px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.provider-freshness { font-size: 10px; font-weight: 750; color: var(--muted); white-space: nowrap; }.provider-banner.degraded { border-color: #e7aaa0; background: #fcede9; color: #813426; }.provider-banner.live { border-color: #9cc7ae; background: #edf8f0; color: #265b3d; }
.results-heading { display: grid; grid-template-columns: 1fr auto auto; }.results-actions { display: flex; gap: 7px; align-self: end; }.utility-button { border: 1px solid var(--line); background: var(--paper); border-radius: 4px; min-height: 38px; padding: 0 13px; font-size: 10px; font-weight: 800; cursor: pointer; }.utility-button:hover { border-color: var(--ink); }.utility-button.light { color: white; border-color: rgba(255,255,255,.5); background: transparent; }.text-button { border: 0; background: transparent; color: var(--coral); text-decoration: underline; text-underline-offset: 3px; font-size: 10px; font-weight: 800; cursor: pointer; }.danger-text { color: #9b3030; }
.advanced-toolbar { margin: 35px 0 14px; display: grid; grid-template-columns: 1.6fr .7fr .6fr .6fr; gap: 10px; align-items: end; }.advanced-toolbar > label:not(.hotel-search) { display: grid; gap: 6px; }.advanced-toolbar label > span { color: var(--muted); font-size: 9px; letter-spacing: .12em; font-weight: 850; }.advanced-toolbar select,.hotel-search { height: 42px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }.advanced-toolbar select { width: 100%; padding: 0 10px; color: var(--ink); font-size: 11px; font-weight: 700; }.hotel-search { display: flex; align-items: center; gap: 9px; padding: 0 12px; }.hotel-search svg { width: 17px; fill: none; stroke: var(--coral); stroke-width: 1.7; }.hotel-search input { width: 100%; border: 0; background: transparent; outline: 0; color: var(--ink); font-size: 11px; }.advanced-toolbar .sort-control { display: grid; }.toolbar { margin-top: 0; }.toolbar .text-button { margin-left: auto; }
.hotel-visual-actions { position: absolute; right: 13px; top: 13px; display: flex; gap: 6px; }.circle-action { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; background: rgba(15,37,32,.25); color: white; backdrop-filter: blur(5px); cursor: pointer; font-size: 15px; }.circle-action.active { background: var(--coral); border-color: var(--coral); }.hotel-type { right: auto; }.hotel-visual .hotel-type + .hotel-visual-actions { left: auto; }
.compare-check { display: flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 800; cursor: pointer; }.compare-check input { accent-color: var(--coral); }.card-topline { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.price-breakdown { grid-column: 1/-1; background: var(--cream); padding: 9px 10px; border-radius: 4px; font-size: 9px; color: var(--muted); display: grid; gap: 4px; }.price-breakdown div { display: flex; justify-content: space-between; }.price-breakdown strong { color: var(--ink); }.rate-note { display: block; font-size: 9px; color: var(--muted); margin-top: 3px; }.park-access-toggle { width: 100%; margin-top: 9px; border: 0; background: transparent; color: var(--coral); text-align: left; padding: 0; font-size: 10px; font-weight: 800; cursor: pointer; }.park-access-list { margin-top: 10px; border-top: 1px solid var(--line); }.park-access-row { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: center; padding: 7px 0; border-bottom: 1px solid #ebe7df; font-size: 9px; }.park-access-row span { color: var(--muted); }.park-access-row a { color: var(--coral); font-weight: 800; }
.ticket-details { grid-column: 1/-1; border: 1px solid #dfd8c9; background: #fffaf0; padding: 10px; border-radius: 4px; display: grid; gap: 5px; font-size: 9px; }.ticket-details > strong { color: var(--ink); font-family: var(--serif); font-size: 14px; font-weight: 600; margin-bottom: 2px; }.ticket-details div { display: flex; justify-content: space-between; gap: 12px; }.ticket-details span,.ticket-details small { color: var(--muted); }.ticket-details b { color: var(--ink); text-align: right; }.ticket-details a { color: var(--coral); font-weight: 800; text-decoration: none; margin-top: 2px; }
.hotel-only-estimate { grid-column: 1/-1; padding: 10px; border-radius: 4px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; }.hotel-only-estimate > span { font-size: 8px; font-weight: 850; letter-spacing: .1em; }.hotel-only-estimate > strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }.hotel-only-estimate strong small { font-family: var(--sans); font-size: 8px; opacity: .75; }.hotel-only-estimate p { grid-column: 1/-1; margin: 0; font-size: 8px; line-height: 1.4; opacity: .72; }
.map-view { min-height: 620px; display: grid; grid-template-columns: 330px 1fr; border: 1px solid var(--line); background: var(--paper); }.map-hotel-list { padding: 10px; max-height: 680px; overflow: auto; }.map-hotel-button { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; padding: 14px 10px; cursor: pointer; }.map-hotel-button.active { background: var(--cream); }.map-hotel-button strong { display: block; font: 16px var(--serif); }.map-hotel-button small { color: var(--muted); font-size: 10px; }.map-view iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }
.compare-tray { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(950px,calc(100vw - 35px)); z-index: 45; background: var(--ink); color: white; border-radius: 7px; padding: 12px 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; }.compare-tray > div:first-child { display: grid; margin-right: auto; }.compare-tray small { color: #b6c7c2; font-size: 9px; }.compare-tray .primary-button.compact { min-height: 38px; padding: 0 16px; }.compare-mini-list { display: flex; gap: 5px; }.compare-mini-list span { background: rgba(255,255,255,.12); border-radius: 3px; padding: 6px; font-size: 9px; }
.panel-tools { display: flex; justify-content: flex-end; gap: 15px; padding: 12px 30px; border-bottom: 1px solid var(--line); }.saved-item { padding: 18px 0; border-bottom: 1px solid var(--line); }.saved-item h3 { font: 20px var(--serif); margin: 0 0 5px; }.saved-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.saved-actions { display: flex; gap: 7px; margin-top: 12px; }.profile-body form { padding: 20px 0; border-bottom: 1px solid var(--line); }.profile-body .primary-button { width: 100%; }.profile-section { padding: 24px 0; border-bottom: 1px solid var(--line); }.profile-section h3 { font: 20px var(--serif); margin: 0 0 7px; }.profile-section p { color: var(--muted); font-size: 11px; line-height: 1.5; }.profile-section small { display: block; color: var(--muted); font-size: 9px; margin-top: 8px; }
.alert-dialog { width: min(720px,calc(100vw - 30px)); max-height: 92dvh; overflow: auto; }.alert-dialog h2,.small-dialog h2,.compare-dialog h2 { font: 400 39px/1 var(--serif); letter-spacing: -.04em; margin: 0; }.alert-core-fields { grid-template-columns: repeat(2,1fr); }.channel-fieldset { margin: 18px 0 0; border: 1px solid var(--line); border-radius: 5px; padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.channel-fieldset legend { color: var(--muted); font-size: 9px; letter-spacing: .13em; font-weight: 850; padding: 0 7px; }.channel-fieldset label { display: grid; gap: 6px; font-size: 10px; font-weight: 750; }.channel-fieldset input { width: 100%; height: 40px; border: 1px solid var(--line); border-radius: 4px; padding: 0 10px; }.channel-fieldset .channel-check { display: flex; align-items: center; }.channel-fieldset .channel-check input { width: 17px; height: 17px; accent-color: var(--coral); }
.small-dialog,.compare-dialog { border: 0; border-radius: 8px; padding: 0; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }.small-dialog { width: min(470px,calc(100vw - 30px)); }.small-dialog form { padding: 34px; position: relative; }.small-dialog .dialog-close,.compare-dialog .dialog-close { position: absolute; right: 22px; top: 22px; }.small-dialog .auth-field { margin-top: 24px; }.small-dialog .primary-button { width: 100%; }.small-dialog p:not(.eyebrow) { color: var(--muted); font-size: 11px; line-height: 1.5; }.small-dialog::backdrop,.compare-dialog::backdrop { background: rgba(8,30,25,.55); backdrop-filter: blur(3px); }
.compare-dialog { width: min(1050px,calc(100vw - 30px)); padding: 35px; position: relative; max-height: 88dvh; overflow: auto; }.comparison-table-wrap { overflow-x: auto; margin-top: 25px; }.comparison-table { width: 100%; border-collapse: collapse; min-width: 700px; }.comparison-table th,.comparison-table td { padding: 13px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 10px; }.comparison-table th:first-child { color: var(--muted); font-size: 9px; letter-spacing: .1em; }.comparison-table thead th { font: 17px var(--serif); }.comparison-table a { color: var(--coral); font-weight: 800; }
.notification-room { margin-top: 9px; background: var(--cream); padding: 9px; border-radius: 4px; }.notification-room strong { font-size: 10px; }.notification-room span { float: right; font: 15px var(--serif); }.notification-book { display: inline-block; margin-top: 9px; color: var(--coral); font-size: 9px; font-weight: 850; }
.alert-edit-summary { color: var(--muted); font-size: 9px; margin-top: 7px; }.status-pill.snoozed { background: #fff0cf; color: #8a5b12; }
.book-link.standalone { display: inline-block; min-width: 150px; padding: 10px 14px; }
.source-unavailable,.source-sold-out { background: #f2efe7; }.source-unreleased { background: #f8f0d9; }.source-error { background: #f9e8e2; }

/* Raise metadata to a readable minimum while preserving hierarchy. */
.hotel-meta small,.hotel-meta strong,.tag,.hotel-area,.room-section-title span,.room-section-title small,.room-beds,.room-price small,.watch-button,.book-link,.more-rooms,.result-stats span,.status-pill,.delivery-chip { font-size: 10px; }
.hotel-description,.how-section li p,.method-note { font-size: 12px; }
.brand small,.price-breakdown small,.alert-details small,.profile-section small,.alert-hotel-summary small,.compare-tray small { font-size: 10px; }
.destination-icon,.field > span,.dialog-fields label > span,.sort-control,.hotel-type,.walk-badge span,.sold-out p,footer,.alert-details strong,.mini-button,.notification-time,.alert-hotel-summary small,.dialog-note,.advanced-toolbar label > span,.compare-check,.price-breakdown,.rate-note,.park-access-row,.compare-mini-list span,.channel-fieldset legend,.comparison-table th:first-child,.notification-book,.alert-edit-summary { font-size: 10px; }

@media (max-width: 1080px) {
  .site-header nav { gap: 14px; }.site-header nav > a { display: none; }.results-heading { grid-template-columns: 1fr auto; }.result-stats { display: none; }.advanced-toolbar { grid-template-columns: 1.3fr 1fr 1fr; }.advanced-toolbar .sort-control { grid-column: 3; }.hotel-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .auth-screen { grid-template-columns: 1fr; }.auth-art { display: none; }.auth-card { padding: 28px 0; }.auth-brand { margin-bottom: 48px; }.auth-screen h1 { font-size: 48px; }
  .site-header { padding: 0 14px; }.site-header .brand small,.user-button small { display: none; }.site-header nav { gap: 5px; }.nav-action { font-size: 0; gap: 0; }.count-pill { font-size: 10px; }.user-button { padding: 3px; border: 0; }
  .results-heading { grid-template-columns: 1fr; }.results-actions { margin-top: 18px; flex-wrap: wrap; }.advanced-toolbar { grid-template-columns: 1fr 1fr; }.hotel-search { grid-column: 1/-1; }.advanced-toolbar .sort-control { grid-column: auto; }.hotel-grid { grid-template-columns: 1fr; }.map-view { grid-template-columns: 1fr; }.map-hotel-list { max-height: 280px; }.map-view iframe { min-height: 420px; }.compare-tray { flex-wrap: wrap; }.compare-tray > div:first-child { width: 100%; }.compare-mini-list { display: none; }
  .alert-core-fields,.channel-fieldset { grid-template-columns: 1fr; }.alert-dialog h2,.small-dialog h2,.compare-dialog h2 { font-size: 31px; }.alert-dialog form { padding: 27px 20px; }.compare-dialog { padding: 27px 20px; }.provider-freshness { display: none; }
}
