
:root {
  color-scheme: light;
  --ink: #171814;
  --ink-soft: #2a2924;
  --paper: #f5efe2;
  --paper-light: #fbf8f0;
  --paper-deep: #e9dfcd;
  --muted: #6e6b62;
  --rust: #a94727;
  --rust-dark: #7f321d;
  --olive: #68704f;
  --lake: #496c72;
  --night: #202b2b;
  --line: #d6ccb9;
  --content: 1180px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.58 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
body, button, a, input, select, textarea { letter-spacing: 0; }
a { color: var(--rust-dark); text-underline-offset: .2em; }
img { display: block; max-width: 100%; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}
h1 { font-size: 4.8rem; max-width: 980px; }
h2 { font-size: 3.5rem; max-width: 880px; }
h3 { font-size: 1.55rem; }
p { color: var(--muted); }
.wrap { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 40; background: var(--ink); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 10; height: 82px; background: rgba(251, 248, 240, .96); border-bottom: 1px solid var(--line); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font: 600 1.42rem Georgia, serif; }
.brand img { width: 40px; height: 40px; border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--ink); font-size: .91rem; font-weight: 700; text-decoration: none; }
.nav-links a:last-child { border: 1px solid var(--ink); border-radius: 100px; padding: 8px 15px; }
.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background-color: var(--paper-light);
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(251, 248, 240, .98) 0%, rgba(251, 248, 240, .9) 34%, rgba(251, 248, 240, .28) 58%, rgba(251, 248, 240, 0) 72%);
}
.hero-video,
.hero-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-video { opacity: 0; transition: opacity .9s ease; }
.hero.video-ready .hero-video { opacity: 1; }
.hero.video-ready .hero-fallback .hero-art { opacity: 0; }
.hero > picture, .topic-hero > picture { display: contents; }
.hero-content { position: relative; z-index: 2; padding-top: 62px; text-align: center; }
.eyebrow { color: var(--rust); font-size: .78rem; font-weight: 800; text-transform: uppercase; margin: 0 0 16px; }
.eyebrow-with-icon { display: flex; align-items: center; gap: 8px; }
.eyebrow-with-icon svg { width: 17px; height: 17px; flex: 0 0 auto; stroke-width: 1.8; }
.hero h1 { margin-inline: auto; }
.hero-copy { max-width: 720px; color: var(--ink-soft); font-size: 1.2rem; line-height: 1.5; margin: 20px auto 0; }
.trip-prompt {
  width: min(100%, 860px);
  min-height: 112px;
  margin: 30px auto 0;
  padding: 18px 18px 18px 24px;
  border: 1px solid #b9ad99;
  border-radius: 16px;
  background: rgba(251, 248, 240, .95);
  box-shadow: 0 16px 40px rgba(47, 39, 29, .12);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  text-align: left;
}
.trip-prompt span { display: block; color: var(--rust); font-size: .75rem; font-weight: 800; text-transform: uppercase; margin-bottom: 5px; }
.trip-prompt strong { display: block; font: 500 1.25rem/1.35 Georgia, serif; }
.trip-prompt small { display: block; margin-top: 5px; color: var(--muted); }
.prompt-actions { display: grid; min-width: 190px; gap: 8px; }
.prompt-actions .button { width: 100%; }
.prompt-store { color: var(--ink-soft); font-size: .86rem; font-weight: 700; text-align: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--ink); border-radius: 100px; color: #fff; background: var(--ink); font-weight: 760; text-decoration: none; }
.button.secondary { color: var(--ink); background: transparent; }
.release-note { width: max-content; margin: 12px auto 0; padding: 3px 8px; color: var(--ink-soft); background: rgba(251, 248, 240, .9); font-size: .84rem; }
.proof-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 112px; padding: 26px 28px 26px 0; border-right: 1px solid var(--line); }
.proof-item + .proof-item { padding-left: 28px; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 1rem; }
.proof-item span { display: block; color: var(--muted); margin-top: 5px; }
.section { padding: 104px 0; border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 72px; }
.section-intro .lede, .lede { font-size: 1.14rem; margin: 0; }
.journeys { padding-top: 0; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-card { background: var(--paper-light); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.journey-card img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.journey-card picture { display: contents; }
.journey-card-copy { padding: 22px; }
.journey-card-copy p { margin: 8px 0 0; }
.journey-tag { color: var(--rust); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.app-stage { background: var(--paper); color: var(--ink); overflow: hidden; }
.app-stage .section { border-bottom: 0; }
.app-stage p { color: var(--muted); }
.app-stage .eyebrow { color: var(--rust); }
.screens { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; padding: 62px 0 88px; }
.screen { scroll-snap-align: start; margin: 0; }
.screen img { width: 100%; height: auto; filter: drop-shadow(0 16px 22px rgba(47, 39, 29, .16)); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 68px; }
.step { border-top: 2px solid var(--rust); padding-top: 22px; }
.step-index { color: var(--rust); font-weight: 800; font-size: .78rem; text-transform: uppercase; }
.step h3 { margin-top: 14px; }
.step p { margin-bottom: 0; }
.method { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 72px; align-items: center; }
.method-illustration { width: 100%; aspect-ratio: 16 / 12; object-fit: cover; border: 1px solid var(--line); border-radius: 16px; }
.criteria { margin: 38px 0 0; padding: 0; list-style: none; }
.criteria li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted); }
.criteria b { color: var(--ink); display: block; margin-bottom: 3px; }
.criterion-number { color: var(--rust); font: 600 1.25rem Georgia, serif; }
.alarm-band { background: var(--lake); color: #fff; }
.alarm-band .eyebrow { color: #ffd3b0; }
.alarm-band h2 { color: #fff; }
.alarm-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 80px; align-items: center; }
.alarm-examples { border-left: 1px solid rgba(255,255,255,.34); padding-left: 38px; }
.alarm-examples p, .alarm-band .lede { color: rgba(255,255,255,.84); }
.alarm-examples strong { color: #fff; }
.compare { width: 100%; margin-top: 58px; border-collapse: collapse; }
.compare th, .compare td { padding: 17px 16px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.compare th { color: var(--muted); font-size: .76rem; text-transform: uppercase; }
.compare td:first-child { width: 28%; color: var(--muted); }
.compare td:last-child { color: var(--ink); font-weight: 650; }
.regions { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.regions-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.regions-list li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--ink); font-size: 1.06rem; font-weight: 700; padding: 21px 44px 21px 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { position: absolute; right: 2px; width: 22px; height: 22px; transition: transform .2s ease; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { margin: -6px 0 24px; max-width: 760px; }
.site-footer { padding: 72px 0 28px; background: var(--ink); color: #fff; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 2fr);
  align-items: start;
  gap: 80px;
}
.footer-brand-block { max-width: 320px; }
.footer-brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  color: #f4eee2;
  font: 650 1.9rem/1 ui-serif, "Iowan Old Style", Georgia, serif;
  text-decoration: none;
}
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; }
.footer-claim { max-width: 280px; margin: 18px 0 0; color: #aaa095; font-size: .98rem; }
.footer-primary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: var(--radius-control);
  background: #f4eee2;
  color: var(--night);
  font-weight: 780;
  text-decoration: none;
}
.footer-primary svg { width: 18px; height: 18px; }
.footer-primary:hover, .footer-primary:focus-visible { background: #fffaf0; }
.footer-nav-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
}
.footer-link-group { min-width: 0; }
.footer-group-title {
  margin: 0 0 14px;
  color: #d17857;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-link-group a,
.footer-legal a,
.footer-link-button {
  display: flex;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #c8c0b5;
  line-height: 1.28;
  text-align: left;
  text-decoration: none;
  overflow-wrap: anywhere;
  white-space: normal;
}
.footer-link-group a + a { margin-top: 2px; }
.footer-link-group a:hover,
.footer-link-group a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-link-button:hover,
.footer-link-button:focus-visible { color: #fffaf0; }
.footer-link-group svg { width: 17px; height: 17px; }
.footer-link-button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.footer-base {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid #332e28;
}
.footer-base p { margin: 0; color: #817970; font-size: .78rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 22px; }
.footer-legal a, .footer-legal .footer-link-button { color: #8f877d; font-size: .78rem; }
.updated { color: #a7a399; font-size: .82rem; }
.consent-panel { position: fixed; z-index: 30; inset: auto 18px 18px; width: min(calc(100% - 36px), 720px); margin-inline: auto; padding: 24px; border: 1px solid rgba(245, 239, 228, .24); border-radius: 16px; background: #1d211f; color: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, .36); }
.consent-panel[hidden] { display: none; }
.consent-panel h2 { font-size: 1.55rem; }
.consent-panel p { color: #c9cbc4; margin: 10px 0 18px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-actions button { min-height: 46px; padding: 10px 20px; border: 1px solid #f5efe2; border-radius: 100px; background: transparent; color: #f5efe2; font: inherit; font-weight: 750; cursor: pointer; }
.consent-actions button:last-child { background: #f5efe2; color: var(--ink); }
.consent-more { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin-left: auto; padding-inline: 8px; align-self: center; color: #d6d0c4; }
.legal-main { width: min(calc(100% - 48px), 780px); margin: 0 auto; padding: 38px 0 80px; }
.legal-nav { margin-bottom: 56px; }
.legal-main h1 { max-width: 100%; overflow-wrap: break-word; font-size: 4rem; margin-bottom: 20px; }
.legal-main h2 { font-size: 1.65rem; margin: 40px 0 10px; }
.legal-main li { color: var(--muted); margin-bottom: 9px; }
.legal-main a[href^="mailto:"] { display: inline-flex; min-height: 44px; align-items: center; }
.notice { padding: 18px; border: 1px solid #ae805c; border-radius: 16px; background: var(--paper-deep); color: var(--ink-soft); }
.muted, small { color: var(--muted); }
.topic-hero { position: relative; min-height: 570px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper-light); }
.topic-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.topic-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,240,.98) 0%, rgba(251,248,240,.92) 48%, rgba(251,248,240,.25) 78%, rgba(251,248,240,.08) 100%); }
.topic-hero-content { position: relative; z-index: 1; padding-top: 92px; padding-bottom: 78px; }
.topic-hero h1 { max-width: 760px; font-size: 4.35rem; }
.topic-hero .lede { max-width: 660px; margin-top: 22px; color: var(--ink-soft); }
.booking-search { position: relative; z-index: 2; margin-top: -54px; }
.search-conversation { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); box-shadow: 0 18px 45px rgba(47,39,29,.13); }
.search-conversation-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; padding: 26px 28px 22px; border-bottom: 1px solid var(--line); }
.search-speaker { display: flex; gap: 12px; align-items: flex-start; }
.search-speaker img { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; }
.search-conversation-head h2 { font-size: 2rem; }
.search-conversation-head p { max-width: 700px; margin: 8px 0 0; }
.search-progress { display: flex; gap: 7px; padding-top: 8px; }
.search-progress i { display: block; width: 26px; height: 4px; border-radius: 2px; background: var(--line); }
.search-progress i:first-child { background: var(--rust); }
.booking-search-form { padding: 0 28px 28px; }
.search-step { margin: 0; padding: 24px 0 0; border: 0; }
.search-step + .search-step { margin-top: 24px; border-top: 1px solid var(--line); }
.search-step legend { width: 100%; padding: 0; color: var(--ink); font: 500 1.35rem/1.2 Georgia, serif; }
.search-step-copy { margin: 5px 0 14px; font-size: .88rem; }
.guided-ready .search-step { display: none; }
.guided-ready .search-step.active { display: block; }
.search-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; }
.search-actions button { min-height: 46px; padding: 9px 18px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.search-actions [data-step-next] { margin-left: auto; background: var(--ink); color: #fff; }
.search-edit { min-height: 44px; margin-top: 14px; padding: 8px 14px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.guided-ready .search-submit { display: none; }
.guided-ready .search-submit.active { display: grid; }
.search-summary { display: flex; flex-wrap: wrap; gap: 7px; min-height: 34px; margin: 18px 28px 0; padding: 0; list-style: none; }
.search-summary:empty { display: none; }
.search-summary li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); font-size: .78rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice { position: relative; min-width: 0; }
.choice input { position: absolute; z-index: 1; top: 50%; right: 14px; width: 18px; height: 18px; margin: 0; opacity: 1; pointer-events: none; transform: translateY(-50%); accent-color: var(--rust); }
.choice > span { position: relative; display: flex; min-height: 60px; align-items: center; gap: 10px; padding: 11px 44px 11px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-soft); text-align: left; font-weight: 700; cursor: pointer; }
.choice > span > svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--muted); stroke-width: 1.8; }
.choice .choice-label { min-width: 0; line-height: 1.25; overflow-wrap: anywhere; }
.assistance-choice-copy { display: flex; align-items: center; gap: 10px; min-width: 0; }
.assistance-choice-copy > svg { width: 20px; height: 20px; flex: 0 0 20px; }
.assistance-choice-copy .choice-label { min-width: 0; overflow-wrap: anywhere; }
.choice input:checked + span { border-color: var(--rust); background: #f2dfce; color: var(--rust-dark); box-shadow: inset 0 0 0 1px var(--rust); }
.choice input:checked + span > svg { color: currentColor; }
.choice input:focus-visible + span { outline: 3px solid var(--lake); outline-offset: 2px; }
.require-choice { display: flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 18px; color: var(--ink-soft); font-weight: 700; cursor: pointer; }
.require-choice input { width: 20px; height: 20px; accent-color: var(--rust); }
.search-row { display: grid; grid-template-columns: minmax(210px, 1.2fr) repeat(2, minmax(145px, .8fr)); gap: 10px; }
.search-row.dates { grid-template-columns: 1fr 1fr .75fr .75fr; }
.search-row.party { grid-template-columns: .7fr 1.2fr .8fr; }
.booking-field { min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fffdf7; }
.booking-field label { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.booking-field input, .booking-field select { width: 100%; min-height: 44px; margin-top: 2px; padding: 0; border: 0; background: transparent; color: var(--ink); font: 650 1rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.booking-field input:focus, .booking-field select:focus { outline: 2px solid var(--rust); outline-offset: 3px; }
.search-submit { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.search-submit p { margin: 0; font-size: .86rem; }
.booking-search-form .button { min-width: 220px; cursor: pointer; }
.booking-note { margin: 12px 3px 0; font-size: .86rem; }
.topic-main { padding: 78px 0 104px; }
.topic-heading { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin-bottom: 32px; }
.topic-heading h2 { font-size: 2.75rem; }
.topic-count { margin: 0 0 5px; white-space: nowrap; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hotel-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-light); }
.hotel-photo-link { display: block; color: inherit; text-decoration: none; }
.hotel-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.hotel-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.hotel-photo img[hidden] { display: none; }
.hotel-photo-placeholder { position: absolute; inset: 0; display: none; place-items: center; padding: 24px; color: var(--muted); text-align: center; }
.hotel-photo.no-image .hotel-photo-placeholder { display: grid; }
.hotel-card:hover .hotel-photo img { transform: scale(1.015); }
.hotel-card-copy { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.hotel-location { margin: 0 0 8px; color: var(--rust); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.hotel-card h2 { font-size: 1.6rem; }
.hotel-card h2 a, .featured-hotel-card h3 a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.hotel-card h2 a:hover, .featured-hotel-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hotel-facts { margin: 11px 0 0; color: var(--ink-soft); font-size: .9rem; }
.match-reasons { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0 0; padding: 0; list-style: none; }
.match-reasons li { padding: 5px 8px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink-soft); font-size: .78rem; }
.hotel-booking { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.hotel-price { min-height: 52px; }
.hotel-price strong { display: block; color: var(--ink); font: 500 1.55rem/1.2 Georgia, serif; }
.hotel-price span { color: var(--muted); font-size: .84rem; }
.hotel-booking .button { width: 100%; margin-top: 14px; border-radius: 12px; }
.hotel-booking .button svg { width: 17px; height: 17px; margin-left: 10px; }
.topic-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.topic-copy h2 { font-size: 2.8rem; }
.topic-points { margin: 0; padding: 0; list-style: none; }
.topic-points li { padding: 17px 0; border-top: 1px solid var(--line); color: var(--muted); }
.topic-points strong, .topic-points h3 { display: block; margin: 0; color: var(--ink); font: 750 1rem/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.topic-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.topic-links a { padding: 8px 13px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); text-decoration: none; }
.booking-error { min-height: 54vh; display: grid; align-content: center; }
.search-empty { grid-column: 1 / -1; max-width: 760px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-light); }
.search-empty h3 { font-size: 2rem; }
.source-note { color: var(--muted); font-size: .78rem; }
.source-note a { color: inherit; }
.app-web-header { position: sticky; z-index: 20; top: 0; height: 82px; border-bottom: 1px solid rgba(214,204,185,.78); background: rgba(245,239,226,.9); backdrop-filter: blur(18px); }
.app-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; width: min(calc(100% - 40px), 760px); height: 100%; align-items: center; gap: 14px; margin-inline: auto; }
.app-toolbar a { color: var(--ink); text-decoration: none; }
.app-tool, .app-brand-pill, .app-tool-group { min-height: 44px; border: 1px solid var(--line); background: rgba(251,248,240,.72); }
.app-tool { display: inline-flex; width: max-content; align-items: center; padding: 0 15px; border-radius: 100px; font-size: .82rem; font-weight: 750; }
.app-brand-pill { display: inline-flex; align-items: center; gap: 8px; justify-self: center; padding: 0 17px; border-radius: 100px; font: 600 1.16rem Georgia, serif; }
.app-brand-pill img { width: 26px; height: 26px; border-radius: 50%; }
.app-tool-group { display: flex; justify-self: end; overflow: hidden; border-radius: 100px; }
.app-tool-group a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 14px; font-size: .82rem; font-weight: 750; }
.app-tool-group a + a { border-left: 1px solid var(--line); }
.app-chat { position: relative; width: min(calc(100% - 40px), 760px); padding: 42px 0 76px; }
.app-chat--active { min-height: calc(100dvh - 84px); }
.chat-opening { width: min(100%, 760px); margin-inline: auto; }
.chat-home-intro { padding: 10px 0 4px; }
.chat-home-intro h1 { max-width: 620px; font-size: 2.45rem; }
.chat-home-intro p { max-width: 650px; margin: 16px 0 0; font-size: 1.03rem; }
.curator-turn { display: flex; align-items: flex-start; gap: 11px; }
.curator-mark { flex: 0 0 auto; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid rgba(169,71,39,.25); border-radius: 50%; background: #f2dfce; }
.curator-mark::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--rust); }
.curator-turn h1, .curator-turn h2 { font-size: 2rem; }
.curator-turn p { max-width: 620px; margin: 7px 0 0; }
.chat-label { margin: 30px 0 10px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.journey-fields { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); }
.journey-row { display: grid; grid-template-columns: 92px 1fr; min-height: 64px; align-items: center; padding: 9px 15px; }
.journey-row + .journey-row { border-top: 1px solid var(--line); }
.journey-row > label, .journey-name { color: var(--muted); font-size: .8rem; font-weight: 800; }
.journey-value { display: flex; min-width: 0; align-items: center; gap: 9px; }
.journey-value input, .journey-value select { flex: 1; }
.place-combobox { position: relative; flex: 1; min-width: 0; }
.place-combobox > input { width: 100%; }
.place-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  max-height: min(300px, 45vh);
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  box-shadow: 0 16px 36px rgba(29, 24, 18, .16);
  color: var(--ink);
  list-style: none;
}
.place-suggestions[hidden] { display: none; }
.place-suggestions [role="option"] {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.place-suggestions [role="option"][aria-selected="true"] { background: var(--paper-deep); }
.location-button { min-height: 38px; padding: 0 11px; border: 0; border-left: 1px solid var(--line); background: transparent; color: var(--rust-dark); font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.journey-open-button { width: 100%; min-height: 42px; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 650; text-align: left; cursor: pointer; }
.journey-row input, .journey-row select { width: 100%; min-width: 0; min-height: 42px; border: 0; background: transparent; color: var(--ink); font: 650 1rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.journey-row input:focus, .journey-row select:focus, .chat-composer input:focus { outline: 2px solid var(--rust); outline-offset: 2px; }
.journey-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.journey-inline label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; color: var(--muted); font-size: .76rem; }
.occasion-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.occasion-chip { position: relative; }
.occasion-chip input { position: absolute; z-index: 1; top: 50%; right: 11px; width: 17px; height: 17px; margin: 0; opacity: 1; pointer-events: none; transform: translateY(-50%); accent-color: var(--rust); }
.occasion-chip span { display: block; padding: 9px 38px 9px 14px; border: 1px solid var(--line); border-radius: 100px; background: var(--paper-light); color: var(--ink-soft); font-weight: 700; cursor: pointer; }
.occasion-chip input:checked + span { border-color: var(--rust); background: #f2dfce; color: var(--rust-dark); }
.occasion-chip input:focus-visible + span { outline: 3px solid var(--lake); outline-offset: 2px; }
.price-alert-home { margin-top: 24px; }
.price-alert-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; min-height: 62px; padding: 12px 14px; border: 1px solid var(--line); background: var(--paper-light); }
.price-alert-row strong { display: block; font-size: .91rem; }
.price-alert-row span { display: block; margin-top: 2px; color: var(--muted); font-size: .77rem; }
.price-alert-row a, .price-alert-row button { font-size: .82rem; font-weight: 800; white-space: nowrap; }
.price-alert-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.price-alert-actions button { min-height: 44px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.chat-legal { margin: 24px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.chat-legal a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; color: inherit; }
.home-date-dialog { width: min(calc(100% - 32px), 560px); max-height: calc(100dvh - 32px); padding: 0; overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); color: var(--ink); box-shadow: 0 24px 80px rgba(47,39,29,.28); }
.home-date-dialog::backdrop { background: rgba(23,24,20,.48); backdrop-filter: blur(5px); }
.home-date-dialog > div { padding: 22px; }
.home-date-dialog h2 { font-size: 1.75rem; }
.home-date-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.home-date-dialog-head h2 { margin: 0; }
.home-date-dialog p { margin: 8px 0 18px; }
.home-date-actions { position: sticky; bottom: 0; z-index: 2; display: flex; justify-content: flex-end; gap: 9px; margin: 18px -22px -22px; padding: 16px 22px; border-top: 1px solid var(--line); background: var(--paper-light); }
.home-date-actions button { min-height: 44px; padding: 8px 15px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.home-date-actions button:last-child { background: var(--ink); color: #fff; }
.criteria-dialog { width: min(calc(100% - 32px), 620px); max-height: min(760px, calc(100dvh - 32px)); padding: 0; overflow: clip; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); color: var(--ink); box-shadow: 0 24px 80px rgba(47,39,29,.28); }
.criteria-dialog::backdrop { background: rgba(23,24,20,.48); backdrop-filter: blur(5px); }
.criteria-dialog form { display: grid; min-height: 0; max-height: min(760px, calc(100dvh - 32px)); grid-template-rows: auto minmax(0, 1fr) auto; }
.criteria-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.criteria-dialog-head h2 { font-size: 1.55rem; }
.dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.25rem; cursor: pointer; }
.criteria-dialog-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px; }
.criteria-pane { display: none; }
.criteria-pane.active { display: block; }
.criteria-pane h3 { margin-bottom: 8px; font-size: 1.35rem; }
.criteria-pane-title { align-items: center; gap: 12px; }
.criteria-pane-title svg { width: 22px; height: 22px; flex: 0 0 22px; color: var(--rust-dark); stroke-width: 1.8; }
.criteria-pane > p { margin: 0 0 18px; }
.criteria-dialog-actions { display: flex; justify-content: flex-end; gap: 9px; padding: 15px 20px; border-top: 1px solid var(--line); background: var(--paper-light); }
.criteria-dialog-actions button { min-height: 44px; padding: 8px 16px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.criteria-dialog-actions button:last-child { background: var(--ink); color: #fff; }
.criteria-pane .journey-row { grid-template-columns: 86px minmax(0,1fr); }
.search-interpretation {
  display: grid;
  gap: 4px;
  margin: 8px 0 24px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}
.search-interpretation strong { color: var(--ink); }
.search-interpretation ul { margin: 6px 0 0; padding-left: 20px; }
.search-interpretation li + li { margin-top: 4px; }
.criteria-dialog .dialog-close svg { width: 18px; height: 18px; }
.chat-composer { position: sticky; z-index: 5; bottom: 14px; display: grid; grid-template-columns: 1fr 46px; gap: 9px; margin-top: 28px; padding: 9px; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,248,240,.96); box-shadow: 0 12px 32px rgba(47,39,29,.14); backdrop-filter: blur(14px); }
.follow-up { width: min(100%, 760px); margin-inline: auto; }
.chat-composer input { min-width: 0; min-height: 46px; padding: 0 10px; border: 0; background: transparent; color: var(--ink); font: 1rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.chat-composer button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; font-size: 1.35rem; cursor: pointer; }
.chat-composer.has-filter { grid-template-columns: 46px minmax(0, 1fr) 46px; }
.chat-composer .chat-filter-button { border: 1px solid currentColor; background: transparent; color: inherit; }
.chat-hint { margin: 8px 10px 0; font-size: .78rem; }
.chat-thread { width: min(100%, 720px); margin-inline: auto; padding-top: 30px; }
.user-turn { display: flex; justify-content: flex-end; margin-left: 70px; }
.user-turn p { max-width: 680px; margin: 0; padding: 11px 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper-light); color: var(--ink); }
.chat-result-intro { max-width: 660px; margin: 24px 0 26px; }
.chat-result-intro h1, .chat-result-intro h2 { font-size: 2.15rem; }
.chat-result-intro p { margin-bottom: 0; }
.chat-empty { max-width: 640px; padding: 4px 0 12px 35px; }
.chat-empty p { margin: 0; }
.chat-empty strong { color: var(--ink); }
.empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: var(--space-6) 0 var(--space-2) 35px;
  padding-block: var(--space-4);
  border-block: 1px solid #3b342c;
}
.empty-actions form { margin: 0; }
.empty-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--paper-light); color: var(--ink); font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.empty-action:hover { border-color: var(--rust); color: var(--rust-dark); }
.search-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 18px; width: min(100%, 720px); margin: 30px auto 0; border-top: 1px solid var(--line); }
.search-tools form { min-width: 0; }
.search-tools .refine-panel { width: auto; margin: 0; border: 0; }
.search-tools .search-edit { margin: 0; border: 0; padding-inline: 0; color: var(--muted); text-align: left; text-decoration: underline; text-underline-offset: 3px; white-space: normal; }
.chat-results .hotel-grid { margin-top: 26px; }
.chat-results .favorite-grid { grid-template-columns: 1fr; width: min(100%, 760px); }
.chat-results .favorite-grid .hotel-photo { aspect-ratio: 16 / 8; }
.favorite-kicker { margin: 6px 0 12px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.favorite-grid .hotel-card { border-radius: 8px; box-shadow: 0 14px 34px rgba(47,39,29,.12); }
.favorite-grid .hotel-photo { width: 100%; min-height: 0; }
.hotel-overlays { position: absolute; inset: 14px 14px auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.occasion-badge, .score-badge { border: 1px solid rgba(255,255,255,.58); background: rgba(16,17,14,.78); color: #fff; backdrop-filter: blur(10px); }
.occasion-badge { padding: 7px 11px; border-radius: 100px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.score-badge { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; font: 500 1.25rem/1 Georgia, serif; }
.hotel-reason { margin: 8px 0 0; color: var(--ink-soft); }
.hotel-meta-row { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 16px; color: var(--muted); font-size: .8rem; font-weight: 650; }
.favorite-grid .hotel-booking { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; }
.favorite-grid .hotel-booking .button { width: auto; min-width: 170px; }
.rating-line { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 12px 2px 0; color: var(--ink-soft); font-size: .88rem; }
.rating-line a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.requested-evidence-block { margin-top: 16px; }
.requested-evidence-block .favorite-kicker { margin-bottom: 8px; }
.requested-evidence { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.requested-evidence span { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.requested-evidence svg { width: 16px; height: 16px; flex: 0 0 16px; }
.requested-evidence .confirmed { color: var(--olive); }
.day-plan-teaser { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding: 12px 14px; border: 1px solid rgba(169,71,39,.22); border-radius: 8px; background: #f2dfce; color: var(--rust-dark); font-size: .86rem; font-weight: 800; text-decoration: none; }
.chat-results .alternatives-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.alternatives-grid .hotel-card { display: flex; min-height: 0; flex-direction: column; border-radius: 8px; }
.alternatives-grid .hotel-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; }
.alternatives-grid .hotel-card-copy { min-width: 0; padding: 17px 18px 18px; }
.alternatives-grid .hotel-card h2 { overflow-wrap: break-word; font-size: 1.42rem; hyphens: auto; }
.alternatives-grid .hotel-location { margin-bottom: 4px; }
.alternatives-grid .hotel-overlays { display: none; }
.alternatives-grid .hotel-reason { display: block; font-size: .9rem; line-height: 1.45; }
.alternatives-grid .hotel-booking { display: grid; grid-template-columns: 1fr; align-items: end; gap: 12px; padding-top: 12px; }
.alternatives-grid .hotel-price { min-height: 0; }
.alternatives-grid .hotel-price strong { font-size: 1.05rem; }
.alternatives-grid .hotel-price span { display: block; margin-top: 3px; line-height: 1.4; }
.hotel-date-alternative { margin: 0 0 6px; color: var(--rust); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.alternatives-grid .hotel-booking .button { width: 100%; min-height: 44px; margin: 0; padding: 8px 13px; font-size: .82rem; }
.criteria-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.criteria-chips span, .criteria-chips button { min-height: 34px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 100px; background: var(--paper-light); color: var(--ink-soft); font: inherit; font-size: .8rem; font-weight: 700; }
.criteria-chips span { display: inline-flex; align-items: center; background: var(--paper-deep); }
.criteria-chips button { cursor: pointer; }
.criteria-chips button svg { width: 13px; height: 13px; margin-left: 6px; color: var(--muted); }
.criteria-chips button:hover { border-color: var(--rust); color: var(--rust-dark); }
.refine-panel { width: min(100%, 720px); margin: 30px auto 0; border-top: 1px solid var(--line); }
.refine-panel summary { cursor: pointer; padding: 19px 0; color: var(--ink); font-weight: 800; }
.refine-form { padding: 4px 0 24px; }
.refine-form .choice-grid { margin-bottom: 18px; }
.refine-form .search-submit { margin-top: 18px; }
.refine-quick { margin-top: 24px; }
.refine-quick .chat-label { margin-top: 0; }
.refine-quick-list { display: flex; flex-wrap: wrap; gap: 8px; }
.refine-quick-list form { margin: 0; }
.refine-quick-list button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 100px; background: var(--paper-light); color: var(--ink); font: inherit; font-size: .84rem; font-weight: 750; cursor: pointer; }
.no-result-card { padding: 4px 0 8px 35px; }
.no-result-card h2 { margin-top: 10px; font-size: 1.65rem; }
.no-result-card h3 { margin-top: 24px; font-family: inherit; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.no-result-card ul { margin: 10px 0 0; padding-left: 20px; color: var(--ink-soft); }
.no-result-card li { margin: 7px 0; }
.search-loading { display: none; margin: 24px 0; padding: 18px; border: 1px solid var(--line); background: var(--paper-light); }
.search-loading.is-visible { display: block; }
.search-loading strong { display: block; }
.search-loading span { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; }
.search-loading i { display: block; width: 100%; height: 3px; margin-top: 14px; overflow: hidden; background: var(--line); }
.search-loading i::after { content: ""; display: block; width: 44%; height: 100%; background: var(--rust); animation: search-progress 1.1s ease-in-out infinite alternate; }
.search-loading-cancel, .search-loading-retry { min-height: 44px; margin-top: 14px; padding: 8px 14px; border: 1px solid currentColor; border-radius: 100px; background: transparent; color: inherit; font: inherit; font-weight: 750; cursor: pointer; }
.search-loading-retry { margin-left: 8px; background: currentColor; }
.search-loading-retry[hidden] { display: none; }
.search-loading-retry > span { margin: 0; color: var(--paper-light); font-size: inherit; }
.search-origin-followup { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 8px 12px; align-items: center; margin: 14px 0 0; padding: 16px; border: 1px solid var(--rust); border-radius: var(--radius-control); background: var(--paper-light); }
.search-origin-followup[hidden] { display: none; }
.search-origin-followup > svg { grid-row: 1 / 3; width: 22px; height: 22px; color: var(--rust-dark); }
.search-origin-followup strong { align-self: end; }
.search-origin-followup span { grid-column: 2 / -1; color: var(--muted); font-size: .84rem; }
.search-origin-followup label { grid-column: 2; }
.search-origin-followup input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius-control); background: #fff; color: var(--ink); font: inherit; }
.search-origin-followup button { grid-column: 3; min-height: 46px; padding: 10px 18px; border: 0; border-radius: var(--radius-control); background: var(--ink); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.search-origin-followup input:focus, .search-origin-followup button:focus { outline: 2px solid var(--rust); outline-offset: 2px; }
.network-step-status { margin: 12px 0 0; color: var(--rust-dark); font-size: 14px; font-weight: 700; }
.night .network-step-status, .booking-flow .network-step-status { color: #f3c5ad; }
@keyframes search-progress { to { transform: translateX(125%); } }
.child-ages[hidden] { display: none; }
.child-age-fields { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.child-age-fields label { min-width: 0; }
.child-age-fields select { width: 100%; }
.room-allocation[hidden] { display: none; }
.room-allocation { grid-column: 1 / -1; padding: 16px; border-top: 1px solid var(--line); }
.room-allocation > p { margin: 0 0 12px; }
.room-allocation > p span { display: block; margin-top: 3px; color: var(--muted); font-size: .82rem; }
.room-allocation-fields { display: grid; gap: 12px; }
.room-allocation-card { padding: 12px; border-top: 1px solid var(--line); }
.room-allocation-card:first-child { border-top: 0; }
.room-allocation-card h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
}
.room-allocation-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.room-allocation-card label { display: grid; min-width: 0; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.room-allocation-card select { width: 100%; min-width: 0; min-height: 46px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-deep); color: var(--ink); font: 650 16px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.optional-request-groups { margin: var(--space-4) 0; border-block: 1px solid var(--line); }
.room-requests { margin: 0; border: 0; }
.room-requests + .room-requests { border-top: 1px solid var(--line); }
.room-requests summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding-block: var(--space-3);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.room-requests summary::-webkit-details-marker { display: none; }
.room-requests summary span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.room-requests summary svg { width: 18px; height: 18px; transition: transform .18s ease; }
.room-requests[open] summary svg { transform: rotate(90deg); }
.room-request-summary-copy { display: flex; align-items: baseline; gap: var(--space-2); }
.room-request-summary-copy svg { width: 18px; height: 18px; color: var(--rust); transform: none !important; }
.room-request-summary-copy strong { color: var(--ink); }
.room-request-body { padding: 0 0 var(--space-6); }
.room-request-body > p { margin: 0 0 var(--space-4); color: var(--muted); }
.room-request-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-3) var(--space-6); }
.room-request-options > label { display: flex; align-items: center; gap: var(--space-2); min-width: 0; }
.room-request-options select {
  min-width: 0;
  min-height: 44px;
  height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.room-request-status { margin-block: var(--space-6); padding-block: var(--space-4); border-block: 1px solid var(--line); }
.room-request-status p { margin: var(--space-2) 0 0; }
.room-child-ages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.search-edit { min-height: 44px; margin-top: 15px; padding: 8px 14px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); font: inherit; font-weight: 750; cursor: pointer; }
.hotel-story { padding-bottom: 110px; }
.story-hero { position: relative; min-height: min(760px, 82vh); overflow: hidden; background: var(--night); color: #fff; }
.story-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(16,17,14,.08) 22%, rgba(16,17,14,.2) 48%, rgba(16,17,14,.92) 100%); }
.story-hero.no-image, .story-hero.no-image .story-hero-copy { min-height: 360px; }
.story-hero.no-image::after { background: rgba(16,17,14,.18); }
.story-image-status { display: none; margin: 0 0 var(--space-4); color: #cfc7bb; font-size: 14px; font-weight: 700; }
.story-hero.no-image .story-image-status { display: block; }
.story-back { position: absolute; z-index: 2; top: 28px; left: max(20px, calc((100% - var(--content)) / 2)); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(20,20,18,.54); color: #fff; font-size: 1.6rem; cursor: pointer; backdrop-filter: blur(12px); }
.story-back svg { transform: none; }
.story-hero-copy { position: relative; z-index: 1; display: flex; min-height: min(760px, 82vh); flex-direction: column; justify-content: flex-end; padding-top: 150px; padding-bottom: 54px; }
.story-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.story-badge { padding: 7px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; background: rgba(20,20,18,.4); color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(10px); }
.story-hero h1 { max-width: 920px; font-size: 4.4rem; }
.story-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 18px 0 0; color: rgba(255,255,255,.86); }
.story-body { width: min(calc(100% - 48px), 860px); margin: 0 auto; }
.story-section { padding: 68px 0; border-bottom: 1px solid var(--line); }
.story-section h2 { font-size: 2.8rem; }
.story-lede { color: var(--ink-soft); font: 500 1.55rem/1.45 Georgia, serif; }
.story-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.story-fact { min-width: 0; padding: 17px; background: var(--paper-light); }
.story-fact span { display: block; color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.story-fact strong { display: block; margin-top: 5px; color: var(--ink); }
.stay-list { overflow: hidden; margin-top: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); }
.stay-row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 14px 16px; }
.stay-row + .stay-row { border-top: 1px solid var(--line); }
.stay-row span { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.stay-row strong { color: var(--ink); font-weight: 700; }
.day-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.day-plan-card { min-height: 160px; padding: 18px; border: 1px solid var(--line); background: var(--paper-light); }
.day-plan-card span { color: var(--rust); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.day-plan-card h3 { margin-top: 11px; font-size: 1.2rem; }
.day-plan-card p { margin: 8px 0 0; font-size: .88rem; }
.arrival-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.arrival-panel div { padding: 18px; background: var(--paper-light); }
.arrival-panel span { display: block; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.arrival-panel strong { display: block; margin-top: 5px; color: var(--ink); }
.story-gallery { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 220px); gap: 8px; margin-top: 28px; }
.story-gallery a { display: block; min-width: 0; overflow: hidden; background: var(--paper-deep); }
.story-gallery a { position: relative; }
.story-gallery a:first-child { grid-row: 1 / 3; }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.story-gallery a:hover img { transform: scale(1.015); }
.story-gallery-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: var(--radius-control);
  background: rgba(16,17,14,.78);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.story-gallery[data-count="1"] { grid-template-columns: 1fr; grid-template-rows: minmax(320px, 52vw); }
.story-gallery[data-count="1"] a:first-child { grid-row: auto; }
.story-gallery[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 360px; }
.story-gallery[data-count="2"] a:first-child { grid-row: auto; }
.story-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #11100e;
  color: #fff;
}
.story-lightbox::backdrop { background: rgba(17,16,14,.96); }
.story-lightbox-shell { display: grid; height: 100%; grid-template-rows: 72px minmax(0, 1fr) 72px; }
.story-lightbox-head, .story-lightbox-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: max(18px, env(safe-area-inset-left));
}
.story-lightbox-head { justify-content: space-between; }
.story-lightbox-head p, .story-lightbox-foot p { margin: 0; color: #d7d0c5; }
.story-lightbox-stage { position: relative; display: grid; min-height: 0; place-items: center; }
.story-lightbox-stage img { max-width: calc(100vw - 152px); max-height: calc(100dvh - 168px); object-fit: contain; }
.story-lightbox-close, .story-lightbox-nav {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(17,16,14,.74);
  color: #fff;
  cursor: pointer;
}
.story-lightbox-close svg, .story-lightbox-nav svg { width: 22px; height: 22px; }
.story-lightbox-nav { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); }
.story-lightbox-nav[data-gallery-previous] { left: max(18px, env(safe-area-inset-left)); }
.story-lightbox-nav[data-gallery-next] { right: max(18px, env(safe-area-inset-right)); }
.story-lightbox-foot { justify-content: space-between; padding-bottom: env(safe-area-inset-bottom); }
.story-lightbox-report { min-height: 44px; padding: 0; border: 0; background: transparent; color: #f3c5ad; font: inherit; font-weight: 750; cursor: pointer; }
.hotel-feedback-open { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--rust-dark); font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.hotel-feedback-dialog { width: min(580px, calc(100% - 32px)); padding: 0; border: 1px solid var(--line); border-radius: var(--radius-control); background: #fffdf7; color: var(--ink); }
.hotel-feedback-dialog::backdrop { background: rgba(10,9,8,.72); }
.hotel-feedback-dialog form { display: grid; max-height: min(760px, calc(100dvh - 32px)); grid-template-rows: auto minmax(0, 1fr) auto; }
.hotel-feedback-dialog-head, .hotel-feedback-dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: var(--space-6); }
.hotel-feedback-dialog-head { border-bottom: 1px solid var(--line); }
.hotel-feedback-dialog-head h2 { margin: 0; font-size: 28px; }
.hotel-feedback-dialog-body { display: grid; gap: var(--space-4); overflow: auto; padding: var(--space-6); }
.hotel-feedback-dialog-body > p { margin: 0; }
.hotel-feedback-dialog-body label { display: grid; gap: 7px; font-weight: 750; }
.hotel-feedback-dialog-body select, .hotel-feedback-dialog-body textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.hotel-feedback-dialog-body select { min-height: 48px; }
.hotel-feedback-dialog-body textarea { min-height: 112px; resize: vertical; }
.hotel-feedback-image { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: var(--space-3); align-items: center; }
.hotel-feedback-image[hidden] { display: none; }
.hotel-feedback-image img { width: 96px; aspect-ratio: 1; border-radius: 6px; object-fit: cover; }
.hotel-feedback-image p { margin: 0; overflow-wrap: anywhere; color: var(--muted); font-size: 13px; }
.hotel-feedback-dialog-actions { border-top: 1px solid var(--line); }
.hotel-feedback-dialog-actions button { min-height: 44px; }
.hotel-feedback-status { min-height: 22px; margin: 0; color: var(--olive); font-weight: 700; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.amenity-list li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); color: var(--ink-soft); font-size: .84rem; }
.amenity-list .confirmed { border-color: rgba(80,105,69,.45); color: var(--olive); }
.amenity-list .missing { border-style: dashed; color: var(--muted); }
.score-panel { display: grid; grid-template-columns: 128px 1fr; gap: 30px; align-items: center; margin-top: 26px; }
.score-number { display: grid; width: 124px; height: 124px; place-items: center; border: 7px solid var(--olive); border-radius: 50%; color: var(--ink); font: 500 2.5rem/1 Georgia, serif; }
.stay-picker { margin-top: 26px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); }
.stay-picker .journey-fields { background: #fffdf7; }
.room-list { display: grid; gap: 14px; margin-top: 28px; }
.room-offer { display: grid; grid-template-columns: 170px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); }
.room-photo { display: grid; min-height: 210px; place-items: center; background: var(--paper-deep); color: var(--muted); text-align: center; }
.room-photo img { width: 100%; height: 100%; object-fit: cover; }
.room-photo.multiple { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.room-photo.multiple img { min-height: 0; }
.room-copy { display: grid; grid-template-columns: 1fr auto; gap: 14px 24px; padding: 20px; }
.room-copy h3 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.2rem; font-weight: 750; }
.room-copy p { margin: 4px 0 0; }
.room-price { color: var(--ink); font: 500 1.75rem/1.1 Georgia, serif; text-align: right; }
.room-price small { display: block; margin-top: 5px; color: var(--muted); font: .78rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.room-copy form { grid-column: 1 / -1; }
.room-copy .button { width: 100%; }
.story-sticky { position: fixed; z-index: 12; inset: auto 0 0; border-top: 1px solid rgba(214,204,185,.8); background: rgba(245,239,226,.94); backdrop-filter: blur(16px); }
.story-sticky-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 20px; }
.story-sticky p { margin: 0; }
.story-sticky strong { display: block; color: var(--ink); font: 500 1.35rem/1.25 Georgia, serif; }
.story-sticky span { color: var(--muted); font-size: .82rem; }
@media (max-width: 900px) {
  h1 { font-size: 3.8rem; }
  h2 { font-size: 3rem; }
  .wrap { width: min(calc(100% - 32px), var(--content)); }
  .nav-links a:not(:last-child) { display: none; }
  .hero { min-height: 780px; }
  .hero-art { object-position: 61% bottom; }
  .proof-grid, .steps, .section-intro, .method, .alarm-grid, .regions { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 21px 0; min-height: 0; }
  .proof-item + .proof-item { padding-left: 0; }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-intro, .method, .alarm-grid, .regions { gap: 34px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { display: grid; grid-template-columns: 42% 1fr; }
  .journey-card img { height: 100%; aspect-ratio: auto; }
  .steps { gap: 32px; margin-top: 46px; }
  .method-illustration { max-height: 560px; }
  .alarm-examples { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding: 24px 0 0; }
  .screens { width: auto; margin: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(260px, 42vw); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 52px 24px 74px; scrollbar-color: #8b968b transparent; }
  .compare { display: block; overflow-x: auto; white-space: normal; }
  .compare th, .compare td { min-width: 170px; }
  .footer-main { grid-template-columns: 1fr; gap: 44px; }
  .footer-brand-block { max-width: 420px; }
  .footer-nav-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 56px; }
  .footer-base { grid-template-columns: 1fr; gap: 10px; }
  .footer-legal { justify-content: flex-start; }
  .consent-more { width: 100%; margin: 4px 0 0; }
  .topic-hero h1 { font-size: 3.5rem; }
  .choice-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .search-row, .search-row.dates, .search-row.party { grid-template-columns: 1fr 1fr; }
  .search-submit { grid-template-columns: 1fr; }
  .booking-search-form .button { width: 100%; }
  .hotel-grid { grid-template-columns: 1fr 1fr; }
  .topic-copy { grid-template-columns: 1fr; gap: 34px; }
  .story-hero h1 { font-size: 3.5rem; }
  .app-toolbar { width: min(calc(100% - 32px), 760px); }
}
@media (max-width: 560px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.35rem; }
  .site-header { height: 72px; }
  .app-web-header { height: 72px; }
  .app-toolbar { grid-template-columns: 52px minmax(0, 1fr) 52px; width: calc(100% - 24px); gap: 7px; }
  .app-tool, .app-tool-group a { padding-inline: 10px; font-size: .72rem; }
  .app-tool-group { width: 44px; justify-self: end; }
  .app-tool-group a { display: none; }
  .app-tool-group a:first-child { display: inline-flex; width: 44px; justify-content: center; padding: 0; font-size: 0; }
  .site-footer { padding: 52px 0 24px; }
  .footer-main { gap: 38px; }
  .footer-brand-block { max-width: none; }
  .footer-primary { display: flex; width: 100%; }
  .footer-nav-groups { grid-template-columns: 1fr; gap: 0; }
  .footer-link-group { padding: 24px 0; border-top: 1px solid #332e28; }
  .footer-link-group:last-child { padding-bottom: 0; }
  .footer-base { margin-top: 38px; }
  .footer-legal { gap-inline: 18px; }
  .app-brand-pill { padding-inline: 12px; font-size: 1rem; }
  .app-brand-pill img { width: 24px; height: 24px; }
  .brand { font-size: 1.25rem; }
  .brand img { width: 36px; height: 36px; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 42px; }
  .hero-copy { font-size: 1.05rem; }
  .hero-art { object-position: 66% bottom; }
  .trip-prompt { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .trip-prompt strong { font-size: 1.1rem; }
  .trip-prompt .button { width: 100%; }
  .journey-card { display: block; }
  .journey-card img { width: 100%; height: auto; aspect-ratio: 16 / 11; }
  .screens { grid-auto-columns: min(78vw, 300px); gap: 18px; }
  .regions-list { grid-template-columns: 1fr; }
  .legal-main h1 { font-size: 2.1rem; }
  .topic-hero { min-height: 590px; }
  .topic-hero::after { background: linear-gradient(to bottom, rgba(251,248,240,.98) 0%, rgba(251,248,240,.9) 58%, rgba(251,248,240,.22) 100%); }
  .topic-hero-content { padding-top: 58px; }
  .topic-hero h1 { font-size: 2.85rem; }
  .booking-search { margin-top: -42px; }
  .search-conversation-head { grid-template-columns: 1fr; padding: 22px 20px 18px; }
  .search-summary { margin-inline: 20px; }
  .booking-search-form { padding: 0 20px 22px; }
  .choice-grid, .choice-grid.compact { grid-template-columns: 1fr 1fr; }
  .criteria-dialog .choice-grid.compact { grid-template-columns: 1fr; }
  .search-row, .search-row.dates, .search-row.party { grid-template-columns: 1fr; }
  .search-progress { display: none; }
  .consent-panel { inset: auto 10px 10px; width: calc(100% - 20px); padding: 16px; border-radius: 12px; }
  .consent-panel h2 { font-size: 1.2rem; }
  .consent-panel p { margin: 6px 0 12px; font-size: .82rem; line-height: 1.45; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .consent-actions button { min-height: 44px; padding: 8px 12px; }
  .consent-more { grid-column: 1 / -1; width: auto; margin: 2px 0 0; text-align: center; font-size: .82rem; }
  .topic-main { padding-top: 62px; }
  .topic-heading { grid-template-columns: 1fr; gap: 10px; }
  .topic-heading h2 { font-size: 2.25rem; }
  .topic-count { white-space: normal; }
  .hotel-grid { grid-template-columns: 1fr; }
  .app-chat { width: min(calc(100% - 32px), 760px); padding-top: 24px; }
  .chat-home-intro h1 { font-size: 2.12rem; }
  .curator-turn h1, .curator-turn h2 { font-size: 1.65rem; }
  .journey-row { grid-template-columns: 76px 1fr; padding-inline: 12px; }
  .journey-inline { grid-template-columns: 1fr; gap: 4px; }
  .chat-composer { bottom: 8px; }
  .search-origin-followup { grid-template-columns: 26px minmax(0, 1fr); padding: 14px; }
  .search-origin-followup > svg { grid-row: 1 / 3; }
  .search-origin-followup span { grid-column: 2; }
  .search-origin-followup label, .search-origin-followup button { grid-column: 1 / -1; }
  .search-origin-followup button { width: 100%; }
  .user-turn { margin-left: 36px; }
  .chat-result-intro h1, .chat-result-intro h2 { font-size: 2rem; }
  .chat-empty { padding-left: 35px; }
  .chat-results .favorite-grid .hotel-photo { aspect-ratio: 4 / 3; }
  .favorite-grid .hotel-photo { width: 100%; min-height: 0; }
  .favorite-grid .hotel-booking { grid-template-columns: 1fr; }
  .favorite-grid .hotel-booking .button { width: 100%; }
  .chat-results .alternatives-grid { grid-template-columns: 1fr; }
  .search-tools { align-items: stretch; flex-direction: column; }
  .search-tools .search-edit { width: 100%; }
  .story-hero { min-height: 680px; }
  .story-hero-copy { min-height: 680px; padding-bottom: 36px; }
  .story-hero h1 { font-size: 2.7rem; }
  .story-body { width: min(calc(100% - 32px), 860px); }
  .story-section { padding: 48px 0; }
  .story-section h2 { font-size: 2.25rem; }
  .story-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 150px; }
  .story-gallery a:first-child { grid-column: 1 / 3; grid-row: auto; }
  .story-gallery[data-count="1"] { grid-template-columns: 1fr; grid-template-rows: 300px; }
  .story-gallery[data-count="1"] a:first-child { grid-column: auto; }
  .story-gallery[data-count="2"] { grid-template-columns: 1fr; grid-template-rows: repeat(2, 240px); }
  .story-gallery[data-count="2"] a:first-child { grid-column: auto; }
  .story-lightbox-shell { grid-template-rows: 64px minmax(0, 1fr) 64px; }
  .story-lightbox-stage img { max-width: 100vw; max-height: calc(100dvh - 128px); }
  .story-lightbox-nav { top: auto; bottom: 12px; transform: none; }
  .story-facts { grid-template-columns: 1fr; }
  .stay-row { grid-template-columns: 1fr; gap: 3px; }
  .day-plan-grid, .arrival-panel { grid-template-columns: 1fr; }
  .score-panel { grid-template-columns: 1fr; }
  .room-offer { grid-template-columns: 1fr; }
  .room-photo { min-height: 230px; }
  .room-copy { grid-template-columns: 1fr; }
  .room-price { text-align: left; }
  .room-copy form { grid-column: auto; }
  .story-sticky-inner { min-height: 82px; }
  .story-sticky .button { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

:root {
  --ink: #171611;
  --ink-soft: #332f29;
  --paper: #ffffff;
  --paper-light: #ffffff;
  --paper-deep: #f3f1ec;
  --muted: #4f4a43;
  --rust: #ad4f30;
  --rust-dark: #83371f;
  --olive: #738064;
  --lake: #486d72;
  --night: #12100d;
  --night-raised: #1d1915;
  --night-line: #3a322a;
  --line: #d4c8b3;
  --content: 1220px;
  color-scheme: light;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
h1, h2, h3, .brand, .hotel-price strong, .story-lede, .room-price {
  font-family: ui-serif, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}
h1, h2, h3 { letter-spacing: 0; }
h1 { font-size: 76px; line-height: .92; }
h2 { font-size: 56px; line-height: .96; }
h3 { font-size: 1.7rem; line-height: 1.05; }
p { color: var(--muted); }
svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.wrap { width: min(calc(100% - 64px), var(--content)); }
.eyebrow, .chat-label, .favorite-kicker, .journey-tag {
  color: var(--rust);
  font: 750 .75rem/1.2 -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  text-transform: uppercase;
}
.button {
  min-height: 52px;
  gap: 10px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-light);
  font-weight: 720;
}
.button--light { border-color: var(--paper-light); background: var(--paper-light); color: var(--ink); }

/* One glass layer in the header. Controls sit directly in that layer. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 78px;
  border: 0;
  background: color-mix(in srgb, var(--paper-light) 82%, transparent);
  box-shadow: inset 0 -1px rgba(23,22,17,.10);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}
.nav { height: 78px; }
.brand { min-height: 44px; gap: 10px; color: var(--ink); font-size: 1.55rem; font-weight: 650; }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.nav-links { gap: 26px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: .88rem; font-weight: 680; }
.nav-links a:last-child { padding: 9px 15px; border: 1px solid rgba(23,22,17,.42); background: transparent; }

/* Hero uses the established Cuvoya travel-print illustration. */
.hero {
  min-height: clamp(620px, calc(100svh - 132px), 760px);
  border: 0;
  background: var(--paper);
}
.hero::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.80) 32%, rgba(255,255,255,.08) 65%, rgba(255,255,255,0) 100%);
}
.hero-art { object-position: center bottom; }
.hero-content {
  display: flex;
  min-height: clamp(620px, calc(100svh - 132px), 760px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 132px;
  text-align: left;
}
.hero h1 { max-width: 950px; }
.hero-copy { max-width: 670px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-trip-search {
  display: grid;
  width: min(100%, 940px);
  grid-template-columns: minmax(280px, 1fr) 168px 132px 158px;
  gap: 10px;
  align-items: stretch;
  margin-top: var(--space-8);
  padding: 10px;
  border: 1px solid rgba(23,22,17,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 56px rgba(36,30,22,.13);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}
.hero-search-field {
  display: grid;
  min-width: 0;
  gap: 2px;
  min-height: 68px;
  padding: 9px 13px;
  border: 1px solid rgba(23,22,17,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.82);
}
.hero-search-field span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 780;
  text-transform: uppercase;
}
.hero-search-field input,
.hero-search-field select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 700 15px/1.25 -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}
.hero-search-field input::placeholder { color: #746f66; opacity: 1; }
.hero-trip-search .button {
  min-width: 0;
  border-radius: 12px;
  white-space: nowrap;
}
.hero-actions--secondary { margin-top: var(--space-3); }
.glass-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid rgba(23,22,17,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}
.proof-band { border-block: 1px solid var(--line); background: var(--paper-light); }
.proof-grid { grid-template-columns: repeat(3, 1fr); }
.proof-item { display: flex; min-height: 128px; align-items: flex-start; gap: 15px; padding: 29px 28px 26px 0; }
.proof-item > svg { width: 23px; height: 23px; margin-top: 2px; color: var(--rust); }
.proof-item strong { font-size: 1rem; }

/* Functional web search, matching the dark app experience. */
.app-search-section { position: relative; overflow: hidden; background: var(--night); color: #f2ecdf; }
.app-search-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,.07) 0 1px, transparent 1px 34%),
    linear-gradient(180deg, rgba(18,16,13,0), rgba(18,16,13,.76));
  opacity: .42;
}
.app-search-section .eyebrow { color: #d17857; }
.app-search-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; align-items: start; padding-block: 108px; }
.app-search-copy { position: sticky; top: 120px; }
.app-search-copy h2 { max-width: 520px; color: #f4eee2; }
.app-search-copy p:last-child { max-width: 470px; color: #aaa095; font-size: 1.05rem; }
.featured-hotels .updated { color: var(--muted); }
.home-trip-search { width: 100%; max-width: 650px; justify-self: end; }
.home-trip-search .chat-label { margin: 0 0 12px; color: #8f867c; }
.journey-fields {
  overflow: hidden;
  border: 1px solid var(--night-line);
  border-radius: 18px;
  background: var(--night-raised);
}
.journey-row {
  display: grid;
  min-height: 62px;
  grid-template-columns: 26px 82px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #f0eadf;
}
.journey-row + .journey-row { border-top: 1px solid var(--night-line); }
.journey-row > svg { color: #91877c; }
.journey-row label, .journey-name { color: #aaa095; font-size: .88rem; font-weight: 700; }
.journey-value { display: flex; min-width: 0; align-items: center; gap: 8px; }
.journey-row input, .journey-row select {
  width: 100%;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #f4eee2;
  font: 600 1rem/1.2 -apple-system, BlinkMacSystemFont, sans-serif;
}
.journey-row select { color-scheme: dark; }
.journey-row input::placeholder { color: #746d64; }
.location-button, .journey-open-button {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #f4eee2;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}
.location-button { width: 38px; color: #dc8951; }
.location-button.is-loading svg { animation: location-spin .8s linear infinite; }
@keyframes location-spin { to { transform: rotate(360deg); } }
.journey-open-button { width: 100%; }
.occasion-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 0; }
.home-trip-search > .chat-label:not(:first-of-type) { margin-top: 30px; }
.occasion-chip span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 9px 38px 9px 15px;
  border: 1px solid var(--night-line);
  border-radius: 999px;
  background: transparent;
  color: #eee8dc;
  font-weight: 650;
}
.occasion-chip input:checked + span { border-color: #bd6b3e; background: rgba(173,79,48,.14); color: #e9a06f; box-shadow: none; }
.price-alert-row {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding: 17px 0;
  border: 1px solid var(--night-line);
  border-width: 1px 0;
  background: transparent;
}
.price-alert-row > svg { color: #df8c52; }
.price-alert-row strong { color: #f2ecdf; }
.price-alert-row span { color: #8e857b; }
.price-alert-row a, .price-alert-row button { display: inline-flex; min-height: 44px; align-items: center; color: #df8c52; }
.search-extra-head {
  display: block;
  margin: 8px 0 20px;
}
.search-options-button {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  width: auto;
  min-height: 52px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #eee8dc;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.search-options-button:hover { color: #f0a678; }
.search-options-button:focus-visible { outline: 3px solid rgba(226,139,82,.45); outline-offset: 3px; }
.search-options-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #df8c52;
}
.search-options-copy { display: grid; gap: 2px; min-width: 0; }
.search-options-copy strong { width: fit-content; border-bottom: 1px solid currentColor; font-size: .95rem; }
.search-options-copy small { color: #a79d92; font-size: .78rem; line-height: 1.35; }
.search-options-button svg { width: 18px; height: 18px; }
.search-submit-panel { display: grid; gap: 12px; margin-top: 34px; padding-top: 28px; border-top: 1px solid #3b342c; }
.search-command-summary {
  display: block;
  padding: 0;
}
.search-command-copy { display: grid; gap: 10px; min-width: 0; }
.search-command-copy small { color: #91877c; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.search-command-copy strong { color: #eee8dc; font-size: 1rem; line-height: 1.45; }
.search-previous-prompt { color: #aaa096; font-size: .85rem; }
.search-previous-prompt summary { width: fit-content; cursor: pointer; padding: 6px 0; }
.search-previous-prompt p { margin: 6px 0 0; color: #eee8dc; font-size: .9rem; line-height: 1.5; overflow-wrap: anywhere; }
.criteria-fixed-selection { display: flex; flex-wrap: wrap; gap: 12px; }
.criteria-fixed-selection span { display: inline-flex; align-items: center; gap: 6px; }
.criteria-fixed-selection svg { width: 18px; height: 18px; flex: 0 0 18px; }
.search-refinement-field {
  display: grid;
  min-height: 56px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid #4a4036;
  border-radius: 8px;
  background: #1c1915;
  cursor: text;
}
.search-refinement-field:focus-within { border-color: #8a705d; box-shadow: 0 0 0 3px rgba(226,139,82,.16); }
.search-refinement-field svg { width: 20px; height: 20px; color: #df8c52; }
.search-refinement-field input {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f2ecdf;
  font: 1rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.search-refinement-field input::placeholder { color: #aaa096; }
.search-primary-action {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  background: #eee5d4;
  color: var(--night);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
.search-primary-action:hover { background: #fff7e8; }
.search-primary-action:focus-visible { outline: 3px solid rgba(226,139,82,.5); outline-offset: 3px; }
.search-primary-action svg { width: 18px; height: 18px; }
.chat-composer {
  position: relative;
  bottom: auto;
  grid-template-columns: 1fr 46px;
  margin-top: 28px;
  border-color: #4a4036;
  border-radius: 24px;
  background: #1c1915;
  box-shadow: 0 16px 50px rgba(0,0,0,.32);
}
.chat-composer input { color: #f2ecdf; }
.chat-composer input::placeholder { color: #b8b0a7; }
.chat-composer button { display: grid; place-items: center; background: #eee5d4; color: var(--night); }
.chat-composer .chat-filter-button { border-color: #5b5045; background: #27221d; color: #f2ecdf; }
.chat-composer .chat-submit-button {
  display: inline-flex;
  width: auto;
  min-width: 190px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 6px;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
}
.chat-submit-button svg { width: 18px; height: 18px; }

.section { padding: 112px 0; border-color: var(--line); }
.section-intro { gap: 74px; }
.section-intro .lede { max-width: 510px; }
.journeys { padding-top: 112px; }
.journey-grid { margin-top: 60px; gap: 16px; }
.journey-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-light);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.journey-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(50,40,26,.10); }
.journey-card img { aspect-ratio: 16/10; }
.journey-card-copy { position: relative; min-height: 190px; padding: 25px; }
.journey-tag { display: inline-flex; align-items: center; gap: 7px; }
.journey-card h3 { margin-top: 15px; }
.journey-arrow { position: absolute; right: 22px; bottom: 22px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.motion-gallery {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.motion-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: var(--space-12);
  align-items: end;
  margin-bottom: var(--space-10);
}
.motion-gallery-head p:last-child { margin: 0; color: var(--ink-soft); }
.motion-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(4, minmax(0, .95fr));
  gap: 12px;
}
.motion-tile {
  position: relative;
  display: grid;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--night);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 52px rgba(29, 22, 14, .12);
}
.motion-tile video,
.motion-tile picture,
.motion-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.motion-tile video,
.motion-tile img { object-fit: cover; }
.motion-tile video { opacity: 0; transition: opacity .7s ease; }
.motion-tile.video-ready video { opacity: 1; }
.motion-tile.video-ready img { opacity: 0; }
.motion-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,17,14,.06), rgba(16,17,14,.78));
  content: "";
}
.motion-tile-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 20px;
}
.motion-tile-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f3c5ad;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}
.motion-tile-copy h3 {
  max-width: 250px;
  margin-top: 10px;
  color: #fff8ec;
  font-size: 30px;
}
.motion-tile-copy p { margin: 10px 0 0; color: #d8cec1; font-size: 14px; }

.alarm-band { overflow: hidden; background: var(--night); }
.alarm-grid { grid-template-columns: 1fr .72fr; }
.alarm-band h2 { color: #f4eee2; }
.alarm-band .lede { max-width: 620px; color: #aaa095; }
.alarm-band .button { margin-top: 22px; }
.alarm-visual { height: 620px; overflow: hidden; border: 1px solid #3b342c; border-radius: 8px 8px 0 0; }
.alarm-visual picture, .screen picture { display: block; }
.alarm-visual img { width: 100%; height: auto; }
.app-stage { background: var(--paper); }
.app-stage-head { padding-top: 110px; text-align: center; }
.app-stage-head h2 { margin-inline: auto; }
.app-stage-head p:last-child { font-size: 1.05rem; }
.screens { gap: 14px; padding-top: 64px; }
.screen img { filter: drop-shadow(0 16px 24px rgba(47,39,29,.14)); }
.topic-links--list { display: grid; margin: 0; gap: 0; }
.topic-links--list a { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.topic-links--list a svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--rust); }
.faq-list { margin-top: 48px; }
.faq details { border-color: var(--line); }

/* Topic pages: one dark app surface, not a collection of floating cards. */
.app-web-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 74px;
  border: 0;
  background: rgba(18,16,13,.90);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
}
.app-toolbar {
  display: grid;
  width: min(calc(100% - 40px), 820px);
  height: 74px;
  grid-template-columns: 88px 1fr 88px;
  align-items: center;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
}
.app-tool, .app-tool-group a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid #40382f;
  border-radius: 50%;
  background: transparent;
  color: #f4eee2;
  text-decoration: none;
}
.app-tool-group {
  display: flex;
  min-height: 0;
  justify-content: flex-end;
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
a.app-brand-pill { display: inline-flex; align-items: center; justify-self: center; gap: 9px; padding: 0; border: 0; background: transparent; color: #f4eee2 !important; font: 650 1.25rem ui-serif, Georgia, serif; text-decoration: none; }
.app-brand-pill img { width: 26px; height: 26px; border-radius: 50%; }
.app-chat {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 76px max(24px, calc((100% - 760px)/2)) 56px;
  background: var(--night);
  color: #f4eee2;
}
.app-chat--active { padding-top: 32px; }
.chat-opening, .chat-thread { width: 100%; max-width: 760px; margin-inline: auto; }
.chat-home-intro { max-width: 700px; margin-bottom: 42px; }
.chat-home-intro h2 { color: #f4eee2; font-size: 56px; }
.chat-home-intro p { max-width: 650px; color: #aaa095; font-size: 1.02rem; }
.app-chat .chat-label { color: #8f867c; }
.app-chat .journey-fields { margin-bottom: 30px; }
.app-chat .occasion-pills { margin-bottom: 30px; }
.app-chat .price-alert-home { margin-top: 32px; }
.app-chat .chat-hint { color: #8f867c; }
.alert-app-prompt {
  width: 100%;
  min-height: 96px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #4a4036;
  border-radius: var(--radius-control);
  background: #1c1915;
  color: #f2ecdf;
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}
.alert-app-prompt[hidden] { display: none; }
.app-chat .chat-legal, .app-chat .chat-legal a { color: #716960; }
.user-turn p { border-color: #493f35; background: #201c17; color: #f4eee2; }
.curator-turn h1, .curator-turn h2, .chat-result-intro h1 { color: #f4eee2; }
.curator-turn p, .chat-result-intro p { color: #aaa095; }
.criteria-chips span, .criteria-chips button { border-color: #40382f; background: #1b1814; color: #c8bfb4; }
.criteria-chips span { background: #29231d; }
.app-chat .search-interpretation { border-color: #40382f; color: #aaa095; }
.app-chat .search-interpretation strong { color: #f4eee2; }
.favorite-kicker { color: #8f867c; }
.hotel-card { border-color: #3b342c; background: #1a1713; }
.favorite-grid .hotel-card { border-radius: 8px; box-shadow: 0 22px 60px rgba(0,0,0,.30); }
.hotel-card-copy h2 { color: #f4eee2; }
.hotel-location { color: #a79d91; }
.hotel-reason, .hotel-facts, .hotel-meta-row, .rating-line { color: #aaa095; }
.hotel-booking { border-color: #3b342c; }
.hotel-price strong { color: #f4eee2; }
.hotel-price span { color: #8f867c; }
.hotel-booking .button { border-color: #eee5d4; background: #eee5d4; color: #15120f; }
.requested-evidence span { color: #938a80; }
.requested-evidence .confirmed { color: #a2b48a; }
.day-plan-teaser { border-color: #78472f; background: transparent; color: #dc8951; }
.alternatives-grid .hotel-card { background: #1a1713; }
.search-tools { border-color: #3b342c; }
.search-tools .search-edit { color: #aaa095; }
.refine-quick-list button, .empty-action { border-color: #40382f; background: #1b1814; color: #eee8dc; }
.search-loading { border-color: #40382f; background: #1b1814; }
.search-loading span { color: #aaa095; }
.night .search-origin-followup { border-color: #a84c2c; background: #1b1814; }
.night .search-origin-followup > svg { color: #e58b65; }
.night .search-origin-followup span { color: #b8b0a7; }
.night .search-origin-followup input { border-color: #5b5045; background: #27221d; color: #f2ecdf; }
.night .search-origin-followup button { background: #eee5d4; color: var(--night); }
.no-result-card h2, .no-result-card h3 { color: #f4eee2; }
.no-result-card p, .no-result-card li { color: #aaa095; }
.topic-hero { min-height: 640px; border: 0; background: var(--paper); }
.topic-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .9s ease;
}
.topic-hero > picture img { transition: opacity .9s ease; }
.topic-hero.video-ready .topic-video { opacity: 1; }
.topic-hero.video-ready > picture img { opacity: 0; }
.topic-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.88) 48%, rgba(255,255,255,.08) 82%); }
.topic-hero-content {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .55fr);
  align-items: end;
  gap: var(--space-12);
  padding-block: 110px;
}
.topic-hero-copy { min-width: 0; }
.topic-hero h1 { max-width: 760px; }
.topic-hero .lede { max-width: 620px; }
.topic-hero .button { margin-top: 18px; }
.topic-hero-preview {
  align-self: end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-control);
  background: rgba(18, 16, 13, .86);
  color: #f4eee2;
  box-shadow: 0 28px 72px rgba(18, 16, 13, .28);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
.topic-hero-preview > p {
  margin: 0;
  padding: 14px 16px 10px;
  color: #d6cabc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.topic-hero-preview > div { display: grid; }
.topic-hero-hotel {
  display: grid;
  min-height: 92px;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid rgba(244,238,226,.14);
  color: inherit;
  text-decoration: none;
}
.topic-hero-hotel img {
  position: static;
  width: 86px;
  height: 68px;
  border-radius: 6px;
  object-fit: cover;
}
.topic-hero-hotel span { min-width: 0; }
.topic-hero-hotel strong {
  display: block;
  color: #fffaf0;
  font-size: 16px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.topic-hero-hotel small {
  display: block;
  margin-top: 5px;
  color: #b8aea3;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}
.topic-hero-preview-link {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid rgba(244,238,226,.14);
  color: #fffaf0;
  font-weight: 800;
  text-decoration: none;
}
.topic-hero-preview-link svg { width: 18px; height: 18px; }
.topic-hero-hotel:focus-visible,
.topic-hero-preview-link:focus-visible {
  outline: 3px solid #fffaf0;
  outline-offset: -3px;
}
.topic-hero-hotel:hover img { transform: scale(1.018); }
.topic-hero-hotel img,
.topic-hero-preview-link svg { transition: transform .32s ease; }
.topic-hero > picture img { transform-origin: 62% 50%; }
@media (prefers-reduced-motion: no-preference) {
  body.motion-ready .hero .eyebrow,
  body.motion-ready .hero h1,
  body.motion-ready .hero-copy,
  body.motion-ready .hero-trip-search,
  body.motion-ready .hero-actions,
  body.motion-ready .directory-hero-copy,
  body.motion-ready .directory-scout,
  body.motion-ready .topic-hero-copy,
  body.motion-ready .topic-hero-preview {
    animation: cuvoya-hero-in .82s cubic-bezier(.2, .75, .2, 1) both;
  }
  body.motion-ready .hero h1 { animation-delay: 70ms; }
  body.motion-ready .hero-copy { animation-delay: 140ms; }
  body.motion-ready .hero-trip-search { animation-delay: 210ms; }
  body.motion-ready .hero-actions { animation-delay: 280ms; }
  body.motion-ready .directory-scout,
  body.motion-ready .topic-hero-preview { animation-delay: 150ms; }
  body.motion-ready .proof-item,
  body.motion-ready .journey-card,
  body.motion-ready .featured-hotel-card,
  body.motion-ready .directory-world,
  body.motion-ready .magazine-feature,
  body.motion-ready .magazine-stay,
  body.motion-ready .topic-copy,
  body.motion-ready .screen,
  body.motion-ready .motion-tile,
  body.motion-ready .alarm-visual,
  body.motion-ready .hotel-card,
  body.motion-ready .story-section {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity .72s cubic-bezier(.2, .7, .2, 1),
      transform .72s cubic-bezier(.2, .7, .2, 1);
    transition-delay: calc(var(--reveal-index, 0) * 55ms);
    will-change: opacity, transform;
  }
  body.motion-ready .proof-item.motion-visible,
  body.motion-ready .journey-card.motion-visible,
  body.motion-ready .featured-hotel-card.motion-visible,
  body.motion-ready .directory-world.motion-visible,
  body.motion-ready .magazine-feature.motion-visible,
  body.motion-ready .magazine-stay.motion-visible,
  body.motion-ready .topic-copy.motion-visible,
  body.motion-ready .screen.motion-visible,
  body.motion-ready .motion-tile.motion-visible,
  body.motion-ready .alarm-visual.motion-visible,
  body.motion-ready .hotel-card.motion-visible,
  body.motion-ready .story-section.motion-visible {
    opacity: 1;
    transform: none;
  }
}
@keyframes cuvoya-hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.topic-copy, .topic-points li { border-color: var(--line); }
.topic-links { gap: 0; }
.topic-links a { display: inline-flex; min-height: 44px; align-items: center; border-radius: 0; border-width: 0 0 1px; }
.topic-points a { display: inline-flex; min-height: 44px; align-items: center; }

.site-footer { border-top: 1px solid #332e28; background: var(--night); }
.site-footer .footer-brand { color: #f4eee2; }
.consent-panel { border-color: #463e35; border-radius: 8px; background: #171410; }
.consent-actions button { border-radius: 999px; }

@media (max-width: 900px) {
  .wrap { width: min(calc(100% - 36px), var(--content)); }
  .app-search-layout { grid-template-columns: 1fr; gap: 48px; padding-block: 80px; }
  .app-search-copy { position: static; }
  .home-trip-search { max-width: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { display: grid; grid-template-columns: 42% 1fr; }
  .journey-card img { height: 100%; aspect-ratio: auto; }
  .motion-gallery-head { grid-template-columns: 1fr; gap: var(--space-4); }
  .motion-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .motion-tile { min-height: 380px; }
  .motion-tile:first-child { grid-column: span 2; }
  .alarm-grid { grid-template-columns: 1fr 320px; gap: 40px; }
  .alarm-visual { height: 520px; }
  .screens { width: auto; }
}
@media (max-width: 600px) {
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  .site-header, .nav { height: 68px; }
  .nav-links a:not(:last-child) { display: none; }
  .nav-links a:last-child { padding: 8px 11px; }
  .hero { min-height: clamp(590px, calc(100svh - 82px), 650px); }
  .hero-content { min-height: clamp(590px, calc(100svh - 82px), 650px); padding-top: 68px; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 44%, rgba(255,255,255,.18) 70%, transparent 100%); }
  .hero-video { display: none; }
  .hero-art { inset: auto 0 0; height: min(46svh, 324px); object-position: 65% bottom; }
  .hero-copy { font-size: 1rem; margin-top: var(--space-3); }
  .hero-trip-search { grid-template-columns: 1fr 1fr; width: 100%; gap: 8px; margin-top: 20px; padding: 9px; border-radius: 18px; }
  .hero-search-prompt { grid-column: 1 / -1; }
  .hero-search-field { gap: 1px; min-height: 66px; padding: 8px 11px; border-radius: 12px; }
  .hero-search-field input,
  .hero-search-field select { min-height: 44px; }
  .hero-trip-search .button { grid-column: 1 / -1; width: 100%; min-height: 46px; padding-block: 9px; border-radius: 12px; }
  .app-search-layout { padding-block: 64px; }
  .journey-row { grid-template-columns: 22px 66px minmax(0,1fr); gap: 9px; padding-inline: 12px; }
  .occasion-chip span { padding: 9px 36px 9px 12px; font-size: .88rem; }
  .price-alert-row { grid-template-columns: 22px 1fr; }
  .price-alert-row > a, .price-alert-row > button, .price-alert-row > .price-alert-actions { grid-column: 2; }
  .section { padding: 78px 0; }
  .section-intro { gap: 25px; }
  .journey-grid { margin-top: 38px; }
  .journey-card { display: block; }
  .journey-card img { width: 100%; height: auto; aspect-ratio: 16/10; }
  .motion-gallery-head { margin-bottom: var(--space-6); }
  .motion-strip {
    display: flex;
    gap: 12px;
    margin-inline: -18px;
    overflow-x: auto;
    padding: 0 18px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .motion-strip::-webkit-scrollbar { display: none; }
  .motion-tile {
    flex: 0 0 min(78vw, 310px);
    min-height: 430px;
    scroll-snap-align: start;
  }
  .motion-tile:first-child { grid-column: auto; }
  .motion-tile video { display: none; }
  .motion-tile img { opacity: 1; }
  .alarm-grid { grid-template-columns: 1fr; }
  .alarm-visual { width: min(86%, 330px); height: 490px; margin-inline: auto; }
  .app-stage-head { padding-top: 78px; }
  .screens { grid-auto-columns: min(78vw, 300px); }
  .app-toolbar { width: calc(100% - 24px); grid-template-columns: 80px 1fr 80px; }
  .app-tool-group a { display: grid; }
  .app-chat { padding: 52px 18px 38px; }
  .app-chat--active { padding-top: 24px; }
  .chat-home-intro { margin-bottom: 32px; }
  .chat-result-intro h1 { font-size: 2.15rem; }
}
@media (max-width: 1000px) {
  .topic-hero { min-height: 580px; }
  .topic-hero img { inset: auto 0 0; height: min(42svh, 300px); object-position: 58% center; }
  .topic-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.88) 58%, rgba(255,255,255,.18)); }
  .topic-hero-content {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .topic-hero-preview {
    max-width: 100%;
    margin-top: var(--space-2);
  }
  .topic-hero-preview > p { padding-inline: 14px; }
  .topic-hero-preview > div {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(310px, calc(100% - 44px));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #b8aea3 transparent;
  }
  .topic-hero-preview > div:has(> a:only-child) {
    grid-auto-columns: 100%;
  }
  .topic-hero-preview:has(.topic-hero-hotel:only-child) { width: min(100%, 354px); }
  .topic-hero-hotel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: start;
    padding: 10px;
    border-left: 1px solid rgba(244,238,226,.14);
    scroll-snap-align: start;
  }
  .topic-hero-hotel:first-child { border-left: 0; }
  .topic-hero-hotel img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .topic-hero-hotel strong {
    display: block;
    min-height: 0;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    line-height: 1.14;
    font-size: 14px;
  }
  .topic-hero-hotel small { font-size: 11px; }
}
@media (max-width: 600px) {
  .alternatives-grid .hotel-card { display: flex; min-height: 0; flex-direction: column; }
  .alternatives-grid .hotel-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .alternatives-grid .hotel-card-copy { padding: 17px 18px 18px; }
  .alternatives-grid .hotel-card h2 { font-size: 1.5rem; }
  .consent-panel { inset: auto 10px 10px; width: auto; max-width: none; padding: 15px; }
  .consent-panel h2 { font-size: 1.15rem; line-height: 1.15; }
  .consent-panel p { margin: 7px 0 12px; font-size: .78rem; line-height: 1.4; }
  .consent-actions { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .consent-actions button { min-width: 0; padding-inline: 8px; font-size: .88rem; }
  .consent-more { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-card { transition: none; }
}

/* Editorial images stay still. Motion is reserved for controls and state changes. */
.hero-art,
.topic-hero > picture img,
.directory-hero img,
.topic-hero-hotel img,
.journey-card picture img,
.featured-hotel-photo img,
.hotel-photo img,
.story-gallery img,
.directory-hotel img,
.magazine-feature img,
.magazine-stay img,
.motion-tile img {
  animation: none !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

.directory-main { background: var(--paper); }
.directory-hero { position: relative; min-height: 700px; overflow: hidden; }
.directory-hero > picture { display: contents; }
.directory-video,
.directory-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.directory-video { opacity: 0; transition: opacity .9s ease; }
.directory-hero img { transition: opacity .9s ease; }
.directory-hero.video-ready .directory-video { opacity: 1; }
.directory-hero.video-ready img { opacity: 0; }
.directory-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.86) 46%, rgba(255,255,255,.10) 80%); }
.directory-hero .wrap { position: relative; z-index: 1; padding-top: 132px; }
.directory-hero-content {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 420px);
  gap: 72px;
  align-items: start;
}
.directory-hero h1 { max-width: 900px; }
.directory-hero p:not(.eyebrow) { max-width: 610px; color: var(--ink-soft); font-size: 1.06rem; }
.directory-hero .button { margin-top: 16px; }
.directory-scout {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(18,16,13,.86);
  color: #f4eee2;
  box-shadow: 0 26px 60px rgba(18,16,13,.20);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}
.directory-hero .directory-scout > p {
  margin: 0 0 12px;
  color: #b9afa5;
  font-size: .74rem;
  font-weight: 780;
  text-transform: uppercase;
}
.directory-scout-query { color: #f4eee2; font: 500 30px/1.05 ui-serif, "Iowan Old Style", Georgia, serif; }
.directory-scout-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.directory-scout-chip {
  display: grid;
  min-height: 56px;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid #40382f;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}
.directory-scout-chip span { color: #8f867c; font-size: .67rem; font-weight: 780; text-transform: uppercase; }
.directory-scout-chip strong { color: #f4eee2; font-size: .92rem; }
.directory-scout-links { display: grid; gap: 0; margin-top: 16px; border-top: 1px solid #40382f; }
.directory-scout-links a {
  display: grid;
  min-height: 52px;
  grid-template-columns: 1fr 18px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #40382f;
  color: #f4eee2;
  font-weight: 730;
  text-decoration: none;
}
.directory-scout-links a:hover { color: #f4c4a8; }
.directory-scout-links svg { color: #d17857; }
.directory-groups { display: block; padding-block: 0 120px; }
.directory-world { padding: 88px 0; border-top: 1px solid var(--line); }
.directory-world:first-child { border-top: 0; }
.directory-world:last-child { padding-bottom: 52px; }
.directory-world-head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: end; margin-bottom: 38px; }
.directory-world-title { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 16px; align-items: start; }
.directory-world-title > svg { width: 26px; height: 26px; margin-top: 7px; color: var(--rust); }
.directory-world-title .eyebrow { margin-bottom: 8px; }
.directory-world h2 { max-width: 760px; font-size: 68px; }
.directory-world-intro { max-width: 650px; margin: 18px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.directory-world-head .button { white-space: nowrap; }
.directory-hotel-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.directory-hotel { position: relative; min-height: 480px; overflow: hidden; border-radius: 6px; background: var(--ink); color: #fff; text-decoration: none; }
.directory-hotel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.directory-hotel:hover img { transform: scale(1.025); }
.directory-hotel::after { content: ""; position: absolute; inset: auto 0 0; height: 52%; background: linear-gradient(180deg, transparent, rgba(16,14,11,.88)); }
.directory-hotel-copy { position: absolute; z-index: 1; inset: auto 28px 26px; }
.directory-hotel-copy p { margin: 0 0 6px; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 750; text-transform: uppercase; }
.directory-hotel-copy h3 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  overflow-wrap: anywhere;
}
.directory-featured-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 24px; border-top: 1px solid var(--line); }
.directory-featured-links a { display: grid; min-height: 94px; grid-template-columns: 1fr 22px; align-items: center; gap: 16px; padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 700; text-decoration: none; }
.directory-featured-links a:first-child { border-left: 1px solid var(--line); }
.directory-featured-links a:hover { color: var(--rust-dark); background: rgba(255,255,255,.25); }
.directory-featured-links svg { color: var(--rust); }
.directory-all { margin-top: 18px; border-bottom: 1px solid var(--line); }
.directory-all summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); font-weight: 750; cursor: pointer; list-style: none; }
.directory-all summary::-webkit-details-marker { display: none; }
.directory-all summary svg { color: var(--rust); transition: transform .2s ease; }
.directory-all[open] summary svg { transform: rotate(45deg); }
.directory-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; padding: 2px 0 28px; }
.directory-links a { display: grid; min-height: 52px; grid-template-columns: 1fr 20px; align-items: center; gap: 12px; border-top: 1px solid var(--line); color: var(--ink); font-size: .92rem; font-weight: 650; text-decoration: none; }
.directory-links a:hover { color: var(--rust-dark); }
.directory-links svg { color: var(--rust); }
@media (max-width: 760px) {
  .directory-hero { min-height: 600px; }
  .directory-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90) 54%, rgba(255,255,255,.16)); }
  .directory-video { display: none; }
  .directory-hero img { inset: auto 0 0; height: min(52svh, 390px); object-position: 64% center; }
  .directory-hero .wrap { padding-top: 82px; }
  .directory-hero-content { grid-template-columns: 1fr; gap: 18px; }
  .directory-hero h1 { max-width: 100%; font-size: 40px; }
  .directory-hero p:not(.eyebrow) { max-width: 100%; font-size: 1rem; }
  .directory-scout { margin-top: 0; padding: 14px; border-radius: 14px; }
  .directory-scout-query { font-size: 23px; }
  .directory-scout-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-top: 12px; }
  .directory-scout-chip { min-height: 46px; padding: 7px 10px; }
  .directory-scout-links { margin-top: 12px; }
  .directory-scout-links a { min-height: 46px; }
  .directory-groups { padding-block: 0 32px; }
  .directory-world { padding: 58px 0; }
  .directory-world:last-child { padding-bottom: 32px; }
  .directory-world-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 26px; }
  .directory-world-title { grid-template-columns: 24px minmax(0,1fr); gap: 12px; }
  .directory-world-title > svg { width: 22px; height: 22px; margin-top: 4px; }
  .directory-world h2 { font-size: 38px; }
  .directory-world-intro { margin-top: 12px; font-size: .98rem; }
  .directory-world-head .button { width: 100%; }
  .directory-hotel-grid { grid-template-columns: 1fr; gap: 14px; }
  .directory-hotel { min-height: 0; aspect-ratio: 4 / 3; }
  .directory-hotel-copy { inset: auto 20px 20px; }
  .directory-hotel-copy h3 { font-size: 28px; }
  .directory-featured-links { grid-template-columns: 1fr; }
  .directory-featured-links a { min-height: 66px; padding: 14px 16px; border-left: 1px solid var(--line); }
  .directory-links { grid-template-columns: 1fr; gap: 0; }
}

:root {
  --width-site: 1220px;
  --width-reading: 860px;
  --width-app: 760px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-28: 112px;
  --radius-control: 8px;
  --radius-pill: 999px;
  --comparison-columns: 2;
  --rust-light: #d98a68;
  --focus-light: #f4eee2;
  --focus-dark: #171611;
  --reveal-index: 0;
  --app-chat-art: url("/assets/cuvoya-web-romantik-v4-1600.avif");
}
.wrap { width: min(calc(100% - 64px), var(--width-site)); }
h1 { font-size: 76px; line-height: .98; }
h2 { font-size: 56px; line-height: 1; }
h3 { font-size: 28px; line-height: 1.1; }
.button, button, input, select, textarea { font-family: inherit; }
.button { min-height: 52px; border-radius: var(--radius-control); font-weight: 700; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--focus-dark);
  outline-offset: 2px;
}
.app-search-section :where(a, button, input, select, textarea):focus-visible,
.app-chat :where(a, button, input, select, textarea):focus-visible,
.app-web-header :where(a, button):focus-visible {
  outline-color: var(--focus-light);
}
.site-header, .nav, .app-web-header, .app-toolbar { height: 72px; }
.site-header { z-index: 30; }
.hero h1 { margin-inline: 0; }
.section { padding-block: var(--space-28); }
.section-intro { gap: var(--space-16); }
.journey-card, .hotel-card, .consent-panel, .home-date-dialog > div,
.criteria-dialog form, .search-empty, .no-result-card, .booking-error {
  border-radius: var(--radius-control);
}
.trip-prompt, .method-illustration, .notice, .choice > span, .booking-field,
.hotel-booking .button, .home-date-actions button,
.criteria-dialog-actions button, .consent-actions button,
.search-actions button, .search-edit {
  border-radius: var(--radius-control);
}

/* Search shell */
.app-search-layout {
  grid-template-columns: minmax(0, var(--width-app));
  justify-content: center;
  gap: var(--space-8);
  padding-block: var(--space-20);
}
.app-search-copy { position: static; top: auto; }
.app-search-copy h2 { max-width: 700px; }
.app-search-copy p:last-child { max-width: 640px; margin-bottom: 0; }
.home-trip-search { max-width: var(--width-app); justify-self: stretch; }
.journey-fields { border-radius: var(--radius-control); }
.location-button, .journey-open-button, .dialog-close, .app-tool,
.app-tool-group a { min-width: 44px; min-height: 44px; }
.home-trip-search > .chat-label:not(:first-of-type) { margin-top: var(--space-6); }
.chat-composer { position: relative; bottom: auto; border-radius: var(--radius-control); }
.criteria-dialog.show-all .criteria-dialog-body { display: grid; gap: var(--space-8); }
.criteria-dialog.show-all .criteria-pane {
  display: block;
  padding-bottom: var(--space-8);
  border-bottom: 1px solid var(--night-line);
}
.criteria-dialog.show-all .criteria-pane > h3 { display: flex; margin-bottom: var(--space-2); }
.criteria-dialog.show-all .criteria-pane:last-child { padding-bottom: 0; border-bottom: 0; }
.follow-up .chat-composer { position: sticky; bottom: var(--space-4); }
.app-toolbar {
  width: min(calc(100% - 48px), var(--width-app));
  grid-template-columns: 96px 1fr 96px;
}
.app-toolbar a.app-tool, .app-toolbar .app-tool-group a {
  width: 44px;
  height: 44px;
  color: #f4eee2;
}
.app-tool svg, .app-tool-group svg { width: 20px; height: 20px; stroke-width: 1.8; }
.app-chat {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--space-12) max(32px, calc((100% - var(--width-app))/2)) var(--space-16);
  scroll-margin-top: 0;
}
.app-chat::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: min(720px, 86svh);
  background:
    linear-gradient(180deg, rgba(18,16,13,.62), var(--night) 72%),
    linear-gradient(90deg, var(--night) 0%, rgba(18,16,13,.72) 44%, rgba(18,16,13,.22) 100%),
    var(--app-chat-art, url("/assets/cuvoya-web-romantik-v4-1600.avif"));
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .34;
  pointer-events: none;
}
.app-chat > * { position: relative; z-index: 1; }
.app-chat--art-cuvoya-web-romantik-v4 { --app-chat-art: url("/assets/cuvoya-web-romantik-v4-1600.avif"); }
.app-chat--art-cuvoya-web-wellness-v4 { --app-chat-art: url("/assets/cuvoya-web-wellness-v4-1600.avif"); }
.app-chat--art-cuvoya-web-familie-v4 { --app-chat-art: url("/assets/cuvoya-web-familie-v4-1600.avif"); }
.app-chat--art-cuvoya-web-kueste-v1 { --app-chat-art: url("/assets/cuvoya-web-kueste-v1-1600.avif"); }
.app-chat--art-cuvoya-web-stadt-v1 { --app-chat-art: url("/assets/cuvoya-web-stadt-v1-1600.avif"); }
.app-chat--art-cuvoya-web-hund-v1 { --app-chat-art: url("/assets/cuvoya-web-hund-v1-1600.avif"); }
.app-chat--art-cuvoya-hero-see-v2 { --app-chat-art: url("/assets/cuvoya-hero-see-v2-1600.avif"); }
@media (max-width: 760px) {
  :root { --app-chat-art: url("/assets/cuvoya-web-romantik-v4-960.avif"); }
  .app-chat--art-cuvoya-web-romantik-v4 { --app-chat-art: url("/assets/cuvoya-web-romantik-v4-960.avif"); }
  .app-chat--art-cuvoya-web-wellness-v4 { --app-chat-art: url("/assets/cuvoya-web-wellness-v4-960.avif"); }
  .app-chat--art-cuvoya-web-familie-v4 { --app-chat-art: url("/assets/cuvoya-web-familie-v4-960.avif"); }
  .app-chat--art-cuvoya-web-kueste-v1 { --app-chat-art: url("/assets/cuvoya-web-kueste-v1-960.avif"); }
  .app-chat--art-cuvoya-web-stadt-v1 { --app-chat-art: url("/assets/cuvoya-web-stadt-v1-960.avif"); }
  .app-chat--art-cuvoya-web-hund-v1 { --app-chat-art: url("/assets/cuvoya-web-hund-v1-960.avif"); }
  .app-chat--art-cuvoya-hero-see-v2 { --app-chat-art: url("/assets/cuvoya-hero-see-v2-960.avif"); }
}
.app-chat--active {
  min-height: calc(100dvh - 84px);
  padding-inline: max(32px, calc((100% - var(--width-site))/2));
  padding-top: var(--space-12);
}
.app-chat--active .chat-thread { max-width: min(var(--width-site), 1060px); }
.app-chat--active .user-turn,
.app-chat--active .chat-result-intro,
.app-chat--active .chat-thread > .source-note,
.app-chat--active .criteria-chips,
.app-chat--active .search-interpretation,
.app-chat--active .result-controls,
.app-chat--active .result-map-command,
.app-chat--active .search-tools,
.app-chat--active .price-alert-home,
.app-chat--active .refine-quick,
.app-chat--active .follow-up {
  max-width: var(--width-app);
  margin-inline: auto;
}
.chat-thread#auswahl { scroll-margin-top: 96px; }
.chat-thread > .source-note { color: #aaa095; line-height: 1.6; }
.chat-opening, .app-chat:not(.app-chat--active) .chat-thread { max-width: var(--width-app); }
.chat-home-intro { margin-bottom: var(--space-8); }
.chat-home-intro h2 { max-width: 720px; color: #f4eee2; font-size: 56px; line-height: 1; }
.chat-home-intro p { margin-bottom: 0; font-size: 16px; line-height: 24px; }
.app-chat .chat-legal, .app-chat .chat-legal a { color: #9b9288; }
.journey-row { min-height: 60px; }
.location-button { width: 44px; justify-content: center; }
.occasion-chip span { min-height: 44px; font-weight: 600; }
.criteria-chips span, .criteria-chips button,
.refine-quick-list button, .empty-action { min-height: 44px; }
.chat-thread--empty .user-turn { display: none; }
.chat-thread--empty .chat-result-intro { margin-top: 0; }
.chat-thread--empty .criteria-chips { margin-top: var(--space-6); }
.empty-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  max-width: var(--width-app);
  margin: var(--space-8) auto var(--space-3);
  padding-block: var(--space-6);
}
.empty-actions-label { grid-column: 1 / -1; margin: 0 0 var(--space-1); color: #8f867c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.empty-actions form { display: contents; }
.empty-action {
  width: 100%;
  min-height: 52px;
  padding: 11px var(--space-4);
  border-color: #4a4138;
  background: transparent;
  color: #eee8dc;
  text-align: center;
}
.empty-action--primary { border-color: #eee5d4; background: #eee5d4; color: #15120f; }
.empty-action:hover, .empty-action:focus-visible { border-color: #dc8951; color: #dc8951; }
.empty-action--primary:hover, .empty-action--primary:focus-visible { border-color: #fff8ea; background: #fff8ea; color: #15120f; }
.search-tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding-block: var(--space-4);
  border-bottom: 1px solid #3b342c;
  background: #3b342c;
}
.search-tools form { display: contents; }
.search-tools .search-edit {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  margin: 0;
  padding: 10px var(--space-3);
  border: 0;
  border-radius: 0;
  background: var(--night);
  color: #b5aca1;
  text-align: center;
  text-decoration: none;
}
.search-tools .search-edit svg { width: 17px; height: 17px; flex: 0 0 auto; }
.search-tools .search-edit:hover, .search-tools .search-edit:focus-visible { background: #1b1814; color: #f4eee2; }

/* Dialogs are light surfaces, including their nested fields. */
.home-date-dialog, .criteria-dialog { color-scheme: light; }
.criteria-pane > h3 { display: none; }
.home-date-dialog .journey-fields, .criteria-dialog .journey-fields {
  border-color: var(--line);
  background: var(--paper-light);
}
.home-date-dialog .journey-row, .criteria-dialog .journey-row {
  color: var(--ink);
}
.home-date-dialog .journey-row + .journey-row,
.criteria-dialog .journey-row + .journey-row { border-color: var(--line); }
.home-date-dialog .journey-row label, .home-date-dialog .journey-name,
.criteria-dialog .journey-row label, .criteria-dialog .journey-name { color: var(--muted); }
.home-date-dialog .journey-inline label,
.criteria-dialog .journey-inline label {
  grid-template-columns: 1fr;
  align-items: stretch;
}
.home-date-dialog input, .home-date-dialog select,
.criteria-dialog input, .criteria-dialog select { color: var(--ink); color-scheme: light; }
.date-mode-options { margin: 0 0 var(--space-4); padding: 0; border: 0; }
.date-mode-options legend { margin-bottom: var(--space-2); color: var(--ink); font-size: 14px; font-weight: 700; }
.date-mode-options > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.date-mode-options label { position: relative; min-width: 0; cursor: pointer; }
.date-mode-options label + label { border-left: 1px solid var(--line); }
.date-mode-options input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.date-mode-options span { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 8px 12px; color: var(--muted); font-size: 13px; font-weight: 700; text-align: center; }
.date-mode-options input:checked + span { background: #f2dfce; color: var(--rust-dark); }
.date-mode-options input:focus-visible + span { outline: 3px solid var(--rust); outline-offset: -3px; }
.date-mode-note { grid-column: 2 / -1; color: var(--muted); font-size: 13px; line-height: 18px; }
.month-choice { position: relative; min-width: 0; grid-column: auto / -1; }
.month-choice .month-choice-select {
  position: absolute;
  inset: 0 auto auto 0;
  min-width: 0;
  min-height: 0;
  width: 1px;
  height: 1px;
  max-width: 1px;
  max-height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.month-choice-years { display: grid; gap: var(--space-3); }
.month-choice-year { display: grid; gap: 7px; }
.month-choice-year > strong { color: var(--muted); font-size: 12px; font-weight: 800; }
.month-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.month-choice-option {
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.month-choice-option:hover { border-color: var(--muted); color: var(--ink); }
.month-choice-option:focus-visible { outline: 3px solid var(--rust); outline-offset: 2px; }
.month-choice-option[aria-pressed="true"] {
  border-color: var(--rust);
  background: #f2dfce;
  color: #15120f;
  box-shadow: inset 0 0 0 1px var(--rust);
}
.calendar-choice-fields {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-3);
}
.calendar-choice-fields label { display: grid; min-width: 0; gap: 5px; }
.calendar-choice-fields label > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.calendar-choice-fields select {
  min-height: 48px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-deep);
  color: var(--ink);
}
.calendar-choice-fields select:focus-visible {
  border-color: var(--rust-dark);
  outline: 2px solid var(--rust-dark);
  outline-offset: 1px;
}
.calendar-choice-fields select:disabled { cursor: not-allowed; opacity: .58; }
.calendar-choice-fields option,
.calendar-choice-fields optgroup { background: #17130f; color: #f4eee2; }
.calendar-choice-detail {
  margin-top: calc(var(--space-2) * -1);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 18px;
  overflow-wrap: anywhere;
}
.calendar-choice template { display: none; }
.criteria-pane .traveler-count-row {
  display: block;
  min-height: 0;
  padding: 0;
}
.traveler-count-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.traveler-count-grid label {
  display: grid;
  min-width: 0;
  gap: var(--space-2);
  padding: var(--space-4);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.traveler-count-grid label:nth-child(even) { border-left: 1px solid var(--line); }
.traveler-count-grid label:nth-child(n + 3) { border-top: 1px solid var(--line); }
.traveler-count-grid select {
  width: 100%;
  min-height: 46px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-deep);
  color: var(--ink);
}
.traveler-count-grid select:focus-visible {
  border-color: var(--rust-dark);
  outline: 2px solid var(--rust-dark);
  outline-offset: 1px;
}
.criteria-dialog .child-ages {
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-3);
}
.criteria-dialog .child-age-fields { grid-column: 1 / -1; }
.criteria-dialog .child-age-fields select {
  min-height: 46px;
  padding: 0 28px 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-deep);
}
.criteria-dialog .occasion-chip span {
  border-color: var(--line);
  background: var(--paper-light);
  color: var(--ink);
}
.criteria-dialog .occasion-chip input:checked + span {
  border-color: var(--rust);
  background: #f2dfce;
  color: var(--rust-dark);
}
.criteria-dialog .choice-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 560px) {
  .criteria-dialog .choice-grid.compact { grid-template-columns: 1fr; }
  .criteria-dialog .choice > span { gap: 8px; padding-inline: 12px 38px; }
  .criteria-dialog .child-age-fields { grid-template-columns: 1fr; }
  .room-child-ages { grid-template-columns: minmax(0, 1fr); }
  .month-choice-grid { grid-template-columns: 1fr 1fr; }
}
.form-error { margin: var(--space-3) 0 0; color: var(--rust-dark); font-weight: 600; }

/* Search dialogs stay in the dark Cuvoya workspace instead of flashing white. */
.home-date-dialog,
.criteria-dialog {
  --ink: #f4eee2;
  --ink-soft: #d0c6ba;
  --muted: #aaa095;
  --line: #3b342c;
  --paper-light: #17130f;
  --paper-deep: #211c17;
  --rust-dark: #f0a678;
  border-color: var(--line);
  background: var(--paper-light);
  color: var(--ink);
  color-scheme: dark;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .56);
}
.home-date-dialog::backdrop,
.criteria-dialog::backdrop {
  background: rgba(9, 8, 7, .72);
  backdrop-filter: blur(8px);
}
.home-date-dialog input,
.home-date-dialog select,
.criteria-dialog input,
.criteria-dialog select { color-scheme: dark; }
.home-date-dialog .date-mode-options input:checked + span,
.criteria-dialog .date-mode-options input:checked + span,
.criteria-dialog .occasion-chip input:checked + span,
.criteria-dialog .choice input:checked + span {
  border-color: #c86a42;
  background: #3a2119;
  color: #ffd6bd;
}
.criteria-dialog-actions { background: var(--paper-light); }
.home-date-actions button:last-child,
.criteria-dialog-actions button:last-child {
  border-color: #eee5d4;
  background: #eee5d4;
  color: #15120f;
}
.home-date-dialog .date-mode-note a,
.criteria-dialog .date-mode-note a { color: #f0a678; }

/* Result cards use one vertical reading order at every size. */
.hotel-card { overflow: hidden; }
.alternatives-grid .hotel-card { display: flex; min-height: 0; flex-direction: column; }
.alternatives-grid .hotel-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; }
.favorite-grid .hotel-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .82fr);
  min-height: 430px;
  border-color: #6b4b38;
  background: linear-gradient(135deg, #211c17 0%, #17130f 72%);
  box-shadow: 0 28px 82px rgba(0,0,0,.36);
}
.app-chat--active .chat-results .favorite-grid { width: 100%; }
.favorite-grid .hotel-photo-link,
.favorite-grid .hotel-photo { height: 100%; }
.favorite-grid .hotel-photo { aspect-ratio: auto; }
.favorite-grid .hotel-card-copy { padding: var(--space-10); }
.favorite-grid .hotel-card h2 { font-size: 42px; line-height: 1; }
.favorite-grid .hotel-reason { margin-top: var(--space-3); font-size: 16px; line-height: 1.45; }
.favorite-grid .hotel-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--space-4);
}
.favorite-grid .hotel-booking .button { width: auto; min-width: 190px; }
.hotel-photo img { width: 100%; height: 100%; object-fit: cover; }
.favorite-grid .hotel-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(13,11,9,.22));
  content: "";
  pointer-events: none;
}
.hotel-card-copy { display: flex; flex: 1; flex-direction: column; }
.hotel-booking { margin-top: auto; }
.hotel-booking .button { min-width: 168px; }
.rating-line a { display: inline-flex; min-height: 44px; align-items: center; }
.result-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin: 0 0 var(--space-6);
  padding: var(--space-3) 0;
  border-block: 1px solid #3b342c;
}
.result-sort-label { color: #aaa095; font-size: 13px; font-weight: 650; }
.result-sort { display: inline-flex; padding: 3px; border: 1px solid #40382f; border-radius: var(--radius-control); }
.result-sort button {
  min-height: 44px;
  padding: 7px 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #aaa095;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.result-sort button[aria-pressed="true"] { background: #eee5d4; color: #15120f; }
.result-sort button:disabled { cursor: not-allowed; opacity: .45; }
.result-sort-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.result-map-command { display: flex; justify-content: flex-end; margin: 0 0 var(--space-6); }
.result-map-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: var(--space-2);
  padding: 9px 14px;
  border: 1px solid #4a4138;
  border-radius: var(--radius-control);
  background: transparent;
  color: #eee8dc;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.result-map-toggle svg { width: 18px; height: 18px; }
.result-map-shell { margin: 0 0 var(--space-8); padding-block: var(--space-6); border-block: 1px solid #3b342c; }
.result-map-shell[hidden] { display: none; }
.result-map-head { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); margin-bottom: var(--space-4); }
.result-map-head h2 { margin: 0; color: #f4eee2; font-size: 30px; }
.result-map-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid #4a4138;
  border-radius: 50%;
  background: transparent;
  color: #eee8dc;
  cursor: pointer;
}
.result-map-close svg { width: 20px; height: 20px; }
.result-map-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr); min-height: 420px; border: 1px solid #3b342c; border-radius: var(--radius-control); overflow: hidden; background: #15120f; }
.result-map-canvas { width: 100%; min-height: 420px; height: 100%; background: #24201b; }
.result-map-canvas .maplibregl-map { font: inherit; }
.result-map-canvas .maplibregl-ctrl-attrib {
  max-width: calc(100% - 12px);
  padding: 4px 8px;
  border-radius: 10px 0 0 0;
  background: rgba(244,238,226,.88);
  color: #15120f;
  font-size: 11px;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}
.result-map-canvas .maplibregl-ctrl-attrib a {
  color: #8b4b2f;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.result-map-canvas .maplibregl-ctrl-group button { width: 44px; height: 44px; }
.result-map-selection { display: flex; min-width: 0; flex-direction: column; gap: var(--space-4); padding: var(--space-6); border-left: 1px solid #3b342c; }
.result-map-selection img { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius-control); object-fit: cover; }
.result-map-selection h3 { margin: var(--space-1) 0 0; color: #f4eee2; font-size: 24px; overflow-wrap: anywhere; }
.result-map-selection p { margin: var(--space-2) 0 0; color: #aaa095; }
.result-map-actions { display: grid; gap: var(--space-2); margin-top: auto; }
.result-map-actions .button,
.result-map-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #4a4138;
  border-radius: var(--radius-control);
  background: transparent;
  color: #eee8dc;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.result-map-actions .button { border-color: #eee5d4; background: #eee5d4; color: #15120f; }
.result-map-actions button:disabled { cursor: not-allowed; opacity: .45; }
.result-map-save-status { min-height: 21px; font-size: 13px; }
.result-map-status { margin: var(--space-3) 0 0; color: #aaa095; font-size: 13px; }
.result-map-retry { min-height: 44px; margin-top: var(--space-3); padding: 9px 14px; border: 1px solid #4a4138; border-radius: var(--radius-control); background: transparent; color: #eee8dc; font: inherit; font-weight: 750; cursor: pointer; }
.result-map-retry[hidden] { display: none; }
.result-map-marker-hit {
  position: relative;
  width: 44px;
  height: 44px;
  pointer-events: none;
}
.result-map-marker {
  pointer-events: auto;
  --marker-shift-x: 0;
  --marker-shift-y: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  padding: 0;
  border: 2px solid #f4eee2;
  border-radius: 50%;
  background: #15120f;
  box-shadow: 0 3px 12px rgba(0,0,0,.34);
  color: #f4eee2;
  font: 800 14px/1 system-ui, sans-serif;
  cursor: pointer;
  transform: translate(var(--marker-shift-x, 0), var(--marker-shift-y, 0));
  transition: transform .16s ease, background .16s ease;
}
.result-map-marker-shell { border: 0; background: transparent; }
.result-map-marker.is-cluster { width: 80px; margin-left: -40px; border-radius: 8px; background: #fff; color: #15120f; }
.result-map-cluster-popup .maplibregl-popup-content { padding: 12px; border-radius: 8px; background: #fff; color: #15120f; }
.result-map-cluster-popup h3 { margin: 0 0 8px; font: 750 16px/1.3 system-ui, sans-serif; }
.result-map-cluster-list { display: grid; max-height: 230px; overflow-y: auto; gap: 4px; }
.result-map-cluster-list button { min-height: 44px; padding: 10px; border: 0; border-bottom: 1px solid #ddd; background: #fff; color: #15120f; text-align: left; font: 600 14px/1.4 system-ui, sans-serif; overflow-wrap: anywhere; cursor: pointer; }
.result-map-cluster-list button:hover, .result-map-cluster-list button:focus-visible { background: #eef3f2; }
.result-map-marker.is-selected {
  z-index: 2;
  border-color: #f4eee2;
  background: var(--rust);
  color: #fff;
  transform: translate(var(--marker-shift-x, 0), var(--marker-shift-y, 0)) scale(1.08);
}
.hotel-card.is-map-selected { outline: 2px solid var(--rust-light); outline-offset: 3px; }
.result-comparison { margin-top: var(--space-8); scroll-margin-top: 84px; border-block: 1px solid #3b342c; }
.result-comparison[hidden] { display: none; }
.result-comparison-head { display: flex; align-items: end; justify-content: space-between; gap: var(--space-4); padding-block: var(--space-6); }
.result-comparison-head h2 { margin: 0; color: #f4eee2; font-size: 28px; }
.result-comparison-head p { margin: var(--space-1) 0 0; color: #aaa095; font-size: 14px; }
.result-comparison-head [data-compare-status]:focus { outline: 0; }
.result-comparison-clear {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #3b342c;
  border-radius: 999px;
  background: transparent;
  color: #f4eee2;
  font: inherit;
  font-weight: 750;
}
.result-comparison-grid { display: grid; grid-template-columns: repeat(var(--comparison-columns, 2), minmax(0, 1fr)); gap: var(--space-4); padding-bottom: var(--space-6); }
.result-comparison-item { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #3b342c; border-radius: var(--radius-control); background: #1a1713; }
.result-comparison-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid #3b342c;
  background: #252019;
}
.result-comparison-photo img { width: 100%; height: 100%; object-fit: cover; }
.result-comparison-photo span { position: absolute; right: var(--space-3); bottom: var(--space-3); padding: 6px 9px; border-radius: var(--radius-pill); background: rgba(18,15,12,.82); color: #f4eee2; font-size: 12px; font-weight: 800; }
.result-comparison-body { display: flex; flex: 1; flex-direction: column; padding: var(--space-4); }
.result-comparison-item h3 { margin: 0; font-size: 22px; }
.result-comparison-open {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f4eee2;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.result-comparison-open:hover { text-decoration: underline; text-underline-offset: 3px; }
.result-comparison-location { margin: var(--space-1) 0 var(--space-4); color: #aaa095; font-size: 13px; }
.result-comparison-item dl { display: grid; gap: 0; margin: 0; }
.result-comparison-item dl div { padding-block: var(--space-3); border-top: 1px solid #302a24; }
.result-comparison-item dt { color: #8f867c; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.result-comparison-item dd { margin: 4px 0 0; color: #eee8dc; font-size: 14px; line-height: 1.4; }
.result-comparison-price dd { color: #f4eee2; font: 500 19px/1.25 Georgia, serif; }
.result-comparison-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-2); margin-top: auto; padding-top: var(--space-4); }
.result-comparison-actions .button { min-height: 44px; padding-inline: var(--space-3); }
.result-comparison-remove { min-width: 44px; min-height: 44px; padding: 0 var(--space-3); border: 1px solid #3b342c; border-radius: var(--radius-control); background: transparent; color: #f4eee2; font: inherit; font-weight: 750; }
.hotel-choice-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: var(--space-3); border-top: 1px solid #3b342c; }
.hotel-choice-tools button { display: inline-flex; min-width: 0; min-height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 8px 6px 0; border: 0; background: transparent; color: #aaa095; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.hotel-choice-tools button + button { border-left: 1px solid #3b342c; }
.hotel-choice-tools button[aria-pressed="true"] { color: #f4eee2; }
.hotel-choice-tools button:disabled { opacity: .5; }
.hotel-choice-tools svg { width: 17px; height: 17px; flex: 0 0 auto; }
@media (max-width: 350px) {
  .hotel-choice-tools button { gap: 4px; padding-inline: 4px; font-size: 11px; }
  .hotel-choice-tools svg { width: 15px; height: 15px; }
  .hotel-choice-tools button[data-preference-hide] svg { display: none; }
}
.hotel-card[data-result-liked="1"] { border-color: #b46945; }
.hotel-personal-note { margin: 9px 0 0; color: #c99a80; font-size: 12px; font-weight: 750; }
.hotel-personal-note[hidden] { display: none; }
.preference-manage { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: var(--space-4); padding: 0; border: 0; background: transparent; color: #c9bfb3; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.preference-manage[hidden] { display: none; }
.preference-dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 1px solid var(--line); border-radius: var(--radius-control); background: #fffdf7; color: var(--ink); }
.preference-dialog::backdrop { background: rgba(10,9,8,.72); }
.preference-dialog form { display: grid; max-height: min(760px, calc(100dvh - 32px)); grid-template-rows: auto minmax(0, 1fr) auto; }
.preference-dialog-head, .preference-dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); padding: var(--space-6); }
.preference-dialog-head { border-bottom: 1px solid var(--line); }
.preference-dialog-head h2 { margin: 0; font-size: 28px; }
.preference-dialog-body { overflow: auto; padding: var(--space-6); }
.preference-dialog-body > p:first-child { margin-top: 0; }
.preference-dialog-actions { flex-wrap: wrap; border-top: 1px solid var(--line); }
.preference-dialog-actions button { min-height: 44px; }
.preference-hide-fields { display: grid; gap: var(--space-3); }
.preference-hide-fields label { display: grid; gap: 7px; font-weight: 700; }
.preference-hide-fields select { min-height: 48px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.preference-list { display: grid; gap: 0; margin-top: var(--space-4); border-top: 1px solid var(--line); }
.preference-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px var(--space-3); align-items: center; padding: var(--space-3) 0; border-bottom: 1px solid var(--line); }
.preference-item strong, .preference-item span { min-width: 0; overflow-wrap: anywhere; }
.preference-item span { color: var(--muted); font-size: 13px; }
.preference-item button { grid-column: 2; grid-row: 1 / 3; min-height: 44px; border: 0; background: transparent; color: var(--rust-dark); font: inherit; font-weight: 750; cursor: pointer; }
.preference-toast { position: fixed; z-index: 80; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: var(--space-4); max-width: min(440px, calc(100% - 36px)); padding: 14px 16px; border: 1px solid #50463c; border-radius: var(--radius-control); background: #17130f; color: #f4eee2; box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.preference-toast[hidden] { display: none; }
.preference-toast button { min-height: 44px; padding: 0; border: 0; background: transparent; color: #f3c5ad; font: inherit; font-weight: 800; cursor: pointer; }
.result-load-more { display: grid; justify-items: center; gap: var(--space-2); margin-top: var(--space-8); }
.result-load-more p { margin: 0; color: #aaa095; font-size: 14px; }
.result-load-more .button { width: auto; min-width: 240px; }

/* Editorial hotel selection on every search landing page. */
.featured-hotels { border-bottom: 1px solid var(--line); background: var(--paper); }
.featured-hotels-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  align-items: end;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}
.featured-hotels-head h2 { max-width: 680px; }
.featured-hotels-head > p { margin: 0; }
.featured-hotels-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.featured-hotel-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.featured-hotel-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.featured-hotel-photo img { width: 100%; height: 100%; object-fit: cover; }
.featured-hotel-photo .hotel-photo-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  padding: var(--space-6);
  color: var(--muted);
  text-align: center;
}
.featured-hotel-photo.no-image .hotel-photo-placeholder { display: grid; }
.featured-hotel-photo > span:not(.hotel-photo-placeholder) {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: var(--radius-pill);
  background: rgba(23,22,17,.64);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.featured-hotel-copy { display: flex; flex: 1; flex-direction: column; padding: var(--space-6); }
.featured-hotel-copy > p:first-child { margin: 0 0 var(--space-2); color: var(--rust-dark); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.featured-hotel-copy h3 { margin: 0 0 var(--space-3); font-size: 26px; }
.featured-hotel-copy h3 a { display: inline-flex; min-height: 48px; align-items: center; color: inherit; text-decoration: none; }
.featured-hotel-copy h3 a:hover, .featured-hotel-copy h3 a:focus-visible { text-decoration: underline; }
.featured-hotel-copy h3 + p { margin: 0; }
.featured-hotel-copy ul { display: flex; flex-wrap: wrap; gap: var(--space-2); margin: var(--space-4) 0 0; padding: 0; list-style: none; }
.featured-hotel-copy li { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--line); border-radius: var(--radius-control); color: var(--muted); font-size: 12px; }
.featured-hotel-copy li > svg { width: 15px; height: 15px; color: var(--rust-dark); stroke-width: 1.8; }
.featured-hotel-copy form { margin-top: auto; padding-top: var(--space-6); }
.featured-hotel-copy .button { width: 100%; }
.featured-hotels-empty { max-width: var(--width-reading); }
.featured-hotels-empty h2 { max-width: 720px; }
.best-comparison { border-bottom: 1px solid rgba(255,255,255,.16); background: var(--night); color: #fff; }
.best-comparison-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  align-items: end;
  gap: var(--space-12);
  margin-bottom: var(--space-10);
}
.best-comparison h2, .best-comparison h3 { color: #fff; }
.best-comparison-head > p { margin: 0; color: rgba(255,255,255,.72); }
.best-comparison-list { margin: 0; padding: 0; list-style: none; }
.best-comparison-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-6) 0;
  border-top: 1px solid rgba(255,255,255,.2);
}
.best-comparison-rank { color: var(--rust-light); font: 400 32px/1 Georgia, serif; }
.best-comparison-list h3 { margin: 0; font-size: 24px; }
.best-comparison-list h3 a { display: inline-flex; min-height: 44px; align-items: center; color: inherit; text-decoration: none; }
.best-comparison-list h3 a:hover, .best-comparison-list h3 a:focus-visible { text-decoration: underline; }
.best-comparison-list p { margin: var(--space-2) 0 0; color: rgba(255,255,255,.7); }
.best-comparison-rating { color: #fff; font-weight: 750; white-space: nowrap; }

/* Hotel page */
.hotel-story { padding-bottom: 0; background: var(--paper); }
.story-hero { min-height: 680px; }
.story-hero-copy { min-height: 680px; padding-bottom: var(--space-12); }
.story-hero h1 { font-size: 64px; line-height: 1; }
.story-sticky {
  position: static;
  z-index: auto;
  border-block: 1px solid var(--line);
  background: var(--paper-light);
  backdrop-filter: none;
}
.story-sticky-inner { min-height: 88px; }
.story-body { width: min(calc(100% - 64px), var(--width-reading)); }
.story-section { padding-block: var(--space-12); }
.story-section h2 { max-width: 760px; font-size: 44px; line-height: 1.04; }
.story-lede { font-size: 22px; line-height: 1.45; }
.stay-picker { display: grid; gap: var(--space-4); margin-top: var(--space-8); }
.hotel-story .stay-picker { padding: 0; border: 0; background: transparent; }
.stay-picker .journey-fields {
  border-color: var(--line);
  background: var(--paper-light);
}
.stay-picker .journey-row {
  min-height: 76px;
  grid-template-columns: 112px minmax(0,1fr);
  color: var(--ink);
}
.stay-picker .journey-row + .journey-row { border-color: var(--line); }
.stay-picker .journey-name, .stay-picker label { color: var(--muted); }
.stay-picker .journey-name--icon { display: flex; align-items: center; gap: 8px; color: var(--ink); }
.stay-picker .journey-name--icon svg { width: 18px; height: 18px; color: var(--rust); }
.stay-picker .journey-inline label { grid-template-columns: 104px minmax(0, 1fr); }
.stay-picker input, .stay-picker select {
  min-height: 44px;
  padding: 0 var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  color-scheme: light;
}
.stay-select { position: relative; display: block; min-width: 0; }
.stay-select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px;
}
.stay-select > svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  color: var(--ink);
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
}
.date-price-picker {
  display: grid;
  gap: var(--space-4);
  padding: var(--space-6) 0 var(--space-2);
  border-top: 1px solid var(--line);
}
.date-price-picker-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-4);
}
.date-price-picker-title {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: var(--space-2);
  align-items: center;
}
.date-price-picker-title svg { width: 18px; height: 18px; color: var(--rust); }
.date-price-picker-title strong { color: var(--ink); font-size: 17px; }
.date-price-picker-title span { grid-column: 2; color: var(--muted); font-size: 14px; }
.date-price-retry {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: var(--space-2);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--rust-dark);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.date-price-retry svg { width: 17px; height: 17px; }
.date-price-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-3); }
.date-price-option {
  display: grid;
  min-width: 0;
  min-height: 112px;
  align-content: space-between;
  gap: var(--space-3);
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.date-price-option:hover:not(:disabled),
.date-price-option:focus-visible,
.date-price-option[aria-pressed="true"] { border-color: var(--rust); box-shadow: inset 0 0 0 1px var(--rust); }
.date-price-option:disabled { background: transparent; color: var(--muted); cursor: default; }
.date-price-date { font-size: 14px; font-weight: 750; }
.date-price-value { font-size: 22px; font-weight: 800; line-height: 1.05; }
.date-price-detail { color: var(--muted); font-size: 12px; line-height: 1.35; }
.date-price-status {
  grid-column: 1 / -1;
  min-height: 112px;
  margin: 0;
  padding: var(--space-4);
  border-block: 1px solid var(--line);
  color: var(--muted);
}
.date-price-note { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; }
.date-input-wrap {
  position: relative;
  display: block;
  min-width: min(100%, 210px);
}
.date-input-wrap::after {
  content: attr(data-date-empty);
  position: absolute;
  left: var(--space-3);
  top: 50%;
  z-index: 1;
  color: var(--ink);
  font: inherit;
  pointer-events: none;
  transform: translateY(-50%);
}
.date-input-wrap input[type="date"] {
  width: 100%;
  color: transparent;
  caret-color: var(--ink);
  -webkit-text-fill-color: transparent;
}
.date-input-wrap input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}
.date-input-wrap[data-date-filled]::after,
.date-input-wrap:focus-within::after {
  opacity: 0;
}
.date-input-wrap[data-date-filled] input[type="date"],
.date-input-wrap:focus-within input[type="date"] {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.date-input-wrap[data-date-filled] input[type="date"]::-webkit-datetime-edit,
.date-input-wrap:focus-within input[type="date"]::-webkit-datetime-edit {
  color: var(--ink);
}
.stay-picker > .button { justify-self: start; }
.pet-policy {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-6);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.pet-policy p { max-width: 760px; margin: 0; color: var(--muted); }
.pet-policy-source { display: inline-flex; align-items: center; gap: 8px; justify-self: start; }
.pet-policy-source svg { width: 18px; height: 18px; flex: 0 0 18px; }
.room-list { margin-top: var(--space-12); }
.room-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.room-preview-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.room-preview-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.room-preview-copy { min-width: 0; padding: var(--space-4); overflow-wrap: anywhere; }
.room-preview-copy h3 { font-size: 22px; hyphens: auto; }
.room-preview-copy p { margin: var(--space-2) 0 0; font-size: 14px; }
@media (min-width: 601px) {
  .room-preview-grid[data-room-count="1"],
  .room-preview-grid[data-room-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-preview-grid[data-room-count="1"] .room-preview-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--space-8);
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .room-preview-grid[data-room-count="1"] img { border-radius: var(--radius-control); }
  .room-preview-grid[data-room-count="1"] .room-preview-copy { padding: 0; }
  .room-preview-grid[data-room-count="1"] .room-preview-copy p { font-size: 16px; }
}
.room-facts {
  display: grid;
  gap: var(--space-2);
  margin: var(--space-3) 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 15px;
  list-style: none;
}
.room-facts li { position: relative; padding-left: 15px; }
.room-facts li::before {
  position: absolute;
  left: 0;
  content: "·";
  color: var(--rust);
  font-weight: 800;
}
.room-offer.no-room-photo { grid-template-columns: 1fr; }
.room-image-note { margin: var(--space-2) 0 0; color: var(--muted); font-size: 14px; }
.room-specifics { margin-top: var(--space-4); padding-top: var(--space-3); border-top: 1px solid var(--line); }
.room-specifics > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.room-specifics ul { display: flex; flex-wrap: wrap; gap: var(--space-2); margin: var(--space-2) 0 0; padding: 0; list-style: none; }
.room-specifics li { font-size: 14px; }
.room-specific-groups { display: grid; gap: var(--space-3); margin-top: var(--space-3); }
.room-specific-group + .room-specific-group { padding-top: var(--space-3); border-top: 1px solid var(--line); }
.room-specific-group strong { display: block; }
.room-specific-group span { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; }
.faq-details { margin-top: var(--space-12); }
.legal-inline-links { margin-top: 28px; }
.booking-note {
  margin: var(--space-8) 0 var(--space-20);
  padding: var(--space-6);
  border-block: 1px solid var(--line);
}
.booking-note p { max-width: 700px; margin: var(--space-2) 0 0; }
.booking-flow {
  width: min(calc(100% - 64px), 760px);
  min-height: 68vh;
  padding-block: var(--space-20);
}
.booking-flow h1 { max-width: 680px; font-size: 64px; line-height: 1.02; }
.booking-flow > p { max-width: 650px; }
.booking-context {
  display: grid;
  gap: var(--space-3);
  margin-block: var(--space-8);
  padding-block: var(--space-6);
  border-block: 1px solid var(--line);
}
.booking-context div { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: var(--space-4); }
.booking-context span { color: var(--muted); }
.booking-context strong { min-width: 0; overflow-wrap: anywhere; }
.booking-price-change {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  gap: var(--space-6);
  margin-block: var(--space-8);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.booking-price-change span { display: block; color: var(--muted); font-size: 14px; }
.booking-price-change strong { display: block; margin-top: var(--space-1); font: 500 32px/1.1 Georgia, serif; }
.booking-price-change small { display: block; margin-top: var(--space-2); color: var(--muted); }
.booking-price-change i { color: var(--rust); }
.booking-price-difference { margin: calc(var(--space-8) * -1) 0 var(--space-8); color: var(--muted); }
.booking-price-difference strong { color: var(--ink); }
.booking-terms-change {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: var(--space-6);
  margin-block: var(--space-8);
  padding-block: var(--space-6);
  border-block: 1px solid var(--line);
}
.booking-terms-change h2 { margin: 0 0 var(--space-4); font: 800 14px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-transform: uppercase; }
.booking-terms-change dl { display: grid; gap: var(--space-3); margin: 0; }
.booking-terms-change dl div { display: grid; gap: 2px; }
.booking-terms-change dt { color: var(--muted); font-size: 13px; }
.booking-terms-change dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.booking-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.booking-actions form { margin: 0; }
.booking-handoff-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-6);
  margin-block: var(--space-8) var(--space-4);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.booking-handoff-total span { color: var(--muted); font-weight: 700; }
.booking-handoff-total strong { font: 500 36px/1 Georgia, serif; white-space: nowrap; }
.booking-handoff-total small { flex-basis: 100%; color: var(--muted); }
.booking-handoff-total small a { color: inherit; }
.booking-handoff-terms { display: grid; gap: var(--space-2); margin: 0; padding: 0; color: var(--muted); list-style: none; }
.booking-handoff-terms li { position: relative; padding-left: 18px; }
.booking-handoff-terms li::before { position: absolute; left: 0; content: "·"; color: var(--rust); font-weight: 900; }
.booking-partner-note { margin-block: var(--space-8); padding-block: var(--space-6); border-block: 1px solid var(--line); }
.booking-partner-note p { max-width: 680px; margin: var(--space-2) 0 0; }
.booking-price-report {
  margin-block: var(--space-8);
  padding-block: var(--space-6);
  border-block: 1px solid var(--line);
}
.booking-price-report h2 { margin-top: var(--space-2); }
.booking-price-report p { max-width: 680px; }
.booking-management { margin-block: var(--space-8); padding-block: var(--space-6); border-block: 1px solid var(--line); }
.booking-management h2 { margin-top: var(--space-2); }
.booking-management > p { max-width: 680px; }
.booking-request-choice { max-width: 760px; margin: var(--space-6) 0; padding: 0; border: 0; }
.booking-request-choice legend { margin-bottom: var(--space-3); font-weight: 750; }
.booking-request-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius-control); overflow: hidden; }
.booking-request-grid label { position: relative; min-width: 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.booking-request-grid label:nth-child(odd) { border-right: 1px solid var(--line); }
.booking-request-grid label:nth-last-child(-n+2) { border-bottom: 0; }
.booking-request-grid input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.booking-request-grid span { display: flex; min-height: 52px; align-items: center; padding: 10px var(--space-4); font-weight: 700; }
.booking-request-grid input:checked + span { background: #f2dfce; color: var(--rust-dark); }
.booking-request-grid input:focus-visible + span { outline: 3px solid var(--rust); outline-offset: -3px; }
.booking-request-guidance { min-height: 52px; max-width: 760px; margin: calc(var(--space-6) * -1 + var(--space-3)) 0 var(--space-4); color: var(--muted); }
.booking-documents { margin-block: var(--space-8); padding-block: var(--space-6); border-block: 1px solid var(--line); }
.booking-documents h2 { margin-top: var(--space-2); }
.booking-documents p { max-width: 680px; }
.booking-copy-status { min-height: 24px; margin: var(--space-3) 0 0; color: var(--muted); }
.plans-page { min-height: 72vh; padding-block: var(--space-16) var(--space-20); }
.plans-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-8);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid var(--line);
}
.plans-head h1 { margin-top: var(--space-2); }
.plans-head p { max-width: 620px; }
.plan-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 520px;
  gap: var(--space-2);
  margin-block: var(--space-8);
}
.plan-tabs button {
  min-width: 0;
  min-height: 44px;
  padding: 10px 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}
.plan-tabs button[aria-selected="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.plan-list { display: grid; gap: var(--space-4); }
.plan-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: var(--space-6);
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
}
.plan-card h2 { margin: 0; font-size: 30px; }
.plan-card p { margin: var(--space-2) 0 0; color: var(--muted); }
.plan-card-meta { font-size: 14px; }
.plan-card-actions { display: flex; align-items: center; gap: var(--space-2); }
.plan-icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}
.plan-icon-button:hover, .plan-icon-button:focus-visible { border-color: var(--rust); color: var(--rust); }
.plan-empty { padding-block: var(--space-12); border-block: 1px solid var(--line); }
.plan-empty h2 { font-size: 32px; }
.plan-empty p { max-width: 580px; }
.plan-device-note { max-width: 700px; margin-top: var(--space-10); color: var(--muted); font-size: 14px; }
.plan-data-controls { max-width: 760px; margin-top: var(--space-6); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-data-controls summary { min-height: 52px; padding-block: var(--space-3); font-weight: 750; cursor: pointer; }
.plan-data-controls > div { padding-bottom: var(--space-6); }
.plan-data-controls p { max-width: 680px; color: var(--muted); }
.plan-data-actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.plan-data-actions button { min-height: 44px; }
.button.danger { border-color: var(--rust-dark); background: var(--rust-dark); color: #fff; }
.shared-plan {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-8);
  padding-block: var(--space-8);
  border-block: 1px solid var(--line);
}
.shared-plan[hidden] { display: none; }
.shared-plan h2 { margin: 0; font-size: 36px; }
.shared-plan p { max-width: 760px; margin: 0; }
.shared-plan form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-3); max-width: 760px; }
.shared-plan label { display: grid; gap: var(--space-2); font-weight: 700; }
.shared-plan input, .shared-plan select { min-height: 52px; padding: 0 var(--space-3); border: 1px solid var(--line); border-radius: var(--radius-control); background: #fff; font: inherit; }
.shared-plan-child-ages { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); margin: 0; padding: 0; border: 0; }
.shared-plan-child-ages legend { grid-column: 1 / -1; margin-bottom: var(--space-2); font-weight: 700; }
.collab-plan {
  display: grid;
  gap: var(--space-8);
  margin-top: var(--space-8);
  padding-block: var(--space-10);
  border-block: 1px solid var(--line);
}
.collab-plan[hidden] { display: none; }
.collab-plan-head { display: grid; gap: var(--space-3); max-width: 820px; }
.collab-plan-head h1 { margin: 0; }
.collab-plan-head p { margin: 0; max-width: 720px; }
.collab-revision { color: var(--muted); font-size: 14px; }
.collab-summary { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.collab-summary span {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.collab-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: var(--space-10); align-items: start; }
.collab-main, .collab-side { display: grid; gap: var(--space-6); }
.collab-identity, .collab-selection-form, .collab-private-search {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
  padding-block: var(--space-6);
  border-block: 1px solid var(--line);
}
.collab-identity label, .collab-selection-form label, .collab-private-search label { display: grid; gap: var(--space-2); font-weight: 700; }
.collab-identity input, .collab-selection-form input, .collab-selection-form select, .collab-private-search input {
  min-height: 48px;
  padding: 0 var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  font: inherit;
}
.collab-identity .button, .collab-selection-form .button, .collab-private-search .button { align-self: end; }
.collab-date-fields { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); }
.collab-hotel-list { display: grid; gap: var(--space-4); }
.collab-hotel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  overflow: hidden;
  background: #fff;
}
.collab-hotel > img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.collab-hotel-copy { display: grid; align-content: start; gap: var(--space-4); padding: var(--space-6); }
.collab-hotel > .collab-hotel-copy:only-child { grid-column: 1 / -1; }
.collab-hotel-copy h3 { margin: 0; font-size: 26px; }
.collab-hotel-copy p { margin: 0; }
.collab-votes, .collab-hotel-actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.collab-votes button, .collab-hotel-actions button { min-height: 44px; }
.collab-votes button[aria-pressed="true"] { border-color: var(--rust); color: var(--rust); }
.collab-note { display: grid; gap: var(--space-2); }
.collab-note textarea { min-height: 84px; padding: var(--space-3); border: 1px solid var(--line); border-radius: var(--radius-control); font: inherit; resize: vertical; }
.collab-responses, .collab-changes { display: grid; gap: var(--space-2); margin: 0; padding: 0; list-style: none; }
.collab-responses li, .collab-changes li { padding-block: var(--space-2); border-bottom: 1px solid var(--line); font-size: 14px; }
.collab-chosen { color: var(--rust); font-weight: 800; }
.collab-status { min-height: 24px; margin: 0; font-weight: 700; }
.collab-privacy { color: var(--muted); font-size: 14px; }
.share-plan-link { display: grid; gap: var(--space-2); }
.share-plan-link input { width: 100%; }
.share-plan-options { display: grid; gap: var(--space-4); }
.share-plan-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: var(--space-3); padding-bottom: var(--space-4); border-bottom: 1px solid var(--line); }
.share-plan-option .button { min-height: 48px; }
.share-plan-revoke { justify-self: start; }
.save-plan-dialog { width: min(calc(100% - 36px), 520px); max-height: calc(100dvh - 32px); padding: 0; overflow: hidden; border: 0; border-radius: var(--radius-control); }
.save-plan-dialog::backdrop { background: rgba(24,20,16,.5); backdrop-filter: blur(6px); }
.save-plan-dialog form { display: grid; max-height: calc(100dvh - 32px); gap: var(--space-4); padding: var(--space-6); overflow-y: auto; }
.save-plan-dialog h2 { font-size: 32px; }
.save-plan-dialog label { display: grid; gap: var(--space-2); font-weight: 700; }
.save-plan-dialog input { min-height: 48px; padding: 0 var(--space-3); border: 1px solid var(--line); border-radius: var(--radius-control); font: inherit; }
.save-plan-dialog p { margin: 0; color: var(--muted); font-size: 14px; }
.save-plan-dialog-actions { display: flex; justify-content: flex-end; gap: var(--space-3); }
.save-plan-dialog-actions button { min-height: 44px; }
.plan-toast {
  position: fixed;
  z-index: 40;
  right: var(--space-4);
  bottom: var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-4);
  max-width: calc(100% - 32px);
  padding: var(--space-4);
  border-radius: var(--radius-control);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 36px rgba(24,20,16,.2);
}
.plan-toast button { min-height: 44px; border: 0; background: transparent; color: #fff; font: inherit; font-weight: 800; text-decoration: underline; }
.search-save-status { color: var(--muted); font-size: 14px; }
.share-fallback-link {
  flex: 1 1 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.share-fallback-link[hidden] { display: none; }
.story-save-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.story-save-row .button { width: auto; }
.story-save-status { color: var(--muted); font-size: 14px; }
.hotel-plan-options { display: grid; gap: var(--space-2); }
.hotel-plan-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: center;
  min-height: 48px;
  padding: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  font-weight: 700;
}
.hotel-plan-choice input { min-height: auto; }
.hotel-new-plan[hidden] { display: none; }
.saved-hotel-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
}
.saved-hotel-card img {
  width: 180px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius-control);
}
.saved-hotel-card h2 { margin: 0; font-size: 26px; }
.saved-hotel-card p { margin: var(--space-2) 0 0; color: var(--muted); }
.saved-hotel-card .plan-card-actions { justify-content: flex-end; }
.hotel-story .source-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-inline: var(--space-1);
}
.alarm-visual {
  width: min(100%, 390px);
  height: 640px;
  justify-self: center;
  border-radius: var(--radius-control);
}
.alarm-visual img { width: 100%; height: auto; transform: translateY(-23.5%); }

@media (max-width: 900px) {
  .wrap { width: min(calc(100% - 48px), var(--width-site)); }
  h1 { font-size: 56px; }
  h2 { font-size: 44px; }
  h3 { font-size: 26px; }
  .section { padding-block: var(--space-20); }
  .section-intro { gap: var(--space-12); }
  .app-chat { padding-inline: 24px; }
  .story-body { width: min(calc(100% - 48px), var(--width-reading)); }
  .featured-hotels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .favorite-grid .hotel-card-copy { padding: var(--space-6); }
  .favorite-grid .hotel-card h2 { font-size: 34px; }
  .favorite-grid .hotel-choice-tools button { gap: 3px; padding-inline: 3px; }
  .favorite-grid .hotel-choice-tools svg { width: 16px; height: 16px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  h3 { font-size: 24px; }
  .site-header, .nav, .app-web-header, .app-toolbar { height: 72px; }
  .section { padding-block: var(--space-16); }
  .section-intro { gap: var(--space-6); }
  .app-toolbar { width: calc(100% - 16px); grid-template-columns: 96px minmax(0, 1fr) 96px; gap: 0; }
  .app-tool-group a { display: grid; font-size: inherit; }
  .app-tool-group a:first-child { display: grid; width: 44px; padding: 0; font-size: inherit; }
  .app-tool-group a:first-child::before { content: none; }
  .app-chat { padding: var(--space-6) 18px var(--space-12); }
  .app-chat::before {
    height: 420px;
    background-position: center top;
    opacity: .22;
  }
  .app-search-layout { gap: var(--space-6); padding-block: var(--space-12); }
  .app-search-copy h2 { font-size: 42px; }
  .app-search-copy p:last-child { display: none; }
  .app-chat--active { padding-top: var(--space-6); }
  .app-chat--active .chat-thread { max-width: 100%; }
  .chat-home-intro { margin-bottom: var(--space-6); }
  .chat-home-intro h2 { font-size: 42px; }
  .chat-home-intro p { display: none; }
  .chat-result-intro { margin: var(--space-2) 0 var(--space-3); }
  .chat-result-intro h1 { font-size: 1.78rem; line-height: 1.02; }
  .chat-result-intro p { font-size: 14px; line-height: 20px; }
  .criteria-chips {
    flex-wrap: nowrap;
    gap: var(--space-2);
    overflow-x: auto;
    margin-bottom: var(--space-3);
    padding: 0 max(var(--space-4), env(safe-area-inset-right)) 2px 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: auto;
    mask-image: none;
  }
  .criteria-chips::-webkit-scrollbar { display: none; }
  .criteria-chips span, .criteria-chips button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .journey-row { grid-template-columns: 22px 64px minmax(0,1fr); }
  .home-date-dialog .journey-row,
  .criteria-pane[data-pane="dates"] .journey-row { grid-template-columns: 1fr; gap: var(--space-3); }
  .home-date-dialog .calendar-choice > svg,
  .criteria-pane[data-pane="dates"] .calendar-choice > svg { display: none; }
  .home-date-dialog .calendar-choice-fields,
  .criteria-pane[data-pane="dates"] .calendar-choice-fields { grid-template-columns: 1fr; }
  .home-date-dialog .month-choice,
  .criteria-pane[data-pane="dates"] .month-choice {
    width: 100%;
    grid-column: 1;
  }
  .home-date-dialog [data-date-mode-panel="flexible"] .date-mode-note,
  .criteria-pane[data-pane="dates"] [data-date-mode-panel="flexible"] .date-mode-note {
    grid-column: 1;
  }
  .home-date-dialog .calendar-choice .date-mode-note,
  .criteria-pane[data-pane="dates"] .calendar-choice .date-mode-note { grid-column: 1; }
  .home-date-dialog .journey-inline,
  .criteria-pane[data-pane="dates"] .journey-inline { grid-template-columns: 1fr; }
  .chat-composer { margin-top: var(--space-6); }
  .topic-video { display: none; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .story-hero { min-height: 0; }
  .story-hero > img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .story-hero.no-image, .story-hero.no-image .story-hero-copy { min-height: 360px; }
  .story-hero-copy { min-height: 0; justify-content: flex-start; padding-top: var(--space-8); padding-bottom: var(--space-10); }
  .story-hero h1 { font-size: 44px; }
  .story-body { width: calc(100% - 36px); }
  .story-section { padding-block: var(--space-10); }
  .story-section h2 { font-size: 36px; }
  .story-lede { font-size: 20px; }
  .story-sticky-inner { min-height: 0; padding-block: var(--space-4); }
  .story-sticky .button { min-height: 48px; padding-inline: var(--space-4); }
  .stay-picker .journey-row { grid-template-columns: 1fr; gap: var(--space-2); padding: var(--space-4); }
  .journey-inline { grid-template-columns: 1fr; }
  .date-price-picker-head { align-items: start; }
  .date-price-options {
    grid-template-columns: repeat(2, minmax(148px, 1fr));
    overflow-x: auto;
    padding-bottom: var(--space-2);
    scroll-snap-type: x proximity;
  }
  .date-price-option { scroll-snap-align: start; }
  .stay-picker > .button { width: 100%; }
  .room-photo { min-height: 0; aspect-ratio: 16 / 10; }
  .room-preview-grid { grid-template-columns: 1fr; }
  .room-preview-card { display: grid; grid-template-columns: minmax(132px, 42%) minmax(0, 1fr); }
  .room-preview-card img { height: 100%; aspect-ratio: auto; }
  .room-preview-copy { align-self: center; }
  .booking-note { margin-bottom: var(--space-16); padding-inline: 0; }
  .booking-flow { width: calc(100% - 36px); padding-block: var(--space-12); }
  .booking-flow h1 { font-size: 44px; line-height: 1.05; }
  .booking-context div { grid-template-columns: 1fr; gap: 2px; }
  .booking-request-grid { grid-template-columns: 1fr; }
  .booking-request-grid label, .booking-request-grid label:nth-child(odd),
  .booking-request-grid label:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-request-grid label:last-child { border-bottom: 0; }
  .booking-price-change { grid-template-columns: 1fr; gap: var(--space-3); }
  .booking-price-change i { transform: rotate(90deg); }
  .booking-terms-change { grid-template-columns: 1fr; }
  .booking-handoff-total { align-items: start; flex-direction: column; gap: var(--space-2); }
  .booking-handoff-total strong { font-size: 32px; }
  .room-request-options { grid-template-columns: 1fr; }
  .booking-actions, .booking-actions form, .booking-actions .button { width: 100%; }
  .plans-page { padding-block: var(--space-10) var(--space-16); }
  .plans-head { align-items: start; flex-direction: column; gap: var(--space-4); }
  .plans-head .button { width: 100%; }
  .plan-tabs { gap: 4px; }
  .plan-tabs button { min-height: 64px; padding-inline: 4px; font-size: 14px; }
  .shared-plan form { grid-template-columns: 1fr; }
  .shared-plan form .button { width: 100%; }
  .collab-grid, .collab-hotel { grid-template-columns: 1fr; }
  .collab-hotel > img { min-height: 220px; aspect-ratio: 16 / 10; }
  .collab-identity, .collab-selection-form, .collab-private-search, .collab-date-fields { grid-template-columns: 1fr; }
  .collab-identity .button, .collab-selection-form .button, .collab-private-search .button { width: 100%; }
  .plan-card { grid-template-columns: 1fr; padding: var(--space-4); }
  .plan-card-actions { justify-content: flex-start; flex-wrap: wrap; }
  .story-save-row, .story-save-row .button { width: 100%; }
  .saved-hotel-card { grid-template-columns: 1fr; padding: var(--space-4); }
  .saved-hotel-card img { width: 100%; aspect-ratio: 16 / 10; }
  .saved-hotel-card .plan-card-actions { justify-content: flex-start; }
  .save-plan-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .share-plan-option { grid-template-columns: 1fr; }
  .share-plan-option .button { width: 100%; }
  .alarm-visual { width: min(86%, 330px); height: 540px; }
  .featured-hotels-head { grid-template-columns: 1fr; gap: var(--space-4); margin-bottom: var(--space-8); }
  .featured-hotels-grid { grid-template-columns: 1fr; }
  .featured-hotel-copy { padding: var(--space-4); }
  .chat-results .alternatives-grid { grid-template-columns: 1fr; gap: var(--space-4); }
  .chat-results .hotel-grid { margin-top: var(--space-4); }
  .favorite-kicker { margin: var(--space-4) 0 var(--space-2); }
  .favorite-grid .hotel-card { display: flex; min-height: 0; grid-template-columns: none; flex-direction: column; }
  .favorite-grid .hotel-photo-link,
  .favorite-grid .hotel-photo { height: auto; }
  .chat-results .favorite-grid .hotel-photo { aspect-ratio: 16 / 7; }
  .favorite-grid .hotel-card-copy { padding: var(--space-4); }
  .favorite-grid .hotel-card h2 { font-size: 1.5rem; }
  .favorite-grid .hotel-booking { grid-template-columns: 1fr; gap: var(--space-3); }
  .favorite-grid .hotel-booking .button { width: 100%; }
  .hotel-card-copy { padding: var(--space-4); }
  .hotel-card h2 { font-size: 1.5rem; }
  .hotel-meta-row { gap: 6px 12px; }
  .result-controls { align-items: flex-start; flex-direction: column; gap: var(--space-2); margin-bottom: var(--space-4); padding-block: var(--space-2); }
  .result-sort { width: 100%; }
  .result-sort button { flex: 1; min-width: 0; padding-inline: 8px; }
  .result-map-command { justify-content: stretch; margin-bottom: var(--space-4); }
  .result-map-toggle { justify-content: center; width: 100%; }
  .result-map-layout { grid-template-columns: 1fr; min-height: 0; }
  .result-map-canvas { min-height: 360px; height: min(58vh, 500px); }
  .result-map-selection { border-top: 1px solid #3b342c; border-left: 0; }
  .result-map-selection img { max-height: 240px; }
  .result-comparison-head { align-items: start; flex-direction: column; }
  .result-comparison-grid { grid-template-columns: 1fr; }
  .chat-thread--empty .criteria-chips { flex-wrap: wrap; overflow: visible; padding-right: 0; }
  .empty-actions { grid-template-columns: 1fr; }
  .empty-actions-label { grid-column: 1; }
  .search-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-tools .search-edit { min-height: 58px; flex-direction: column; font-size: 12px; }
  .result-load-more .button { width: 100%; min-width: 0; }
  .best-comparison-head { grid-template-columns: 1fr; gap: var(--space-4); }
  .best-comparison-list li { grid-template-columns: 40px minmax(0, 1fr); gap: var(--space-4); }
  .best-comparison-rating { grid-column: 2; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video, .directory-video, .topic-video, .motion-tile video { display: none; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .journey-card:hover,
  .topic-hero > picture img,
  .hotel-card:hover .hotel-photo img,
  .topic-hero-hotel:hover img,
  .story-gallery a:hover img,
  .directory-hotel:hover img,
  .magazine-stay:hover img,
  .faq details[open] summary svg,
  .directory-all[open] summary svg { transform: none; }
  .result-map-marker.is-selected {
    transform: translate(var(--marker-shift-x, 0), var(--marker-shift-y, 0));
  }
}
@media (max-width: 480px) {
  .room-preview-card { grid-template-columns: minmax(0, 1fr); }
  .room-preview-card img { height: auto; aspect-ratio: 4 / 3; }
  .room-preview-copy h3 { line-height: 1.25; }
}
@media (max-width: 360px) {
  .topic-hero h1 { font-size: 32px; hyphens: auto; overflow-wrap: anywhere; }
}

/* Shared web navigation: one dark glass layer on every public page. */
[data-cuvoya-header] {
  position: sticky;
  inset: 0 0 auto;
  z-index: 40;
  height: 76px;
  border: 0;
  border-bottom: 1px solid rgba(244, 238, 226, .12);
  background: rgba(18, 16, 13, .92);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(1.1);
  -webkit-backdrop-filter: blur(22px) saturate(1.1);
  transition:
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}
[data-cuvoya-header].is-scrolled {
  border-bottom-color: rgba(244, 238, 226, .18);
  background: rgba(18, 16, 13, .96);
  box-shadow: 0 16px 36px rgba(12, 10, 8, .18);
}
html.menu-locked { overflow: hidden; }
.cuvoya-nav {
  display: grid;
  width: min(calc(100% - 64px), var(--width-site));
  height: 76px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  margin-inline: auto;
}
.cuvoya-nav,
.cuvoya-brand,
.cuvoya-nav-links a,
.cuvoya-menu-button {
  transition:
    color .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    transform .18s ease;
}
.cuvoya-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #f4eee2;
  font: 650 1.42rem/1 ui-serif, Georgia, serif;
  text-decoration: none;
}
.cuvoya-brand img { width: 34px; height: 34px; border-radius: 50%; }
.cuvoya-nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.cuvoya-menu-group { display: contents; }
.cuvoya-menu-section { display: none; }
.cuvoya-nav-links a {
  position: relative;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #b8aea3;
  font-size: .88rem;
  font-weight: 680;
  text-decoration: none;
}
.cuvoya-nav-link > .cuvoya-nav-icon,
.cuvoya-nav-link > .cuvoya-nav-arrow,
.cuvoya-nav-link small { display: none; }
.cuvoya-nav-link > span { display: contents; }
.cuvoya-nav-link strong { font: inherit; }
.cuvoya-app-link > .cuvoya-nav-icon { display: block; }
.cuvoya-nav-links a:hover, .cuvoya-nav-links a[aria-current="page"] { color: #f4eee2; }
.cuvoya-nav-links a:hover,
.cuvoya-menu-button:hover {
  transform: translateY(-1px);
}
.cuvoya-nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  inset: auto 0 2px;
  height: 2px;
  background: var(--rust);
}
.cuvoya-nav-links .cuvoya-app-link {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #f4eee2;
  border-radius: var(--radius-control);
  background: #f4eee2;
  color: var(--night);
}
.cuvoya-nav-links .cuvoya-app-link:hover { background: #fffaf0; color: var(--night); }
.cuvoya-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid #40382f;
  border-radius: 50%;
  background: transparent;
  color: #f4eee2;
  cursor: pointer;
}
.cuvoya-menu-button svg { width: 21px; height: 21px; }
.cuvoya-menu-button .menu-close-icon { display: none; }
[data-cuvoya-header].menu-open .cuvoya-menu-button .menu-open-icon { display: none; }
[data-cuvoya-header].menu-open .cuvoya-menu-button .menu-close-icon { display: block; }

.site-header[data-cuvoya-header] {
  border-bottom-color: rgba(214, 204, 185, .68);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .42);
}
.site-header[data-cuvoya-header].is-scrolled {
  border-bottom-color: rgba(214, 204, 185, .84);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(47, 39, 29, .08);
}
.site-header .cuvoya-brand { color: var(--ink); }
.site-header .cuvoya-nav-links a { color: #565148; }
.site-header .cuvoya-nav-links a:hover,
.site-header .cuvoya-nav-links a[aria-current="page"] { color: var(--ink); }
.site-header .cuvoya-nav-links .cuvoya-app-link {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.site-header .cuvoya-nav-links .cuvoya-app-link:hover {
  background: #2b2a25;
  color: #fff;
}
.site-header .cuvoya-menu-button {
  border-color: rgba(23, 22, 17, .2);
  background: rgba(255, 255, 255, .52);
  color: var(--ink);
}

@media (max-width: 980px) {
  [data-cuvoya-header], .cuvoya-nav { height: 68px; }
  .cuvoya-nav {
    width: calc(100% - 32px);
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
  }
  .cuvoya-brand { width: max-content; font-size: 1.22rem; }
  .cuvoya-brand img { width: 32px; height: 32px; }
  .cuvoya-menu-button { display: grid; }
  .cuvoya-nav-links {
    position: fixed;
    inset: 68px 0 0;
    display: none;
    height: calc(100dvh - 68px);
    overflow-y: auto;
    align-content: start;
    padding: 18px 22px 28px;
    border-top: 1px solid rgba(244, 238, 226, .12);
    background: var(--night);
    backdrop-filter: blur(22px) saturate(1.1);
    -webkit-backdrop-filter: blur(22px) saturate(1.1);
  }
  [data-cuvoya-header].menu-open .cuvoya-nav-links { display: block; }
  .cuvoya-menu-group {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 18px;
  }
  .cuvoya-menu-section {
    display: block;
    margin: 0 0 6px;
    color: #8f867c;
    font-size: .72rem;
    font-weight: 780;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .cuvoya-nav-links a {
    display: grid;
    min-height: 54px;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    justify-content: initial;
    gap: 12px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #332e28;
    border-radius: 0;
    background: transparent;
    color: #f4eee2;
    font-size: 1rem;
  }
  .cuvoya-nav-link > .cuvoya-nav-icon,
  .cuvoya-nav-link > .cuvoya-nav-arrow { display: block; }
  .cuvoya-nav-link > .cuvoya-nav-icon {
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 50%;
    background: #29241e;
    color: #d8cfc2;
  }
  .cuvoya-nav-link > .cuvoya-nav-arrow {
    width: 18px;
    height: 18px;
    color: #776e64;
  }
  .cuvoya-nav-link > span {
    display: grid;
    align-content: center;
    gap: 3px;
  }
  .cuvoya-nav-link strong { font-size: .98rem; font-weight: 720; }
  .cuvoya-nav-link small {
    display: block;
    color: #a9a096;
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .cuvoya-nav-links a[aria-current="page"]::after { display: none; }
  .cuvoya-nav-links a[aria-current="page"] .cuvoya-nav-icon {
    background: rgba(185,80,44,.2);
    color: #e28c6b;
  }
  .cuvoya-menu-plan .cuvoya-nav-link {
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid #f4eee2;
    border-radius: var(--radius-control);
    background: #f4eee2;
    color: var(--night);
  }
  .cuvoya-menu-plan .cuvoya-nav-icon {
    background: rgba(185,80,44,.14);
    color: var(--rust);
  }
  .cuvoya-menu-plan .cuvoya-nav-arrow { color: var(--night); }
  .cuvoya-menu-plan .cuvoya-nav-link small { color: #625b51; }
  .cuvoya-nav-links .cuvoya-app-link {
    min-height: 54px;
    margin-top: 4px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid #40382f;
    border-radius: 0;
    background: transparent;
    color: #f4eee2;
  }
  .site-header .cuvoya-nav-links {
    border-top-color: rgba(214, 204, 185, .78);
    background: #fff;
  }
  .site-header .cuvoya-menu-section { color: #8a8379; }
  .site-header .cuvoya-nav-links a {
    border-color: rgba(214, 204, 185, .72);
    background: transparent;
    color: var(--ink);
  }
  .site-header .cuvoya-nav-link > .cuvoya-nav-icon {
    background: #f4f0e8;
    color: #4f4941;
  }
  .site-header .cuvoya-nav-link > .cuvoya-nav-arrow { color: #9b9388; }
  .site-header .cuvoya-nav-link small { color: #6e675e; }
  .site-header .cuvoya-menu-plan .cuvoya-nav-link,
  .site-header .cuvoya-menu-plan .cuvoya-nav-link:hover,
  .site-header .cuvoya-menu-plan .cuvoya-nav-link[aria-current="page"] {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
  }
  .site-header .cuvoya-menu-plan .cuvoya-nav-icon {
    background: rgba(255,255,255,.1);
    color: #e28c6b;
  }
  .site-header .cuvoya-menu-plan .cuvoya-nav-arrow { color: #fff; }
  .site-header .cuvoya-menu-plan .cuvoya-nav-link small { color: #c9c1b6; }
  .site-header .cuvoya-nav-links .cuvoya-app-link {
    border-top-color: rgba(214, 204, 185, .9);
    background: transparent;
    color: var(--ink);
  }
  .site-header .cuvoya-nav-links .cuvoya-app-link:hover {
    background: transparent;
    color: var(--ink);
  }
}

/* Journey cards keep picture and copy in the intended grid cells. */
.journey-card picture { display: block; min-width: 0; overflow: hidden; }
.journey-card picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 601px) and (max-width: 900px) {
  .journey-card {
    display: grid;
    min-height: 320px;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  }
  .journey-card picture { min-height: 320px; }
  .journey-card picture img { aspect-ratio: auto; }
  .journey-card-copy {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
  }
}
@media (max-width: 600px) {
  .journey-card { display: block; min-height: 0; }
  .journey-card picture { aspect-ratio: 16 / 10; }
  .journey-card picture img { aspect-ratio: auto; }
  .journey-card-copy { min-height: 210px; padding: 22px; }
}
@media (hover: hover) and (pointer: fine) {
  .journey-card picture img,
  .featured-hotel-photo img,
  .hotel-photo img,
  .magazine-feature img,
  .magazine-stay img {
    transition: transform .28s ease;
  }
  .journey-card:hover picture img,
  .featured-hotel-card:hover .featured-hotel-photo img,
  .hotel-card:hover .hotel-photo img,
  .magazine-feature:hover img,
  .magazine-stay:hover img {
    transform: scale(1.018);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video, .directory-video, .topic-video, .motion-tile video { display: none; }
  .hero-fallback .hero-art { opacity: 1; }
  .hero-art,
  .topic-hero > picture img,
  .directory-hero img {
    animation: none;
    transform: none;
  }
  .journey-card picture img,
  .featured-hotel-photo img,
  .hotel-photo img,
  .magazine-feature img,
  .magazine-stay img {
    transition: none;
  }
}

/* Source-backed day plan on hotel pages. */
.journey-planner-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--space-8);
}
.journey-planner-intro > div > p:last-child { max-width: 650px; }
.journey-planner-intro .button { min-width: 170px; }
.journey-plan-shell { margin-top: var(--space-8); }
.journey-plan-shell[hidden] { display: none; }
.journey-plan-status {
  min-height: 24px;
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 14px;
}
.journey-plan-status > .button { display: flex; width: max-content; max-width: 100%; margin-top: var(--space-3); }
.journey-plan-status[data-state="loading"] {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: var(--space-3);
  padding-block: var(--space-3);
  color: var(--ink);
  font-weight: 700;
}
.journey-plan-status[data-state="error"] { color: var(--rust-dark); font-weight: 700; }
.journey-status-spinner {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 2px solid var(--line);
  border-top-color: var(--rust);
  border-radius: 50%;
  animation: location-spin .8s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .journey-status-spinner { animation: none; }
}
.journey-plan-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--paper-light);
}
.journey-plan-map { position: relative; min-height: 440px; background: var(--paper-deep); }
.journey-map-status {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0;
  padding: var(--space-6);
  background: var(--paper-deep);
  color: var(--muted);
  text-align: center;
}
.journey-plan-map .maplibregl-map { font: inherit; }
.journey-plan-map .maplibregl-ctrl-group button { width: 44px; height: 44px; }
.journey-plan-map .maplibregl-ctrl-attrib {
  max-width: calc(100% - 12px);
  padding: 4px 8px;
  background: rgba(255,255,255,.9);
  color: #17130f;
  font-size: 11px;
}
.journey-map-marker {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 3px 12px rgba(0,0,0,.3);
  color: #fff;
  font: 800 14px/1 system-ui, sans-serif;
}
.journey-map-marker--hotel { width: 44px; height: 44px; padding: 5px; background: #17130f; }
.journey-map-marker--hotel img { width: 30px; height: 30px; border-radius: 50%; }
.journey-plan-overview { padding: var(--space-6); border-left: 1px solid var(--line); }
.journey-plan-overview h3 { margin: 0; font-size: 28px; }
.journey-plan-overview > p { margin: var(--space-2) 0 0; color: var(--muted); }
.journey-weather { display: grid; gap: var(--space-2); margin-top: var(--space-6); }
.journey-weather-day {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: var(--space-3);
  align-items: center;
  min-height: 44px;
  padding-block: var(--space-2);
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.journey-weather-day span:nth-child(2) { color: var(--muted); }
.journey-weather-day strong { white-space: nowrap; }
.journey-day-tabs {
  display: flex;
  gap: var(--space-2);
  margin: var(--space-6) 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.journey-day-tabs button {
  flex: 0 0 auto;
  min-width: 84px;
  min-height: 48px;
  padding: 0 var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  white-space: nowrap;
}
.journey-day-tabs button[aria-selected="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.journey-day-panel { min-height: 340px; }
.journey-day-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
}
.journey-day-head h3 { min-width: 0; margin: 0; font-size: 32px; overflow-wrap: anywhere; }
.journey-day-head p { margin: 0; color: var(--muted); font-size: 14px; }
.journey-stop-list { display: grid; margin: 0; padding: 0; list-style: none; }
.journey-stop {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: var(--space-4);
  align-items: start;
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--line);
}
.journey-stop-time { color: var(--rust-dark); font-weight: 800; }
.journey-stop-copy { min-width: 0; }
.journey-stop-kicker { margin: 0 0 3px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.journey-stop h4 { margin: 0; font: 500 24px/1.15 Georgia, serif; overflow-wrap: anywhere; }
.journey-stop-meta { display: flex; flex-wrap: wrap; gap: 4px var(--space-3); margin: var(--space-2) 0 0; color: var(--muted); font-size: 14px; }
.journey-stop-hours { margin: var(--space-2) 0 0; font-size: 14px; }
.journey-stop-actions { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-2); }
.journey-stop-actions a, .journey-stop-actions button, .journey-candidate button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}
.journey-stop-actions a:hover, .journey-stop-actions button:hover,
.journey-stop-actions a:focus-visible, .journey-stop-actions button:focus-visible,
.journey-candidate button:hover, .journey-candidate button:focus-visible { border-color: var(--rust); color: var(--rust); }
.journey-stop-actions button:disabled { opacity: .35; cursor: not-allowed; }
.journey-empty-day { padding: var(--space-8) 0; color: var(--muted); }
.journey-candidates { margin-top: var(--space-8); border-top: 1px solid var(--line); }
.journey-candidates summary { min-height: 56px; padding-block: var(--space-4); font-weight: 800; cursor: pointer; }
.journey-candidate-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); padding-bottom: var(--space-6); }
.journey-candidate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: var(--space-3);
  align-items: center;
  min-height: 72px;
  padding: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: #fff;
}
.journey-candidate strong { display: block; overflow-wrap: anywhere; }
.journey-candidate span { color: var(--muted); font-size: 13px; }
.journey-plan-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-8); }
.journey-plan-save-status { align-self: center; color: var(--muted); font-size: 14px; }
.journey-plan-sources { margin-top: var(--space-6); color: var(--muted); font-size: 13px; }
.journey-plan-sources a { display: inline-flex; min-height: 44px; align-items: center; }
.journey-plan-error { padding: var(--space-6); border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--paper-light); }

@media (max-width: 760px) {
  .journey-planner-intro { grid-template-columns: 1fr; align-items: start; gap: var(--space-4); }
  .journey-planner-intro .button { width: 100%; }
  .journey-plan-top { grid-template-columns: 1fr; min-height: 0; }
  .journey-plan-map { min-height: 390px; height: 58vh; max-height: 500px; }
  .journey-plan-overview { border-top: 1px solid var(--line); border-left: 0; }
  .journey-plan-overview h3 { font-size: 24px; }
  .journey-weather-day { grid-template-columns: minmax(0, 1fr) auto; gap: 4px var(--space-3); }
  .journey-weather-day span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .journey-weather-day strong { grid-column: 2; grid-row: 1; }
  .journey-day-head { align-items: start; flex-direction: column; gap: var(--space-2); }
  .journey-day-head h3 { font-size: 26px; }
  .journey-stop { grid-template-columns: 72px minmax(0, 1fr); gap: var(--space-2) var(--space-4); }
  .journey-stop-copy { display: contents; }
  .journey-stop-time { grid-column: 1; grid-row: 1; }
  .journey-stop-kicker { grid-column: 2; grid-row: 1; align-self: center; margin: 0; }
  .journey-stop h4, .journey-stop-meta, .journey-stop-hours, .journey-stop-actions { grid-column: 1 / -1; }
  .journey-candidate-list { grid-template-columns: 1fr; }
  .journey-plan-actions, .journey-plan-actions .button { width: 100%; }
}

@media print {
  body.print-journey-plan [data-cuvoya-header],
  body.print-journey-plan .story-hero,
  body.print-journey-plan .story-sticky,
  body.print-journey-plan .story-body > :not([data-journey-planner]),
  body.print-journey-plan .journey-plan-map,
  body.print-journey-plan .journey-candidates,
  body.print-journey-plan .journey-plan-actions,
  body.print-journey-plan .site-footer { display: none !important; }
  body.print-journey-plan .hotel-story,
  body.print-journey-plan .story-body,
  body.print-journey-plan [data-journey-planner] { width: 100%; margin: 0; padding: 0; background: #fff; }
  body.print-journey-plan .journey-plan-shell { display: block !important; }
  body.print-journey-plan .journey-plan-top { display: block; min-height: 0; border: 0; }
  body.print-journey-plan .journey-plan-overview { padding: 0 0 18px; border: 0; }
  body.print-journey-plan .journey-day-tabs { display: none; }
  body.print-journey-plan .journey-day-panel { display: block !important; break-after: page; }
  body.print-journey-plan .journey-stop { break-inside: avoid; }
}

/* Magazine mirrors the app's calm, image-led discovery path. */
.magazine-main { background: var(--paper); }
.magazine-intro { padding-block: 88px 48px; }
.magazine-intro .eyebrow { margin-bottom: 10px; }
.magazine-intro h1 { max-width: 820px; font-size: 68px; }
.magazine-intro .lede { max-width: 700px; margin: 18px 0 0; color: var(--ink-soft); }
.magazine-feature { position: relative; display: block; min-height: 650px; overflow: hidden; color: #fff; text-decoration: none; background: #15120f; }
.magazine-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.magazine-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,14,11,.04) 32%, rgba(16,14,11,.9) 100%); }
.magazine-feature-copy { position: absolute; z-index: 1; inset: auto max(32px, calc((100% - var(--width-site)) / 2)) 48px; max-width: min(900px, calc(100% - 64px)); padding: 18px 22px 20px; border-radius: 18px; background: rgba(16,14,11,.78); backdrop-filter: blur(14px) saturate(1.05); }
.magazine-feature-copy p { margin: 0 0 8px; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 750; text-transform: uppercase; }
.magazine-feature-copy h2 { max-width: 900px; color: #fff; font-size: 58px; }
.magazine-feature-copy span { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 18px; font-weight: 700; }
.magazine-section { padding-block: 96px; border-bottom: 1px solid var(--line); }
.magazine-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,440px); align-items: end; gap: 48px; margin-bottom: 34px; }
.magazine-section-head h2 { max-width: 760px; }
.magazine-section-head p:last-child { margin: 0; color: var(--ink-soft); }
.magazine-stay-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.magazine-stay { color: var(--ink); text-decoration: none; }
.magazine-stay picture { display: block; overflow: hidden; aspect-ratio: 1/1; border-radius: 6px; background: var(--paper-deep); }
.magazine-stay img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.magazine-stay:hover img { transform: scale(1.02); }
.magazine-stay-copy { padding: 14px 2px 0; }
.magazine-stay-copy p { margin: 0 0 5px; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.magazine-stay-copy h3 { font-size: 24px; }
.magazine-place-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.magazine-place { position: relative; min-height: 420px; overflow: hidden; border-radius: 6px; color: #fff; text-decoration: none; }
.magazine-place img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.magazine-place::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(16,14,11,.88)); }
.magazine-place-copy { position: absolute; z-index: 1; inset: auto 22px 22px; }
.magazine-place-copy p { margin: 0 0 4px; color: rgba(255,255,255,.76); font-size: .74rem; font-weight: 750; text-transform: uppercase; }
.magazine-place-copy h3 { color: #fff; font-size: 32px; }
.magazine-table-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.magazine-table { display: grid; min-height: 116px; grid-template-columns: minmax(0,1fr) 44px; align-items: center; gap: 18px; padding: 20px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.magazine-table:nth-child(odd) { padding-right: 24px; }
.magazine-table:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.magazine-table h3 { font-size: 24px; overflow-wrap: anywhere; }
.story-section .magazine-table-list { margin-top: 24px; }
.magazine-table p { margin: 6px 0 0; color: var(--ink-soft); }
.magazine-table svg { width: 20px; color: var(--rust); }
@media (max-width: 980px) {
  .magazine-stay-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .magazine-place-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .magazine-intro { padding-block: 58px 32px; }
  .magazine-intro h1 { font-size: 44px; }
  .magazine-feature { min-height: 420px; }
  .magazine-feature-copy { inset: auto 18px 28px; max-width: calc(100% - 36px); padding: 16px 18px 18px; }
  .magazine-feature-copy h2 { font-size: 38px; }
  .magazine-section { padding-block: 68px; }
  .magazine-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 26px; }
  .magazine-section-head h2 { font-size: 38px; }
  .magazine-stay-grid { gap: 12px; }
  .magazine-stay-copy h3 { font-size: 20px; }
  .magazine-place-grid { grid-template-columns: 1fr; gap: 12px; }
  .magazine-place { min-height: 390px; }
  .magazine-table-list { grid-template-columns: 1fr; }
  .magazine-table, .magazine-table:nth-child(odd), .magazine-table:nth-child(even) { padding-inline: 2px; border-left: 0; }
}

.consent-panel {
  inset: auto auto 18px 18px;
  width: min(420px, calc(100% - 36px));
  margin-inline: 0;
  padding: 18px;
  border-color: #40382f;
  border-radius: var(--radius-control);
  background: rgba(18,16,13,.92);
  box-shadow: 0 18px 52px rgba(18,16,13,.28);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
.consent-panel h2 { font-size: 1.28rem; line-height: 1.08; }
.consent-panel p { margin: 8px 0 14px; color: #b8aea3; font-size: .9rem; line-height: 1.42; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.consent-actions button { min-height: 44px; padding: 8px 12px; }
.consent-more {
  grid-column: 1 / -1;
  width: max-content;
  min-height: 44px;
  margin: 0;
  color: #cfc5b8;
  font-size: .9rem;
}
@media (max-width: 600px) {
  .consent-panel { inset: auto 12px 12px; width: auto; padding: 10px 12px; }
  .consent-panel h2 { font-size: 1rem; }
  .consent-panel p { margin: 4px 0 8px; font-size: .72rem; line-height: 1.35; }
  .consent-actions { grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto; gap: 6px; align-items: center; }
  .consent-actions button { min-height: 44px; padding-inline: 8px; font-size: .86rem; }
  .consent-more { grid-column: auto; min-width: 44px; min-height: 44px; align-items: center; font-size: .72rem; white-space: nowrap; }
}

/* Hotel story: image-led editorial page with one clear booking path. */
.hotel-story .story-body { width: 100%; margin: 0; }
.hotel-story .story-section {
  width: min(calc(100% - 64px), var(--width-site));
  margin-inline: auto;
  padding-block: 96px;
  border-bottom: 1px solid var(--line);
}
.hotel-story .story-section > p { max-width: 760px; }
.hotel-story .story-section h2 { max-width: 820px; font-size: 52px; }
.hotel-story .story-hero { min-height: min(640px, calc(100svh - 210px)); }
.hotel-story .story-hero-copy { min-height: min(640px, calc(100svh - 210px)); }
.hotel-story .story-hero h1 { max-width: 980px; font-size: 64px; }
.hotel-story .story-sticky { background: rgba(251,248,240,.97); }
.hotel-story .story-sticky-inner { min-height: 94px; }
.hotel-story .story-sticky strong { font-size: 24px; }
.hotel-story .story-sticky span { display: block; margin-top: 3px; font-size: 14px; }

.story-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 96px;
  align-items: start;
}
.story-overview-copy { min-width: 0; }
.story-overview .story-lede { max-width: 690px; margin: 22px 0 0; font-size: 28px; line-height: 1.42; }
.story-overview .story-save-row { margin-top: 32px; }
.story-overview .story-save-row .button { gap: 8px; }
.story-overview .story-save-row svg { width: 18px; height: 18px; }
.story-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 28px 0 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.story-fact {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.story-fact > svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--rust);
}
.story-fact span { font-size: 12px; }
.story-fact strong { margin-top: 4px; font-size: 16px; line-height: 1.4; }
.story-sources { margin-top: 28px; border-top: 1px solid var(--line); }
.story-sources summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.story-sources summary::-webkit-details-marker { display: none; }
.story-sources summary svg { width: 18px; transition: transform .18s ease; }
.story-sources[open] summary svg { transform: rotate(45deg); }
.story-sources p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.hotel-source-list { list-style: none; padding: 0; margin: 0 0 20px; }
.hotel-source-list li { padding: 12px 0; border-top: 1px solid var(--line); }
.hotel-source-list a { display: inline-flex; align-items: flex-start; gap: 8px; min-height: 32px; max-width: 100%; overflow-wrap: anywhere; }
.hotel-source-list a svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }
.hotel-source-provider { display: block; font-weight: 650; line-height: 1.6; }
.hotel-source-list small { display: block; color: var(--muted); font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }

.story-gallery-section { width: min(calc(100% - 64px), 1320px) !important; }
.story-gallery-section h2 { margin-bottom: 34px; }
.story-gallery { grid-template-columns: 1.65fr 1fr; grid-template-rows: repeat(2, 290px); gap: 12px; margin-top: 0; }
.story-gallery a { border-radius: var(--radius-control); }
.hotel-story .story-gallery-label { display: none; }

.hotel-story .story-amenities {
  width: 100%;
  padding: 96px max(32px, calc((100% - var(--width-site)) / 2));
  border: 0;
  background: #1d1a16;
  color: #f7f0e4;
}
.story-amenities h2 { color: #f7f0e4; }
.story-amenities > p { color: #bdb3a7; }
.story-amenities .eyebrow { color: #d98a68; }
.amenity-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 44px;
}
.amenity-list li,
.amenity-list li.confirmed,
.amenity-list li.missing {
  display: grid;
  min-width: 0;
  min-height: 84px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid #3e3730;
  border-radius: 0;
  background: transparent;
  color: #f7f0e4;
}
.amenity-list li > svg { width: 24px; height: 24px; color: #d98a68; stroke-width: 1.7; }
.amenity-list li strong { display: block; color: #f7f0e4; font-size: 15px; }
.amenity-list li small { display: block; margin-top: 2px; color: #a99e92; font-size: 12px; }
.amenity-list .amenity-source { display: inline-flex; align-items: center; gap: 4px; min-height: 32px; color: #d98a68; font-size: 12px; }
.amenity-list .amenity-source svg { width: 14px; height: 14px; flex: 0 0 14px; }
.amenity-list li.with-conditions { align-items: start; }
.amenity-list li.with-conditions > svg { margin-top: 2px; }
.amenity-list li.with-conditions small { font-size: 14px; }
.amenity-list li.missing > svg,
.amenity-list li.missing strong { color: #c5bbb0; }
.amenity-more { margin-top: 20px; border-top: 1px solid #443b32; }
.amenity-more > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 56px; padding: 12px 0; list-style: none; cursor: pointer;
  color: #f7f0e4; font-weight: 600;
}
.amenity-more > summary::-webkit-details-marker { display: none; }
.amenity-more > summary > svg { width: 20px; height: 20px; flex: 0 0 20px; transform: rotate(90deg); }
.amenity-more[open] > summary > svg { transform: rotate(-90deg); }
.amenity-more .amenity-list { margin-top: 0; }

.hotel-story .story-booking {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(280px, 400px) minmax(0, 760px);
  justify-content: center;
  gap: clamp(56px, 8vw, 128px);
  padding: 112px max(32px, calc((100% - var(--width-site)) / 2));
  border: 0;
  background: var(--paper-deep);
}
.story-booking-copy { align-self: start; }
.story-booking-copy > p { margin-top: 22px; color: var(--ink-soft); font-size: 18px; }
.story-booking-promises { margin: 34px 0 0; padding: 0; border-top: 1px solid #c9baa1; list-style: none; }
.story-booking-promises li {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #c9baa1;
  color: var(--ink-soft);
  font-weight: 700;
}
.story-booking-promises svg { width: 20px; height: 20px; color: var(--rust); }
.story-booking-tool { min-width: 0; }
.hotel-story .story-booking .stay-picker { margin: 0; }
.story-booking .journey-fields { border-color: #c9baa1; background: rgba(251,248,240,.76); }
.story-booking .date-price-picker { border-color: #c9baa1; }
.story-booking .optional-request-groups { border-color: #c9baa1; }
.story-booking .room-list { grid-column: auto; }
.story-booking .room-offer { background: var(--paper-light); }

.story-journey .journey-planner-intro { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.story-journey .journey-planner-intro > div { max-width: 820px; }
.story-journey .journey-planner-intro > div > p:last-child { max-width: 720px; font-size: 18px; }
.story-journey .journey-plan-shell { margin-top: 48px; }

.story-border { padding-block: 0 !important; }
.story-border details > summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}
.story-border details > summary::-webkit-details-marker { display: none; }
.story-border details > summary > span { display: flex; align-items: center; gap: 18px; }
.story-border details > summary .eyebrow { margin: 0; }
.story-border details > summary strong { font-size: 17px; }
.story-border details > summary > svg { width: 20px; transition: transform .18s ease; }
.story-border details[open] > summary > svg { transform: rotate(45deg); }
.story-border-body { padding: 12px 0 72px; }
.story-border-body h2 { font-size: 38px !important; }
.story-border-body .stay-list { max-width: 820px; }

.story-similar > p { margin-top: 18px; font-size: 18px; }
.story-similar .featured-hotels-grid { margin-top: 42px; }
.story-similar .featured-hotel-card { border: 0; background: transparent; }
.story-similar .featured-hotel-photo { border-radius: var(--radius-control); }
.story-similar .featured-hotel-copy { padding: 20px 0 0; }
.story-similar .featured-hotel-copy li { background: var(--paper-light); }
.hotel-story .booking-note {
  width: min(calc(100% - 64px), var(--width-site));
  margin: 0 auto 96px;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

@media (max-width: 900px) {
  .story-overview { grid-template-columns: 1fr; gap: 42px; }
  .story-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; border-top: 0; }
  .story-fact { grid-template-columns: 36px minmax(0, 1fr); padding-block: 18px; border-top: 1px solid var(--line); }
  .story-fact > svg { width: 34px; height: 34px; padding: 8px; }
  .amenity-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hotel-story .story-booking { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 600px) {
  .hotel-story .story-hero { min-height: 0; }
  .hotel-story .story-hero > img {
    position: relative; display: block; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  }
  .hotel-story .story-hero::after { display: none; }
  .hotel-story .story-hero-copy { min-height: 0; justify-content: flex-start; padding-block: 24px 28px; }
  .hotel-story .story-hero.no-image .story-hero-copy { min-height: 280px; padding-top: 86px; }
  .hotel-story .story-hero h1 { font-size: 34px; }
  .hotel-story .story-meta { display: grid; gap: 4px; margin-top: 14px; }
  .hotel-story .story-sticky-inner { align-items: center; gap: 12px; padding-block: 14px; }
  .hotel-story .story-sticky strong { font-size: 19px; }
  .hotel-story .story-sticky span { font-size: 12px; }
  .hotel-story .story-section {
    width: calc(100% - 36px);
    padding-block: 68px;
  }
  .hotel-story .story-section h2 { font-size: 38px; }
  .story-overview { gap: 30px; }
  .story-overview .story-lede { font-size: 23px; }
  .story-overview .story-save-row { display: grid; grid-template-columns: 1fr 1fr; }
  .story-overview .story-save-row .button { width: 100%; padding-inline: 12px; }
  .story-facts { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
  .story-fact { border-top: 0; }
  .story-gallery-section { width: calc(100% - 36px) !important; }
  .story-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 150px; gap: 8px; }
  .story-gallery a:first-child { grid-column: 1 / 3; }
  .hotel-story .story-amenities {
    width: 100%;
    padding: 68px 18px;
  }
  .amenity-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin-top: 32px; }
  .amenity-list li,
  .amenity-list li.confirmed,
  .amenity-list li.missing { min-height: 78px; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
  .amenity-list li > svg { width: 21px; height: 21px; }
  .amenity-list li.with-conditions { grid-column: 1 / -1; }
  .amenity-list li span,
  .amenity-list li strong { min-width: 0; overflow-wrap: anywhere; hyphens: auto; }
  .hotel-story .story-booking {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 18px;
  }
  .story-booking-copy > p { font-size: 16px; }
  .story-booking .date-price-options { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .story-journey .journey-planner-intro { grid-template-columns: 1fr; align-items: start; }
  .story-border details > summary > span { gap: 10px; }
  .story-border details > summary .eyebrow { display: none; }
  .story-border-body { padding-bottom: 52px; }
  .story-border-body .stay-row { grid-template-columns: 1fr; gap: 4px; }
  .story-similar .featured-hotels-grid { grid-template-columns: 1fr; }
  .hotel-story .booking-note { width: calc(100% - 36px); margin-bottom: 68px; }
}
