:root {
  --ink: #192529;
  --muted: #66757a;
  --paper: #f5f7f5;
  --white: #fff;
  --line: #dbe5e1;
  --sea: #0f6a63;
  --deep: #123f43;
  --gold: #e6b767;
  --shadow: 0 22px 70px rgba(18, 63, 67, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: var(--deep); text-underline-offset: .18em; }
a:hover { color: var(--sea); }
.shell { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }
.narrow { max-width: 780px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 20; padding: 10px 14px; background: #fff; border-radius: 8px; }
.topbar { border-bottom: 1px solid var(--line); background: rgba(245, 247, 245, .94); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 76px; }
.wordmark { color: var(--ink); font-size: 1.32rem; font-weight: 850; letter-spacing: -.06em; text-decoration: none; }
.wordmark span { color: var(--sea); }
.wordmark.inverse { color: #fff; }
.topbar nav { display: flex; gap: 25px; font-size: .92rem; font-weight: 700; }
.topbar nav a { text-decoration: none; }
.topbar-link { font-size: .87rem; font-weight: 750; text-decoration: none; }
.eyebrow { margin: 0 0 16px; color: var(--sea); font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.home-hero { padding: 78px 0 72px; background: radial-gradient(circle at 83% 18%, rgba(230, 183, 103, .24), transparent 23%), linear-gradient(135deg, #f5f7f5 0%, #e7f1ed 100%); }
.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 64px; align-items: center; }
.home-copy h1, .page-hero h1 { max-width: 760px; margin: 0 0 20px; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 1.01; letter-spacing: -.065em; }
.home-copy h1 { max-width: 680px; }
.lede { max-width: 680px; margin: 0; color: #4c5e62; font-size: 1.14rem; }
.search-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; margin-top: 34px; padding: 10px; border: 1px solid rgba(15, 106, 99, .18); border-radius: 18px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow); }
.search-form label { display: grid; gap: 3px; padding: 6px 10px; }
.search-form label span { color: var(--muted); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-form input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.search-form button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--sea); border-radius: 999px; padding: 12px 18px; color: #fff; background: var(--sea); font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.search-form button:hover, .button:hover { color: #fff; background: var(--deep); }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.map-stage { position: relative; min-height: 460px; overflow: hidden; border: 8px solid rgba(255, 255, 255, .68); border-radius: 26px; background: #dbece5; box-shadow: var(--shadow); }
.map-stage:not(.live-map) { min-height: 460px; }
.map-grid { position: absolute; inset: 0; background: linear-gradient(35deg, transparent 48%, rgba(15, 106, 99, .1) 49%, transparent 51%), linear-gradient(122deg, transparent 47%, rgba(15, 106, 99, .08) 48%, transparent 50%), repeating-linear-gradient(90deg, transparent 0 66px, rgba(15, 106, 99, .055) 67px 68px), repeating-linear-gradient(0deg, transparent 0 66px, rgba(15, 106, 99, .055) 67px 68px); transform: rotate(-8deg) scale(1.24); }
.map-stage:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .6), transparent 24%), linear-gradient(180deg, transparent 70%, rgba(12, 58, 61, .1)); pointer-events: none; }
.live-map:after { display: none; }
.map-pin { position: absolute; z-index: 2; width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--sea); box-shadow: 0 6px 14px rgba(18, 63, 67, .24); transform: rotate(-45deg); }
.pin-a { top: 27%; left: 30%; }.pin-b { top: 52%; right: 29%; background: var(--gold); }.pin-c { bottom: 21%; left: 48%; }
.map-note { position: absolute; z-index: 3; right: 24px; bottom: 22px; display: grid; gap: 3px; min-width: 205px; padding: 16px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 15px; background: rgba(255, 255, 255, .86); box-shadow: 0 12px 30px rgba(18, 63, 67, .12); }
.map-note strong { font-size: .94rem; }.map-note small { color: var(--muted); }.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(230, 183, 103, .2); }
.map-legend { position: absolute; z-index: 4; left: 18px; bottom: 18px; display: grid; gap: 3px; max-width: 260px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .85); border-radius: 14px; background: rgba(255, 255, 255, .91); box-shadow: 0 12px 30px rgba(18, 63, 67, .14); pointer-events: none; }
.map-legend strong { font-size: .95rem; }.map-legend span { color: var(--muted); font-size: .76rem; line-height: 1.35; }
.directory-section, .content-section { padding: 84px 0; background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; }.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.03; letter-spacing: -.055em; }.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.city-picker { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 20px; color: var(--muted); font-size: .78rem; font-weight: 800; }.city-picker > span { margin-right: 3px; letter-spacing: .08em; text-transform: uppercase; }.city-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(15, 106, 99, .18); border-radius: 999px; color: var(--deep); background: rgba(255, 255, 255, .72); font-size: .82rem; text-decoration: none; }.city-chip:hover, .city-chip.active { color: #fff; background: var(--sea); }.city-chip small { opacity: .72; font-size: .72rem; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.hotel-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(18, 63, 67, .06); transition: transform .18s ease, box-shadow .18s ease; }.hotel-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(18, 63, 67, .13); }.hotel-card:focus-within { outline: 3px solid rgba(15, 106, 99, .28); outline-offset: 3px; }
.hotel-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 18px 0; }.hotel-monogram { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(15, 106, 99, .15); border-radius: 14px; color: var(--deep); background: linear-gradient(135deg, #d8ebe3, #ecd397); font-size: 1.25rem; font-weight: 850; }.card-badges { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }.hotel-class, .distance-badge { display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 999px; font-size: .7rem; font-weight: 850; white-space: nowrap; }.hotel-class { color: #7b5b1d; background: #fff5dc; border: 1px solid #edcf8e; }.distance-badge { color: var(--sea); background: #edf7f3; border: 1px solid #c8e1d7; }
.hotel-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px 20px 20px; }.card-kicker, .empty-kicker { margin: 0 0 9px; color: var(--sea); font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.hotel-card-body h3 { margin: 0 0 7px; font-size: 1.2rem; line-height: 1.18; }.hotel-card-link { color: var(--ink); text-decoration: none; }.hotel-card-link:hover { text-decoration: underline; text-decoration-thickness: 2px; }.hotel-summary { display: -webkit-box; min-height: 0; margin: 0 0 12px; overflow: hidden; color: #53666a; font-size: .9rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }.card-address { display: flex; gap: 6px; margin: 0 0 13px; color: #657579; font-size: .78rem; line-height: 1.45; }.card-address span { color: var(--sea); font-size: 1rem; line-height: 1; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 18px; padding: 0; list-style: none; }.amenity-list li { padding: 5px 8px; border-radius: 999px; color: #48645f; background: #eaf3ef; font-size: .68rem; font-weight: 750; }.hotel-card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }.button-small { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--sea); border-radius: 999px; color: #fff; background: var(--sea); font-size: .76rem; font-weight: 850; text-decoration: none; }.button-small:hover { color: #fff; background: var(--deep); }.button-small-muted { color: var(--deep); background: #eef6f2; border-color: #c9e0d6; }.button-small-muted:hover { color: var(--deep); background: #deeee7; }.text-link, .text-link-small { font-weight: 800; text-decoration: none; }.text-link-small { color: var(--deep); font-size: .75rem; }.text-link-small:hover { text-decoration: underline; }
.page-hero { padding: 84px 0 70px; background: linear-gradient(135deg, #e3f0eb, #f8f5eb); }.detail-hero { padding-top: 70px; padding-bottom: 54px; }.detail-intro { display: flex; align-items: center; justify-content: space-between; gap: 45px; }.detail-intro h1 { max-width: 780px; }.detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }.button-light { color: var(--deep); background: #fff; border-color: #b9d7cc; }.button-light:hover { color: #fff; background: var(--deep); }.detail-stamp { display: grid; gap: 7px; min-width: 240px; padding: 22px; border: 1px solid rgba(15, 106, 99, .16); border-radius: 18px; background: rgba(255, 255, 255, .82); }.stamp-label { color: var(--sea); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.detail-stamp strong { font-size: 1.25rem; line-height: 1.2; }.detail-stamp span:last-child { color: var(--muted); font-size: .84rem; line-height: 1.4; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 54px; }.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }.fact-grid > div { display: grid; gap: 4px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }.fact-grid span, .fact-grid small { color: var(--muted); font-size: .73rem; }.fact-grid strong { font-size: 1rem; line-height: 1.35; }.detail-quick-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 8px 0 34px; }.detail-section article h2 { margin: 45px 0 12px; font-size: 2rem; letter-spacing: -.045em; }.detail-section article h2:first-of-type { margin-top: 0; }.subheading { margin: 26px 0 10px; font-size: 1rem; }.detail-amenities { margin-bottom: 30px; }.muted-line { color: var(--muted); font-size: .9rem; }.detail-map { position: sticky; top: 20px; min-height: 510px; }.nearby-section { padding-top: 30px; }.compact-card .hotel-summary { -webkit-line-clamp: 2; }.compact-card .hotel-card-body { padding-top: 15px; }
.review-panel { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px; border: 1px solid #ead8a8; border-radius: 17px; background: #fffaf0; }.review-panel > div { display: flex; align-items: flex-start; gap: 13px; }.review-panel strong { display: block; font-size: .95rem; }.review-panel p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }.review-icon { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #8a671f; background: #f5d98c; font-weight: 900; }.data-note { margin-top: 25px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: #f8faf8; font-size: .82rem; }.data-note summary { color: var(--deep); cursor: pointer; font-weight: 800; }.data-note p { margin: 12px 0 0; }.data-note a { font-weight: 800; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 65px; }.prose { font-size: 1.08rem; }.prose h2 { margin: 0 0 15px; font-size: 2.1rem; letter-spacing: -.05em; }.prose h2:not(:first-child) { margin-top: 48px; }.method-card { align-self: start; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }.method-card h3 { margin: 8px 0 4px; font-size: 1.18rem; }.method-card p { margin: 0 0 25px; color: var(--muted); }.method-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #fff; background: var(--sea); font-size: .75rem; font-weight: 850; }.empty-panel { max-width: 720px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }.empty-panel h2 { margin: 0 0 12px; font-size: 2.3rem; letter-spacing: -.05em; }.empty-panel p { max-width: 600px; color: var(--muted); }
.empty-directory { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 44px; max-width: 860px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }.empty-directory h3 { margin: 0 0 8px; font-size: 1.7rem; letter-spacing: -.04em; }.empty-directory p { max-width: 600px; margin: 0 0 14px; color: var(--muted); }.empty-orbit { position: relative; width: 150px; height: 150px; border: 1px solid #b8d5ca; border-radius: 50%; background: radial-gradient(circle, rgba(15, 106, 99, .12) 0 7px, transparent 8px), repeating-radial-gradient(circle, transparent 0 27px, rgba(15, 106, 99, .16) 28px 29px); }.empty-orbit span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--sea); }.empty-orbit span:nth-child(1) { top: 17px; left: 64px; }.empty-orbit span:nth-child(2) { right: 18px; bottom: 43px; background: var(--gold); }.empty-orbit span:nth-child(3) { bottom: 18px; left: 37px; }
.principles-section { padding: 84px 0; color: #d4e5e0; background: var(--deep); }.principles-section h2 { color: #fff; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.principle-grid article { min-height: 190px; padding: 24px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(255, 255, 255, .06); }.principle-grid span { color: var(--gold); font-size: .8rem; font-weight: 850; letter-spacing: .1em; }.principle-grid h3 { margin: 25px 0 7px; color: #fff; font-size: 1.22rem; }.principle-grid p { margin: 0; color: #b6cfca; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 28px; color: var(--muted); font-size: .9rem; }.pagination a { font-weight: 800; }
.footer { padding: 52px 0 25px; color: #bfd4cf; background: #102f33; }.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1fr; gap: 45px; }.footer .wordmark { display: inline-block; margin-bottom: 12px; }.footer p { margin: 0; color: #a5c0ba; }.footer strong { display: block; margin-bottom: 12px; color: #fff; }.footer-grid > div:nth-child(2) { display: grid; align-content: start; gap: 7px; }.footer a { color: #eaf6f1; text-decoration: none; }.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .13); color: #88aaa3; font-size: .84rem; }
.live-map .maplibregl-canvas { outline: none; }.live-map .maplibregl-ctrl-group { border: 0; box-shadow: 0 8px 20px rgba(18, 63, 67, .18); }.live-map .maplibregl-popup-content { min-width: 170px; border-radius: 13px; padding: 13px 15px; color: var(--ink); font: inherit; box-shadow: 0 10px 28px rgba(18, 63, 67, .16); }.live-map .maplibregl-popup-content strong { font-size: .9rem; }.live-map .maplibregl-popup-content span { color: var(--muted); font-size: .78rem; }.live-map .maplibregl-popup-close-button { padding: 5px 8px; color: var(--muted); font-size: 1rem; }.map-popup-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; font-size: .78rem; font-weight: 800; }.map-popup-links a { color: var(--deep); text-decoration: none; }.map-popup-links a:hover { text-decoration: underline; }
@media (max-width: 850px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .topbar-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .topbar nav { gap: 16px; }.topbar-link { display: none; }
  .home-grid, .content-grid, .detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-hero { padding: 62px 0 55px; }.map-stage, .map-stage:not(.live-map) { min-height: 360px; }.search-form { grid-template-columns: 1fr; }.search-form button { min-height: 48px; }
  .directory-section, .content-section, .principles-section { padding: 58px 0; }.section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }.hotel-grid, .principle-grid, .footer-grid { grid-template-columns: 1fr 1fr; }.detail-intro { align-items: stretch; display: grid; gap: 28px; }.detail-map { position: relative; top: auto; min-height: 380px; }.review-panel { align-items: flex-start; flex-direction: column; }.empty-directory { grid-template-columns: 1fr; gap: 26px; padding: 25px; }
}
@media (max-width: 560px) {
  .hotel-grid, .principle-grid, .footer-grid { grid-template-columns: 1fr; }.fact-grid { grid-template-columns: 1fr; }.city-picker { align-items: flex-start; flex-direction: column; }.city-picker > span { margin-bottom: 3px; }.map-legend { left: 14px; bottom: 14px; }.detail-actions { align-items: stretch; flex-direction: column; }.detail-actions .button { width: 100%; }.detail-actions .text-link { align-self: flex-start; }.hotel-card-actions { gap: 8px; }
}
.affiliate-bar { padding: 30px 0; color: #d4e5e0; background: var(--deep); }
.affiliate-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.affiliate-bar .eyebrow { margin-bottom: 8px; color: var(--gold); }.affiliate-bar h2 { margin: 0 0 5px; color: #fff; font-size: 1.6rem; }.affiliate-bar p:not(.eyebrow) { margin: 0; color: #b6cfca; }.affiliate-bar-actions { display: flex; flex-wrap: wrap; gap: 10px; }.affiliate-button { background: #1b8177; }.affiliate-disclosure { margin-top: 10px !important; font-size: .78rem; }
@media (max-width: 700px) { .affiliate-bar-inner { align-items: flex-start; flex-direction: column; } }

/* Hotelado visual system — editorial travel discovery */
:root { --ink: #11201e; --muted: #61706d; --paper: #f5f2eb; --white: #fffdfa; --line: #dce1d8; --sea: #0b7669; --deep: #0d302d; --gold: #efa951; --shadow: 0 28px 80px rgba(13, 48, 45, .14); --max: 1240px; }
body { background: var(--paper); letter-spacing: -.012em; }
.shell { width: min(calc(100% - 56px), var(--max)); }
.topbar { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(12, 48, 45, .09); background: rgba(245, 242, 235, .84); backdrop-filter: blur(16px); }
.topbar-inner { min-height: 80px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 1.48rem; font-weight: 900; letter-spacing: -.08em; }
.wordmark .brand-name span { color: var(--sea); }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; color: var(--gold); }
.brand-mark svg { width: 100%; height: 100%; }
.topbar nav { padding: 5px; gap: 3px; border: 1px solid rgba(13, 48, 45, .1); border-radius: 999px; background: rgba(255, 253, 250, .7); }
.topbar nav a { padding: 7px 12px; border-radius: 999px; color: #38504c; font-size: .82rem; transition: background .18s ease, color .18s ease; }
.topbar nav a:hover { color: var(--deep); background: #e4eee7; }
.topbar-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 999px; color: #fff; background: var(--deep); font-size: .79rem; }
.topbar-link:hover { color: #fff; background: var(--sea); }
.home-hero { position: relative; overflow: hidden; padding: 82px 0 76px; background: radial-gradient(circle at 82% 15%, rgba(239, 169, 81, .43), transparent 19%), radial-gradient(circle at 10% 84%, rgba(77, 164, 146, .24), transparent 28%), linear-gradient(124deg, #f8f5ee 0%, #e7eee8 56%, #dcebe4 100%); }
.home-hero:before { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(11, 118, 105, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 118, 105, .06) 1px, transparent 1px); background-size: 62px 62px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.home-grid { position: relative; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); gap: 72px; }
.eyebrow { color: var(--sea); font-size: .68rem; letter-spacing: .19em; }
.home-copy h1, .page-hero h1 { max-width: 740px; font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif; font-size: clamp(3.45rem, 6.2vw, 6.6rem); font-weight: 700; letter-spacing: -.075em; line-height: .91; }
.home-copy h1 { margin-bottom: 25px; }
.lede { max-width: 610px; color: #455956; font-size: 1.15rem; line-height: 1.66; }
.hero-proof { display: flex; gap: 25px; margin: 30px 0; }
.hero-proof div { display: grid; gap: 2px; padding-right: 24px; border-right: 1px solid rgba(13, 48, 45, .16); }
.hero-proof div:last-child { padding-right: 0; border-right: 0; }
.hero-proof strong { color: var(--deep); font-family: Iowan Old Style, Georgia, serif; font-size: 1.65rem; letter-spacing: -.05em; line-height: 1; }
.hero-proof span { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.search-form { grid-template-columns: 1.1fr 1fr auto; gap: 0; margin-top: 0; padding: 7px; border: 1px solid rgba(13, 48, 45, .12); border-radius: 17px; background: rgba(255, 253, 250, .9); box-shadow: 0 18px 38px rgba(13, 48, 45, .1); }
.search-form label { margin: 4px 0; padding: 8px 15px; border-right: 1px solid var(--line); }
.search-form label span { color: #70807c; font-size: .63rem; }
.search-form button, .button { min-height: 50px; border-color: var(--deep); border-radius: 12px; padding: 12px 19px; background: var(--deep); }
.search-form button:hover, .button:hover { background: var(--sea); }
.microcopy { color: #687976; font-size: .76rem; }
.city-picker { margin-top: 23px; }
.city-picker > span { color: #75837f; font-size: .65rem; }
.city-chip { padding: 7px 11px; border-color: rgba(13, 48, 45, .12); background: rgba(255, 253, 250, .63); box-shadow: 0 5px 14px rgba(13, 48, 45, .05); }
.city-chip:hover, .city-chip.active { background: var(--deep); }
.map-shell { position: relative; padding-top: 26px; }
.map-kicker { position: absolute; z-index: 8; top: 0; left: 24px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(13, 48, 45, .12); border-radius: 999px; color: var(--deep); background: #fffdfa; box-shadow: 0 8px 18px rgba(13, 48, 45, .09); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; box-shadow: 0 0 0 4px rgba(239, 169, 81, .25); }
.map-stage { min-height: 500px; border: 9px solid rgba(255, 253, 250, .86); border-radius: 30px; background: #c9e2d8; box-shadow: 0 30px 70px rgba(13, 48, 45, .18); }
.map-legend { left: 22px; bottom: 22px; gap: 4px; max-width: 260px; padding: 14px 17px; border-radius: 15px; background: rgba(255, 253, 250, .93); }
.directory-section, .content-section { padding: 100px 0; background: var(--white); }
.section-heading { align-items: flex-end; margin-bottom: 38px; }
.section-heading h2 { font-family: Iowan Old Style, Palatino Linotype, Georgia, serif; font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 700; letter-spacing: -.065em; line-height: .95; }
.section-heading > p { max-width: 420px; color: #61716e; font-size: .98rem; line-height: 1.6; }
.hotel-grid { gap: 20px; }
.hotel-card { overflow: hidden; border: 1px solid #e1e3da; border-radius: 19px; background: #fffefa; box-shadow: 0 12px 30px rgba(13, 48, 45, .055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.hotel-card:hover { border-color: rgba(11, 118, 105, .3); box-shadow: 0 26px 45px rgba(13, 48, 45, .13); transform: translateY(-6px); }
.hotel-card-top { min-height: 86px; padding: 19px 20px 0; background: linear-gradient(125deg, #dceee5, #f8e7c4); }
.hotel-card:nth-child(3n + 2) .hotel-card-top { background: linear-gradient(125deg, #d8e7ee, #dff1eb); }
.hotel-card:nth-child(3n) .hotel-card-top { background: linear-gradient(125deg, #f5e1c3, #e4eee8); }
.hotel-monogram { width: 48px; height: 48px; border: 1px solid rgba(13, 48, 45, .1); border-radius: 15px; color: var(--deep); background: rgba(255, 253, 250, .72); box-shadow: 0 8px 14px rgba(13, 48, 45, .08); }
.hotel-class { color: #76521e; border-color: rgba(185, 128, 40, .24); background: rgba(255, 248, 225, .86); }
.hotel-card-body { padding: 19px 20px 21px; }
.card-kicker { color: var(--sea); font-size: .65rem; letter-spacing: .16em; }
.hotel-card-body h3 { font-family: Iowan Old Style, Georgia, serif; font-size: 1.53rem; letter-spacing: -.045em; }
.hotel-summary { color: #61716e; }
.card-address { min-height: 40px; }
.amenity-list li { color: #42645c; background: #eaf3ed; }
.hotel-card-actions { gap: 9px; padding-top: 16px; }
.button-small { border-radius: 10px; background: var(--deep); }
.button-small:hover { background: var(--sea); }
.text-link-small { color: #4e6660; }
.city-rail { position: relative; overflow: hidden; padding: 96px 0 104px; background: var(--paper); }
.city-rail:before { position: absolute; right: -13%; bottom: -75%; width: 680px; height: 680px; border: 1px solid rgba(11, 118, 105, .13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(11, 118, 105, .035), 0 0 0 96px rgba(11, 118, 105, .025); content: ""; }
.city-rail .shell { position: relative; }
.city-rail-heading { margin-bottom: 35px; }
.city-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-spot { position: relative; display: flex; min-height: 255px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 26px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #123f43, #0b7669); box-shadow: 0 18px 38px rgba(13, 48, 45, .16); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.city-spot:hover { color: #fff; box-shadow: 0 28px 46px rgba(13, 48, 45, .25); transform: translateY(-5px); }
.city-spot--london { background: linear-gradient(145deg, #2a414e, #426b70); }
.city-spot--sofia { background: linear-gradient(145deg, #5d5139, #9b733e); }
.city-spot:after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 27, 25, .55), transparent 68%); content: ""; }
.city-spot-orbit { position: absolute; top: -74px; right: -42px; width: 255px; height: 255px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.06), 0 0 0 70px rgba(255,255,255,.035); }
.city-spot-label, .city-spot strong, .city-spot-meta { position: relative; z-index: 1; }
.city-spot-label { margin-bottom: 13px; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.city-spot strong { font-family: Iowan Old Style, Georgia, serif; font-size: 3.1rem; font-weight: 700; letter-spacing: -.065em; line-height: .9; }
.city-spot-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; color: rgba(255,255,255,.82); font-size: .78rem; }
.city-spot-meta b { font-size: 1.08rem; }
.principles-section { padding: 110px 0; background: #0d302d; }
.principles-section .eyebrow { color: var(--gold); }
.principles-section .section-heading h2 { max-width: 710px; }
.principle-grid { gap: 16px; }
.principle-grid article { min-height: 215px; padding: 27px; border-radius: 18px; background: rgba(255,255,255,.055); transition: background .2s ease, transform .2s ease; }
.principle-grid article:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.principle-grid h3 { font-family: Iowan Old Style, Georgia, serif; font-size: 1.7rem; letter-spacing: -.04em; }
.footer { padding: 68px 0 25px; background: #081e1d; }
.footer .wordmark .brand-name span { color: var(--gold); }
.footer-grid { gap: 60px; }
.footer-bottom { margin-top: 56px; }
.page-hero { padding: 92px 0 78px; background: linear-gradient(135deg, #e2eee7, #f7f0e3); }
.detail-stamp, .method-card, .empty-panel { border-radius: 20px; }
@media (max-width: 850px) { .shell { width: min(calc(100% - 32px), var(--max)); } .topbar-inner { min-height: 70px; } .topbar nav { display: none; } .topbar-link { margin-left: auto; } .home-grid { grid-template-columns: 1fr; gap: 38px; } .home-copy h1, .page-hero h1 { font-size: clamp(3.15rem, 12vw, 5.2rem); } .map-stage { min-height: 410px; } .city-showcase { grid-template-columns: 1fr; } .city-spot { min-height: 205px; } .city-spot strong { font-size: 2.7rem; } }
@media (max-width: 560px) { .shell { width: min(calc(100% - 28px), var(--max)); } .topbar-link { padding: 9px 11px; font-size: .72rem; } .home-hero { padding: 54px 0 58px; } .hero-proof { gap: 13px; } .hero-proof div { padding-right: 13px; } .hero-proof strong { font-size: 1.34rem; } .hero-proof span { font-size: .57rem; } .search-form { grid-template-columns: 1fr; } .search-form label { border-right: 0; border-bottom: 1px solid var(--line); } .map-stage { min-height: 350px; border-width: 6px; border-radius: 23px; } .directory-section, .content-section { padding: 70px 0; } .section-heading { margin-bottom: 27px; } .city-rail { padding: 70px 0; } }

/* Image-led Hotelado destination story. Image generated with OpenAI ImageGen. */
.discovery-hero { min-height: 735px; color: #fff; background: linear-gradient(90deg, rgba(3, 22, 26, .94) 0%, rgba(4, 27, 30, .83) 37%, rgba(5, 31, 35, .34) 69%, rgba(5, 31, 35, .2) 100%), image-set(url('/assets/hotelado-hero-blue-hour.webp') type('image/webp'), url('/assets/hotelado-hero-blue-hour.png') type('image/png')) center / cover no-repeat; }
.discovery-hero:before { opacity: 1; background: linear-gradient(180deg, rgba(1, 18, 21, .1), rgba(1, 18, 21, .28)); mask-image: none; }
.discovery-hero .home-grid { z-index: 1; align-items: center; }
.discovery-hero .eyebrow { color: #f0b763; }
.discovery-hero .home-copy h1 { color: #fffdf6; text-shadow: 0 4px 25px rgba(0, 0, 0, .2); }
.discovery-hero .lede { color: rgba(245, 247, 242, .82); }
.discovery-hero .hero-proof div { border-color: rgba(255, 255, 255, .22); }
.discovery-hero .hero-proof strong { color: #fffdf6; }
.discovery-hero .hero-proof span, .discovery-hero .microcopy, .discovery-hero .city-picker > span { color: rgba(240, 246, 241, .68); }
.discovery-hero .search-form { box-shadow: 0 24px 48px rgba(0, 0, 0, .28); }
.discovery-hero .city-chip { border-color: rgba(255, 255, 255, .14); color: #eaf3ef; background: rgba(255, 255, 255, .1); box-shadow: none; backdrop-filter: blur(8px); }
.discovery-hero .city-chip:hover { background: #fffdf6; color: var(--deep); }
.discovery-hero .map-shell { filter: drop-shadow(0 26px 34px rgba(0, 0, 0, .28)); }
.discovery-hero .map-stage { min-height: 440px; border-color: rgba(255, 253, 250, .84); box-shadow: none; }
.discovery-hero .map-kicker { color: var(--deep); }
@media (max-width: 850px) { .discovery-hero { min-height: 0; background-position: 54% center; } .discovery-hero .map-stage { min-height: 390px; } }
@media (max-width: 560px) { .discovery-hero { background-position: 57% center; } .discovery-hero .home-copy h1 { font-size: clamp(3rem, 12vw, 4.5rem); } .discovery-hero .map-shell { margin-top: 6px; } }

/* MapLibre tuning — Fiord basemap, amber clusters, quiet controls. */
.live-map .maplibregl-ctrl-top-right { top: 13px; right: 13px; }
.live-map .maplibregl-ctrl-group { overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; background: rgba(8, 35, 38, .88); box-shadow: 0 10px 26px rgba(0, 0, 0, .28); backdrop-filter: blur(8px); }
.live-map .maplibregl-ctrl-group button { width: 31px; height: 31px; border-bottom-color: rgba(255, 255, 255, .14); }
.live-map .maplibregl-ctrl-group button:hover { background-color: rgba(255, 255, 255, .14); }
.live-map .maplibregl-ctrl-group .maplibregl-ctrl-icon { filter: invert(1) sepia(.15) saturate(.6) brightness(1.9); }
.live-map .maplibregl-ctrl-attrib { margin: 0 8px 8px 0; padding: 3px 7px; border-radius: 8px; color: rgba(245, 247, 242, .72); background: rgba(8, 35, 38, .78); font-size: 10px; }
.live-map .maplibregl-ctrl-attrib a { color: rgba(255, 241, 208, .88); }
.live-map .maplibregl-popup-content { min-width: 185px; padding: 15px 16px; border: 1px solid rgba(239, 177, 92, .32); border-radius: 14px; color: #eaf3ef; background: #123b39; box-shadow: 0 16px 32px rgba(0, 0, 0, .28); }
.live-map .maplibregl-popup-content strong { color: #fff9ee; font-family: Iowan Old Style, Georgia, serif; font-size: 1rem; }
.live-map .maplibregl-popup-content span { color: #b9d2cb; }
.live-map .maplibregl-popup-close-button { color: #f3c46f; }
.live-map .maplibregl-popup-close-button:hover { color: #fff9ee; background: transparent; }
.live-map .maplibregl-popup-anchor-bottom .maplibregl-popup-tip { border-top-color: #123b39; }
.live-map .maplibregl-popup-anchor-top .maplibregl-popup-tip { border-bottom-color: #123b39; }
.live-map .maplibregl-popup-anchor-left .maplibregl-popup-tip { border-right-color: #123b39; }
.live-map .maplibregl-popup-anchor-right .maplibregl-popup-tip { border-left-color: #123b39; }
.live-map .map-popup-links a { color: #f3c46f; }
.hotelado-map-attribution { position: absolute; right: 8px; bottom: 8px; z-index: 10; color: #f4f5f0; font-size: .68rem; }
.hotelado-map-attribution summary { display: grid; place-items: center; width: 24px; height: 24px; margin-left: auto; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; background: #153b3b; box-shadow: 0 2px 8px rgba(0, 0, 0, .22); cursor: pointer; font-family: Georgia, serif; font-size: .85rem; font-weight: 700; list-style: none; }
.hotelado-map-attribution summary::-webkit-details-marker { display: none; }
.hotelado-map-attribution summary:focus-visible { outline: 3px solid #f3c46f; outline-offset: 3px; }
.hotelado-map-attribution > div { position: absolute; right: 0; bottom: 31px; width: max-content; max-width: min(320px, calc(100vw - 42px)); padding: 8px 10px; border-radius: 8px; background: #153b3b; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); line-height: 1.4; }
.hotelado-map-attribution a { color: #f7dba9; }

/* Homepage rebuild: editorial entry points first, live directory second. */
.landing-hero { position: relative; overflow: hidden; padding: 98px 0 88px; background: linear-gradient(116deg, #fffdfa 0%, #f4eee2 57%, #e2eee7 100%); }
.landing-hero:before { position: absolute; top: -240px; right: -130px; width: 670px; height: 670px; border: 1px solid rgba(11, 118, 105, .14); border-radius: 50%; box-shadow: 0 0 0 52px rgba(11, 118, 105, .035), 0 0 0 104px rgba(11, 118, 105, .025); content: ""; }
.landing-hero-inner { position: relative; max-width: 980px; }
.landing-hero h1 { max-width: 810px; margin: 0 0 23px; color: var(--deep); font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif; font-size: clamp(3.5rem, 6.7vw, 6.9rem); font-weight: 700; letter-spacing: -.08em; line-height: .91; }
.landing-hero .lede { max-width: 600px; color: #50635e; }
.landing-search { max-width: 900px; margin-top: 34px; }
.landing-cities { padding-top: 88px; padding-bottom: 92px; background: #f8f6f0; }
.landing-cities:before { display: none; }
.landing-cities .city-showcase { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.landing-cities .city-spot { min-height: 270px; }
.browse-directory { padding: 100px 0 108px; background: #fffdfa; }
.homepage-directory-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 20px; align-items: stretch; }
.homepage-map-shell { min-height: 100%; padding-top: 0; }
.homepage-map-shell .map-kicker { top: 18px; left: 18px; }
.homepage-map-shell .map-stage { min-height: 470px; height: 100%; border-width: 7px; border-radius: 24px; }
.homepage-preview-list { display: grid; align-content: stretch; gap: 9px; padding: 8px; border: 1px solid #e3e3dc; border-radius: 24px; background: #f8f6f0; }
.directory-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 128px; padding: 18px; border: 1px solid #e1e2da; border-radius: 17px; background: #fffdfa; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.directory-row:hover { border-color: rgba(11, 118, 105, .3); box-shadow: 0 12px 24px rgba(13, 48, 45, .08); transform: translateY(-2px); }
.directory-row p { margin: 0 0 4px; color: var(--sea); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.directory-row h3 { margin: 0 0 10px; font-family: Iowan Old Style, Georgia, serif; font-size: 1.38rem; letter-spacing: -.045em; line-height: 1.05; }
.directory-row h3 a { color: var(--deep); text-decoration: none; }
.directory-row .amenity-list { gap: 5px; margin: 0; }
.directory-row .amenity-list li { padding: 4px 7px; font-size: .62rem; }
.directory-row-link { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border: 1px solid #ceddd6; border-radius: 50%; color: var(--deep); background: #edf5f0; font-weight: 850; text-decoration: none; }
.directory-row-link:hover { color: #fff; background: var(--deep); }
.directory-all-link { display: flex; align-items: center; justify-content: space-between; margin: 7px 8px 4px; padding: 13px 3px 4px; border-top: 1px solid #dcdfd7; color: var(--deep); font-size: .83rem; font-weight: 850; text-decoration: none; }
.directory-all-link:hover { color: var(--sea); }
@media (max-width: 850px) {
  .landing-hero { padding: 74px 0 68px; }
  .homepage-directory-grid { grid-template-columns: 1fr; }
  .homepage-map-shell .map-stage { min-height: 410px; }
}
@media (max-width: 560px) {
  .landing-hero { padding: 58px 0 54px; }
  .landing-hero h1 { font-size: clamp(3.1rem, 13vw, 4.7rem); }
  .landing-cities, .browse-directory { padding-top: 66px; padding-bottom: 68px; }
  .landing-cities .city-showcase { grid-template-columns: 1fr; }
  .directory-row { min-height: 114px; padding: 15px; }
  .directory-row h3 { font-size: 1.22rem; }
}

/* Approved ImageGen concept: editorial split hero and photographic city rail. */
.landing-hero { padding: 0; background: #f7f5ef; }
.landing-hero:before { display: none; }
.landing-hero-layout { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(280px, .72fr) minmax(130px, .21fr); width: 100%; max-width: none; min-height: 610px; }
.landing-hero-inner { align-self: center; width: min(100% - 44px, 650px); margin-left: max(28px, calc((100vw - var(--max)) / 2)); padding: 72px 0; }
.landing-hero h1 { max-width: 610px; margin-bottom: 20px; font-size: clamp(3.25rem, 5.35vw, 5.55rem); line-height: .94; }
.landing-hero .lede { max-width: 560px; font-size: 1.04rem; }
.landing-search { max-width: 700px; margin-top: 28px; }
.landing-hero-visual { min-height: 100%; overflow: hidden; }
.landing-hero-visual picture, .landing-hero-visual img { display: block; width: 100%; height: 100%; }
.landing-hero-visual img { object-fit: cover; object-position: 58% center; }
.landing-hero-note { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 30px; color: #bc8740; background: #f7f5ef; font-size: .67rem; font-weight: 850; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
.landing-hero-note strong { margin-top: 13px; color: #c48f4a; font-size: .7rem; line-height: 1.55; }
.landing-cities .city-spot { background-image: linear-gradient(0deg, rgba(4, 27, 25, .7), rgba(4, 27, 25, .06) 72%), url('/assets/hotelado-city-triptych-v2.webp'); background-repeat: no-repeat; background-size: 100% 100%, 300% auto; }
.landing-cities .city-spot--lisbon { background-position: 0 0, left center; }
.landing-cities .city-spot--london { background-position: 0 0, center center; }
.landing-cities .city-spot--sofia { background-position: 0 0, right center; }
.landing-cities .city-spot:after { background: linear-gradient(0deg, rgba(3, 22, 21, .5), transparent 72%); }
@media (max-width: 1000px) {
  .landing-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(270px, .7fr); }
  .landing-hero-note { display: none; }
}
@media (max-width: 760px) {
  .landing-hero-layout { grid-template-columns: 1fr; }
  .landing-hero-inner { width: min(100% - 32px, 650px); margin: 0 auto; padding: 68px 0 52px; }
  .landing-hero-visual { min-height: 320px; }
  .landing-hero h1 { font-size: clamp(3.2rem, 12vw, 5rem); }
}

/* Match the approved full-page composition and shared branding. */
:root { --max: 1290px; }
body { background: #fffefa; }
.topbar { position: relative; background: #fffefa; backdrop-filter: none; }
.topbar-inner { min-height: 54px; }
.wordmark { gap: 8px; color: #182e2d; font-family: Iowan Old Style, Palatino Linotype, Georgia, serif; font-size: 1.6rem; font-weight: 700; letter-spacing: -.06em; }
.wordmark .brand-name { color: inherit; }
.brand-mark { width: 20px; height: 20px; color: #182e2d; }
.topbar nav { gap: 30px; padding: 0; border: 0; background: none; }
.topbar nav a { padding: 0; color: #263b3b; font-size: .82rem; font-weight: 500; }
.topbar nav a:hover { background: none; text-decoration: underline; }
.topbar-link { padding: 8px 15px; font-size: .76rem; }
.landing-hero { background: #fffefa; }
.landing-hero-layout { min-height: 306px; grid-template-columns: minmax(0, 1.18fr) minmax(0, .68fr) minmax(160px, .24fr); }
.landing-hero-inner { width: min(100% - 36px, 670px); margin-left: max(22px, calc((100vw - var(--max)) / 2)); padding: 24px 0; }
.landing-hero .eyebrow { margin-bottom: 10px; color: #b8874d; font-size: .57rem; letter-spacing: .2em; }
.landing-hero h1 { max-width: 570px; margin-bottom: 9px; font-size: clamp(2.75rem, 4.1vw, 4.55rem); letter-spacing: -.064em; line-height: .91; }
.landing-hero .lede { max-width: 530px; font-size: .93rem; line-height: 1.35; }
.landing-search { max-width: 625px; min-height: 48px; margin-top: 18px; padding: 4px; border-radius: 13px; box-shadow: none; }
.landing-search label { gap: 0; margin: 0; padding: 3px 12px; }
.landing-search label span { color: #61716e; font-size: .56rem; letter-spacing: .01em; text-transform: none; }
.landing-search input { font-size: .79rem; }
.landing-search button { min-height: 39px; padding: 8px 13px; border-radius: 9px; font-size: .72rem; white-space: nowrap; }
.landing-hero .microcopy { margin-top: 8px; font-size: .66rem; }
.landing-hero-note { justify-content: flex-start; padding: 73px 25px 20px; font-size: .56rem; }
.landing-hero-note strong { font-size: .57rem; }
.landing-cities { padding: 14px 0 20px; border-top: 1px solid #e5e5df; background: #fffefa; }
.landing-cities .city-rail-heading { margin-bottom: 11px; }
.landing-cities .city-rail-heading .eyebrow, .landing-cities .city-rail-heading > p { display: none; }
.landing-cities .section-heading h2, .browse-directory .section-heading h2 { font-size: 1.9rem; line-height: 1; }
.landing-cities .city-showcase { gap: 12px; }
.landing-cities .city-spot { min-height: 134px; padding: 14px 18px; border-radius: 7px; box-shadow: none; }
.landing-cities .city-spot-orbit, .landing-cities .city-spot-label, .landing-cities .city-spot-meta { display: none; }
.landing-cities .city-spot strong { font-size: 1.9rem; line-height: 1; }
.browse-directory { padding: 10px 0 16px; border-top: 1px solid #e5e5df; }
.browse-directory .section-heading { margin-bottom: 10px; }
.browse-directory .section-heading .eyebrow, .browse-directory .section-heading > p { display: none; }
.homepage-directory-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .88fr); gap: 16px; }
.homepage-map-shell .map-stage { min-height: 225px; border: 0; border-radius: 7px; box-shadow: none; }
.homepage-map-shell .map-kicker { display: none; }
.homepage-map-shell .map-legend { padding: 8px 10px; }
.homepage-map-shell .map-legend { pointer-events: auto; }
.homepage-map-shell .map-legend a { color: var(--sea); font-weight: 700; }
.homepage-preview-list { gap: 6px; padding: 0; border: 0; background: transparent; }
.directory-row { min-height: 68px; padding: 10px 15px; border-radius: 7px; }
.directory-row p { margin-bottom: 2px; font-size: .55rem; }
.directory-row h3 { margin: 0; font-size: 1.18rem; }
.directory-row .amenity-list { margin-top: 6px; }
.directory-all-link { margin: 0; padding: 6px 4px 0; font-size: .7rem; }
.home-standard { padding: 12px 0; border-top: 1px solid #e1e6de; background: #f0f4ee; }
.home-standard-inner { display: grid; grid-template-columns: 38px minmax(150px, 210px) 1fr auto; align-items: center; gap: 18px; min-height: 50px; }
.standard-leaf { color: #5a8674; font-size: 2rem; line-height: 1; }
.home-standard h2 { margin: 0; color: var(--deep); font-family: Iowan Old Style, Georgia, serif; font-size: 1.62rem; letter-spacing: -.055em; }
.home-standard p { margin: 0; padding-left: 24px; border-left: 1px solid #cfd8ce; color: #53605c; font-size: .72rem; line-height: 1.3; }
.home-standard a { color: var(--deep); font-size: .75rem; text-decoration: none; }
.home-standard a span { margin-left: 8px; }
.home-standard .affiliate-disclosure { margin: 6px auto 0 !important; width: min(calc(100% - 42px), var(--max)); color: #53605c; }
.footer { padding: 45px 0 20px; color: #3e5350; background: #fffefa; }
.footer-grid { display: grid; grid-template-columns: minmax(230px, 1.5fr) repeat(3, minmax(120px, 1fr)); gap: 35px; }
.footer .wordmark { display: inline-flex; margin-bottom: 12px; color: var(--deep); }
.footer .brand-mark { color: var(--deep); }
.footer .brand-name { color: var(--deep); }
.footer .brand-name span { color: var(--deep); }
.footer-brand p { max-width: 235px; font-size: .82rem; }
.footer nav { display: grid; align-content: start; gap: 7px; }
.footer nav strong { margin-bottom: 5px; color: var(--deep); font-size: .78rem; }
.footer nav a { width: max-content; color: #536763; font-size: .82rem; text-decoration: none; }
.footer nav a:hover { color: var(--sea); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; border-top-color: #dce5dd; color: #6b7d75; font-size: .72rem; }
.footer .affiliate-disclosure { margin-top: 16px !important; color: #63736f; font-size: .7rem; }
@media (max-width: 1000px) {
  .landing-hero-layout { grid-template-columns: 1.1fr .9fr; }
  .landing-hero-note { display: none; }
  .landing-search { grid-template-columns: 1fr 1fr; }
  .landing-search button { grid-column: 1 / -1; }
}
@media (max-width: 850px) {
  .topbar-inner { flex-direction: row; align-items: center; padding: 0; }
  .topbar nav { display: flex; }
  .topbar-link { display: inline-flex; margin-left: 0; }
  .homepage-directory-grid { grid-template-columns: 1fr; }
  .landing-cities .section-heading, .browse-directory .section-heading { flex-direction: row; align-items: flex-start; justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .topbar nav { display: none; }
  .landing-hero-layout { grid-template-columns: 1fr; }
  .landing-hero-inner { width: min(100% - 32px, 570px); margin: 0 auto; padding: 48px 0 35px; }
  .landing-hero h1 { font-size: clamp(3rem, 11vw, 4.5rem); }
  .landing-hero-visual { min-height: 230px; }
  .landing-search { grid-template-columns: 1fr; }
  .landing-search button { grid-column: auto; }
  .landing-cities .city-showcase { grid-template-columns: 1fr; }
  .landing-cities .city-spot { min-height: 145px; }
  .home-standard-inner { grid-template-columns: 28px 1fr auto; gap: 10px; }
  .home-standard p { grid-column: 1 / -1; padding: 0; border: 0; }
  .footer { padding-top: 34px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}
@media (min-width: 1001px) {
  .topbar-inner { min-height: 68px; }
  .landing-hero-layout { min-height: clamp(480px, 68vh, 640px); }
  .landing-hero-inner { padding: 56px 0; }
  .landing-hero h1 { font-size: clamp(3.5rem, 4.7vw, 4.75rem); }
  .landing-hero .lede { font-size: 1.06rem; }
  .landing-search { min-height: 60px; margin-top: 24px; }
  .landing-search label { padding: 6px 15px; }
  .landing-search label span { font-size: .63rem; }
  .landing-search input { font-size: .92rem; }
  .landing-search button { min-height: 49px; font-size: .84rem; }
  .landing-hero .microcopy { margin-top: 12px; font-size: .73rem; }
  .landing-hero-note { padding-top: 104px; }
  .landing-cities { padding: 34px 0 42px; }
  .landing-cities .city-rail-heading { margin-bottom: 20px; }
  .landing-cities .section-heading h2, .browse-directory .section-heading h2 { font-size: 2.3rem; }
  .landing-cities .city-spot { min-height: 215px; }
  .landing-cities .city-spot strong { font-size: 2.35rem; }
  .browse-directory { padding: 36px 0 48px; }
  .browse-directory .section-heading { margin-bottom: 22px; }
  .homepage-map-shell .map-stage { min-height: 390px; }
  .homepage-preview-list { gap: 12px; }
  .directory-row { min-height: 108px; padding: 18px 20px; }
  .footer { padding-top: 60px; }
}

/* City and filtered-search pages share the homepage's editorial visual language. */
.results-hero { border-bottom: 1px solid #e5e5df; background: #fffefa; }
.results-hero-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 52px; align-items: stretch; min-height: 500px; }
.results-hero-copy { align-self: center; padding: 54px 0; }
.results-hero-copy .eyebrow { color: #b8874d; font-size: .67rem; letter-spacing: .18em; }
.results-hero-copy h1 { max-width: 680px; margin: 14px 0 18px; color: var(--deep); font-family: Iowan Old Style, Palatino Linotype, Georgia, serif; font-size: clamp(3.2rem, 5vw, 5rem); letter-spacing: -.065em; line-height: .98; }
.results-hero-copy .lede { max-width: 600px; color: #4f605c; font-size: 1.07rem; line-height: 1.45; }
.results-hero-copy .search-form { margin-top: 28px; box-shadow: none; }
.results-hero-copy .search-form button { white-space: nowrap; }
.results-hero-copy .microcopy { margin-top: 13px; color: #65736f; font-size: .78rem; }
.results-hero-copy .city-picker { margin-top: 24px; }
.results-hero-copy .city-chip { background: #fff; box-shadow: none; }
.results-hero-copy .city-chip.active { color: #fff; background: var(--deep); }
.results-visual { position: relative; min-height: 450px; margin: 32px 0; overflow: hidden; border-radius: 8px; background-color: #d9e4de; background-image: url('/assets/hotelado-city-triptych-v2.webp'); background-repeat: no-repeat; background-size: 300% auto; background-position: left center; }
.results-visual--london { background-position: center center; }
.results-visual--sofia { background-position: right center; }
.results-visual--generic { background-image: url('/assets/hotelado-hero-lisbon-room-v2.webp'); background-size: cover; background-position: center; }
.results-visual:after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3, 22, 21, .58)); content: ''; }
.results-visual span { position: absolute; z-index: 1; right: 28px; bottom: 22px; left: 28px; color: #fff; font-family: Iowan Old Style, Georgia, serif; font-size: 2.3rem; font-weight: 700; letter-spacing: -.05em; }
.results-directory { padding: 48px 0 70px; background: #fffefa; }
.results-directory .section-heading { margin-bottom: 22px; }
.results-directory .section-heading h2 { color: var(--deep); font-family: Iowan Old Style, Georgia, serif; font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -.055em; }
.results-map-shell { margin-bottom: 36px; }
.results-map-shell .map-stage { min-height: 380px; border: 0; border-radius: 8px; box-shadow: none; }
.results-directory .hotel-card { border-radius: 8px; background: #fff; box-shadow: none; }
.results-directory .hotel-card:hover { box-shadow: 0 12px 28px rgba(13, 48, 45, .1); transform: translateY(-3px); }
.results-directory .hotel-card .hotel-card-top { min-height: 64px; background: #fff; }
.results-directory .hotel-monogram { width: 38px; height: 38px; border-radius: 50%; background: #edf5f0; font-family: Iowan Old Style, Georgia, serif; }
.results-directory .hotel-card-body h3 { color: var(--deep); }
.hotel-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 26px; color: #62716b; font-size: .8rem; }
.hotel-breadcrumb a { color: var(--sea); text-decoration: none; }
.hotel-breadcrumb a:hover { text-decoration: underline; }
.page-hero.detail-hero { padding: 40px 0 52px; border-bottom: 1px solid #e5e5df; background: #fffefa; }
.detail-hero .eyebrow { color: #b8874d; font-size: .67rem; letter-spacing: .18em; }
.detail-hero h1 { font-size: clamp(3rem, 4.8vw, 4.8rem); line-height: 1.02; letter-spacing: -.06em; }
.detail-hero .lede { max-width: 650px; font-size: 1.07rem; line-height: 1.45; }
.detail-hero .detail-stamp { max-width: 300px; padding: 26px; border-radius: 8px; background: #f2f5ef; }
.detail-hero .button-light { color: var(--deep); background: #fff; }
.detail-hero .button-light:hover { color: #fff; background: var(--deep); }
.content-section.detail-section { padding: 48px 0 60px; background: #fffefa; }
.detail-grid { gap: 36px; }
.detail-section .fact-grid > div { padding: 18px; border-radius: 8px; background: #fff; }
.detail-section article h2 { color: var(--deep); font-family: Iowan Old Style, Georgia, serif; font-size: 2.1rem; }
.detail-section .review-panel { flex-direction: column; align-items: flex-start; border-color: #dce5dd; border-radius: 8px; background: #f2f5ef; }
.detail-section .data-note { border-radius: 8px; background: #fff; }
.detail-section .detail-map { min-height: 480px; border: 0; border-radius: 8px; box-shadow: none; }
.content-section.nearby-section { padding: 40px 0 64px; border-top: 1px solid #e5e5df; background: #fffefa; }
.nearby-section .section-heading h2 { color: var(--deep); font-family: Iowan Old Style, Georgia, serif; font-size: 2.3rem; }
.nearby-section .hotel-card { border-radius: 8px; background: #fff; box-shadow: none; }
.nearby-section .hotel-card .hotel-card-top { min-height: 64px; background: #fff; }
.nearby-section .hotel-monogram { width: 38px; height: 38px; border-radius: 50%; background: #edf5f0; font-family: Iowan Old Style, Georgia, serif; }
@media (max-width: 850px) {
  .detail-hero .detail-stamp { max-width: none; }
  .detail-section .detail-map { min-height: 350px; }
}
@media (max-width: 1000px) {
  .results-hero-layout { grid-template-columns: 1fr; gap: 0; }
  .results-hero-copy { padding: 48px 0 26px; }
  .results-visual { min-height: 300px; margin: 0 0 28px; }
}
@media (max-width: 560px) {
  .results-hero-copy { padding-top: 38px; }
  .results-hero-copy h1 { font-size: clamp(2.9rem, 11vw, 4rem); }
  .results-hero-copy .search-form { grid-template-columns: 1fr; }
  .results-visual { min-height: 230px; }
  .results-map-shell .map-stage { min-height: 300px; }
}
