:root {
  --ink: #112a3c;
  --ink-2: #24485b;
  --muted: #657b87;
  --paper: #fbfaf7;
  --white: #fff;
  --soft: #edf3f2;
  --line: #dce5e4;
  --teal: #087f78;
  --teal-dark: #06655f;
  --coral: #e96543;
  --sand: #e9dfce;
  --gold: #ca922d;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(17, 42, 60, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { direction: rtl; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Tahoma, "Segoe UI", Arial, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { 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; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251, 250, 247, .92); border-bottom: 1px solid rgba(17,42,60,.08); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; color: var(--white); background: var(--teal); border-radius: 11px 4px 11px 4px; font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.brand strong, .brand small { display: block; line-height: 1.08; }
.brand strong { font-size: 19px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.site-nav a { position: relative; font-size: 14px; font-weight: 700; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 800; }
.header-cta span { color: #73d6c5; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-right: auto; padding: 10px; background: transparent; border: 0; }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 23px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 24px rgba(233,101,67,.22); }
.button-primary:hover { background: #d95535; box-shadow: 0 15px 30px rgba(233,101,67,.3); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.button-full { width: 100%; }
.text-link { color: var(--teal); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 8px; }

.hero { position: relative; padding: 80px 0 0; background: radial-gradient(circle at 12% 15%, rgba(8,127,120,.09), transparent 30%), linear-gradient(180deg, #f6f3ec 0%, var(--paper) 100%); overflow: hidden; }
.hero::before { position: absolute; top: 24px; left: calc(50% - 670px); width: 180px; height: 180px; border: 1px solid rgba(8,127,120,.14); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; min-height: 510px; gap: 70px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.hero-copy h1 { max-width: 670px; margin-bottom: 24px; font-size: clamp(48px, 5.3vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy > p { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-proof { display: flex; gap: 28px; }
.hero-proof span { padding-right: 28px; color: var(--muted); border-right: 1px solid var(--line); font-size: 12px; }
.hero-proof span:last-child { border: 0; }
.hero-proof strong { display: block; color: var(--ink); font-size: 21px; }
.hero-visual { position: relative; align-self: stretch; min-height: 510px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-1 { top: 0; right: 0; width: 68%; height: 72%; border-radius: 80px 10px 80px 10px; }
.hero-photo-2 { right: 49%; bottom: 28px; width: 42%; height: 40%; border: 8px solid var(--paper); border-radius: 14px 55px 14px 55px; }
.hero-photo-3 { right: 3%; bottom: -12px; width: 32%; height: 34%; border: 8px solid var(--paper); border-radius: 50%; }
.hero-badge { position: absolute; z-index: 2; top: 40px; left: 11%; display: grid; grid-template-columns: auto 1fr; align-items: center; width: 180px; padding: 15px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(17,42,60,.14); border-radius: 13px; }
.hero-badge > span { grid-row: 1 / 3; margin-right: 10px; color: var(--gold); font-size: 22px; }
.hero-badge strong { font-size: 12px; }
.hero-badge small { color: var(--muted); font-size: 10px; }
.hero-search-wrap { position: relative; z-index: 4; margin-bottom: -44px; }

.search-panel { position: relative; display: grid; grid-template-columns: minmax(220px, 1.5fr) 1fr 1fr .85fr auto; align-items: end; gap: 0; padding: 14px; background: var(--white); box-shadow: 0 22px 60px rgba(17,42,60,.15); border: 1px solid rgba(17,42,60,.06); border-radius: 17px; }
.search-field { position: relative; min-width: 0; padding: 0 17px; border-left: 1px solid var(--line); }
.search-field label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-field input, .search-field select { width: 100%; height: 31px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 14px; font-weight: 700; }
.search-destination input { padding-right: 22px; }
.field-icon { position: absolute; right: 16px; bottom: 4px; color: var(--coral); }
.search-submit { height: 56px; margin-right: 14px; padding-inline: 22px; border-radius: 12px; white-space: nowrap; }
.suggestions { position: absolute; z-index: 20; top: calc(100% + 20px); right: 0; left: 0; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.suggestions a { display: flex; justify-content: space-between; padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 750; }
.suggestions a:hover { background: var(--soft); }
.suggestions small { color: var(--muted); font-weight: 500; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-cities { padding-top: 145px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(31px, 3vw, 45px); line-height: 1.1; letter-spacing: -.035em; }
.inline-heading { margin-bottom: 24px; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.city-card { position: relative; min-height: 295px; overflow: hidden; color: var(--white); border-radius: var(--radius); }
.city-card:first-child, .city-card:nth-child(6) { grid-column: span 2; }
.city-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.city-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(10,31,43,.82)); }
.city-content { position: absolute; right: 20px; bottom: 20px; left: 20px; }
.city-content strong, .city-content small { display: block; }
.city-content strong { font-size: 25px; letter-spacing: -.03em; }
.city-content small { color: rgba(255,255,255,.75); font-size: 12px; }
.city-arrow { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; backdrop-filter: blur(8px); }
.city-card:hover img { transform: scale(1.06); }

.hotel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hotel-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid rgba(17,42,60,.08); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(17,42,60,.055); transition: transform .25s ease, box-shadow .25s ease; }
.hotel-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(17,42,60,.12); }
.hotel-card-image { position: relative; display: block; aspect-ratio: 1.42; overflow: hidden; background: #dce8e9; }
.hotel-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hotel-card:hover .hotel-card-image img { transform: scale(1.04); }
.star-chip, .distance-chip { position: absolute; top: 13px; padding: 5px 9px; color: var(--white); background: rgba(17,42,60,.82); border-radius: 999px; font-size: 10px; font-weight: 750; backdrop-filter: blur(6px); }
.star-chip { left: 13px; color: #ffd977; letter-spacing: .06em; }
.distance-chip { right: 13px; background: rgba(8,127,120,.9); }
.hotel-card-body { padding: 18px; }
.hotel-card-location { display: flex; align-items: center; gap: 6px; min-height: 22px; margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.hotel-card-location a { color: var(--teal); font-weight: 800; }
.hotel-card h3 { min-height: 49px; margin-bottom: 6px; font-size: 17px; line-height: 1.35; letter-spacing: -.015em; }
.hotel-card h3 a:hover { color: var(--teal); }
.hotel-address { min-height: 37px; margin-bottom: 15px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hotel-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.rating-block { display: flex; align-items: center; gap: 8px; }
.rating-block > strong { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); background: var(--teal); border-radius: 9px 9px 9px 2px; font-size: 13px; }
.rating-block > span { color: var(--ink-2); font-size: 10px; font-weight: 800; line-height: 1.2; }
.rating-block small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 500; }
.card-link { color: var(--coral); font-size: 11px; font-weight: 850; }
.card-link span { margin-left: 4px; }

.landmark-teaser { color: var(--white); background: var(--ink); }
.landmark-teaser-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.landmark-intro h2 { max-width: 480px; margin-bottom: 22px; font-size: clamp(35px, 4vw, 55px); line-height: 1.03; letter-spacing: -.045em; }
.landmark-intro p { max-width: 470px; margin-bottom: 30px; color: #b9c8cf; }
.landmark-list a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .2s ease, background .2s ease; }
.landmark-list a > span { color: #7b969f; font-family: Georgia, serif; font-style: italic; }
.landmark-list strong { font-size: 16px; }
.landmark-list small { display: block; margin-top: 3px; color: #8fa5ae; font-size: 10px; font-weight: 500; }
.landmark-list b { color: #79d6c7; }
.landmark-list a:hover { padding-inline: 16px; background: rgba(255,255,255,.04); }

.editorial-grid { display: grid; grid-template-columns: 80px 1fr 1.15fr; gap: 50px; align-items: start; }
.editorial-number { color: var(--coral); font-family: Georgia, serif; font-size: 34px; font-style: italic; }
.editorial-grid h2 { margin-bottom: 0; font-size: 42px; line-height: 1.12; letter-spacing: -.04em; }
.editorial-grid p { color: var(--muted); }

.page-hero { padding: 75px 0 80px; background: linear-gradient(135deg, #edf5f3, #f7f2e9); }
.page-hero h1 { margin-bottom: 12px; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.page-hero p { color: var(--muted); }
.compact-hero .search-panel { margin-top: 35px; }
.results-section { padding-top: 58px; }
.results-layout { display: grid; grid-template-columns: 230px 1fr; gap: 35px; align-items: start; }
.filters { position: sticky; top: 105px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.filter-heading { display: flex; justify-content: space-between; margin-bottom: 18px; }
.filter-heading a { color: var(--coral); font-size: 10px; font-weight: 800; }
.filters fieldset { padding: 18px 0; margin: 0 0 20px; border: 0; border-top: 1px solid var(--line); }
.filters legend { padding-top: 16px; margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.radio-row { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: var(--muted); font-size: 12px; }
.radio-row span { color: var(--gold); font-size: 10px; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.results-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.results-toolbar form { display: flex; align-items: center; gap: 8px; }
.results-toolbar label { color: var(--muted); font-size: 11px; }
.results-toolbar select { padding: 8px 28px 8px 10px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 700; }
.hotel-grid-results { grid-template-columns: repeat(3, 1fr); }
.empty-state { padding: 80px 30px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.empty-state > span { color: var(--teal); font-size: 50px; }
.empty-state p { color: var(--muted); }
.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 45px; }
.pagination a { display: grid; place-items: center; min-width: 39px; height: 39px; padding: 0 12px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 750; }
.pagination a[aria-current="page"] { color: var(--white); background: var(--teal); border-color: var(--teal); }

.city-hero { padding: 60px 0; overflow: hidden; }
.city-hero-inner { display: flex; align-items: center; justify-content: space-between; }
.city-monogram { margin-bottom: -95px; color: rgba(8,127,120,.09); font-family: Georgia, serif; font-size: 210px; font-style: italic; line-height: .8; }
.city-toolbar { margin-bottom: 32px; }

.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-top: 25px; padding-bottom: 18px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--teal); }
.hotel-head { padding-bottom: 15px; }
.hotel-title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 15px 0 25px; }
.stars-line { margin-bottom: 8px; color: var(--gold); font-size: 13px; letter-spacing: .07em; }
.stars-line span { margin-left: 7px; color: var(--muted); font-size: 10px; letter-spacing: 0; }
.hotel-title-row h1 { max-width: 850px; margin-bottom: 8px; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.location-line { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.location-line span { color: var(--coral); }
.hotel-score { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.hotel-score span { text-align: right; }
.hotel-score strong, .hotel-score small { display: block; }
.hotel-score strong { font-size: 12px; }
.hotel-score small { color: var(--muted); font-size: 9px; }
.hotel-score b { display: grid; place-items: center; width: 54px; height: 54px; color: var(--white); background: var(--teal); border-radius: 14px 14px 14px 4px; font-size: 18px; }
.gallery { display: grid; grid-template-columns: 2fr 1fr; height: 500px; gap: 10px; overflow: hidden; border-radius: 22px; }
.gallery button { padding: 0; overflow: hidden; background: #dce7e8; border: 0; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery button:hover img { transform: scale(1.025); }
.gallery-side { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gallery-side button:first-child:nth-last-child(1), .gallery-side button:first-child:nth-last-child(2), .gallery-side button:first-child:nth-last-child(2) ~ button { grid-column: span 2; }
.section.hotel-content-section { padding-top: 60px; padding-bottom: 45px; }
.hotel-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 345px; gap: 75px; align-items: start; }
.hotel-main-copy > p { max-width: 760px; color: var(--muted); font-size: 15px; line-height: 1.85; text-align: justify; text-justify: inter-word; hyphens: auto; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; border-block: 1px solid var(--line); }
.fact-grid div { padding: 22px 17px; border-right: 1px solid var(--line); }
.fact-grid div:last-child { border: 0; }
.fact-grid span, .fact-grid strong { display: block; }
.fact-grid span { margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.fact-grid strong { font-size: 12px; }
.booking-card { position: sticky; top: 105px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.booking-card h2 { margin-bottom: 8px; font-size: 25px; letter-spacing: -.03em; }
.booking-card > p { color: var(--muted); font-size: 12px; }
.booking-card label { display: block; margin-bottom: 13px; color: var(--muted); font-size: 10px; font-weight: 750; }
.booking-card input, .booking-card select { display: block; width: 100%; height: 43px; margin-top: 5px; padding: 0 10px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 700; }
.booking-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.streetview-section { margin-top: 65px; }
.streetview-frame { height: 390px; overflow: hidden; background: #d9e5e6; border-radius: 18px; }
.streetview-frame iframe { width: 100%; height: 100%; border: 0; }
.hotel-room-cta { margin-top: 18px; }
.hotel-room-cta .button { min-height: 52px; padding-inline: 27px; font-size: 15px; }
.section.hotel-landmarks { padding-top: 55px; }
.nearby-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.nearby-grid a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 17px; background: var(--white); border: 1px solid rgba(17,42,60,.08); border-radius: 12px; }
.nearby-grid a > b { grid-column: 2; color: var(--teal); font-size: 10px; }
.nearby-pin { display: grid; grid-row: 1 / 3; place-items: center; width: 34px; height: 34px; color: var(--coral); background: #fcedea; border-radius: 50%; }
.nearby-grid strong, .nearby-grid small { display: block; }
.nearby-grid strong { font-size: 11px; }
.nearby-grid small { color: var(--muted); font-size: 9px; }
.offers-section { min-height: 300px; }
.partner-label { color: var(--muted); font-size: 11px; font-weight: 750; }
.offers-placeholder { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 135px; padding: 30px; color: var(--muted); background: var(--soft); border: 1px dashed #b8cbca; border-radius: 15px; }
.offers-placeholder span { color: var(--teal); font-size: 27px; }
.offers-placeholder p { margin: 0; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.offer-card { display: grid; grid-template-columns: 105px 1fr; min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.offer-card img { width: 105px; height: 100%; min-height: 140px; object-fit: cover; }
.offer-body { padding: 13px; }
.offer-body h3 { margin-bottom: 5px; font-size: 13px; line-height: 1.3; }
.offer-stars { color: var(--gold); font-size: 9px; }
.offer-price { margin: 8px 0; font-size: 11px; }
.offer-price strong { font-size: 16px; }
.offer-body a { color: var(--coral); font-size: 10px; font-weight: 850; }
.gallery-dialog { width: min(1000px, 92vw); max-width: none; padding: 0; overflow: visible; background: transparent; border: 0; }
.gallery-dialog::backdrop { background: rgba(4,18,27,.9); backdrop-filter: blur(10px); }
.gallery-dialog img { width: 100%; max-height: 85vh; object-fit: contain; }
.gallery-dialog button { position: absolute; top: -45px; right: 0; color: var(--white); background: transparent; border: 0; font-size: 38px; }

.landmark-hero { color: var(--white); background: linear-gradient(130deg, #0f293c, #0b5758); }
.landmark-hero-inner { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 80px; }
.landmark-hero h1 { max-width: 700px; }
.landmark-hero p { max-width: 620px; color: #b8cccf; font-size: 17px; }
.landmark-search { padding: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 15px; }
.landmark-search label { display: block; margin-bottom: 8px; color: #a7c2c5; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.landmark-search div { display: flex; }
.landmark-search input { min-width: 0; flex: 1; height: 47px; padding: 0 13px; border: 0; border-radius: 9px 0 0 9px; }
.landmark-search button { padding: 0 16px; color: var(--white); background: var(--coral); border: 0; border-radius: 0 9px 9px 0; font-size: 11px; font-weight: 800; }
.landmark-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.landmark-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; min-height: 130px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; transition: border .2s, transform .2s, box-shadow .2s; }
.landmark-card:hover { transform: translateY(-3px); border-color: #9cc8c4; box-shadow: 0 15px 35px rgba(17,42,60,.09); }
.landmark-card-number { color: var(--coral); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.landmark-card-body small, .landmark-card-body strong, .landmark-card-body em { display: block; }
.landmark-card-body small { margin-bottom: 3px; color: var(--muted); font-size: 9px; }
.landmark-card-body strong { font-size: 14px; line-height: 1.35; }
.landmark-card-body em { margin-top: 5px; color: var(--teal); font-size: 9px; font-style: normal; font-weight: 750; }
.landmark-card-arrow { color: var(--teal); }
.landmark-detail-hero { padding: 25px 0 65px; color: var(--white); background: var(--ink); }
.landmark-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.breadcrumbs-light { width: 100%; padding: 0 0 45px; color: #8ca4ae; }
.landmark-detail-grid h1 { margin-bottom: 8px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.landmark-detail-grid p { color: #9fb3bb; }
.landmark-fact { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.landmark-fact strong { color: #7cddcd; font-family: Georgia, serif; font-size: 42px; }
.landmark-fact span { color: #9fb3bb; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.landmark-streetview { height: 440px; border: 8px solid rgba(255,255,255,.09); }
.landmark-copy { padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.landmark-results-heading { margin-top: 75px; }

.site-footer { padding: 70px 0 20px; color: #b5c5cc; background: #0b2232; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(180px, .6fr); gap: 90px; padding-bottom: 55px; }
.brand-footer { color: var(--white); }
.brand-footer small { color: #8da3ac; }
.footer-grid > div:first-child p { max-width: 410px; margin-top: 20px; color: #839aa4; font-size: 12px; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-size: 13px; }
.footer-grid > div:nth-child(2) a { display: block; margin: 9px 0; color: #9fb3bb; font-size: 11px; }
.footer-grid > div:nth-child(2) a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #78909a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1100px) {
  .site-nav { gap: 20px; }
  .hero-grid { gap: 30px; }
  .search-panel { grid-template-columns: 1.5fr 1fr 1fr auto; }
  .search-guests { display: none; }
  .hotel-grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .city-card:first-child, .city-card:nth-child(6) { grid-column: span 1; }
  .nearby-grid { grid-template-columns: repeat(3, 1fr); }
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 720px); }
  .header-inner { height: 68px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; z-index: 99; top: 68px; right: 0; left: 0; display: grid; align-content: start; gap: 0; height: calc(100vh - 68px); padding: 25px 20px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav a { padding: 16px 5px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-bottom: 20px; }
  .hero-copy h1 { font-size: clamp(46px, 11vw, 68px); }
  .hero-visual { min-height: 420px; }
  .hero-search-wrap { margin-bottom: -125px; }
  .search-panel { grid-template-columns: 1fr 1fr; gap: 12px; }
  .search-destination { grid-column: 1 / -1; }
  .search-field { padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; }
  .field-icon { bottom: 12px; left: 10px; }
  .search-submit { grid-column: 1 / -1; width: 100%; margin: 0; }
  .section-cities { padding-top: 210px; }
  .section { padding-block: 75px; }
  .city-grid, .hotel-grid, .hotel-grid-results { grid-template-columns: repeat(2, 1fr); }
  .landmark-teaser-grid, .editorial-grid, .landmark-detail-grid, .landmark-hero-inner { grid-template-columns: 1fr; gap: 45px; }
  .results-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .hotel-content-grid { grid-template-columns: 1fr; gap: 45px; }
  .booking-card { position: static; }
  .gallery { height: 420px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .landmark-card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr; gap: 50px; }
  .landmark-streetview { height: 360px; }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 24px); }
  .brand small { display: none; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; }
  .hero-proof { gap: 12px; }
  .hero-proof span { padding-right: 12px; }
  .hero-proof strong { font-size: 16px; }
  .hero-visual { min-height: 340px; }
  .hero-photo-1 { width: 78%; height: 70%; }
  .hero-photo-2 { right: 43%; width: 53%; }
  .hero-photo-3 { width: 38%; }
  .hero-badge { left: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .city-grid, .hotel-grid, .hotel-grid-results, .landmark-card-grid, .offers-grid { grid-template-columns: 1fr; }
  .city-card { min-height: 260px; }
  .hotel-card h3, .hotel-address { min-height: 0; }
  .editorial-grid h2 { font-size: 34px; }
  .page-hero { padding-block: 55px; }
  .page-hero h1 { font-size: 43px; }
  .results-toolbar { align-items: start; flex-direction: column; }
  .hotel-title-row { align-items: start; flex-direction: column; }
  .hotel-score span { text-align: left; }
  .gallery { grid-template-columns: 1fr; height: auto; }
  .gallery-main { aspect-ratio: 1.35; }
  .gallery-side { display: none; }
  .fact-grid, .nearby-grid { grid-template-columns: 1fr; }
  .booking-dates { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 7px; }
  .landmark-detail-grid h1 { font-size: 46px; }
}

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