:root {
  --hn-orange: #ff5527;
  --hn-orange-dark: #e8461c;
  --hn-orange-soft: #fff3ee;
  --hn-green: #006a4e;
  --hn-green-soft: #eaf6f1;
  --hn-text: #424242;
  --hn-heading: #222222;
  --hn-muted: #6c757d;
  --hn-bg: #f7f7f7;
  --hn-bg-warm: #fbf8f5;
  --hn-card: #ffffff;
  --hn-border: #e8e8e8;
  --hn-border-strong: #dedede;
  --hn-radius-xl: 28px;
  --hn-radius-lg: 22px;
  --hn-radius-md: 16px;
  --hn-radius-sm: 12px;
  --hn-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --hn-shadow-card: 0 14px 36px rgba(0, 0, 0, 0.09);
  --hn-shadow-hover: 0 18px 48px rgba(0, 0, 0, 0.14);
  --hn-focus: 0 0 0 4px rgba(255, 85, 39, 0.18);
  --hn-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.stay-discovery,
.stay-discovery * {
  box-sizing: border-box;
}

.stay-discovery {
  background: var(--hn-bg);
  color: var(--hn-text);
  font-family: var(--hn-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.stay-discovery .container {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
}

.stay-discovery .section {
  padding-block: 20px;
}

.stay-discovery .section-head {
  max-width: none;
}

.stay-discovery .section.soft {
  background: #f2f2f2;
}

.stay-discovery .eyebrow {
  margin: 0 0 10px;
  color: var(--hn-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.stay-finder-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(480px, 70vh, 680px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.38) 44%, rgba(0, 0, 0, 0.72) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.stay-category-hero {
  background: #fff;
  border-bottom: 1px solid var(--hn-border);
}

.stay-category-hero-inner {
  display: grid;
  gap: 18px;
  padding: clamp(44px, 8vw, 82px) 0 clamp(34px, 6vw, 62px);
}

.stay-category-hero-inner h1 {
  max-width: 900px;
  margin: 0;
  color: var(--hn-heading);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.04;
}

.stay-category-hero-inner > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--hn-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.62;
}

.stay-category-hero .hero-trust-row {
  margin-top: 2px;
}

.stay-category-hero .hero-trust-row span {
  border-color: rgba(0, 106, 78, 0.14);
  background: var(--hn-green-soft);
  color: var(--hn-green);
  backdrop-filter: none;
}

.stay-category-hero .btn {
  width: fit-content;
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 20px;
  font-weight: 820;
}

.stay-category-fixed-form {
  display: none;
}

.stay-category-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 26px);
}

.stay-category-content-grid article {
  border: 1px solid var(--hn-border);
  border-radius: var(--hn-radius-lg);
  background: #fff;
  padding: clamp(20px, 3vw, 30px);
}

.stay-category-content-grid h2 {
  margin: 0 0 10px;
  color: var(--hn-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.18;
}

.stay-category-content-grid p {
  margin: 0;
  color: var(--hn-muted);
  line-height: 1.68;
}

.stay-category-related .chip-row a {
  border-color: var(--hn-border);
  background: #fff;
}

.stay-seo-links,
.stay-crawl-section,
.stay-category-faq {
  background: var(--hn-bg);
}

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

.crawl-link-grid a {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--hn-border);
  border-radius: var(--hn-radius-md);
  background: #fff;
  color: var(--hn-heading);
}

.crawl-link-grid strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.crawl-link-grid span {
  color: var(--hn-muted);
  font-size: 0.86rem;
}

.stay-finder-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.stay-hero-inner {
  width: min(100% - 32px, 1040px);
  padding: clamp(92px, 12vw, 150px) 0 clamp(54px, 9vw, 86px);
}

.stay-hero-inner .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.stay-hero-inner h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.15rem, 6vw, 4.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
}

.stay-hero-inner p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.55;
}

.hero-trust-row,
.experience-picker,
.preference-slots,
.stay-card-tags,
.stay-card-actions,
.trip-tray-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust-row {
  margin-top: 24px;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.15;
  backdrop-filter: blur(10px);
}

.stay-finder-section {
  padding-top: 0;
  padding-bottom: clamp(22px, 4vw, 38px);
}

.quick-finder-card,
.selected-preferences-card,
.fallback-box,
.discovery-card,
.trip-tray {
  border: 1px solid var(--hn-border);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-card);
  box-shadow: var(--hn-shadow-soft);
}

.quick-finder-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: clamp(-54px, -5vw, -32px);
  padding: clamp(22px, 3.6vw, 38px);
  border: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14px);
}

.quick-finder-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0;
}

.finder-head {
  display: block;
  margin-bottom: 22px;
}

.finder-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--hn-heading);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}

.finder-form {
  margin: 0;
}

.experience-picker {
  align-items: center;
}

.experience-picker label {
  position: relative;
  cursor: pointer;
}

.experience-picker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.experience-picker span,
.preference-slots span,
.stay-card-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--hn-border);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.experience-picker span i {
  margin-right: 9px;
  color: var(--hn-green);
  font-size: 1.02rem;
}

.experience-picker label:nth-child(3n) span i {
  color: #2f80ed;
}

.experience-picker label:nth-child(4n) span i {
  color: #8b6f00;
}

.experience-picker label:nth-child(5n) span i {
  color: var(--hn-orange);
}

.experience-picker span {
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.experience-picker label:hover span {
  transform: translateY(-1px);
  border-color: #d7d7d7;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.experience-picker input:focus-visible + span {
  outline: none;
  box-shadow: var(--hn-focus);
}

.experience-picker input:checked + span {
  border-color: var(--hn-orange);
  background: var(--hn-orange);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 85, 39, 0.24);
}

.experience-picker input:checked + span i {
  color: #fff;
}

.finder-fields {
  display: none;
}

.finder-fields label,
.reservation-dialog label {
  display: grid;
  gap: 7px;
  color: var(--hn-heading);
  font-size: 0.92rem;
  font-weight: 750;
}

.finder-fields input,
.reservation-dialog input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--hn-border-strong);
  border-radius: var(--hn-radius-md);
  padding: 0 14px;
  background: #fff;
  color: var(--hn-heading);
  font: inherit;
}

.finder-fields input:focus,
.reservation-dialog input:focus {
  outline: none;
  border-color: var(--hn-orange);
  box-shadow: var(--hn-focus);
}

.matched-stays-section {
  padding-top: 28px;
  padding-bottom: 72px;
}

.matched-stays-section .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.matched-stays-section .section-head h2,
.selected-preferences-card h2 {
  margin: 0;
  color: var(--hn-heading);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.18;
}

.matched-stays-section .section-head p,
.selected-preferences-card p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--hn-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.style-count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(0, 106, 78, 0.18);
  border-radius: 16px;
  background: var(--hn-green-soft);
  color: var(--hn-green);
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}

.discovery-grid[hidden],
#load-more-stays[hidden],
.trip-tray[hidden],
.selected-preferences-section[hidden],
.fallback-box[hidden],
.reservation-modal[hidden],
.stay-detail-modal[hidden] {
  display: none;
}

.discovery-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--hn-radius-lg);
  box-shadow: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.discovery-card.recommended {
  border-color: rgba(255, 85, 39, 0.5);
}

@media (hover: hover) {
  .discovery-card:hover {
    transform: translateY(-3px);
    border-color: #dcdcdc;
    box-shadow: var(--hn-shadow-hover);
  }

  .discovery-card:hover .stay-card-image img {
    transform: scale(1.025);
  }
}

.stay-card-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eeeeee;
}

.stay-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.stay-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.recommended-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--hn-heading);
  font-size: 0.76rem;
  font-weight: 820;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.stay-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.stay-card-body h3 {
  margin: 0;
  color: var(--hn-heading);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.stay-card-body p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.94rem;
  line-height: 1.52;
}

.stay-card-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.description-open .stay-card-description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.read-more-link {
  width: fit-content;
  min-height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--hn-green);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.read-more-link:hover {
  color: var(--hn-orange);
}

.stay-description-wrap {
  display: grid;
  gap: 6px;
}

.property-detail-section {
  padding-top: 28px;
  padding-bottom: 72px;
}

.property-detail-wrap {
  display: grid;
  gap: 26px;
}

.property-back-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hn-heading);
  font-size: 0.92rem;
  font-weight: 850;
}

.property-back-link::before {
  content: "\f060";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hn-border);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-heading);
  font-family: "Font Awesome 6 Free";
  font-size: 0.8rem;
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.property-back-link:hover::before {
  background: var(--hn-orange);
  border-color: var(--hn-orange);
  color: #fff;
  transform: translateX(-2px);
}

.property-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.property-title-row h1 {
  max-width: 860px;
  margin: 0;
  color: var(--hn-heading);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.property-title-row p {
  margin: 12px 0 0;
  color: var(--hn-muted);
  font-size: 1.05rem;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: minmax(180px, 230px);
  gap: 10px;
  overflow: hidden;
  border-radius: 26px;
}

.property-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eef0f2;
}

.property-gallery-grid .is-main {
  grid-row: span 2;
}

.property-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 22px;
  align-items: start;
}

.property-main-card,
.property-reserve-card,
.property-seo-copy {
  border: 1px solid var(--hn-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--hn-shadow-soft);
}

.property-main-card,
.property-reserve-card,
.property-seo-copy {
  padding: clamp(20px, 3vw, 30px);
}

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

.property-facts div {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--hn-border);
  border-radius: 18px;
  background: #fbfbfa;
}

.property-facts span {
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-facts strong {
  color: var(--hn-heading);
  font-size: 1rem;
}

.property-main-card h2,
.property-reserve-card h2,
.property-seo-copy h2 {
  margin: 0 0 12px;
  color: var(--hn-heading);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.property-main-card p,
.property-reserve-card p,
.property-seo-copy p {
  color: var(--hn-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.property-tags {
  margin-top: 18px;
}

.property-reserve-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.property-reserve-card .btn {
  width: 100%;
}

.stay-price {
  color: var(--hn-heading);
  font-size: 1.06rem;
  font-weight: 820;
  letter-spacing: 0;
}

.stay-price span {
  display: block;
  margin-bottom: 3px;
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-card-tags {
  gap: 8px;
}

.stay-card-tags span {
  min-height: 30px;
  padding: 0 10px;
  border-color: transparent;
  background: #f7f7f7;
  color: var(--hn-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.stay-card-actions {
  gap: 10px;
  padding-top: 2px;
}

.stay-card-actions .btn,
.detail-actions .btn,
.reservation-dialog .btn,
.fallback-box .btn,
.load-more-wrap .btn,
.trip-tray-actions .btn {
  min-height: 44px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 780;
}

.stay-discovery .btn,
.stay-discovery button,
.stay-discovery a {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.stay-discovery .btn:focus-visible,
.stay-discovery button:focus-visible,
.stay-discovery a:focus-visible {
  outline: none;
  box-shadow: var(--hn-focus);
}

.stay-discovery .btn-primary {
  border-color: var(--hn-orange);
  background: var(--hn-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 85, 39, 0.22);
}

.stay-discovery .btn-primary:hover {
  background: var(--hn-orange-dark);
  border-color: var(--hn-orange-dark);
  transform: translateY(-1px);
}

.stay-discovery .btn-secondary {
  border: 1px solid var(--hn-border);
  background: #fff;
  color: var(--hn-heading);
}

.stay-discovery .btn-secondary:hover {
  border-color: #d5d5d5;
  background: #fafafa;
  transform: translateY(-1px);
}

.selected-preferences-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
}

.preference-slots span {
  border-color: rgba(0, 106, 78, 0.12);
  background: var(--hn-green-soft);
  color: var(--hn-green);
  font-size: 0.84rem;
}

.disclaimer {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.empty-results,
.fallback-box {
  padding: clamp(22px, 4vw, 32px);
  text-align: center;
}

.empty-results {
  grid-column: 1 / -1;
  border: 1px dashed #d7d7d7;
  border-radius: var(--hn-radius-lg);
  background: #fff;
  color: var(--hn-muted);
  font-weight: 720;
}

.fallback-box h3 {
  margin: 0 0 8px;
  color: var(--hn-heading);
  font-size: 1.15rem;
}

.fallback-box p {
  max-width: 560px;
  margin: 0 auto 18px;
  color: var(--hn-muted);
  line-height: 1.55;
}

.load-more-wrap {
  margin-top: 24px;
  text-align: center;
}

.trip-tray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: var(--hn-radius-lg);
}

.trip-tray strong {
  display: block;
  color: var(--hn-heading);
  font-size: 1rem;
  font-weight: 820;
}

.trip-tray p {
  margin: 4px 0 0;
  color: var(--hn-muted);
  font-size: 0.9rem;
}

.trip-tray-actions {
  justify-content: flex-end;
  gap: 8px;
}

.trip-tray-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--hn-green-soft);
  color: var(--hn-green);
  font-size: 0.82rem;
  font-weight: 780;
}

.assist-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.assist-step-card {
  padding: 20px;
  border: 1px solid var(--hn-border);
  border-radius: var(--hn-radius-lg);
  background: #fff;
}

.assist-step-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--hn-orange);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.assist-step-card h3 {
  margin: 0 0 8px;
  color: var(--hn-heading);
  font-size: 1rem;
  font-weight: 800;
}

.assist-step-card p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.stay-notification {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 150;
  width: min(420px, calc(100vw - 32px));
  padding: 16px 18px;
  border: 1px solid rgba(0, 106, 78, 0.16);
  border-radius: var(--hn-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  color: var(--hn-heading);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(10px);
}

.stay-notification.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stay-notification::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--hn-green);
  box-shadow: 0 0 0 6px rgba(0, 106, 78, 0.1);
}

.stay-notification strong,
.stay-notification span {
  display: block;
  padding-left: 24px;
}

.stay-notification strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
  font-weight: 850;
}

.stay-notification span {
  color: var(--hn-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.reservation-modal,
.stay-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
}

.reservation-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.62);
  backdrop-filter: blur(5px);
}

.reservation-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--hn-radius-xl);
  background: #fff;
  padding: clamp(22px, 5vw, 34px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
}

.reservation-dialog h2 {
  margin: 6px 0 8px;
  color: var(--hn-heading);
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.reservation-dialog p {
  color: var(--hn-muted);
  line-height: 1.55;
}

.reservation-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 42px;
  border: 1px solid var(--hn-border);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-heading);
  padding: 0 16px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 780;
}

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

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

.trip-summary {
  padding: 14px;
  border-radius: var(--hn-radius-md);
  background: var(--hn-green-soft);
  color: var(--hn-green);
  font-size: 0.9rem;
  font-weight: 760;
}

.stay-detail-dialog {
  width: min(900px, 100%);
  padding: clamp(14px, 3vw, 20px);
}

.detail-gallery {
  display: grid;
  gap: 12px;
}

.detail-image {
  display: block;
  width: 100%;
  height: clamp(260px, 56vw, 540px);
  margin: 0;
  border-radius: var(--hn-radius-lg);
  background: #eeeeee;
  object-fit: cover;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-thumb {
  overflow: hidden;
  height: clamp(62px, 12vw, 92px);
  border: 2px solid transparent;
  border-radius: var(--hn-radius-md);
  padding: 0;
  background: #f2f2f2;
  cursor: pointer;
}

.gallery-thumb.is-active {
  border-color: var(--hn-orange);
}

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

.detail-actions {
  margin-top: 4px;
}

.gallery-actions .btn {
  width: auto;
}

.stay-detail-dialog p {
  color: var(--hn-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

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

@media (max-width: 920px) {
  .finder-head,
  .assist-step-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .stay-discovery .container {
    width: min(100% - 28px, 1240px);
  }

  .stay-finder-hero {
    min-height: 520px;
  }

  .stay-hero-inner {
    width: min(100% - 28px, 1040px);
    padding-bottom: 58px;
  }

  .stay-hero-inner h1 {
    max-width: 360px;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.04;
  }

  .stay-hero-inner p {
    max-width: 360px;
    font-size: 1rem;
  }

  .hero-trust-row {
    gap: 8px;
  }

  .hero-trust-row span {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .quick-finder-card {
    margin-top: -32px;
    padding: 20px 16px;
    border-radius: 24px;
  }

  .finder-head {
    margin-bottom: 18px;
  }

  .finder-head h2 {
    font-size: 1.55rem;
  }

  .experience-picker {
    gap: 8px;
  }

  .experience-picker span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .experience-picker span i {
    margin-right: 7px;
    font-size: 0.92rem;
  }

  .discovery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .crawl-link-grid {
    grid-template-columns: 1fr;
  }

  .matched-stays-section .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .stay-discovery .section {
    padding-block: 20px;
  }

  .matched-stays-section {
    padding-top: 22px;
    padding-bottom: 56px;
  }

  .property-title-row,
  .property-content-grid,
  .stay-category-content-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stay-category-hero-inner {
    padding-top: 34px;
  }

  .stay-category-hero-inner h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .stay-category-hero .btn {
    width: 100%;
  }

  .property-title-row .btn {
    width: 100%;
  }

  .property-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    border-radius: 20px;
  }

  .property-gallery-grid .is-main {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

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

  .property-reserve-card {
    position: static;
  }

  .style-count-pill {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .stay-card-body {
    padding: 15px;
  }

  .stay-card-description {
    -webkit-line-clamp: 2;
  }

  .stay-card-actions .btn {
    flex: 1 1 150px;
  }

  .trip-tray {
    align-items: flex-start;
    flex-direction: column;
  }

  .trip-tray-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .trip-tray-actions .btn {
    flex: 1 1 auto;
  }

  .modal-field-grid {
    grid-template-columns: 1fr;
  }

  .reservation-modal,
  .stay-detail-modal {
    align-items: end;
    padding: 10px;
  }

  .reservation-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 26px;
  }

  .stay-detail-dialog {
    padding: 12px;
  }

  .detail-image {
    height: min(58vh, 420px);
  }

  .detail-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .gallery-thumb {
    height: 64px;
    border-radius: 12px;
  }

  .gallery-actions .btn {
    width: 100%;
  }

  .stay-notification {
    right: 14px;
    bottom: 14px;
    width: calc(100vw - 28px);
  }
}

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