@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-arabic-arabic.woff2") format("woff2");
  unicode-range: U+0600-06ff, U+0750-077f, U+0870-088e, U+0890-0891, U+0897-08e1, U+08e3-08ff, U+200c-200e, U+2010-2011, U+204f, U+2e41, U+fb50-fdff, U+fe70-fe74, U+fe76-fefc;
}

@font-face {
  font-family: "Noto Sans Arabic";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-arabic-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

:root {
  --ink: #102f2d;
  --ink-deep: #092421;
  --ink-soft: #31514e;
  --muted: #657b77;
  --paper: #f7f3ea;
  --paper-deep: #eee7da;
  --surface: #fffdf8;
  --white: #fff;
  --line: #ded8cc;
  --line-strong: #cfc5b5;
  --emerald: #0d6b5f;
  --emerald-dark: #075248;
  --emerald-soft: #dfece7;
  --copper: #c56b49;
  --copper-dark: #a95335;
  --copper-soft: #f3e0d7;
  --gold: #b99457;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 8px 28px rgba(16, 47, 45, .07);
  --shadow: 0 24px 70px rgba(16, 47, 45, .13);
  --shadow-strong: 0 32px 90px rgba(6, 36, 33, .2);
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { direction: rtl; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
input[type="date"] { font-family: Tahoma, Arial, sans-serif; }
button, select, summary { cursor: pointer; }
button:disabled, button[aria-disabled="true"] { cursor: wait; opacity: .65; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: .6em;
  font-weight: 750;
  line-height: 1.24;
  text-wrap: balance;
}
p { text-wrap: pretty; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #e08b68;
  outline-offset: 4px;
}
.shell { width: var(--shell); margin-inline: auto; }
main { min-height: 55vh; scroll-margin-top: 96px; }
.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: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 243, 234, .9);
  border-bottom: 1px solid rgba(16, 47, 45, .09);
  backdrop-filter: blur(22px) saturate(1.35);
}
.header-inner {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 12px;
}
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  color: var(--white);
  background: var(--emerald);
  border-radius: 50% 50% 50% 18%;
  box-shadow: 0 7px 20px rgba(13, 107, 95, .22);
}
.brand-mark::after {
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  content: "";
}
.brand-mark span {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.brand-copy strong,
.brand-copy small { display: block; line-height: 1.05; }
.brand-copy strong {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand-copy small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: auto;
}
.site-nav a {
  position: relative;
  padding: 10px 15px;
  color: var(--ink-soft);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease, background .2s ease;
}
.site-nav a:hover { color: var(--emerald); background: rgba(13, 107, 95, .07); }
.site-nav a[aria-current="page"] { color: var(--emerald-dark); background: var(--emerald-soft); }
.site-nav a[aria-current="page"]::after {
  position: absolute;
  bottom: 4px;
  inset-inline: 20px;
  height: 2px;
  background: var(--copper);
  border-radius: 2px;
  content: "";
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  gap: 10px;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 10px 25px rgba(16, 47, 45, .15);
  transition: background .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--emerald-dark); transform: translateY(-1px); }
.header-cta svg { color: #8ed5c8; transform: scaleX(-1); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-inline-start: auto;
  padding: 10px;
  background: transparent;
  border: 0;
  border-radius: 50%;
}
.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Shared controls */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  gap: 11px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { transform: scaleX(-1); }
.button-primary {
  color: var(--white);
  background: var(--copper);
  box-shadow: 0 13px 28px rgba(197, 107, 73, .25);
}
.button-primary:hover { background: var(--copper-dark); box-shadow: 0 18px 35px rgba(197, 107, 73, .32); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--emerald-dark); }
.button-light { color: var(--ink); background: var(--surface); box-shadow: var(--shadow-sm); }
.button-light:hover { color: var(--emerald-dark); background: var(--white); }
.button-copper { color: var(--white); background: var(--copper); }
.button-outline { color: var(--emerald-dark); background: transparent; border-color: var(--line-strong); }
.button-outline:hover { color: var(--white); background: var(--emerald); border-color: var(--emerald); }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emerald);
  font-size: 14px;
  font-weight: 750;
}
.text-link svg { transform: scaleX(-1); }
.section-kicker,
.hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--copper-dark);
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
}
.section-kicker::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}
.section-kicker-light { color: #9ed6cb; }
.section { padding: 108px 0; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 42px;
  gap: 36px;
}
.section-heading > div { max-width: 760px; }
.section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.22;
}
.section-heading p { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.inline-heading { margin-bottom: 26px; }
.section-action { display: flex; justify-content: center; margin-top: 45px; }
.section-soft { background: var(--paper-deep); }

/* Homepage hero */
.hero {
  position: relative;
  padding: 68px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(185, 148, 87, .15), transparent 26%),
    radial-gradient(circle at 94% 12%, rgba(13, 107, 95, .13), transparent 24%),
    linear-gradient(180deg, #fbf8f0 0%, var(--paper) 100%);
}
.hero-pattern {
  position: absolute;
  top: 30px;
  inset-inline-end: -100px;
  width: 330px;
  height: 330px;
  opacity: .25;
  background:
    linear-gradient(45deg, transparent 47%, var(--gold) 48%, var(--gold) 52%, transparent 53%) 0 0 / 38px 38px,
    linear-gradient(-45deg, transparent 47%, var(--gold) 48%, var(--gold) 52%, transparent 53%) 0 0 / 38px 38px;
  border-radius: 50%;
  mask-image: radial-gradient(circle, #000 15%, transparent 70%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  min-height: 570px;
  gap: clamp(45px, 6vw, 90px);
}
.hero-copy { padding: 34px 0; }
.hero-kicker i {
  width: 8px;
  height: 8px;
  background: var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--copper-soft);
}
.hero-copy h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(52px, 5.6vw, 78px);
  font-weight: 780;
  line-height: 1.16;
}
.hero-copy h1 span { display: block; color: var(--emerald); font-weight: 620; }
.hero-copy > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 36px; gap: 22px; }
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line-strong);
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}
.hero-secondary-link:hover { color: var(--emerald); border-color: var(--emerald); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; }
.hero-proof span {
  min-width: 115px;
  padding-inline: 20px;
  color: var(--muted);
  border-inline-start: 1px solid var(--line);
  font-size: 11px;
}
.hero-proof span:first-child { padding-inline-start: 0; border: 0; }
.hero-proof strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 22px; line-height: 1.25; }
.hero-feature {
  position: relative;
  display: block;
  min-width: 0;
  isolation: isolate;
}
.hero-feature::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  inset-inline-start: -22px;
  width: 72%;
  height: 75%;
  border: 1px solid rgba(13, 107, 95, .24);
  border-radius: 34px 34px 10px 34px;
  content: "";
}
.hero-feature-frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--emerald-soft);
  border: 8px solid rgba(255, 253, 248, .8);
  border-radius: 32px 32px 8px 32px;
  box-shadow: var(--shadow-strong);
}
.hero-feature-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.hero-feature:hover .hero-feature-frame img { transform: scale(1.025); }
.hero-feature-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 29, 27, .74) 100%);
}
.hero-feature-caption {
  position: absolute;
  z-index: 2;
  inset-inline: 28px;
  bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: var(--white);
  gap: 20px;
}
.hero-feature-caption small,
.hero-feature-caption strong { display: block; }
.hero-feature-caption small { margin-bottom: 4px; color: rgba(255, 255, 255, .75); font-size: 11px; }
.hero-feature-caption strong { max-width: 430px; font-size: 20px; line-height: 1.35; }
.hero-feature-caption > b {
  display: grid;
  place-items: center;
  min-width: 52px;
  height: 52px;
  background: var(--surface);
  color: var(--emerald-dark);
  border-radius: 14px 14px 14px 4px;
  font-size: 17px;
}
.hero-feature-note {
  position: absolute;
  z-index: 3;
  top: 28px;
  inset-inline-end: -24px;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  background: rgba(255, 253, 248, .94);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  gap: 9px;
  font-size: 11px;
  font-weight: 750;
}
.hero-feature-note i { width: 8px; height: 8px; background: var(--copper); border-radius: 50%; }
.hero-search-wrap {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  margin-top: 44px;
  padding: 14px;
  background: var(--surface);
  border: 1px solid rgba(16, 47, 45, .07);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.search-intro { padding: 0 18px; border-inline-end: 1px solid var(--line); }
.search-intro span,
.search-intro small { display: block; }
.search-intro span { margin-bottom: 2px; font-size: 12px; font-weight: 800; }
.search-intro small { color: var(--muted); font-size: 9px; }

/* Search */
.search-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 1.5fr) 1fr 1fr .8fr auto;
  align-items: stretch;
  min-width: 0;
  gap: 4px;
}
.search-field {
  position: relative;
  min-width: 0;
  padding: 9px 15px 7px;
  border-inline-end: 1px solid var(--line);
  border-radius: 10px;
  transition: background .2s ease, box-shadow .2s ease;
}
.search-field:focus-within { background: var(--paper); box-shadow: inset 0 0 0 1px rgba(13, 107, 95, .2); }
.search-field label {
  display: block;
  margin-bottom: 1px;
  padding-inline-start: 27px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
}
.search-field input,
.search-field select {
  width: 100%;
  height: 30px;
  padding: 0;
  padding-inline-start: 27px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-weight: 680;
}
.search-field input:focus-visible,
.search-field select:focus-visible { outline: 0; }
.field-icon {
  position: absolute;
  bottom: 13px;
  inset-inline-start: 15px;
  color: var(--copper);
}
.field-icon svg { width: 17px; height: 17px; }
.search-submit {
  align-self: center;
  min-height: 58px;
  margin-inline-start: 8px;
  padding-inline: 22px;
  border-radius: 15px;
  white-space: nowrap;
}
.search-submit svg { width: 19px; height: 19px; transform: none; }
.suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  inset-inline: 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.suggestions a {
  display: flex;
  justify-content: space-between;
  padding: 11px 12px;
  border-radius: 9px;
  gap: 15px;
  font-size: 13px;
  font-weight: 700;
}
.suggestions a:hover,
.suggestions a[aria-selected="true"] { background: var(--emerald-soft); }
.suggestions a[aria-selected="true"] { outline: 2px solid var(--emerald); }
.suggestions small { color: var(--muted); font-size: 10px; font-weight: 500; }

.trust-strip { background: var(--surface); border-block: 1px solid var(--line); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip-grid > div {
  display: flex;
  align-items: center;
  min-height: 105px;
  padding: 20px 32px;
  border-inline-end: 1px solid var(--line);
  gap: 14px;
}
.trust-strip-grid > div:first-child { border: 0; }
.trust-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--emerald);
  background: var(--emerald-soft);
  border-radius: 50%;
}
.trust-icon svg { width: 21px; height: 21px; }
.trust-strip strong,
.trust-strip small { display: block; }
.trust-strip strong { margin-bottom: 2px; font-size: 13px; }
.trust-strip small { color: var(--muted); font-size: 10px; }

/* Destination cards */
.section-cities { background: var(--surface); }
.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 16px;
}
.city-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  isolation: isolate;
}
.city-card-1 { grid-column: span 2; grid-row: span 2; }
.city-card-6,
.city-card-7 { grid-column: span 2; }
.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .8, .2, 1), filter .3s ease;
}
.city-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 31, 28, .08) 25%, rgba(6, 31, 28, .88) 100%);
}
.city-index {
  position: absolute;
  top: 17px;
  inset-inline-end: 18px;
  color: rgba(255, 255, 255, .78);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.city-content { position: absolute; inset-inline: 21px; bottom: 19px; }
.city-content strong,
.city-content small { display: block; }
.city-content strong { font-size: 23px; line-height: 1.35; }
.city-card-1 .city-content strong { font-size: 33px; }
.city-content small { margin-top: 3px; color: rgba(255, 255, 255, .7); font-size: 10px; }
.city-arrow {
  position: absolute;
  top: 18px;
  inset-inline-start: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.city-arrow svg { width: 17px; height: 17px; transform: scaleX(-1); }
.city-card:hover .city-arrow { color: var(--ink); background: var(--white); transform: translate(-2px, 2px); }

/* Hotel cards */
.section-hotels { background: var(--paper); }
.hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hotel-card {
  min-width: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(16, 47, 45, .08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.hotel-card:hover { border-color: rgba(13, 107, 95, .2); box-shadow: 0 24px 55px rgba(16, 47, 45, .13); transform: translateY(-6px); }
.hotel-card-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--emerald-soft);
}
.hotel-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .8, .2, 1); }
.hotel-card:hover .hotel-card-image img { transform: scale(1.04); }
.hotel-card-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 30, 27, .2), transparent 36%); }
.star-chip,
.distance-chip {
  position: absolute;
  top: 14px;
  min-height: 30px;
  padding: 5px 11px;
  color: var(--white);
  background: rgba(9, 36, 33, .8);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.star-chip { inset-inline-end: 14px; color: #f6d787; }
.distance-chip { inset-inline-start: 14px; background: rgba(13, 107, 95, .9); }
.hotel-card-body { padding: 21px 22px 20px; }
.hotel-card-location {
  display: flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 6px;
  color: var(--muted);
  gap: 6px;
  font-size: 11px;
}
.location-dot { width: 6px; height: 6px; background: var(--copper); border-radius: 50%; }
.hotel-card-location a { color: var(--emerald); font-weight: 750; }
.hotel-card h3 {
  min-height: 56px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.5;
}
.hotel-card h3 a:hover { color: var(--emerald); }
.hotel-address {
  display: -webkit-box;
  min-height: 44px;
  margin-bottom: 17px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hotel-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 57px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  gap: 12px;
}
.rating-block { display: flex; align-items: center; gap: 10px; }
.rating-block > strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--emerald);
  border-radius: 11px 11px 11px 3px;
  font-size: 14px;
}
.rating-block > span { color: var(--ink-soft); font-size: 11px; font-weight: 750; line-height: 1.25; }
.rating-block small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 500; }
.card-link {
  display: inline-flex;
  align-items: center;
  color: var(--copper-dark);
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
}
.card-link svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  color: var(--copper);
  background: var(--copper-soft);
  border-radius: 50%;
  transform: scaleX(-1);
}

/* Planning and landmark home sections */
.planning-section {
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: var(--emerald-dark);
}
.planning-section::before {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 26px 26px;
  content: "";
}
.planning-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 95px; }
.planning-intro h2 {
  max-width: 510px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 54px);
}
.planning-intro p { max-width: 500px; margin-bottom: 30px; color: #b9d0cb; }
.planning-steps { border-top: 1px solid rgba(255, 255, 255, .16); }
.planning-steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 24px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  gap: 18px;
}
.planning-steps article > span { color: #80c9bb; font-family: "Segoe UI", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.planning-steps h3 { margin-bottom: 4px; font-size: 19px; }
.planning-steps p { margin: 0; color: #a9c4be; font-size: 13px; }
.landmark-teaser { color: var(--white); background: var(--ink-deep); }
.landmark-teaser-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.landmark-intro h2 {
  max-width: 510px;
  margin-bottom: 20px;
  font-size: clamp(39px, 4.5vw, 60px);
  line-height: 1.16;
}
.landmark-intro p { max-width: 460px; margin-bottom: 30px; color: #9db7b2; }
.landmark-list { border-top: 1px solid rgba(255, 255, 255, .13); }
.landmark-list a {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  gap: 16px;
  transition: padding .2s ease, background .2s ease;
}
.landmark-list a > span { color: #6f9991; font-family: "Segoe UI", Arial, sans-serif; font-size: 11px; }
.landmark-list strong { font-size: 15px; }
.landmark-list small { display: block; margin-top: 3px; color: #7f9d97; font-size: 10px; font-weight: 500; }
.landmark-list b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #7ed1c1;
  border: 1px solid rgba(126, 209, 193, .25);
  border-radius: 50%;
}
.landmark-list b svg { width: 16px; height: 16px; transform: scaleX(-1); }
.landmark-list a:hover { padding-inline: 18px; background: rgba(255, 255, 255, .04); }
.editorial-copy { background: var(--surface); }
.editorial-grid {
  display: grid;
  grid-template-columns: 80px 1fr 1.05fr;
  align-items: start;
  gap: 55px;
}
.editorial-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: var(--copper);
  border-radius: 50% 50% 50% 16%;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}
.editorial-number svg { width: 24px; height: 24px; }
.editorial-grid h2 { margin-bottom: 0; font-size: clamp(32px, 3.6vw, 48px); }
.editorial-grid p { color: var(--muted); font-size: 15px; }

/* Listing and city pages */
.page-hero {
  position: relative;
  padding: 78px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 25%, rgba(185, 148, 87, .16), transparent 26%),
    linear-gradient(135deg, #e6eee8 0%, #f6efe4 100%);
}
.page-hero::after {
  position: absolute;
  top: -150px;
  inset-inline-start: -100px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(13, 107, 95, .12);
  border-radius: 50%;
  content: "";
}
.page-hero-copy { position: relative; z-index: 1; max-width: 900px; }
.page-hero h1 {
  margin-bottom: 13px;
  font-size: clamp(43px, 5.3vw, 68px);
  line-height: 1.18;
}
.page-hero p { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.compact-hero .search-panel {
  z-index: 2;
  margin-top: 34px;
  padding: 11px;
  background: var(--surface);
  border: 1px solid rgba(16, 47, 45, .08);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.results-section { padding-top: 62px; background: var(--paper); }
.results-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 38px; }
.filters {
  position: sticky;
  top: 108px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.filters-panel > summary { display: none; }
.filters-panel:not([open]) > form { display: block; }
.filters form { padding: 24px; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.filter-heading strong { font-size: 15px; }
.filter-heading a { color: var(--copper-dark); font-size: 10px; font-weight: 750; }
.filters fieldset { padding: 20px 0 6px; margin: 0 0 21px; border: 0; border-top: 1px solid var(--line); }
.filters legend { padding-top: 18px; margin-bottom: 10px; font-size: 12px; font-weight: 750; }
.radio-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 42px;
  color: var(--muted);
  gap: 8px;
  font-size: 11px;
}
.radio-row input { accent-color: var(--emerald); }
.radio-row span { color: var(--gold); font-size: 10px; }
.radio-row b { color: var(--ink-soft); font-weight: 600; }
.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-bottom: 26px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.results-toolbar p { display: flex; align-items: baseline; margin: 0; color: var(--muted); gap: 8px; font-size: 12px; }
.results-toolbar p strong { color: var(--ink); font-size: 23px; }
.results-toolbar form { display: flex; align-items: center; gap: 8px; }
.results-toolbar label { color: var(--muted); font-size: 11px; }
.results-toolbar select {
  min-height: 42px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
}
.sort-submit {
  min-height: 42px;
  padding: 0 15px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 750;
}
.hotel-grid-results { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.results-main .hotel-card-body { padding: 18px; }
.results-main .hotel-card h3 { font-size: 16px; }
.empty-state {
  padding: 72px 30px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.empty-state > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  color: var(--emerald);
  background: var(--emerald-soft);
  border-radius: 50%;
  font-size: 35px;
}
.empty-state > span svg { width: 30px; height: 30px; }
.empty-state h2 { margin-bottom: 8px; font-size: 27px; }
.empty-state p { max-width: 520px; margin: 0 auto 25px; color: var(--muted); }
.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 48px; gap: 8px; }
.pagination a {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 13px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease, border .2s ease;
}
.pagination a:hover { color: var(--emerald); border-color: var(--emerald); }
.pagination a[aria-current="page"] { color: var(--white); background: var(--emerald); border-color: var(--emerald); }
.city-hero { padding: 68px 0; }
.city-hero-inner { position: relative; display: flex; align-items: center; justify-content: space-between; }
.city-hero-stat { display: flex; align-items: center; margin-top: 28px; gap: 12px; }
.city-hero-stat strong { color: var(--emerald); font-size: 36px; line-height: 1; }
.city-hero-stat span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.city-monogram {
  position: relative;
  display: grid;
  flex: 0 0 250px;
  place-items: center;
  height: 220px;
  margin-bottom: -80px;
}
.city-monogram span { position: relative; z-index: 2; color: rgba(13, 107, 95, .2); font-size: 180px; font-weight: 650; line-height: .8; }
.city-monogram i {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(197, 107, 73, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 253, 248, .18);
}
.city-toolbar { margin-bottom: 32px; }

/* Breadcrumb and hotel detail */
.breadcrumbs { padding-top: 24px; padding-bottom: 16px; color: var(--muted); font-size: 11px; }
.breadcrumbs ol { display: flex; align-items: center; flex-wrap: wrap; padding: 0; margin: 0; gap: 9px; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 9px; }
.breadcrumbs li + li::before { color: var(--copper); content: "‹"; }
.breadcrumbs a:hover { color: var(--emerald); }
.hotel-head { padding: 5px 0 18px; }
.hotel-title-row { display: flex; align-items: end; justify-content: space-between; padding: 15px 0 28px; gap: 35px; }
.hotel-title-row .section-kicker { margin-bottom: 10px; }
.stars-line { margin-bottom: 9px; color: var(--gold); font-size: 13px; }
.stars-line span { margin-inline-start: 8px; color: var(--muted); font-size: 11px; }
.hotel-title-row h1 { max-width: 900px; margin-bottom: 8px; font-size: clamp(39px, 4.7vw, 62px); line-height: 1.22; }
.location-line { display: flex; align-items: start; margin-bottom: 0; color: var(--muted); gap: 8px; font-size: 13px; }
.location-line > span { flex: 0 0 auto; margin-top: 4px; color: var(--copper); }
.location-line svg { width: 17px; height: 17px; }
.hotel-score { display: flex; align-items: center; min-width: max-content; gap: 12px; }
.hotel-score span { text-align: end; }
.hotel-score strong,
.hotel-score small { display: block; }
.hotel-score strong { font-size: 13px; }
.hotel-score small { color: var(--muted); font-size: 10px; }
.hotel-score b {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--white);
  background: var(--emerald);
  border-radius: 16px 16px 16px 4px;
  font-size: 19px;
  box-shadow: 0 12px 25px rgba(13, 107, 95, .22);
}
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 530px;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: 28px 28px 8px 28px;
  gap: 9px;
  box-shadow: var(--shadow-sm);
}
.gallery button { position: relative; padding: 0; overflow: hidden; background: var(--emerald-soft); border: 0; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .25s ease; }
.gallery button:hover img { filter: saturate(1.05); transform: scale(1.025); }
.gallery-side { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.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; }
.gallery-open-label {
  position: absolute;
  inset-inline-start: 22px;
  bottom: 21px;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  color: var(--ink);
  background: rgba(255, 253, 248, .92);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
  gap: 8px;
  font-size: 11px;
  font-weight: 750;
}
.gallery-open-label svg { width: 18px; height: 18px; color: var(--emerald); }
.section.hotel-content-section { padding-top: 66px; padding-bottom: 48px; }
.hotel-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 365px; align-items: start; gap: 78px; }
.hotel-main-copy > p { max-width: 790px; color: var(--muted); font-size: 15px; line-height: 2; }
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.fact-grid div { padding: 22px 18px; border-inline-end: 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: 10px; }
.fact-grid strong { font-size: 13px; }
.booking-card {
  position: sticky;
  top: 108px;
  padding: 30px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px 24px 7px 24px;
  box-shadow: var(--shadow);
}
.booking-card::before { position: absolute; top: 0; inset-inline: 0; height: 5px; background: linear-gradient(90deg, var(--copper), var(--gold)); content: ""; }
.booking-card-label { display: inline-block; margin-bottom: 12px; color: var(--copper-dark); font-size: 10px; font-weight: 800; }
.booking-card h2 { margin-bottom: 7px; font-size: 25px; }
.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: 700; }
.booking-card input,
.booking-card select {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 5px;
  padding: 0 11px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
}
.booking-card input:focus,
.booking-card select:focus { border-color: var(--emerald); }
.booking-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.booking-assurance { padding: 18px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.booking-assurance li { display: flex; align-items: center; margin-top: 8px; color: var(--muted); gap: 7px; font-size: 10px; }
.booking-assurance li span { display: grid; place-items: center; width: 17px; height: 17px; color: var(--emerald); background: var(--emerald-soft); border-radius: 50%; font-size: 9px; }
.streetview-section { margin-top: 68px; }
.streetview-frame { height: 400px; overflow: hidden; background: var(--emerald-soft); border-radius: var(--radius); }
.streetview-frame iframe { width: 100%; height: 100%; border: 0; }
.hotel-room-cta { margin-top: 20px; }
.hotel-room-cta .button { min-height: 54px; padding-inline: 29px; }
.section.hotel-landmarks { padding-top: 60px; }
.nearby-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.nearby-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 18px;
  background: var(--surface);
  border: 1px solid rgba(16, 47, 45, .08);
  border-radius: 14px;
  gap: 11px;
  transition: border .2s ease, transform .2s ease;
}
.nearby-grid a:hover { border-color: var(--emerald); transform: translateY(-2px); }
.nearby-grid a > b { grid-column: 2; color: var(--emerald); font-size: 10px; }
.nearby-pin {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--copper);
  background: var(--copper-soft);
  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: 320px; }
.partner-label { display: inline-flex; align-items: center; color: var(--muted); gap: 7px; font-size: 11px; font-weight: 700; }
.partner-label i { width: 7px; height: 7px; background: #39a676; border-radius: 50%; box-shadow: 0 0 0 4px rgba(57, 166, 118, .13); }
.offers-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  padding: 30px;
  color: var(--muted);
  background: var(--surface);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  gap: 16px;
}
.offers-placeholder span { color: var(--emerald); font-size: 28px; }
.offers-placeholder p { margin: 0; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { display: grid; grid-template-columns: 115px 1fr; min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; }
.offer-card img { width: 115px; height: 100%; min-height: 150px; object-fit: cover; }
.offer-body { padding: 15px; }
.offer-body h3 { margin-bottom: 5px; font-size: 13px; line-height: 1.4; }
.offer-stars { color: var(--gold); font-size: 10px; }
.offer-price { margin: 8px 0; font-size: 11px; }
.offer-price strong { font-size: 17px; }
.offer-body a { color: var(--copper-dark); font-size: 10px; font-weight: 800; }
.gallery-dialog {
  width: min(1120px, 94vw);
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}
.gallery-dialog::backdrop { background: rgba(3, 20, 18, .93); backdrop-filter: blur(12px); }
.gallery-dialog-frame { position: relative; display: grid; place-items: center; min-height: 50vh; }
.gallery-dialog img { display: block; width: auto; max-width: 100%; max-height: 84vh; object-fit: contain; border-radius: 8px; }
.gallery-dialog-close {
  position: absolute;
  z-index: 2;
  top: -48px;
  inset-inline-start: 0;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: transparent;
  border: 0;
  font-size: 38px;
}
.gallery-dialog-nav {
  position: fixed;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}
.gallery-dialog-nav svg { width: 23px; height: 23px; }
.gallery-dialog-prev { inset-inline-start: 26px; }
.gallery-dialog-next { inset-inline-end: 26px; }
.gallery-dialog-count {
  position: absolute;
  bottom: -42px;
  padding: 5px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border-radius: 999px;
  font-size: 11px;
}
.mobile-booking-bar { display: none; }

/* Landmark pages */
.landmark-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 15%, rgba(185, 148, 87, .18), transparent 30%),
    linear-gradient(130deg, #0b2a28, #0d5b53);
}
.landmark-hero::after { border-color: rgba(255, 255, 255, .1); }
.landmark-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 90px; }
.landmark-hero h1 { max-width: 700px; }
.landmark-hero h1 span { color: #91d5c7; font-weight: 600; }
.landmark-hero p { max-width: 620px; color: #bad0cb; font-size: 17px; }
.landmark-search {
  padding: 24px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}
.landmark-search label { display: block; margin-bottom: 9px; color: #d7e6e2; font-size: 11px; font-weight: 750; }
.landmark-search > div { position: relative; display: flex; }
.landmark-search > div > span { position: absolute; z-index: 1; top: 50%; inset-inline-start: 14px; color: var(--copper); transform: translateY(-50%); }
.landmark-search svg { width: 18px; height: 18px; }
.landmark-search input {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 43px 0 13px;
  color: var(--ink);
  background: var(--surface);
  border: 0;
  border-radius: 0 12px 12px 0;
}
.landmark-search button { padding: 0 20px; color: var(--white); background: var(--copper); border: 0; border-radius: 12px 0 0 12px; font-size: 12px; font-weight: 750; }
.landmark-search small { display: block; margin-top: 9px; color: #9dbbb5; font-size: 9px; }
.landmark-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.landmark-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  min-height: 146px;
  padding: 22px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  gap: 14px;
  transition: border .25s ease, transform .25s ease, box-shadow .25s ease;
}
.landmark-card::after {
  position: absolute;
  bottom: -45px;
  inset-inline-end: -45px;
  width: 100px;
  height: 100px;
  background: var(--emerald-soft);
  border-radius: 50%;
  content: "";
  opacity: .65;
}
.landmark-card:hover { border-color: rgba(13, 107, 95, .4); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.landmark-card-number { color: var(--copper); font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; font-weight: 700; }
.landmark-card-body { position: relative; z-index: 1; }
.landmark-card-body small,
.landmark-card-body strong,
.landmark-card-body em { display: block; }
.landmark-card-body small { margin-bottom: 4px; color: var(--muted); font-size: 10px; }
.landmark-card-body strong { font-size: 16px; line-height: 1.45; }
.landmark-card-body em { margin-top: 7px; color: var(--emerald); font-size: 10px; font-style: normal; font-weight: 700; }
.landmark-card-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--emerald);
  background: var(--emerald-soft);
  border-radius: 50%;
}
.landmark-card-arrow svg { width: 16px; height: 16px; transform: scaleX(-1); }
.landmark-detail-hero { position: relative; padding: 26px 0 72px; color: var(--white); overflow: hidden; background: var(--ink-deep); }
.landmark-detail-pattern {
  position: absolute;
  inset-inline-end: -100px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .02);
}
.landmark-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.landmark-detail-grid-solo { grid-template-columns: minmax(0, 800px); min-height: 430px; }
.breadcrumbs-light { width: 100%; padding: 0 0 42px; color: #87a8a1; }
.landmark-detail-grid h1 { margin-bottom: 8px; font-size: clamp(50px, 6vw, 78px); line-height: 1.16; }
.landmark-detail-grid > div > p { color: #99b6b0; }
.landmark-fact { display: flex; align-items: center; margin-top: 34px; gap: 13px; }
.landmark-fact strong { color: #88d4c5; font-size: 42px; line-height: 1; }
.landmark-fact span { color: #90aaa5; font-size: 10px; line-height: 1.45; }
.landmark-streetview { height: 450px; border: 8px solid rgba(255, 255, 255, .08); border-radius: 28px 28px 8px 28px; }
.landmark-copy { padding-bottom: 78px; border-bottom: 1px solid var(--line); }
.landmark-copy .editorial-number { background: var(--emerald); }
.landmark-results-heading { margin-top: 78px; }

/* Footer */
.site-footer { padding: 0 0 22px; color: #aec2bd; background: #071e1c; }
.footer-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  gap: 40px;
}
.footer-callout > div { max-width: 800px; }
.footer-callout h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(29px, 3.5vw, 45px); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr 1fr;
  padding-block: 58px;
  gap: 55px;
}
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { background: var(--copper); }
.brand-footer small { color: #789993; }
.footer-brand > p { max-width: 390px; margin-top: 22px; color: #789993; font-size: 12px; }
.footer-trust { display: inline-flex; align-items: center; margin-top: 10px; color: #93afa9; gap: 8px; font-size: 10px; }
.footer-trust i { width: 7px; height: 7px; background: #65c6a5; border-radius: 50%; box-shadow: 0 0 0 4px rgba(101, 198, 165, .1); }
.footer-grid h2 { margin-bottom: 19px; color: var(--white); font-size: 13px; }
.footer-links a { display: block; width: fit-content; margin: 9px 0; color: #91aaa4; font-size: 11px; }
.footer-links a:hover { color: var(--white); }
.footer-note p { color: #789993; font-size: 11px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  color: #617f79;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .04em;
}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 1040px); }
  .header-inner { gap: 20px; }
  .site-nav a { padding-inline: 11px; }
  .hero-grid { gap: 45px; }
  .hero-copy h1 { font-size: clamp(48px, 6vw, 68px); }
  .hero-search-wrap { grid-template-columns: 1fr; }
  .search-intro { display: none; }
  .hotel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .results-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 25px; }
  .hotel-grid-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nearby-grid { grid-template-columns: repeat(3, 1fr); }
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-note { display: none; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 720px); }
  body.page-hotel { padding-bottom: 74px; }
  .header-inner { min-height: 70px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    z-index: 99;
    top: 70px;
    inset-inline: 0;
    display: grid;
    visibility: hidden;
    align-content: start;
    height: calc(100vh - 70px);
    padding: 24px;
    background: rgba(247, 243, 234, .98);
    transform: translateX(-100%);
    transition: transform .25s ease, visibility 0s linear .25s;
    backdrop-filter: blur(18px);
    gap: 0;
  }
  .site-nav.is-open { visibility: visible; transform: none; transition-delay: 0s; }
  .site-nav a {
    padding: 18px 8px;
    background: transparent;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    font-size: 18px;
  }
  .site-nav a[aria-current="page"] { color: var(--emerald); background: transparent; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 30px; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy h1 { max-width: 650px; font-size: clamp(48px, 10vw, 66px); }
  .hero-copy > p { max-width: 650px; }
  .hero-feature { width: min(100%, 650px); margin-inline: auto; }
  .hero-feature-note { inset-inline-end: 18px; }
  .hero-search-wrap { margin-top: 34px; }
  .search-panel { grid-template-columns: 1fr 1fr; padding: 2px; gap: 10px; }
  .search-destination { grid-column: 1 / -1; }
  .search-field { padding: 9px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; }
  .field-icon { inset-inline-start: 12px; }
  .search-field label,
  .search-field input,
  .search-field select { padding-inline-start: 27px; }
  .search-submit { grid-column: 1 / -1; width: 100%; margin: 2px 0 0; }
  .trust-strip-grid > div { padding-inline: 18px; }
  .section { padding-block: 82px; }
  .city-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .city-card-1 { grid-column: span 2; }
  .city-card-6,
  .city-card-7 { grid-column: span 1; }
  .hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planning-grid,
  .landmark-teaser-grid,
  .editorial-grid,
  .landmark-detail-grid,
  .landmark-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .planning-intro { max-width: 650px; }
  .editorial-grid { grid-template-columns: 60px 1fr; }
  .editorial-grid > div:last-child { grid-column: 2; }
  .compact-hero .search-panel { padding: 10px; }
  .results-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filters-panel > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    list-style: none;
    font-size: 13px;
    font-weight: 750;
  }
  .filters-panel > summary::-webkit-details-marker { display: none; }
  .filters-panel > summary > span { display: flex; align-items: center; gap: 9px; }
  .filters-panel > summary svg { width: 20px; height: 20px; color: var(--emerald); }
  .filters-panel > summary b { padding: 4px 9px; color: var(--emerald-dark); background: var(--emerald-soft); border-radius: 999px; font-size: 9px; }
  .filters-panel:not([open]) > form { display: none; }
  .filters-panel[open] > summary { border-bottom: 1px solid var(--line); }
  .hotel-content-grid { grid-template-columns: 1fr; gap: 45px; }
  .booking-card { position: static; }
  .gallery { height: 450px; }
  .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); }
  .landmark-hero-inner { align-items: start; }
  .landmark-search { max-width: 600px; }
  .landmark-streetview { height: 370px; }
  .footer-callout { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-links:nth-of-type(3) { display: none; }
  .mobile-booking-bar {
    position: fixed;
    z-index: 95;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 9px 18px;
    color: var(--white);
    background: var(--copper);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(9, 36, 33, .28);
  }
  .mobile-booking-bar small,
  .mobile-booking-bar strong { display: block; }
  .mobile-booking-bar small { color: rgba(255, 255, 255, .76); font-size: 9px; }
  .mobile-booking-bar strong { font-size: 14px; }
  .mobile-booking-bar svg { width: 22px; height: 22px; transform: scaleX(-1); }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  body { font-size: 15px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { padding-top: 30px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof span { min-width: 0; padding-inline: 10px; }
  .hero-proof strong { font-size: 17px; }
  .hero-feature::before { display: none; }
  .hero-feature-frame { aspect-ratio: 4 / 3; border-width: 5px; border-radius: 22px 22px 6px 22px; }
  .hero-feature-caption { inset-inline: 18px; bottom: 18px; }
  .hero-feature-caption strong { max-width: 240px; font-size: 15px; }
  .hero-feature-caption > b { min-width: 44px; height: 44px; font-size: 14px; }
  .hero-feature-note { display: none; }
  .hero-search-wrap { padding: 10px; border-radius: 18px; }
  .search-panel { grid-template-columns: 1fr; }
  .search-destination,
  .search-submit { grid-column: auto; }
  .trust-strip-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-strip-grid > div { min-height: 78px; border: 0; border-bottom: 1px solid var(--line); }
  .trust-strip-grid > div:last-child { border: 0; }
  .section { padding-block: 70px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 31px; }
  .section-heading h2 { font-size: 33px; }
  .city-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .city-card-1,
  .city-card-6,
  .city-card-7 { grid-column: span 1; grid-row: span 1; }
  .city-card-1 .city-content strong { font-size: 25px; }
  .hotel-grid,
  .hotel-grid-results,
  .landmark-card-grid,
  .offers-grid { grid-template-columns: 1fr; }
  .hotel-card h3,
  .hotel-address { min-height: 0; }
  .planning-grid,
  .landmark-teaser-grid { gap: 52px; }
  .planning-steps article { grid-template-columns: 45px 1fr; }
  .landmark-list a { grid-template-columns: 34px 1fr auto; }
  .editorial-grid { grid-template-columns: 1fr; gap: 25px; }
  .editorial-grid > div:last-child { grid-column: 1; }
  .editorial-number { width: 50px; height: 50px; }
  .page-hero { padding-block: 58px; }
  .page-hero h1 { font-size: 41px; }
  .compact-hero .search-panel { margin-top: 28px; }
  .results-toolbar { align-items: start; flex-direction: column; }
  .results-toolbar form { width: 100%; flex-wrap: wrap; }
  .results-toolbar select { flex: 1; }
  .city-hero-inner { align-items: start; }
  .city-monogram { position: absolute; inset-inline-start: -30px; bottom: -35px; opacity: .55; }
  .city-hero .page-hero-copy { padding-bottom: 35px; }
  .hotel-title-row { align-items: start; flex-direction: column; }
  .hotel-score span { text-align: start; }
  .gallery { display: block; height: auto; overflow: visible; background: transparent; box-shadow: none; }
  .gallery-main { width: 100%; aspect-ratio: 4 / 3; border-radius: 20px 20px 6px 20px; }
  .gallery-side {
    display: grid;
    grid-auto-columns: 42%;
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-top: 9px;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: thin;
  }
  .gallery-side button,
  .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: auto; aspect-ratio: 4 / 3; border-radius: 10px; }
  .gallery-open-label { inset-inline-start: 14px; bottom: 14px; }
  .fact-grid,
  .nearby-grid { grid-template-columns: 1fr; }
  .fact-grid div { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .booking-dates { grid-template-columns: 1fr; }
  .landmark-detail-grid h1 { font-size: 45px; }
  .landmark-streetview { height: 310px; }
  .landmark-card { min-height: 132px; }
  .gallery-dialog-nav { top: auto; bottom: 18px; width: 46px; height: 46px; transform: none; }
  .gallery-dialog-prev { inset-inline-start: 18px; }
  .gallery-dialog-next { inset-inline-end: 18px; }
  .gallery-dialog-count { bottom: 28px; }
  .footer-callout { padding-block: 45px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-links:nth-of-type(3) { display: block; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 7px; }
}

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