:root {
  --bg: #f6efe6;
  --bg-deep: #efe1d0;
  --surface: rgba(255, 252, 248, 0.78);
  --surface-strong: #fffaf4;
  --text: #1d140f;
  --muted: #6d5a4e;
  --line: rgba(52, 31, 19, 0.12);
  --accent: #a64b2a;
  --accent-strong: #7d3118;
  --accent-soft: #f3ddc8;
  --success: #1f6b57;
  --shadow: 0 20px 60px rgba(74, 39, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 118px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(180deg, #f7efe7 0%, #f1e5d7 55%, #ead8c7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 80%);
}

.page-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 24px auto 48px;
}

.topbar,
.filter-bar,
.featured-section,
.listing-card,
.why-us,
.hero-card,
.floating-review,
.form-shell,
.results-search-shell,
.admin-card {
  backdrop-filter: blur(20px);
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(1440px, calc(100vw - 32px));
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 248, 240, 0.72);
  box-shadow: var(--shadow);
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.mobile-menu-toggle,
.mobile-auth-button,
.mobile-nav-drawer,
.mobile-nav-links,
.mobile-nav-close,
.mobile-nav-backdrop {
  display: none;
}

.topbar-side,
.auth-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar-side {
  margin-left: auto;
  justify-self: end;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  justify-self: start;
}

.brand-logo {
  display: block;
  width: auto;
  height: 66px;
  max-width: min(340px, 48vw);
  object-fit: contain;
}

.topnav {
  display: inline-flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: center;
}

.auth-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.auth-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.add-hotel-link svg {
  fill: #fffaf4;
}

.icon-only-button {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  justify-content: center;
}

.icon-only-button span {
  display: none;
}

.auth-icon-link svg {
  width: 30px;
  height: 30px;
}

.mobile-menu-toggle,
.mobile-auth-button {
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(52, 31, 19, 0.12);
  background: rgba(255, 250, 244, 0.78);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(52, 31, 19, 0.08);
}

.mobile-menu-toggle {
  gap: 4px;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.mobile-auth-button {
  text-decoration: none;
}

.mobile-auth-button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mobile-nav-close {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(125, 49, 24, 0.14);
  border-radius: 50%;
  background: rgba(255, 251, 247, 0.88);
  color: var(--accent-strong);
  box-shadow: 0 10px 24px rgba(52, 31, 19, 0.08);
  cursor: pointer;
}

.mobile-nav-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-nav-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mobile-nav-kicker {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mobile-nav-drawer {
  position: fixed;
  top: 12px;
  left: 12px;
  bottom: 12px;
  z-index: 20;
  width: min(82vw, 320px);
  padding: 22px 20px 30px;
  background:
    radial-gradient(circle at top right, rgba(226, 160, 116, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(241, 227, 211, 0.98));
  border: 1px solid rgba(52, 31, 19, 0.08);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(20, 12, 8, 0.26);
  transform: translateX(calc(-100% - 24px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 240ms ease, opacity 180ms ease;
  overflow-y: auto;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-nav-links a {
  display: block;
  width: 100%;
  padding: 14px 16px;
  color: var(--text);
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 700;
  border-radius: 18px;
  background: rgba(255, 252, 248, 0.58);
  border: 1px solid rgba(52, 31, 19, 0.06);
}

.mobile-nav-links a:hover {
  background: rgba(243, 221, 200, 0.62);
  color: var(--accent-strong);
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(17, 11, 8, 0.42);
  backdrop-filter: blur(4px);
  z-index: 19;
}

.topnav a,
.topbar-cta,
.primary-button,
.ghost-button,
.secondary-button,
.inline-link,
.chip {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease;
}

.topnav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.topnav a:hover,
.inline-link:hover {
  color: var(--accent-strong);
}

.topbar-cta,
.primary-button,
.secondary-button,
.search-button {
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}

.topbar-cta,
.primary-button,
.search-button {
  background: var(--text);
  color: #fffaf4;
  padding: 14px 20px;
}

.add-hotel-link {
  min-width: 152px;
  justify-content: center;
}

.ghost-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.topbar-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.chip:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  padding: 40px;
  width: calc(100vw - 32px);
  margin-left: calc(50% - 50vw + 16px);
  margin-right: calc(50% - 50vw + 16px);
  margin-top: 18px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  min-height: clamp(620px, calc(100vh - 170px), 700px);
  border: 1px solid rgba(255, 244, 233, 0.42);
  box-shadow: 0 36px 90px rgba(71, 36, 18, 0.18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 18, 12, 0.72) 0%, rgba(30, 18, 12, 0.54) 34%, rgba(30, 18, 12, 0.28) 58%, rgba(30, 18, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(214, 136, 78, 0.14), rgba(48, 28, 18, 0.2)),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  transform: scale(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -120px -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 168, 0.26), transparent 70%);
  filter: blur(12px);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.filter-header h2,
.why-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.03;
}

.hero h1 {
  font-size: clamp(2.35rem, 4.8vw, 4.5rem);
  max-width: 11ch;
}

.hero-text,
.listing-content p,
.why-copy p,
.why-metric-content p {
  color: var(--muted);
  line-height: 1.7;
}

.hero .eyebrow,
.hero h1,
.hero-text,
.hero-stats strong,
.hero-stats span {
  color: #fff7ef;
}

.hero .eyebrow {
  color: rgba(255, 231, 210, 0.88);
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0 32px;
  flex-wrap: wrap;
}

.hero-search-form,
.results-search-form,
.hotel-form {
  display: grid;
  gap: 12px;
}

.hero-search-form {
  margin: 28px 0 20px;
}

.hero-search-label {
  color: var(--muted);
  font-weight: 700;
}

.hero-search-row,
.results-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.spotlight-search {
  margin: 32px 0 20px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(249, 236, 221, 0.88));
  border: 1px solid rgba(166, 75, 42, 0.18);
  box-shadow: 0 24px 50px rgba(89, 45, 25, 0.14);
}

.spotlight-search-head strong {
  display: block;
  font-size: 1.1rem;
}

.spotlight-search-head .eyebrow {
  color: var(--accent-strong);
  opacity: 1;
}

.spotlight-search-head small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-search-grid,
.results-search-form.expanded {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr auto;
  gap: 12px;
  align-items: end;
}

.results-search-form.expanded {
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(166, 75, 42, 0.12);
  background: rgba(255, 251, 247, 0.86);
  box-shadow: var(--shadow-soft);
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(240px, 1.2fr) auto;
  gap: 14px;
}

.hero-search-grid label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.results-filter-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-weight: 700;
}

.results-filter-field span {
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.results-filter-submit {
  display: flex;
  align-items: flex-end;
}

.hero-search-panel {
  margin: 0;
  padding: 28px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(245, 231, 215, 0.94)),
    radial-gradient(circle at top right, rgba(217, 119, 66, 0.12), transparent 30%);
  border: 1px solid rgba(166, 75, 42, 0.18);
  box-shadow: 0 28px 65px rgba(73, 36, 20, 0.18);
}

.hero-search-panel .spotlight-search-head strong {
  font-size: 1.45rem;
}

.hero-search-panel .hero-search-grid {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.hero-search-panel .hero-search-submit {
  width: 100%;
  margin-top: 6px;
}

.hero-search-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-search-highlights span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(166, 75, 42, 0.08);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.ghost-button,
.chip,
.secondary-button,
.hero-search-row input,
.hero-search-grid input,
.hero-search-grid select,
.results-search-form input,
.results-search-form select,
.hotel-form input,
.hotel-form select,
.hotel-form textarea {
  background: rgba(255, 250, 244, 0.72);
  color: var(--text);
  border: 1px solid var(--line);
  padding: 14px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.hero-search-row input,
.hero-search-grid input,
.hero-search-grid select,
.results-search-form input,
.results-search-form select,
.hotel-form input,
.hotel-form select,
.hotel-form textarea {
  border-radius: 20px;
  font-weight: 500;
  width: 100%;
  cursor: text;
}

.hero-search-grid select,
.results-search-form select {
  cursor: pointer;
  appearance: none;
}

.results-search-form select,
.results-search-form input {
  min-height: 58px;
  padding-inline: 18px 42px;
  background-color: rgba(255, 252, 248, 0.94);
}

.results-search-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(108, 65, 41, 0.7) 50%),
    linear-gradient(135deg, rgba(108, 65, 41, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
  min-width: 0;
}

.results-search-form .search-button {
  min-width: 120px;
  height: 58px;
  padding-inline: 28px;
  box-shadow: 0 18px 30px rgba(48, 27, 17, 0.14);
}

.hero-search-submit {
  min-width: 170px;
  margin-top: 0;
  height: 56px;
}

.hotel-form textarea {
  resize: vertical;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.hero-stats div {
  min-width: 0;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 16, 12, 0.48), rgba(22, 16, 12, 0.34));
  border: 1px solid rgba(255, 236, 218, 0.18);
  box-shadow: 0 16px 36px rgba(16, 10, 8, 0.16);
  backdrop-filter: blur(16px);
}

.hero-stats strong {
  display: block;
  color: #fff8f1;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.hero-stats span {
  color: rgba(255, 237, 221, 0.78);
  font-size: 0.96rem;
  line-height: 1.5;
}

.hero-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  width: min(100%, 560px);
  justify-self: end;
}

.floating-review {
  position: relative;
  z-index: 1;
}

.live-pill,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fffaf4;
  font-size: 0.8rem;
  font-weight: 700;
}

.search-button {
  width: 100%;
  margin-top: 4px;
}

.listing-footer small {
  opacity: 0.82;
}

.floating-review {
  position: absolute;
  left: -26px;
  bottom: 26px;
  max-width: 260px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 248, 241, 0.9);
  border: 1px solid rgba(255, 248, 241, 0.34);
  box-shadow: 0 18px 40px rgba(31, 16, 10, 0.2);
  backdrop-filter: blur(12px);
}

.floating-review span {
  display: block;
  color: var(--accent-strong);
  font-weight: 800;
  margin-bottom: 8px;
}

.filter-bar,
.featured-section,
.listing-cta-strip,
.why-us,
.category-showcase,
.story-cta {
  margin-top: 18px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.listing-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  overflow: hidden;
  padding: 34px 36px;
  background:
    linear-gradient(90deg, rgba(255, 251, 247, 0.9) 0%, rgba(255, 247, 239, 0.78) 38%, rgba(255, 243, 230, 0.46) 100%),
    linear-gradient(180deg, rgba(18, 11, 7, 0.04), rgba(18, 11, 7, 0.18)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1400&q=80")
      center/cover no-repeat,
    radial-gradient(circle at top right, rgba(214, 145, 94, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(125, 49, 24, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 251, 247, 0.98), rgba(245, 231, 215, 0.92));
  border: 1px solid rgba(166, 75, 42, 0.16);
  box-shadow: 0 26px 64px rgba(71, 36, 18, 0.12);
}

.listing-cta-strip::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 179, 0.36), transparent 70%);
  filter: blur(14px);
  pointer-events: none;
}

.listing-cta-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 248, 240, 0.92) 34%, rgba(255, 245, 234, 0.64) 68%, rgba(255, 244, 231, 0.38) 100%);
  pointer-events: none;
}

.listing-cta-copy,
.listing-cta-side {
  position: relative;
  z-index: 1;
}

.listing-cta-copy {
  max-width: 760px;
}

.listing-cta-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  line-height: 1.06;
  max-width: 14ch;
}

.listing-cta-text {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 60ch;
}

.listing-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.listing-cta-points span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.88);
  border: 1px solid rgba(166, 75, 42, 0.12);
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.listing-cta-side {
  min-width: fit-content;
  display: flex;
  align-items: center;
  justify-items: end;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.featured-header-copy h2 {
  max-width: none;
  white-space: nowrap;
}

.featured-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.toolbar-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.sort-control {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--muted);
}

.sort-control select {
  color: var(--text);
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid var(--line);
  min-width: 180px;
}

.filter-header h2,
.why-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 11ch;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.chip.active {
  background: var(--text);
  color: #fffaf4;
}

.listing-section {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.featured-section .listing-section {
  margin-top: 24px;
}

.city-card-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.city-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(12, 8, 6, 0.08), rgba(12, 8, 6, 0.48)),
    linear-gradient(135deg, #cfb18d 0%, #9d6a4f 46%, #5b3429 100%);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: #fff8f1;
  display: flex;
  align-items: flex-end;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.city-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(74, 39, 22, 0.18);
}

.city-card-overlay {
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(12, 8, 6, 0.02), rgba(12, 8, 6, 0.72));
}

.city-card-kicker {
  display: inline-flex;
  margin: 0 0 10px;
  color: rgba(255, 248, 241, 0.92);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.city-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 0.96;
}

.city-card-meta {
  margin-top: 10px;
  color: rgba(255, 248, 241, 0.88);
  font-size: 0.95rem;
  font-weight: 700;
}

.cities-page {
  display: grid;
  gap: 28px;
}

.cities-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: end;
  padding: 34px;
}

.cities-hero-copy h1 {
  margin: 0;
  max-width: 14ch;
}

.cities-hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cities-hero-stat {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(115, 81, 58, 0.14);
  background: rgba(255, 250, 244, 0.84);
  box-shadow: var(--shadow-soft);
}

.cities-hero-stat strong {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 800;
  color: var(--accent-deep);
}

.cities-hero-stat span {
  color: var(--muted);
  line-height: 1.6;
}

.cities-directory-section .city-card-grid {
  margin-top: 22px;
}

.site-footer {
  margin-top: 28px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(242, 230, 216, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.site-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 1.45fr);
  gap: 30px;
  align-items: start;
}

.site-footer-brand {
  display: grid;
  gap: 18px;
}

.site-footer-logo {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.site-footer-brand p {
  margin: 0;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.8;
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.88);
  border: 1px solid rgba(166, 75, 42, 0.14);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.site-footer-grid section {
  display: grid;
  gap: 10px;
}

.site-footer-title {
  margin: 0 0 6px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-grid a,
.site-footer-mini-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  transition: color 160ms ease, opacity 160ms ease;
}

.site-footer-grid a:hover,
.site-footer-mini-links a:hover {
  color: var(--accent-strong);
}

.site-footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(52, 31, 19, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.site-footer-mini-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.results-meta,
.empty-state,
.detail-card,
.submission-feedback {
  margin-top: 24px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.ad-slot {
  margin-top: 24px;
  min-height: 132px;
  padding: 22px 26px;
  border-radius: 28px;
  border: 1px dashed rgba(166, 75, 42, 0.2);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 232, 217, 0.92));
  box-shadow: var(--shadow);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.ad-slot .eyebrow {
  margin-bottom: 8px;
}

.ad-slot-copy {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.ad-slot-copy strong {
  font-size: 1.06rem;
}

.ad-slot-copy span {
  color: var(--muted);
  line-height: 1.7;
}

.ad-slot.is-live {
  border-style: solid;
  border-color: rgba(166, 75, 42, 0.08);
  background: rgba(255, 252, 248, 0.92);
  padding: 18px;
}

.ad-slot.is-live .ad-slot-copy {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(166, 75, 42, 0.06);
}

.ad-slot.is-live ins.adsbygoogle {
  width: 100%;
  min-height: 90px;
  max-width: 100%;
}

.ad-slot-banner {
  min-height: 124px;
}

.ad-slot-results,
.ad-slot-detail {
  min-height: 118px;
}

.results-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.results-meta-side {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.admin-toolbar {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.admin-filter-field {
  min-width: 240px;
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

.admin-filter-field span {
  font-size: 0.92rem;
}

.admin-filter-field select {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--text);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.results-meta h2,
.detail-card h2,
.detail-copy h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
}

.results-meta p:last-child {
  color: var(--muted);
  font-weight: 700;
  margin: 0;
}

.listing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.listing-card.featured {
  grid-row: span 1;
}

.listing-image {
  height: 328px;
  padding: 20px;
  display: flex;
  align-items: start;
  background-size: cover;
  background-position: center;
}

.uploaded-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.listing-image-link {
  display: block;
  text-decoration: none;
}

.listing-image-link:hover .listing-image {
  transform: scale(1.02);
}

.sunset-one {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.4)),
    linear-gradient(135deg, #f1b87c 0%, #c36b42 45%, #4f2a23 100%);
}

.sunset-two {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.4)),
    linear-gradient(135deg, #9bd7cb 0%, #3b8d92 48%, #153e4b 100%);
}

.sunset-three {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.42)),
    linear-gradient(135deg, #dfc18a 0%, #b16d4a 50%, #5b3429 100%);
}

.listing-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.listing-meta,
.listing-footer,
.feature-list {
  display: flex;
}

.listing-meta,
.listing-footer {
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.listing-meta {
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.9rem;
}

.listing-location-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.listing-location-link:hover {
  color: var(--text);
}

.listing-content h3 {
  margin: 10px 0 2px;
  font-size: 1.6rem;
  line-height: 1.12;
  min-height: 3.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-title-link {
  color: var(--text);
  text-decoration: none;
}

.listing-title-link:hover {
  color: var(--accent-strong);
}

.listing-divider {
  width: 100%;
  height: 1px;
  margin: 0 0 10px;
  background: linear-gradient(90deg, rgba(166, 75, 42, 0.16), rgba(166, 75, 42, 0.04) 72%, transparent);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 88px;
  max-height: 88px;
  align-content: flex-start;
  overflow: hidden;
}

.listing-content p {
  min-height: 7.2rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.detail-card .feature-list {
  margin-top: 16px;
  margin-bottom: 0;
  min-height: auto;
  max-height: none;
}

.listing-footer strong {
  display: block;
  margin-top: 4px;
  font-size: 1.55rem;
}

.listing-footer {
  margin-top: auto;
}

.score-caption {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.inline-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.why-us {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.why-copy h2 {
  max-width: 24ch;
  font-size: clamp(2.45rem, 4.4vw, 4.15rem);
  line-height: 0.98;
}

.why-metric-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-metric-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(246, 236, 223, 0.92));
  border: 1px solid rgba(166, 75, 42, 0.1);
  box-shadow: 0 14px 30px rgba(80, 43, 23, 0.07);
}

.why-metric-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(166, 75, 42, 0.08);
}

.why-metric-icon::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  top: -4px;
  left: -4px;
  opacity: 0.95;
}

.why-metric-icon svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
}

.why-metric-icon.amber::before {
  background: #ffc44d;
}

.why-metric-icon.green::before {
  background: #50db69;
}

.why-metric-icon.blue::before {
  background: #5ecfff;
}

.why-metric-content {
  display: grid;
  gap: 2px;
}

.why-metric-content strong {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.why-metric-content small {
  color: #7784a1;
  font-size: 0.98rem;
  font-weight: 800;
}

.why-metric-content p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none;
}

.empty-state {
  text-align: center;
}

.empty-state h3 {
  margin-top: 0;
  font-size: 1.7rem;
}

.detail-page {
  padding-top: 28px;
}

.results-page,
.form-page,
.admin-page,
.account-page {
  padding-top: 28px;
}

.results-search-shell,
.form-shell,
.auth-shell,
.account-summary {
  margin-top: 18px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.account-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.account-profile-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.account-avatar,
.admin-user-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(166, 75, 42, 0.08);
}

.account-avatar-fallback,
.admin-user-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
  font-size: 1.35rem;
  font-weight: 800;
  background:
    radial-gradient(circle at top left, rgba(216, 153, 104, 0.26), transparent 32%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(246, 233, 218, 0.92));
}

.results-search-shell h1,
.form-intro h1,
.auth-intro h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.95rem, 3.2vw, 2.9rem);
  line-height: 1.08;
}

.results-search-shell {
  display: block;
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(247, 236, 223, 0.92));
}

.results-search-shell > #resultsSearchIntro {
  max-width: 1240px;
}

.results-search-shell > #resultsSearchIntro h1 {
  max-width: 21ch;
}

.results-search-shell > .results-search-form.expanded {
  margin-top: 22px;
}

.results-search-shell.city-page-shell {
  display: block;
  padding: 22px;
  overflow: hidden;
}

.city-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.city-hero-shell.hidden,
.city-hero-filter.hidden,
.results-search-form.hidden,
#resultsSearchIntro.hidden {
  display: none;
}

.city-hero-media {
  min-height: 420px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow);
}

.city-hero-media-overlay {
  width: 100%;
  padding: 28px;
  background: linear-gradient(180deg, rgba(18, 12, 8, 0.02), rgba(18, 12, 8, 0.62));
}

.city-hero-media-overlay .eyebrow,
.city-hero-media-title {
  color: #fff7ef;
  margin: 0;
}

.city-hero-media-title {
  margin-top: 12px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 2.7vw, 3.15rem);
  line-height: 0.92;
  max-width: 100%;
  white-space: nowrap;
  word-break: normal;
}

.city-hero-copy {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(247, 236, 223, 0.94));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.city-hero-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.city-hero-copy h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 0.98;
  max-width: 100%;
  text-wrap: balance;
}

.city-hero-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  max-width: 56ch;
}

.city-hero-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  min-width: min(100%, 760px);
}

.city-hero-filter-field {
  display: grid;
  gap: 8px;
}

.city-hero-filter-field span {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-hero-filter-field select {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(52, 31, 19, 0.12);
  background: rgba(255, 250, 244, 0.88);
  color: var(--text);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.city-hero-filter-button {
  min-height: 52px;
  padding-inline: 24px;
  white-space: nowrap;
}

.city-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-hero-pills.hidden {
  display: none;
}

.city-hero-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.78);
  color: var(--accent-strong);
  border: 1px solid rgba(166, 75, 42, 0.14);
  font-size: 0.92rem;
  font-weight: 800;
}

.city-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.results-search-copy {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.story-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: center;
  padding: 36px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 221, 189, 0.24), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(249, 144, 83, 0.16), transparent 18%),
    linear-gradient(135deg, rgba(255, 252, 248, 0.98), rgba(243, 231, 216, 0.95));
  box-shadow: 0 26px 60px rgba(71, 36, 18, 0.1);
}

.story-cta-copy {
  display: grid;
  gap: 18px;
  max-width: 660px;
}

.story-cta-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 1.04;
  max-width: 12ch;
}

.story-cta-text {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.story-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.story-cta-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
}

.story-cta-photo-frame {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.story-cta-photo-frame::before {
  content: "";
  position: absolute;
  inset: 10% 10% auto auto;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffc95d, #ffb300);
}

.story-cta-photo-frame::after {
  content: "";
  position: absolute;
  inset: 14% auto auto 14%;
  width: 66%;
  height: 66%;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
}

.story-cta-photo {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 86%;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(28, 14, 10, 0.14)),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=80")
      center/cover no-repeat;
  clip-path: ellipse(43% 48% at 50% 50%);
  box-shadow: 0 34px 64px rgba(57, 30, 18, 0.18);
}

.story-cta-dot,
.story-cta-ring {
  position: absolute;
  border-radius: 50%;
}

.story-cta-dot {
  width: 20px;
  height: 20px;
}

.story-cta-dot.dot-one {
  top: 14%;
  left: 16%;
  background: #ffbe0b;
}

.story-cta-dot.dot-two {
  top: 10%;
  right: 16%;
  width: 28px;
  height: 28px;
  background: #ff3366;
}

.story-cta-dot.dot-three {
  bottom: 16%;
  left: 20%;
  width: 14px;
  height: 14px;
  background: #40d15c;
}

.story-cta-ring {
  right: 14%;
  bottom: 10%;
  width: 46px;
  height: 46px;
  background: #1f7cf1;
  box-shadow: 0 0 0 12px rgba(31, 124, 241, 0.12);
}

.category-showcase {
  padding: 34px 36px;
  background:
    radial-gradient(circle at top right, rgba(133, 210, 247, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(244, 232, 217, 0.94));
}

.category-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.category-showcase-head h2 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.08;
}

.category-showcase-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(64, 44, 31, 0.08);
}

.category-showcase-item {
  min-height: 154px;
  padding: 26px 22px 18px;
  text-decoration: none;
  color: var(--text);
  display: grid;
  align-content: start;
  gap: 16px;
  border-right: 1px solid rgba(64, 44, 31, 0.08);
  transition: background 180ms ease, transform 180ms ease;
}

.category-showcase-item:last-child {
  border-right: 0;
}

.category-showcase-item:hover {
  background: rgba(255, 249, 243, 0.8);
  transform: translateY(-2px);
}

.category-showcase-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent-strong);
  background: linear-gradient(135deg, #84ddff, #47c1ee);
  box-shadow: 0 12px 26px rgba(71, 193, 238, 0.18);
}

.category-showcase-icon svg {
  width: 24px;
  height: 24px;
}

.category-showcase-item strong {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

.site-footer {
  margin-top: 28px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(243, 230, 214, 0.95));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.site-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
}

.site-footer-brand {
  display: grid;
  gap: 16px;
}

.site-footer-logo {
  width: auto;
  height: 54px;
  object-fit: contain;
}

.site-footer-brand p {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
  line-height: 1.8;
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.8);
  border: 1px solid rgba(166, 75, 42, 0.12);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-footer-grid section {
  display: grid;
  gap: 10px;
}

.site-footer-title {
  margin: 0 0 4px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--accent-strong);
}

.site-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(52, 31, 19, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer-mini-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.form-intro p:last-child,
.auth-intro p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.auth-shell {
  max-width: 760px;
  margin-inline: auto;
}

.auth-shell-split {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 24px;
  align-items: stretch;
}

.auth-side,
.auth-main {
  min-width: 0;
  border-radius: 28px;
}

.auth-side {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.auth-side-dark {
  background:
    linear-gradient(180deg, rgba(30, 18, 12, 0.82), rgba(30, 18, 12, 0.68)),
    linear-gradient(135deg, rgba(205, 140, 91, 0.4), rgba(73, 36, 20, 0.12));
  color: #fff7ef;
}

.auth-side-light {
  background:
    radial-gradient(circle at top right, rgba(214, 145, 94, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.96), rgba(242, 228, 212, 0.96));
  color: var(--text);
}

.auth-side h1,
.auth-intro h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.06;
}

.auth-side p,
.auth-inline-switch {
  line-height: 1.7;
}

.auth-side-dark p {
  color: rgba(255, 242, 231, 0.84);
}

.auth-main {
  padding: 10px 4px 4px;
}

.auth-intro.compact h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
}

.auth-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-feature-list span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  border: 1px solid rgba(255, 246, 238, 0.16);
}

.auth-side-dark .auth-feature-list span {
  background: rgba(255, 248, 240, 0.1);
  color: #fff7ef;
}

.auth-side-light .auth-feature-list span {
  background: rgba(255, 252, 248, 0.74);
  color: var(--accent-strong);
  border-color: rgba(166, 75, 42, 0.1);
}

.auth-side-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.12);
  border: 1px solid rgba(255, 248, 240, 0.16);
}

.auth-side-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.auth-side-card p {
  margin: 0 0 18px;
}

.light-card {
  background: rgba(255, 252, 248, 0.74);
  border-color: rgba(52, 31, 19, 0.08);
}

.auth-inline-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
}

.auth-social-block {
  margin-top: 18px;
}

.auth-divider {
  position: relative;
  margin: 4px 0 18px;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(52, 31, 19, 0.1);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: var(--bg);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.auth-google-slot {
  display: flex;
  justify-content: center;
}

.auth-tabs {
  display: flex;
  gap: 12px;
  margin: 22px 0 18px;
  flex-wrap: wrap;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.auth-form input {
  background: rgba(255, 250, 244, 0.72);
  color: var(--text);
  border: 1px solid var(--line);
  padding: 14px 20px;
  border-radius: 20px;
  width: 100%;
}

.error-card {
  border-color: rgba(166, 75, 42, 0.35);
  background: rgba(255, 241, 236, 0.92);
}

.hotel-form {
  margin-top: 24px;
  grid-template-columns: 1fr 1fr;
}

.hotel-form label,
.sort-control {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--muted);
}

.field-help {
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.option-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
}

.option-group legend {
  padding: 0;
  font-weight: 800;
  color: var(--muted);
}

.option-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.option-check {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0;
  cursor: pointer;
}

.option-check input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.option-check span {
  width: 100%;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.72);
  color: var(--text);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease,
    box-shadow 180ms ease, color 180ms ease;
}

.option-check span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid rgba(52, 31, 19, 0.16);
  color: transparent;
  background: rgba(255, 255, 255, 0.7);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.option-check input:checked + span {
  border-color: rgba(166, 75, 42, 0.34);
  background: rgba(243, 221, 200, 0.72);
  color: var(--accent-strong);
  box-shadow: 0 14px 30px rgba(73, 36, 20, 0.08);
  transform: translateY(-1px);
}

.option-check input:checked + span::before {
  color: #fffaf4;
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.hotel-form label.full-width,
.hotel-form button {
  grid-column: 1 / -1;
}

.submission-feedback h3,
.admin-card h3 {
  margin-top: 0;
}

.admin-workspace {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: start;
}

.admin-workspace.is-editing {
  grid-template-columns: minmax(0, 1fr);
}

.admin-dashboard-shell {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(260px, 0.33fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.admin-sidebar-head {
  display: grid;
  gap: 8px;
}

.admin-sidebar-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.admin-sidebar-nav {
  display: grid;
  gap: 12px;
}

.admin-nav-button {
  width: 100%;
  border: 1px solid rgba(166, 75, 42, 0.1);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(246, 235, 223, 0.92));
  border-radius: 22px;
  padding: 18px 18px;
  text-align: left;
  color: var(--text);
  display: grid;
  gap: 6px;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-nav-button span {
  font-size: 1rem;
  font-weight: 800;
}

.admin-nav-button small {
  color: var(--muted);
  line-height: 1.55;
}

.admin-nav-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(73, 36, 20, 0.08);
}

.admin-nav-button.is-active {
  border-color: rgba(166, 75, 42, 0.26);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 104, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 248, 1), rgba(248, 237, 224, 0.96));
  box-shadow: 0 18px 38px rgba(73, 36, 20, 0.1);
}

.admin-main-column {
  display: grid;
  gap: 22px;
}

.admin-panel-view {
  display: block;
}

.admin-panel-view.hidden {
  display: none;
}

.admin-user-section {
  display: grid;
  gap: 18px;
}

.admin-user-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.admin-user-section-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.admin-users-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-user-card {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 252, 248, 0.94);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
}

.admin-user-card-head,
.admin-user-avatar-wrap,
.admin-user-pills,
.admin-user-meta,
.admin-user-actions {
  display: flex;
}

.admin-user-card-head {
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.admin-user-avatar-wrap {
  align-items: center;
  gap: 14px;
}

.admin-user-avatar-wrap strong {
  display: block;
  font-size: 1.08rem;
}

.admin-user-avatar-wrap p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.admin-user-pills {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-user-meta {
  gap: 10px;
  flex-wrap: wrap;
}

.admin-user-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(181, 107, 61, 0.14);
  background: rgba(247, 225, 206, 0.38);
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-user-edit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.8fr);
  gap: 14px;
}

.admin-user-actions {
  gap: 12px;
  justify-content: flex-start;
}

.admin-list-column {
  display: grid;
  gap: 18px;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.admin-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.account-hotel-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.admin-card.is-active {
  border-color: rgba(166, 75, 42, 0.34);
  box-shadow: 0 20px 45px rgba(73, 36, 20, 0.1);
}

.admin-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 251, 247, 0.92);
  box-shadow: 0 10px 24px rgba(73, 36, 20, 0.06);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-list-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(73, 36, 20, 0.08);
}

.admin-list-item.is-active {
  border-color: rgba(166, 75, 42, 0.34);
  box-shadow: 0 22px 48px rgba(73, 36, 20, 0.12);
}

.admin-list-item-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.admin-list-item-content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.admin-list-item-content h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.admin-list-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-card-media {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.admin-card-body {
  padding: 20px;
}

.admin-card-header,
.admin-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.admin-meta {
  margin: 16px 0;
  flex-wrap: wrap;
  color: var(--accent-strong);
  font-weight: 700;
}

.admin-card-actions,
.admin-editor-head,
.existing-media-head,
.existing-media-caption,
.admin-form-actions {
  display: flex;
}

.admin-card-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-card-actions,
.admin-form-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.admin-card-actions .ghost-button {
  min-width: 104px;
}

.admin-editor {
  padding: 28px;
  position: sticky;
  top: 108px;
}

.admin-editor-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-editor-head,
.existing-media-head {
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.admin-editor-head {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.existing-media-block {
  display: grid;
  gap: 14px;
}

.admin-reviews-block {
  display: grid;
  gap: 14px;
}

.existing-media-head {
  flex-direction: column;
  color: var(--muted);
  font-weight: 700;
}

.existing-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.admin-card-body p {
  margin: 0;
}

.admin-card-body p + p {
  margin-top: 12px;
}

.existing-media-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.8);
  box-shadow: var(--shadow-soft);
}

.existing-media-card-large {
  width: min(100%, 360px);
  max-width: 360px;
}

.existing-media-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.existing-media-caption {
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: var(--muted);
  font-weight: 700;
  background: rgba(255, 250, 244, 0.92);
}

.existing-media-caption input {
  width: 18px;
  height: 18px;
}

.existing-media-empty {
  padding: 18px;
  border-radius: 20px;
  border: 1px dashed rgba(166, 75, 42, 0.22);
  color: var(--muted);
  background: rgba(255, 250, 244, 0.58);
}

.admin-review-list {
  display: grid;
  gap: 16px;
}

.admin-review-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(115, 81, 58, 0.14);
  background: rgba(255, 251, 246, 0.9);
  box-shadow: var(--shadow-soft);
}

.admin-review-head,
.admin-review-score-row,
.admin-review-actions {
  display: flex;
}

.admin-review-head {
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.admin-review-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.admin-review-context {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(181, 107, 61, 0.12);
  background: rgba(247, 225, 206, 0.22);
}

.admin-review-hotel-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.admin-review-hotel-link:hover {
  color: var(--accent-strong);
}

.admin-review-score-row {
  gap: 10px;
  flex-wrap: wrap;
}

.admin-review-score-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(181, 107, 61, 0.16);
  background: rgba(247, 225, 206, 0.48);
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-review-edit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-review-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.admin-review-actions .secondary-button,
.admin-review-actions .ghost-button {
  min-width: 154px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.status-pill.pending {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.status-pill.approved {
  background: rgba(31, 107, 87, 0.14);
  color: var(--success);
}

.status-pill.featured {
  background: rgba(181, 107, 61, 0.14);
  color: var(--accent-deep);
  border: 1px solid rgba(181, 107, 61, 0.18);
}

.admin-edit-form {
  margin-top: 0;
  align-items: start;
  grid-template-columns: 1fr;
}

.admin-edit-form input,
.admin-edit-form select,
.admin-edit-form textarea {
  width: 100%;
}

.admin-toggle-field {
  gap: 12px;
}

.single-check {
  display: inline-flex;
  width: fit-content;
}

.admin-edit-form .option-group {
  align-content: start;
}

.admin-form-actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
}

.admin-form-actions .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 16px 24px;
}

.detail-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.detail-image {
  min-height: 460px;
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  display: flex;
  align-items: start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.detail-copy {
  padding: 18px 0;
}

.detail-location-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 248, 240, 0.98), rgba(246, 231, 216, 0.92));
  border: 1px solid rgba(166, 75, 42, 0.18);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(92, 46, 26, 0.08);
}

.detail-copy h1 {
  font-size: clamp(2rem, 4.1vw, 3.6rem);
  line-height: 1.06;
  margin-bottom: 0;
}

.title-with-score {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.detail-score-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--text);
  color: #fffaf4;
  font-weight: 800;
  font-size: 1.05rem;
}

.detail-lead {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.detail-lead.is-expanded {
  display: block;
}

.detail-lead-toggle {
  width: fit-content;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.detail-meta-grid,
.detail-columns,
.detail-location {
  display: grid;
  gap: 16px;
}

.detail-meta-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
}

.detail-meta-grid article {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 250, 244, 0.82);
  border: 1px solid var(--line);
}

.detail-meta-grid span {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.detail-meta-grid strong {
  font-size: 1.2rem;
}

.detail-columns {
  grid-template-columns: 1fr 1fr;
}

.detail-gallery-header,
.gallery-controls,
.detail-gallery-thumbs {
  display: flex;
}

.detail-gallery-header {
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.gallery-controls {
  align-items: center;
  gap: 12px;
}

.gallery-nav {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.86);
  color: var(--text);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.gallery-counter {
  min-width: 86px;
  text-align: center;
  color: var(--muted);
  font-weight: 800;
}

.detail-gallery-stage {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
  transform: translateX(var(--swipe-offset, 0));
  transition: transform 180ms ease, box-shadow 180ms ease;
  touch-action: pan-y;
}

.detail-gallery-stage.is-swiping {
  transition: none;
}

.gallery-stage-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18%;
  border: 0;
  background: linear-gradient(90deg, rgba(17, 11, 8, 0.18), transparent);
  cursor: pointer;
}

.gallery-stage-button.stage-next {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(17, 11, 8, 0.18), transparent);
}

.gallery-stage-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(30, 18, 12, 0.08), rgba(30, 18, 12, 0.64));
  color: #fff8f2;
}

.gallery-stage-overlay span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 248, 242, 0.82);
}

.gallery-stage-overlay strong {
  font-size: 1.35rem;
}

.detail-gallery-thumbs {
  gap: 14px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.gallery-thumb {
  flex: 0 0 144px;
  height: 110px;
  padding: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  overflow: hidden;
  background: rgba(255, 250, 244, 0.82);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  opacity: 0.75;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease;
}

.gallery-thumb:hover,
.gallery-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(166, 75, 42, 0.24);
  box-shadow: var(--shadow);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.amenities-list {
  margin-top: 18px;
}

.score-breakdown,
.review-list {
  display: grid;
  gap: 14px;
}

.score-breakdown {
  margin-top: 18px;
}

.score-breakdown > div,
.review-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.82);
}

.review-list {
  margin-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(247, 237, 225, 0.9));
  border: 1px solid rgba(166, 75, 42, 0.12);
  box-shadow: var(--shadow-soft);
}

.score-breakdown span,
.review-card small,
.muted-copy {
  color: var(--muted);
}

.score-card {
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(166, 75, 42, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(249, 240, 231, 0.9));
  box-shadow: var(--shadow-soft);
}

.score-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.score-card-head span {
  font-weight: 700;
}

.score-card-head strong {
  color: var(--text);
  font-size: 1.2rem;
}

.score-meter {
  margin-top: 14px;
  height: 12px;
  border-radius: 999px;
  background: rgba(166, 75, 42, 0.08);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(92, 46, 26, 0.08);
}

.score-meter-fill {
  height: 100%;
  border-radius: 999px;
  min-width: 0;
}

.score-meter-fill.accent-location {
  background: linear-gradient(90deg, #b56b3d, #d49363);
}

.score-meter-fill.accent-cleanliness {
  background: linear-gradient(90deg, #557f72, #78a394);
}

.score-meter-fill.accent-value {
  background: linear-gradient(90deg, #9b6a39, #d3a06f);
}

.review-form {
  display: grid;
  gap: 16px;
}

.review-form textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.82);
  font: inherit;
  color: var(--text);
}

.rating-group {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.rating-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rating-group legend {
  font-weight: 800;
  color: var(--accent-strong);
  margin-bottom: 0;
}

.rating-hint {
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.star-row {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  width: fit-content;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(166, 75, 42, 0.12);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(249, 240, 231, 0.88));
  box-shadow: var(--shadow-soft);
}

.star-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.star-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  line-height: 1;
  color: rgba(182, 107, 44, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, text-shadow 180ms ease;
}

.star-label:hover,
.star-label:hover ~ .star-label,
.star-input:checked ~ .star-label {
  color: #c98039;
  text-shadow: 0 10px 18px rgba(201, 128, 57, 0.18);
}

.star-label:hover {
  transform: translateY(-1px) scale(1.04);
}

.review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.review-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(213, 144, 98, 0.18), rgba(165, 89, 52, 0.22));
  color: var(--accent-strong);
  font-weight: 800;
  font-size: 1.05rem;
}

.review-score-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(31, 20, 14, 0.94);
  color: #fff8f2;
  font-weight: 800;
}

.review-card p {
  margin: 0 0 16px;
  line-height: 1.75;
}

.review-card small {
  display: block;
  line-height: 1.7;
}

.sunset-four {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.42)),
    linear-gradient(135deg, #c2d9a3 0%, #6a8b57 48%, #304028 100%);
}

.sunset-five {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.42)),
    linear-gradient(135deg, #f4c9a1 0%, #d67b58 45%, #6b3c35 100%);
}

.sunset-six {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.02), rgba(10, 7, 5, 0.42)),
    linear-gradient(135deg, #d5e0a6 0%, #a6b56f 45%, #596737 100%);
}

@media (max-width: 1080px) {
  .hero,
  .why-us,
  .listing-section,
  .detail-hero,
  .detail-columns,
  .results-search-shell,
  .auth-shell-split,
  .admin-grid,
  .admin-workspace,
  .admin-dashboard-shell,
  .hero-search-grid,
  .results-search-form.expanded,
  .listing-cta-strip {
    grid-template-columns: 1fr;
  }

  .listing-card.featured {
    grid-row: span 1;
  }

  .hero-panel {
    min-height: auto;
  }

  .why-metric-stack {
    grid-template-columns: 1fr;
  }

  .why-metric-card {
    grid-template-columns: 64px 1fr;
  }

  .results-meta,
  .detail-meta-grid,
  .hotel-form,
  .account-summary,
  .admin-users-grid,
  .admin-user-edit-grid,
  .cities-hero,
  .cities-hero-meta {
    grid-template-columns: 1fr;
  }

  .option-check-grid {
    grid-template-columns: 1fr;
  }

  .existing-media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .city-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-cta {
    grid-template-columns: 1fr;
  }

  .category-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-cta-copy h2 {
    max-width: none;
  }

  .story-cta-visual {
    min-height: 320px;
  }

  .site-footer-top {
    grid-template-columns: 1fr;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-search-form.expanded {
    grid-template-columns: 1fr 1fr;
  }

  .city-hero-shell {
    grid-template-columns: 1fr;
  }

  .city-hero-media {
    min-height: 320px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .results-filter-submit {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .detail-gallery-header {
    flex-direction: column;
    align-items: start;
  }

  .results-meta {
    align-items: start;
  }

  .results-meta-side {
    width: 100%;
    justify-content: stretch;
  }

  .results-meta-side > * {
    width: 100%;
  }

  .admin-toolbar {
    width: 100%;
    justify-content: stretch;
  }

  .admin-filter-field {
    width: 100%;
  }

  .listing-cta-strip {
    align-items: start;
  }

  .listing-cta-side {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .admin-editor {
    position: static;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-list-item {
    grid-template-columns: 1fr;
  }

  .admin-list-item-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 92px;
  }

  .why-metric-card {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .why-metric-icon {
    width: 56px;
    height: 56px;
  }

  .why-metric-content strong {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .why-metric-content small {
    font-size: 1rem;
  }

  .featured-section {
    padding: 22px 18px;
  }

  .featured-header-copy {
    width: 100%;
  }

  .featured-header-copy h2,
  .filter-header h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    line-height: 1.02;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .featured-section .listing-section,
  .featured-section .city-card-grid {
    margin-top: 18px;
  }

  .topbar {
    width: calc(100vw - 20px);
  }

  .hero {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
  }

  .city-card-grid {
    grid-template-columns: 1fr;
  }

  .cities-hero {
    padding: 24px 20px;
  }

  .story-cta {
    padding: 24px 20px;
  }

  .category-showcase {
    padding: 24px 20px;
  }

  .category-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
    gap: 12px;
  }

  .category-showcase-item {
    min-height: 138px;
    border: 1px solid rgba(64, 44, 31, 0.08);
    border-radius: 24px;
  }

  .story-cta-visual {
    min-height: 260px;
  }

  .story-cta-photo-frame {
    width: min(100%, 320px);
  }

  .story-cta-copy h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
  }

  .site-footer {
    padding: 22px 18px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-bottom {
    align-items: flex-start;
  }

  .site-footer-mini-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .results-search-shell.city-page-shell {
    padding: 16px;
  }

  .city-hero-copy,
  .city-hero-media-overlay {
    padding: 20px;
  }

  .city-hero-media-title,
  .city-hero-copy h1 {
    max-width: 100%;
    white-space: normal;
  }

  .city-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .city-hero-filter {
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .city-hero-filter-button {
    width: 100%;
  }

  .star-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-shell {
    width: min(100% - 20px, 1440px);
    margin-top: 12px;
  }

  .topbar {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 46px 1fr 46px;
    align-items: center;
    gap: 12px;
  }

  .detail-gallery-stage {
    min-height: 360px;
  }

  .gallery-stage-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
  }

  .gallery-stage-overlay strong {
    font-size: 1.05rem;
  }

  .gallery-thumb {
    flex-basis: 120px;
    height: 90px;
  }

  .listing-cta-strip {
    padding: 24px 20px;
  }

  .ad-slot {
    padding: 18px;
    border-radius: 24px;
    min-height: auto;
  }

  .ad-slot.is-live {
    padding: 12px;
  }

  .ad-slot.is-live .ad-slot-copy {
    padding: 8px;
    border-radius: 18px;
  }

  .ad-slot.is-live ins.adsbygoogle {
    min-height: 100px;
  }

  .listing-cta-copy h2 {
    max-width: none;
  }

  .existing-media-grid {
    grid-template-columns: 1fr;
  }

  .admin-review-edit-grid {
    grid-template-columns: 1fr;
  }

  .existing-media-card-large {
    max-width: none;
  }

  .admin-card-actions,
  .admin-form-actions,
  .admin-editor-head,
  .existing-media-head,
  .admin-user-card-head,
  .admin-user-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-list-item-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-user-pills {
    justify-content: flex-start;
  }

  .mobile-menu-toggle,
  .mobile-auth-button {
    display: inline-flex;
  }

  .brand {
    justify-self: center;
    margin: 0 auto;
  }

  .brand-logo {
    height: 60px;
    max-width: 280px;
  }

  .topbar-side {
    justify-self: end;
    width: auto;
    gap: 0;
  }

  .topbar-cta,
  .auth-panel {
    display: none;
  }

  .topnav {
    display: none;
  }

  .mobile-nav-close {
    display: block;
  }

  .mobile-nav-drawer {
    display: block;
  }

  .mobile-nav-links {
    display: flex;
  }

  .mobile-nav-backdrop {
    display: none;
  }

  body.mobile-nav-open .mobile-nav-drawer {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-nav-open .mobile-nav-backdrop {
    display: block;
  }

  .hero {
    margin-top: 14px;
    padding-top: 28px;
  }

  .hero h1 {
    max-width: none;
  }

  .filter-header {
    align-items: start;
    flex-direction: column;
  }

  .hero-actions,
  .listing-meta,
  .listing-footer,
  .toolbar-actions,
  .admin-card-header,
  .hero-search-row,
  .results-search-form,
  .hero-search-grid,
  .results-search-form.expanded,
  .listing-cta-strip {
    flex-direction: column;
    align-items: start;
  }

  .hero-search-row,
  .results-search-form,
  .hero-search-grid,
  .results-search-form.expanded {
    grid-template-columns: 1fr;
  }

  .results-search-form.expanded {
    padding: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-card {
    padding: 22px;
    min-height: 420px;
  }

  .floating-review {
    position: static;
    margin-top: 14px;
    max-width: none;
  }

  .detail-image {
    min-height: 320px;
  }

}
