:root {
  --navy: #071d2f;
  --navy-soft: #12344a;
  --teal: #0e6264;
  --teal-bright: #167d7c;
  --gold: #dcae43;
  --ink: #142534;
  --muted: #71808a;
  --line: #e2e7e5;
  --cream: #f8f7f3;
  --white: #ffffff;
  --green-pale: #eaf5f0;
  --shadow: 0 20px 60px rgba(10, 34, 46, 0.09);
  --radius: 22px;
  --font-display: Georgia, "Times New Roman", serif;
}

@theme inline {
  --color-background: var(--cream);
  --color-foreground: var(--ink);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 21px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-pk {
  color: var(--gold);
  font-weight: 500;
}

.brand-mark {
  border: 1px solid rgba(220, 174, 67, 0.72);
  border-radius: 10px;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
}

.brand-door {
  border: 1.5px solid var(--gold);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  height: 19px;
  left: 7px;
  position: absolute;
  width: 12px;
}

.brand-path {
  border: 1.5px solid var(--gold);
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 20px 0 0;
  bottom: -7px;
  height: 21px;
  position: absolute;
  right: 0;
  transform: rotate(-33deg);
  width: 18px;
}

.brand-dot {
  background: var(--gold);
  border-radius: 50%;
  height: 3px;
  left: 12px;
  position: absolute;
  top: 6px;
  width: 3px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.4vw, 38px);
  margin-left: auto;
  margin-right: clamp(24px, 3vw, 48px);
}

.desktop-nav a,
.desktop-nav button,
.currency-button,
.icon-button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.01em;
  padding: 8px 0;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav button:hover,
.currency-button:hover,
.icon-button:hover {
  color: var(--white);
}

.top-actions {
  align-items: center;
  display: flex;
  gap: 19px;
}

.currency-button {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.icon-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.sign-in-button {
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  padding: 12px 18px;
  transition: background 180ms ease, transform 180ms ease;
}

.sign-in-button:hover {
  background: #f4dfaa;
  transform: translateY(-1px);
}

.menu-button {
  background: transparent;
  border: 0;
  color: var(--white);
  display: none;
  padding: 4px;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88");
  background-position: center 48%;
  background-size: cover;
  color: var(--white);
  min-height: 620px;
  position: relative;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 24, 36, 0.9) 0%, rgba(4, 24, 36, 0.54) 45%, rgba(4, 24, 36, 0.16) 100%),
    linear-gradient(0deg, rgba(4, 24, 36, 0.56), rgba(4, 24, 36, 0.02) 58%);
  inset: 0;
  position: absolute;
}

.hero-content {
  margin: 0 auto;
  max-width: 1320px;
  padding: 110px clamp(20px, 5vw, 76px) 72px;
  position: relative;
}

.eyebrow,
.section-kicker {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-dot {
  background: var(--gold);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.1vw, 88px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 24px 0 24px;
  max-width: 780px;
}

.hero h1 em {
  color: #ead7a1;
  font-style: italic;
}

.hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 480px;
}

.search-panel {
  align-items: stretch;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(4, 21, 29, 0.22);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 0.9fr auto;
  margin-top: 42px;
  max-width: 1120px;
  padding: 8px;
}

.search-field {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 10px 18px;
}

.field-icon {
  color: var(--teal);
  display: inline-flex;
  flex: 0 0 auto;
}

.search-field > span:last-child {
  display: block;
  min-width: 0;
  width: 100%;
}

.search-field small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

.search-field input,
.search-field select {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 12px;
  max-width: 100%;
  outline: 0;
  padding: 0;
  width: 100%;
}

.search-field input::placeholder {
  color: #9ca8ac;
}

.search-field input[type="date"] {
  color-scheme: light;
}

.search-field select {
  appearance: none;
}

.search-submit,
.primary-button {
  align-items: center;
  background: var(--teal);
  border: 0;
  border-radius: 11px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 0 21px;
  transition: background 180ms ease, transform 180ms ease;
}

.search-submit:hover,
.primary-button:hover {
  background: var(--teal-bright);
  transform: translateY(-1px);
}

.hero-credit {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.04em;
  position: absolute;
  right: clamp(20px, 5vw, 76px);
}

.hero-credit span {
  color: var(--gold);
  margin: 0 6px;
}

.content-wrap {
  margin: 0 auto;
  max-width: 1320px;
  padding: 92px clamp(20px, 5vw, 76px) 0;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-heading h2,
.trust-intro h2,
.host-banner h2,
.modal h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.section-heading h2 {
  font-size: clamp(30px, 3.3vw, 43px);
  margin: 11px 0 0;
}

.text-link {
  align-items: center;
  background: none;
  border: 0;
  color: var(--teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  padding: 8px 0;
}

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

.category-tabs {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 29px;
  margin-bottom: 30px;
  overflow-x: auto;
}

.category-tab {
  align-items: center;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  gap: 9px;
  margin-bottom: -1px;
  padding: 0 0 16px;
  transition: color 180ms ease, border-color 180ms ease;
}

.category-tab:hover,
.category-tab.active {
  border-bottom-color: var(--teal);
  color: var(--teal);
}

.notice {
  align-items: center;
  background: var(--green-pale);
  border: 1px solid #d1e8dc;
  border-radius: 12px;
  color: #216352;
  display: flex;
  font-size: 12px;
  gap: 9px;
  margin: 0 0 22px;
  padding: 12px 14px;
}

.notice > button {
  background: transparent;
  border: 0;
  color: currentColor;
  display: inline-flex;
  margin-left: auto;
  padding: 3px;
}

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

.property-card {
  background: var(--white);
  border: 1px solid rgba(226, 231, 229, 0.85);
  border-radius: var(--radius);
  box-shadow: 0 6px 25px rgba(16, 41, 49, 0.035);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.property-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.image-button {
  background: #d6e0dc;
  border: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.property-image {
  background-position: center;
  background-size: cover;
  display: block;
  aspect-ratio: 1.32;
  transition: transform 450ms ease;
}

.image-button:hover .property-image {
  transform: scale(1.045);
}

.verified-badge {
  align-items: center;
  background: rgba(7, 29, 47, 0.83);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  gap: 5px;
  left: 14px;
  letter-spacing: 0.04em;
  padding: 7px 9px;
  position: absolute;
  top: 14px;
}

.image-location {
  align-items: center;
  bottom: 15px;
  color: var(--white);
  display: inline-flex;
  font-size: 10px;
  gap: 5px;
  left: 15px;
  position: absolute;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
}

.favorite-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.93);
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 34px;
  z-index: 2;
}

.favorite-button:hover,
.favorite-button.saved {
  background: #f8e5b6;
  color: #ad6f20;
  transform: scale(1.06);
}

.property-body {
  padding: 19px 19px 17px;
}

.property-topline,
.property-footer,
.reserve-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.property-type,
.rating,
.property-details,
.property-footer span,
.modal-note {
  color: var(--muted);
  font-size: 10px;
}

.property-type {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rating {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.rating > span,
.modal-rating > span {
  color: var(--gold);
}

.rating small {
  color: #99a4a6;
  font-size: 10px;
}

.property-title {
  background: none;
  border: 0;
  color: var(--navy);
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.045em;
  margin: 10px 0 7px;
  padding: 0;
  text-align: left;
}

.property-title:hover {
  color: var(--teal);
}

.property-details {
  margin: 0;
}

.property-footer {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 14px;
}

.property-footer strong,
.reserve-row strong {
  color: var(--navy);
  font-size: 14px;
}

.card-arrow {
  align-items: center;
  background: var(--green-pale);
  border: 0;
  border-radius: 50%;
  color: var(--teal);
  display: inline-flex;
  height: 31px;
  justify-content: center;
  transition: background 180ms ease, transform 180ms ease;
  width: 31px;
}

.card-arrow:hover {
  background: #cfe8dc;
  transform: translateX(2px);
}

.empty-state {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 52px 20px;
  text-align: center;
}

.empty-icon,
.modal-symbol {
  align-items: center;
  background: var(--green-pale);
  border-radius: 50%;
  color: var(--teal);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.empty-state h3 {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 17px 0 7px;
}

.empty-state p {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 20px;
}

.secondary-button {
  background: var(--white);
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  padding: 11px 17px;
}

.trust-strip {
  background: var(--navy);
  border-radius: 28px;
  color: var(--white);
  display: grid;
  gap: 32px;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  margin-top: 104px;
  padding: 44px 42px;
}

.trust-intro h2 {
  color: var(--white);
  font-size: 30px;
  line-height: 1.06;
  margin: 12px 0 12px;
}

.trust-intro p,
.trust-item span,
.host-banner p,
.footer p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.65;
}

.trust-intro p {
  margin: 0;
  max-width: 270px;
}

.trust-item {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  padding-top: 12px;
}

.trust-icon {
  align-items: center;
  background: rgba(220, 174, 67, 0.13);
  border-radius: 11px;
  color: var(--gold);
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.trust-item strong {
  display: block;
  font-size: 12px;
  margin: 1px 0 6px;
}

.trust-item span:last-child {
  display: block;
}

.host-banner {
  align-items: center;
  background: #dcebe3;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  margin: 84px 0 92px;
  overflow: hidden;
  padding: 49px clamp(25px, 5vw, 66px);
  position: relative;
}

.host-banner::after {
  border: 1px solid rgba(14, 98, 100, 0.13);
  border-radius: 50%;
  content: "";
  height: 280px;
  position: absolute;
  right: 16%;
  top: -175px;
  width: 280px;
}

.host-banner > div {
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.host-banner h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.03;
  margin: 11px 0 12px;
}

.host-banner p {
  color: #57736e;
  margin: 0;
  max-width: 465px;
}

.light-button {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  padding: 15px 19px;
  position: relative;
  z-index: 1;
}

.light-button:hover {
  background: var(--teal);
}

.footer {
  background: var(--navy);
  color: var(--white);
  padding: 54px clamp(20px, 5vw, 76px) 24px;
}

.footer-main {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1168px;
}

.footer-brand {
  font-size: 20px;
}

.footer p {
  margin: 17px 0 0;
}

.footer-links {
  display: grid;
  gap: clamp(35px, 7vw, 100px);
  grid-template-columns: repeat(3, 1fr);
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 110px;
}

.footer-links strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.footer-links a,
.footer-links button {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  padding: 0;
  text-align: left;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 1168px;
  padding-top: 20px;
}

.modal-backdrop {
  align-items: center;
  background: rgba(3, 16, 25, 0.73);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 16px;
  position: fixed;
  z-index: 100;
}

.modal {
  background: var(--white);
  border-radius: 25px;
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 32px);
  overflow: auto;
  position: relative;
  width: min(920px, 100%);
}

.modal-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  z-index: 2;
}

.modal-close:hover {
  background: #f4dfaa;
}

.reservation-modal {
  display: grid;
  grid-template-columns: 42% 58%;
}

.modal-image {
  background-color: #d6e0dc;
  background-position: center;
  background-size: cover;
  min-height: 480px;
  position: relative;
}

.modal-image .verified-badge {
  bottom: 16px;
  top: auto;
}

.modal-content {
  padding: 54px 42px 36px;
}

.modal-content h2,
.small-modal h2 {
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.02;
  margin: 12px 0 10px;
}

.modal-rating {
  color: var(--navy);
  font-size: 12px;
}

.modal-rating small {
  color: var(--muted);
  font-size: 10px;
  margin-left: 4px;
}

.modal-content > p,
.small-modal > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 25px 0;
}

.amenities {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  padding: 16px 0;
}

.amenities span {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 11px;
  gap: 6px;
}

.reserve-row {
  margin-top: 26px;
}

.reserve-row > div span {
  color: var(--muted);
  font-size: 10px;
}

.primary-button {
  min-height: 45px;
  padding: 0 17px;
}

.modal-note {
  display: block;
  line-height: 1.5;
  margin-top: 17px;
}

.small-modal {
  padding: 47px 40px 34px;
  width: min(460px, 100%);
}

.small-modal .modal-symbol {
  margin-bottom: 23px;
}

.small-modal .host-symbol {
  background: #f7ecd1;
  color: #ad7725;
}

.small-modal > p {
  margin: 15px 0 22px;
}

.modal-input {
  display: block;
  margin-top: 14px;
}

.modal-input span {
  color: var(--navy);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 7px;
}

.modal-input input {
  background: #fafbf9;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font-size: 12px;
  outline: 0;
  padding: 13px 14px;
  width: 100%;
}

.modal-input input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 98, 100, 0.1);
}

.full-button {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 18px;
    margin-right: 22px;
  }

  .search-panel {
    grid-template-columns: 1.4fr 1fr 1fr 0.9fr;
  }

  .search-submit {
    grid-column: 1 / -1;
    min-height: 47px;
    margin-top: 3px;
  }

  .trust-strip {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .trust-item:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 820px) {
  .topbar {
    height: 70px;
  }

  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav a,
  .desktop-nav button,
  .currency-button,
  .icon-button {
    font-size: 11px;
  }

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

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-intro {
    grid-column: 1 / -1;
  }

  .trust-item:last-child {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .topbar {
    padding: 0 20px;
  }

  .desktop-nav {
    background: var(--navy-soft);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 16px;
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    right: 16px;
    top: 62px;
  }

  .desktop-nav.mobile-open {
    display: flex;
  }

  .desktop-nav a,
  .desktop-nav button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    text-align: left;
    width: 100%;
  }

  .desktop-nav a:last-child {
    border-bottom: 0;
  }

  .top-actions {
    gap: 12px;
  }

  .desktop-only,
  .currency-button {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 76px 20px 42px;
  }

  .hero h1 {
    font-size: clamp(46px, 13vw, 68px);
    margin-top: 21px;
  }

  .hero p {
    font-size: 13px;
    max-width: 360px;
  }

  .search-panel {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
    padding: 7px;
  }

  .search-field {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 13px 12px;
  }

  .search-field:last-of-type {
    border-bottom: 0;
  }

  .search-submit {
    margin-top: 5px;
    min-height: 48px;
  }

  .hero-credit {
    bottom: 18px;
    font-size: 9px;
    left: 20px;
    right: auto;
  }

  .content-wrap {
    padding-top: 67px;
  }

  .section-heading {
    align-items: start;
    gap: 17px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .text-link {
    padding-top: 5px;
  }

  .category-tabs {
    gap: 22px;
  }

  .property-grid {
    gap: 15px;
  }

  .property-body {
    padding: 15px 14px 14px;
  }

  .property-title {
    font-size: 19px;
  }

  .property-topline {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .trust-strip {
    border-radius: 21px;
    gap: 25px 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 72px;
    padding: 31px 22px;
  }

  .trust-intro h2 {
    font-size: 27px;
  }

  .trust-item {
    display: block;
  }

  .trust-item > div {
    margin-top: 11px;
  }

  .host-banner {
    align-items: start;
    border-radius: 21px;
    flex-direction: column;
    gap: 27px;
    margin: 60px 0 68px;
    padding: 33px 23px;
  }

  .host-banner h2 {
    font-size: 31px;
  }

  .footer {
    padding: 43px 20px 21px;
  }

  .footer-main {
    display: block;
  }

  .footer-links {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }

  .footer-links div {
    min-width: 0;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
    margin-top: 39px;
  }

  .reservation-modal {
    display: block;
  }

  .modal-image {
    min-height: 230px;
  }

  .modal-content {
    padding: 32px 22px 25px;
  }

  .modal-content h2,
  .small-modal h2 {
    font-size: 34px;
  }

  .reserve-row {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .reserve-row .primary-button {
    width: 100%;
  }

  .small-modal {
    padding: 37px 23px 27px;
  }
}

@media (max-width: 430px) {
  .brand {
    font-size: 18px;
  }

  .brand-mark {
    height: 27px;
    width: 27px;
  }

  .brand-door {
    height: 17px;
    left: 6px;
    width: 11px;
  }

  .brand-dot {
    left: 10px;
    top: 5px;
  }

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

  .property-image {
    aspect-ratio: 1.5;
  }

  .trust-strip {
    display: block;
  }

  .trust-item {
    display: flex;
    margin-top: 24px;
  }

  .trust-item > div {
    margin-top: 0;
  }

  .footer-links {
    gap: 12px;
  }

  .footer-links a,
  .footer-links button {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

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

.booking-form-grid .modal-input {
  margin-top: 0;
}

.payment-note {
  align-items: center;
  background: var(--green-pale);
  border-radius: 9px;
  color: #276856;
  display: inline-flex;
  font-size: 10px;
  gap: 6px;
  margin: 15px 0 2px;
  padding: 9px 11px;
}

.modal-input select {
  appearance: none;
  background: #fafbf9;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font-size: 12px;
  outline: 0;
  padding: 13px 14px;
  width: 100%;
}

.modal-input select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 98, 100, 0.1);
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.admin-shell {
  background: var(--cream);
  color: var(--ink);
  min-height: 100vh;
}

.admin-topbar {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(20px, 5vw, 76px);
}

.admin-brand {
  color: var(--white);
}

.admin-top-actions {
  align-items: center;
  display: flex;
  gap: 22px;
}

.admin-user {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.admin-back {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 11px;
  gap: 8px;
  padding: 10px 14px;
}

.admin-back:hover {
  background: rgba(255, 255, 255, 0.1);
}

.admin-loading {
  color: var(--muted);
  padding: 100px 20px;
  text-align: center;
}

.admin-content {
  margin: 0 auto;
  max-width: 1260px;
  padding: 69px clamp(20px, 5vw, 76px) 80px;
}

.admin-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.admin-heading h1,
.admin-gate h1 {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 14px 0 13px;
}

.admin-heading p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.admin-mode {
  align-items: center;
  background: var(--green-pale);
  border-radius: 999px;
  color: #276856;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 7px;
  padding: 10px 13px;
}

.admin-mode span {
  background: #45a274;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.admin-alert {
  align-items: center;
  background: var(--green-pale);
  border: 1px solid #d1e8dc;
  border-radius: 12px;
  color: #216352;
  display: flex;
  font-size: 12px;
  gap: 9px;
  margin: -11px 0 22px;
  padding: 12px 14px;
}

.admin-alert button {
  background: transparent;
  border: 0;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  margin-left: auto;
}

.admin-metrics {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 25px;
}

.admin-metric {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
}

.admin-metric.highlight {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.metric-label,
.admin-metric small {
  color: var(--muted);
  display: block;
  font-size: 10px;
}

.admin-metric.highlight .metric-label,
.admin-metric.highlight small {
  color: rgba(255, 255, 255, 0.56);
}

.admin-metric strong {
  color: var(--navy);
  display: block;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin: 10px 0 4px;
}

.admin-metric.highlight strong {
  color: var(--gold);
}

.admin-two-column {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
}

.admin-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 21px;
  min-width: 0;
  padding: 25px;
}

.admin-wide-card {
  margin-bottom: 25px;
}

.admin-card-heading {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.admin-card-heading h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin: 9px 0 0;
}

.admin-card-count {
  background: #f3f6f3;
  border-radius: 999px;
  color: var(--teal);
  font-size: 10px;
  padding: 8px 10px;
}

.admin-property-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.admin-property-form label,
.admin-form-row label {
  display: block;
}

.admin-property-form label > span,
.admin-form-row label > span {
  color: var(--navy);
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 6px;
}

.admin-property-form input,
.admin-property-form select,
.admin-property-form textarea {
  background: #fafbf9;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  font-size: 11px;
  outline: 0;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
}

.admin-property-form input:focus,
.admin-property-form select:focus,
.admin-property-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 98, 100, 0.1);
}

.admin-form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.admin-list {
  max-height: 450px;
  overflow: auto;
}

.admin-list-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 34px 1fr auto;
  padding: 14px 0;
}

.admin-list-icon {
  align-items: center;
  background: var(--green-pale);
  border-radius: 9px;
  color: var(--teal);
  display: inline-flex;
  font-size: 17px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.admin-list-row strong,
.admin-list-row span,
.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-list-row strong,
.admin-table td strong {
  color: var(--navy);
  font-size: 11px;
  margin-bottom: 5px;
}

.admin-list-row div > span,
.admin-table td span {
  color: var(--muted);
  font-size: 10px;
}

.status-pill {
  background: #f0f3f0;
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex !important;
  font-size: 9px !important;
  font-weight: 700;
  padding: 6px 8px;
  text-transform: capitalize;
}

.status-pill.approved {
  background: var(--green-pale);
  color: #276856;
}

.status-pill.requested,
.status-pill.new {
  background: #f7ecd1;
  color: #a36d20;
}

.status-pill.declined {
  background: #fae6e3;
  color: #a44940;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.admin-table th {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 11px 12px;
  text-align: left;
  text-transform: uppercase;
}

.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 15px 11px;
  vertical-align: middle;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.table-actions {
  display: flex;
  gap: 6px;
}

.table-actions button {
  background: var(--teal);
  border: 0;
  border-radius: 7px;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  padding: 8px 9px;
}

.table-actions button.decline {
  background: #f4ebe9;
  color: #a44940;
}

.admin-empty {
  background: #fafbf9;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  padding: 23px;
  text-align: center;
}

.admin-gate {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 510px;
  padding: 16vh 20px;
  text-align: center;
}

.admin-gate h1 {
  font-size: clamp(37px, 5vw, 54px);
  margin-top: 24px;
}

.admin-gate p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.admin-gate-button {
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.admin-text-link {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  margin-top: 19px;
}

@media (max-width: 880px) {
  .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-two-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .admin-topbar {
    min-height: 70px;
    padding: 0 20px;
  }

  .admin-top-actions {
    gap: 10px;
  }

  .admin-user {
    display: none;
  }

  .admin-back {
    font-size: 10px;
    padding: 9px 10px;
  }

  .admin-content {
    padding-top: 48px;
  }

  .admin-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .admin-heading h1 {
    font-size: 43px;
  }

  .admin-metrics {
    gap: 10px;
  }

  .admin-metric {
    padding: 15px;
  }

  .admin-metric strong {
    font-size: 30px;
  }

  .admin-card {
    border-radius: 17px;
    padding: 18px;
  }

  .admin-form-row,
  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-form-grid .modal-input {
    margin-top: 14px;
  }

  .booking-form-grid .modal-input:first-child {
    margin-top: 0;
  }
}
