
/* —— Short stays (estancias / Airbnb-style) —— */
.k-stays-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.k-stay-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(10 13 18 / 0.08);
  box-shadow: 0 12px 32px rgb(10 13 18 / 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.k-stay-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgb(10 13 18 / 0.1);
}

.k-stay-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.k-stay-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-stay-card__body {
  padding: 1rem 1.15rem 1.25rem;
}

.k-stay-card__meta {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--k-accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.k-stay-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.k-stay-card__title a {
  color: inherit;
  text-decoration: none;
}

.k-stay-card__price {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
}

.k-stay-card__price span {
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-card__guests {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-detail-root {
  padding: 2rem 0 3rem;
}

.k-stay-detail__gallery {
  margin: 0 0 1.75rem;
}

.k-stay-detail__gallery .k-gallery--stay {
  border-radius: 1rem;
  overflow: hidden;
  background: #0f1419;
  box-shadow: 0 18px 40px rgba(15, 20, 25, 0.14);
}

.k-stay-detail__gallery .k-gallery__stage {
  border-radius: 1rem 1rem 0 0;
}

.k-stay-detail__gallery .k-gallery__viewport {
  aspect-ratio: 16 / 10;
  min-height: min(52vw, 420px);
  max-height: 560px;
}

.k-stay-detail__gallery .k-gallery__slide img {
  object-fit: cover;
}

.k-stay-detail__gallery .k-gallery__thumbs {
  padding: 0.75rem 0.85rem 0.9rem;
  background: linear-gradient(180deg, #121820 0%, #0b0f14 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.k-stay-detail__gallery .k-gallery__thumb {
  border-color: transparent;
  opacity: 0.72;
}

.k-stay-detail__gallery .k-gallery__thumb.is-active,
.k-stay-detail__gallery .k-gallery__thumb:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.55);
}

.k-stay-detail__map {
  margin-top: 2.25rem;
  padding-top: 0.25rem;
}

.k-stay-detail__map h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.k-stay-detail__map-label {
  margin: 0 0 0.35rem;
  color: var(--r-ink-soft, #5c6570);
}

.k-approx-map__hint {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--r-ink-soft, #5c6570);
}

.k-approx-map {
  width: 100%;
  height: min(380px, 58vw);
  min-height: 260px;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(15, 20, 25, 0.08);
  background: #e8eef2;
  position: relative;
}

.k-approx-map__iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.k-detail-block--map {
  margin-top: 1.75rem;
}

.k-listing-map-end {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 20, 25, 0.08);
}

.k-stay-detail__layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 960px) {
  .k-stay-detail__layout {
    grid-template-columns: 1fr min(360px, 36vw);
    align-items: start;
  }
}

.k-stay-detail__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--k-accent);
}

.k-stay-detail h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.k-stay-detail__meta {
  color: var(--r-ink-soft, #5c6570);
  margin: 0 0 1rem;
}

.k-stay-detail__desc {
  line-height: 1.65;
  white-space: pre-wrap;
}

.k-stay-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.k-stay-amenities__item,
.k-stay-amenities li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgb(30 61 92 / 0.08);
  color: var(--r-ink, #1e3d5c);
  font-size: 0.82rem;
  font-weight: 600;
}

.k-stay-amenities__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--r-accent, #0ea5a0);
}

.k-stay-amenities__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.k-stay-rules h3 {
  margin: 1.25rem 0 0.4rem;
  font-size: 1.05rem;
}

.k-stay-booking {
  position: sticky;
  top: 5.5rem;
  padding: 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgb(10 13 18 / 0.1);
  background: #fff;
  box-shadow: 0 16px 40px rgb(10 13 18 / 0.08);
}

.k-stay-booking__price {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.k-stay-booking__price span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-booking__fee {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-booking__form {
  display: grid;
  gap: 0.75rem;
}

.k-stay-booking__form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.k-stay-booking__form input {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgb(10 13 18 / 0.15);
  border-radius: 0.5rem;
  font: inherit;
}

.k-stay-booking__note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--r-ink-soft, #5c6570);
}

.k-page--stays .k-section__header h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
}

/* —— Publish stay CTA (no photos — icon + copy led) —— */
.k-section--publish-stay {
  background:
    radial-gradient(120% 80% at 0% 0%, rgb(30 61 92 / 0.08), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgb(14 116 144 / 0.07), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid rgb(10 13 18 / 0.06);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.k-stay-publish {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 960px) {
  .k-stay-publish {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }
}

.k-stay-publish__pitch {
  padding: clamp(0.25rem, 2vw, 0.75rem) 0;
}

.k-stay-publish__badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgb(30 61 92 / 0.1);
  color: var(--k-accent, #1e3d5c);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.k-stay-publish__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.k-stay-publish__lead {
  margin: 0 0 1.35rem;
  max-width: 38ch;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-publish__benefits {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.k-stay-publish__benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.k-stay-publish__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid rgb(10 13 18 / 0.08);
  box-shadow: 0 8px 20px rgb(10 13 18 / 0.05);
  color: var(--k-accent, #1e3d5c);
}

.k-stay-publish__icon {
  width: 1.35rem;
  height: 1.35rem;
}

.k-stay-publish__benefit-title {
  display: block;
  margin: 0 0 0.15rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.k-stay-publish__benefit-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-publish__steps-panel {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.72);
  border: 1px solid rgb(10 13 18 / 0.08);
}

.k-stay-publish__steps-title {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--r-muted, #64748b);
}

.k-stay-publish__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.k-stay-publish__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-publish__steps li > span:last-child {
  padding-top: 0.1rem;
}

.k-stay-publish__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--k-accent, #1e3d5c);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}

.k-stay-publish__form.k-panel,
.k-stay-inquiry__form.k-panel {
  margin: 0;
  box-shadow: 0 20px 48px rgb(10 13 18 / 0.08);
}

.k-stay-publish__trust {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
  color: var(--r-ink-soft, #5c6570);
}

.k-stays-mode {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.25rem;
  margin: 0 0 1.25rem;
  border-radius: 999px;
  background: rgb(10 13 18 / 0.05);
  border: 1px solid rgb(10 13 18 / 0.08);
}

.k-stays-mode__btn {
  border: 0;
  background: transparent;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--r-ink-soft, #5c6570);
  cursor: pointer;
}

.k-stays-mode__btn.is-active {
  background: #fff;
  color: var(--k-accent, #1e3d5c);
  box-shadow: 0 4px 14px rgb(10 13 18 / 0.08);
}

.k-stays-panel[hidden] {
  display: none !important;
}

.k-stays-search-bar {
  margin-bottom: 1.25rem;
  max-width: 36rem;
}

.k-stays-search-bar__card {
  margin: 0;
  padding: 1.1rem 1.2rem;
}

.k-stays-search-bar__card .k-search-card__label {
  margin-bottom: 0.55rem;
}

.k-stays-search-bar__card .k-field__control {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgb(10 13 18 / 0.12);
  border-radius: 0.7rem;
  font: inherit;
  font-size: 0.975rem;
  background: #fff;
}

.k-stays-search-bar__card .k-field__control:focus {
  outline: 2px solid rgb(30 61 92 / 0.25);
  outline-offset: 1px;
  border-color: rgb(30 61 92 / 0.35);
}

/* —— Stay search inquiry (matches contact form layout) —— */
.k-stay-inquiry {
  margin-top: 2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 1.15rem;
  background:
    radial-gradient(120% 80% at 0% 0%, rgb(30 61 92 / 0.07), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid rgb(10 13 18 / 0.08);
}

.k-stay-inquiry__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 960px) {
  .k-stay-inquiry__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.k-stay-inquiry__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgb(30 61 92 / 0.1);
  color: var(--k-accent, #1e3d5c);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.k-stay-inquiry__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.k-stay-inquiry__lead {
  margin: 0 0 1.15rem;
  max-width: 38ch;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-inquiry__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.k-stay-inquiry__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--r-ink-soft, #5c6570);
}

.k-stay-inquiry__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--k-accent, #1e3d5c);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}

.k-stay-inquiry__form.k-panel {
  margin: 0;
  box-shadow: 0 20px 48px rgb(10 13 18 / 0.08);
}

.k-stay-inquiry__form .k-field {
  margin-bottom: 0;
}

.k-asset-publish-cta {
  margin: 1rem 0 0;
}

.k-stays-empty {
  margin-top: 0.5rem;
}

.k-stays-empty__inner {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: 1.35rem 1.5rem;
  border-radius: 1rem;
  border: 1px dashed rgb(30 61 92 / 0.22);
  background: rgb(30 61 92 / 0.04);
}

.k-stays-empty__lead {
  margin: 0;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--r-ink-soft, #5c6570);
}
