/* Property detail v2 — conversión */
.detail-page--v2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}

@media (min-width: 768px) {
  .detail-page--v2 {
    padding: 2rem 2rem 4.5rem;
  }
}

@media (min-width: 1024px) {
  .detail-page--v2 {
    padding: 2.25rem 2rem 5rem;
  }
}

/* Breadcrumb */
.detail-page--v2 .detail-breadcrumb {
  margin: 0 0 1.75rem;
  padding: 0.875rem 1.125rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  border: 1px solid #ebebeb;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow-x: auto;
  scrollbar-width: none;
}

.detail-page--v2 .detail-breadcrumb--compact {
  margin: 0 0 1rem;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.detail-page--v2 .detail-breadcrumb--compact .detail-breadcrumb__list {
  font-size: 0.8125rem;
}

.detail-page--v2 .detail-breadcrumb::-webkit-scrollbar {
  display: none;
}

.detail-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.4;
}

.detail-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
}

.detail-breadcrumb__list li + li::before {
  content: "›";
  color: #c4c4c4;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 0.15rem;
}

.detail-breadcrumb__list a {
  color: var(--brand-dark, #358f51);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.detail-breadcrumb__list a:hover {
  color: var(--brand, #3ea35d);
  text-decoration: underline;
}

.detail-breadcrumb__current {
  color: #525252;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .detail-breadcrumb__current {
    white-space: normal;
  }
}

/* Espaciado entre bloques superiores */
.detail-page--v2 .detail-gallery-wrap {
  margin: 0 0 1.5rem;
}

.detail-gallery-root {
  position: relative;
}

.detail-page--v2 .detail-gallery-wrap .abnb-gallery {
  margin-bottom: 0;
}

.detail-intro {
  margin-bottom: 1.25rem;
}

.detail-intro__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 0.85rem;
}

.detail-intro__copy {
  flex: 1 1 18rem;
  min-width: 0;
}

.detail-intro__subtitle {
  margin: 0.35rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #525252;
}

.detail-intro__stats {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  color: #717171;
}

.detail-page--v2 .detail-title {
  margin-bottom: 0;
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  line-height: 1.2;
}

.detail-page--v2 .detail-meta {
  margin-bottom: 0;
}

.detail-page--v2 .detail-badges {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.detail-page--v2 .detail-hashtags {
  margin-bottom: 0.85rem;
}

.detail-action-btn--pill {
  padding: 0.5rem 0.95rem;
  border: 1px solid #ddd;
  border-radius: 9999px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.detail-action-btn--pill:hover {
  border-color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-action-btn--pill.is-saved {
  border-color: #fecdd3;
  background: #fff1f2;
}

.detail-trust--compact {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  gap: 0.75rem 1.25rem;
}

.detail-page--v2 .detail-jump {
  top: 4.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}

.detail-jump {
  position: sticky;
  top: 4rem;
  z-index: 20;
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.75rem 0;
  margin-bottom: 0.5rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  scrollbar-width: none;
}
.detail-jump::-webkit-scrollbar { display: none; }
.detail-jump a {
  flex-shrink: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  background: #f3f4f6;
  transition: all 0.15s;
}
.detail-jump a:hover { background: var(--brand); color: #fff; }

.detail-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
}

.detail-page--v2 .detail-trust {
  margin: 0 0 1.5rem;
  padding: 0.875rem 1rem;
  background: var(--brand-soft, #f3faf5);
  border: 1px solid var(--brand-muted, #c6e8d0);
  border-radius: 12px;
  gap: 0.625rem 1.5rem;
}
.detail-trust li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
}
.detail-trust li span { font-size: 1rem; }

.detail-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.detail-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #f3f4f6;
  color: #374151;
}
.detail-badge--featured { background: var(--brand-soft); color: var(--brand); }

.detail-page--v2 .detail-layout {
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .detail-page--v2 .detail-layout {
    gap: 3.5rem;
  }
}

.detail-section {
  padding: 2rem 0;
}

.detail-page--v2 .detail-section:not(.detail-section--highlight) {
  padding: 2rem 0;
}

.detail-page--v2 .detail-section:first-of-type:not(.detail-section--highlight) {
  padding-top: 0.5rem;
}

.detail-gallery-wrap { position: relative; margin-bottom: 1.5rem; }

.detail-host-card-v2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.detail-host-card-v2:hover {
  border-color: var(--brand-muted);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.detail-host-card-v2__avatar {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}
.detail-host-card-v2__name { font-size: 1.0625rem; font-weight: 600; }
.detail-host-card-v2__meta { margin-top: 0.25rem; font-size: 0.8125rem; color: #6b7280; }
.detail-host-card-v2__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #374151;
}
.detail-host-card-v2__cta {
  margin-left: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
}

.detail-empty-block {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: #fafafa;
  border: 1px dashed #d1d5db;
  text-align: center;
  color: #6b7280;
  font-size: 0.9375rem;
}
.detail-empty-block strong { display: block; color: #374151; margin-bottom: 0.35rem; }

.detail-similar { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e5e7eb; }
.detail-similar__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .detail-similar__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .detail-similar__grid { grid-template-columns: repeat(4, 1fr); } }

/* Lightbox v2 */
.property-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
}
.property-lightbox.is-open { display: flex; }
.property-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
}
.property-lightbox__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  padding: 1rem 3.5rem;
}
.property-lightbox__img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  user-select: none;
}
.property-lightbox__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 201;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  color: #fff;
}
.property-lightbox__close,
.property-lightbox__nav {
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.property-lightbox__close:hover,
.property-lightbox__nav:hover:not(:disabled) { background: rgba(255,255,255,0.22); }
.property-lightbox__nav:disabled { opacity: 0.35; cursor: default; }
.property-lightbox__nav--prev { position: fixed; left: 1rem; top: 50%; transform: translateY(-50%); z-index: 201; }
.property-lightbox__nav--next { position: fixed; right: 1rem; top: 50%; transform: translateY(-50%); z-index: 201; }

.detail-booking-trust {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb;
  font-size: 0.75rem;
  color: #717171;
  line-height: 1.5;
}
.detail-booking-trust p { display: flex; align-items: flex-start; gap: 0.35rem; margin-top: 0.35rem; }

.detail-page--v2 .detail-section--highlight {
  background: linear-gradient(135deg, var(--brand-soft) 0%, #fff 100%);
  border: 1px solid var(--brand-muted);
  border-radius: 1rem;
  padding: 1.75rem 2rem;
  margin: 1.25rem 0 2rem;
}

.detail-page--v2 .detail-section--highlight .detail-section-title {
  margin: 0 0 0.875rem;
  font-size: 1.375rem;
  line-height: 1.35;
}

.detail-page--v2 .detail-section--highlight .detail-subtext {
  margin: 0 0 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.detail-page--v2 .detail-section--highlight .detail-description-wrap {
  margin-top: 0;
  padding-top: 1.125rem;
  border-top: 1px solid rgba(62, 163, 93, 0.2);
}

.detail-page--v2 .detail-section--highlight .detail-description {
  margin: 0;
}

.detail-reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  background: #fafafa;
  border-radius: 1rem;
}
.detail-reviews-summary__score {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
}
.detail-reviews-summary__label { font-size: 0.875rem; color: #6b7280; }

.detail-description-wrap {
  margin-top: 0.25rem;
}

.detail-description.blog-rich-content p {
  margin: 0 0 0.75rem;
}

.detail-description.blog-rich-content p:last-child {
  margin-bottom: 0;
}

.detail-description--collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail-description-toggle {
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brand, #3ea35d);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.detail-description-toggle:hover {
  color: var(--brand-dark, #358f51);
}

/* —— Holidu-style layout —— */
.detail-page-body .site-header,
.detail-page-body .site-header-mobile {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.detail-page--holidu {
  max-width: 1200px;
  overflow: visible;
}

.detail-page--holidu .detail-body {
  overflow: visible;
}

.detail-page--holidu .detail-gallery-wrap {
  margin-bottom: 1.25rem;
}

/* Holidu mosaic: grande izquierda + derecha (1 arriba, 2 abajo) */
.detail-page--holidu .abnb-gallery {
  display: grid;
  gap: 8px;
  height: clamp(440px, 56vh, 560px);
  min-height: 440px;
  max-height: 560px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0;
}

.detail-page--holidu .abnb-gallery--1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.detail-page--holidu .abnb-gallery--2 {
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr;
}

.detail-page--holidu .abnb-gallery--3 {
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.detail-page--holidu .abnb-gallery--3 .abnb-g-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.detail-page--holidu .abnb-gallery--3 .abnb-g-item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}

.detail-page--holidu .abnb-gallery--3 .abnb-g-item:nth-child(3) {
  grid-column: 2 / 4;
  grid-row: 2;
}

.detail-page--holidu .abnb-gallery--mosaic {
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.detail-page--holidu .abnb-gallery--mosaic .abnb-g-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.detail-page--holidu .abnb-gallery--mosaic .abnb-g-item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}

.detail-page--holidu .abnb-gallery--mosaic .abnb-g-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.detail-page--holidu .abnb-gallery--mosaic .abnb-g-item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.detail-page--holidu .abnb-g-item {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #e5e7eb;
}

.detail-page--holidu .abnb-g-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .detail-page--holidu .abnb-gallery {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    height: clamp(240px, 42vh, 360px);
    min-height: 240px;
    max-height: none;
  }

  .detail-page--holidu .abnb-gallery .abnb-g-item {
    grid-row: auto !important;
    grid-column: auto !important;
  }

  .detail-page--holidu .abnb-gallery .abnb-g-item:not(:first-child) {
    display: none;
  }
}

.detail-body {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .detail-body {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 2.5rem 3rem;
  }
}

.detail-body__main {
  min-width: 0;
}

.detail-body__aside {
  display: none;
  min-width: 0;
}

@media (min-width: 1024px) {
  .detail-body__aside {
    display: block;
  }
}

.detail-page--holidu .detail-sidebar-sticky {
  position: sticky;
  top: calc(var(--detail-sticky-top, 3.25rem) + 0.5rem);
  z-index: 25;
  max-height: calc(100vh - var(--detail-sticky-top, 3.25rem) - 1.25rem);
  overflow-y: auto;
  overflow-x: visible;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.detail-page--holidu .detail-sidebar-sticky:has(.abnb-booking-dates-pop:not([hidden])) {
  overflow: visible;
}

.detail-hero {
  margin-bottom: 1rem;
}

.detail-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.detail-page--holidu .detail-title {
  flex: 1 1 16rem;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.65rem;
  font-size: 0.9375rem;
}

.detail-score {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.detail-score__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 8px;
  background: #e8f4fc;
  color: #0369a1;
  font-size: 0.875rem;
  font-weight: 700;
}

.detail-score__label {
  font-weight: 700;
  color: #0369a1;
}

.detail-hero__dot {
  color: #9ca3af;
}

.detail-hero__link {
  color: #374151;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.detail-hero__link:hover {
  color: var(--brand-dark);
}

.detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}

.detail-facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.detail-facts__icon {
  font-size: 1.125rem;
  line-height: 1;
}

.detail-page--holidu .detail-hashtags {
  margin-bottom: 1.25rem;
}

.detail-tabs {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 1.75rem;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  scrollbar-width: none;
}

.detail-tabs--inline {
  position: static;
}

.detail-page--holidu.is-past-gallery .detail-tabs--inline {
  position: sticky;
  top: calc(var(--detail-sticky-top, 3.25rem) + 0.5rem);
  z-index: 30;
  padding: 0.25rem 0.35rem;
  margin-bottom: 1.25rem;
}

.detail-tabs::-webkit-scrollbar {
  display: none;
}

.detail-tabs__link {
  flex: 1 0 auto;
  min-width: max-content;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.detail-tabs__link:hover,
.detail-tabs__link.is-active {
  background: #f3f4f6;
  color: #111;
}

.detail-page--holidu .detail-section {
  padding: 0 0 2.5rem;
  scroll-margin-top: calc(var(--detail-sticky-top, 3.25rem) + var(--detail-tabs-h, 48px) + 0.75rem);
}

.detail-page--holidu .detail-section--desc {
  padding-top: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}

.detail-page--holidu .detail-section-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}

.detail-amenities-grid--holidu {
  display: grid;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .detail-amenities-grid--holidu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .detail-amenities-grid--holidu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.detail-amenities-categories {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.detail-amenity-category__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}

.detail-amenity {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  color: #374151;
}

.detail-amenity__label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  line-height: 1.4;
}

.detail-amenity__badge {
  display: inline-flex;
  padding: 0.1rem 0.45rem;
  border-radius: 6px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.detail-amenity__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: #f3f4f6;
  color: var(--brand-dark);
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.detail-reviews-summary--holidu {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
}

.detail-reviews-summary__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0369a1;
}

.detail-booking-urgency {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
  font-size: 0.8125rem;
  color: #92400e;
  line-height: 1.45;
}

.detail-booking-urgency p {
  margin: 0;
}

.detail-page--holidu .abnb-booking {
  border-radius: 16px;
  border-color: #e5e7eb;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.detail-page--holidu .detail-action-btn--pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.detail-page--holidu .detail-similar {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #ebebeb;
}

@media (max-width: 1023px) {
  .detail-page--holidu.is-past-gallery .detail-tabs--inline {
    top: calc(var(--detail-sticky-top, 3rem) + 0.35rem);
  }
}

/* Host public profile */
.host-profile { padding: 0 0 4rem; background: linear-gradient(180deg, var(--brand-soft) 0%, #fff 280px); }
.host-profile__hero { padding: 2.5rem 0 2rem; }
.host-profile__hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
}
.host-profile__avatar {
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(62,163,93,0.25);
}
.host-profile__name { font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; }
.host-profile__since { margin-top: 0.35rem; font-size: 0.9375rem; color: #6b7280; }
.host-profile__about { margin-top: 0.75rem; max-width: 36rem; font-size: 0.9375rem; color: #374151; line-height: 1.6; }
.host-profile__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.25rem;
}
.host-profile__stat {
  padding: 0.75rem 1.125rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  min-width: 100px;
}
.host-profile__stat strong { display: block; font-size: 1.375rem; font-weight: 700; color: var(--brand); }
.host-profile__stat span { font-size: 0.75rem; color: #6b7280; }

.host-profile__body { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.host-profile__tabs {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.35rem;
  background: #f3f4f6;
  border-radius: 9999px;
  margin-bottom: 2rem;
}
.host-profile__tab {
  flex: 1;
  min-width: fit-content;
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.host-profile__tab.is-active { background: #fff; color: var(--brand); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.host-profile__section { scroll-margin-top: 6rem; margin-bottom: 3rem; }
.host-profile__section h2 { font-size: 1.375rem; font-weight: 600; margin-bottom: 1.25rem; }
.host-review-card {
  padding: 1.125rem 1.25rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
}
.host-review-card__prop { font-size: 0.75rem; font-weight: 600; color: var(--brand); margin-bottom: 0.35rem; }
.host-review-card__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.host-review-card__author { font-weight: 600; font-size: 0.9375rem; }
.host-review-card__date { font-size: 0.75rem; color: #9ca3af; }
.host-review-card__stars { color: #222; letter-spacing: 1px; margin-bottom: 0.35rem; }
.host-review-card__body { font-size: 0.875rem; color: #374151; line-height: 1.55; }

.detail-video-section {
  padding-top: 0;
}

.detail-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  margin-bottom: 1rem;
}

.detail-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.detail-video-wrap--vertical.detail-video-embed {
  max-width: min(360px, 100%);
  margin-inline: auto;
  padding-bottom: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  max-height: min(75vh, 720px);
}

.detail-video-wrap--vertical.detail-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-video-native-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #111;
  width: 100%;
}

.detail-video-native-wrap.is-vertical {
  max-width: min(360px, 100%);
  margin-inline: auto;
  background: transparent;
}

.detail-video-native {
  width: 100%;
  display: block;
  background: #000;
}

.detail-video-native-wrap:not(.is-vertical) .detail-video-native {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.detail-video-native-wrap.is-vertical .detail-video-native {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  max-height: min(75vh, 720px);
  height: auto;
}

/* Actividades y blog en ficha de propiedad */
.detail-extras {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.5rem;
}

.detail-extras-block {
  padding: 1.25rem;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.detail-extras-block--activities {
  border-color: #d1fae5;
  background: linear-gradient(180deg, #f7fdf9 0%, #fff 100%);
}

.detail-extras-block--blog {
  border-color: #dbeafe;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.detail-extras-block__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.detail-extras-block__copy .detail-section-title {
  margin-bottom: 0.35rem;
}

.detail-extras-block__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.detail-extras-block--blog .detail-extras-block__kicker {
  color: #1d4ed8;
}

.detail-extras-block__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #6b7280;
}

.detail-extras-block__link {
  flex-shrink: 0;
  align-self: center;
  padding: 0.45rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.detail-extras-block__link:hover {
  border-color: var(--brand-muted);
  background: var(--brand-soft);
}

.detail-extras-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.detail-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.detail-mini-card:hover {
  border-color: #d1d5db;
  background: #fcfcfc;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.detail-mini-card__img {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: cover;
  background: #f3f4f6;
}

.detail-mini-card__img--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--brand-dark);
  background: linear-gradient(135deg, var(--brand-soft), #fff);
}

.detail-extras-block--blog .detail-mini-card__img--empty {
  color: #1d4ed8;
  background: linear-gradient(135deg, #eff6ff, #fff);
}

.detail-mini-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}

.detail-mini-card__meta {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #059669;
}

.detail-extras-block--blog .detail-mini-card__meta {
  color: #2563eb;
}

.detail-mini-card__title {
  margin-top: 0.2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
}

.detail-mini-card__text {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail-mini-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.detail-mini-card__tags span {
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.6875rem;
  font-weight: 600;
}

@media (max-width: 640px) {
  .detail-extras-block {
    padding: 1rem;
  }

  .detail-extras-block__head {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-extras-block__link {
    align-self: flex-start;
  }

  .detail-mini-card__img {
    width: 72px;
    height: 72px;
  }
}

