/* Happy Place · Propuesta 2
   Dirección: postal tropical cinematográfica + interfaz tipo app. */

:root {
  --coral: #ff7f72;
  --coral-soft: #ffe4df;
  --aqua: var(--turquoise);
  --aqua-soft: var(--turquoise-soft);
  --night: #052b42;
  --night-2: #0a4560;
  --sunset: #ffb21c;
  --script: "Kalam", "Segoe Print", "Bradley Hand", cursive;
  --shell: min(1360px, calc(100% - 48px));
  --radius-control: 16px;
  --radius-card: 24px;
  --radius-section: 36px;
}

html {
  overflow-x: clip;
}

body.theme-two {
  overflow-x: clip;
  background: #fffefa;
}

.theme-two [id] {
  scroll-margin-top: 104px;
}

.theme-two a,
.theme-two button {
  touch-action: manipulation;
}

.theme-two .experience-chips,
.theme-two .destination-grid,
.theme-two .filter-pills,
.theme-two .detail-gallery__thumbs {
  scrollbar-width: none;
}

.theme-two .experience-chips::-webkit-scrollbar,
.theme-two .destination-grid::-webkit-scrollbar,
.theme-two .filter-pills::-webkit-scrollbar,
.theme-two .detail-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.mobile-reserve-sheet {
  display: none;
}

body.theme-two::before {
  background:
    radial-gradient(circle at 1% 38%, rgba(18, 183, 210, 0.12), transparent 25rem),
    radial-gradient(circle at 98% 57%, rgba(255, 210, 28, 0.14), transparent 24rem),
    radial-gradient(circle at 54% 88%, rgba(255, 127, 114, 0.08), transparent 26rem),
    #fffefa;
}

body.theme-two.detail-page,
body.theme-two.detail-page::before {
  background: var(--white);
}

.theme-two .site-header {
  width: min(1420px, calc(100% - 24px));
  min-height: 80px;
  top: 10px;
  margin-bottom: 14px;
  border-radius: var(--radius-card);
  box-shadow: 0 14px 45px rgba(5, 43, 66, 0.11);
  transition: min-height 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.theme-two.home-page .site-header {
  margin: 10px auto -94px;
}

.theme-two.has-scrolled .site-header,
.has-scrolled.theme-two .site-header {
  min-height: 70px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 46px rgba(5,43,66,0.16);
}

.theme-two .main-nav > a::after,
.theme-two .nav-rentals > summary::after {
  height: 4px;
  bottom: 3px;
  background: linear-gradient(90deg, var(--turquoise) 0 58%, var(--yellow) 58% 100%);
}

.theme-two .button--outline {
  border-color: var(--turquoise);
  box-shadow: 0 5px 0 rgba(7, 149, 176, 0.14);
}

/* Hero: a single image remains the protagonist. */
.theme-two .hero {
  width: 100%;
  min-height: clamp(800px, 88svh, 920px);
  align-items: flex-start;
  margin-bottom: 0;
  border-radius: 0 0 40px 40px;
  background: var(--night);
  box-shadow: 0 30px 80px rgba(5, 43, 66, 0.24);
}

.theme-two .hero::after {
  display: none;
}

.theme-two .hero__media {
  inset: -2%;
  background-image: url("../assets/hero-sunset-v1.webp");
  background-position: center;
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) scale(1.045);
  animation: none;
  transition: transform 900ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.theme-two .hero__wash {
  background:
    linear-gradient(90deg, rgba(3, 30, 48, 0.94) 0%, rgba(3, 30, 48, 0.77) 34%, rgba(3, 30, 48, 0.18) 63%, rgba(3, 30, 48, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 30, 48, 0.42), transparent 47%);
}

.theme-two .hero__content {
  width: min(650px, 50%);
  position: relative;
  z-index: 2;
  margin-left: clamp(38px, 7vw, 112px);
  padding: 200px 0 220px;
  color: var(--white);
}

.theme-two .hero .eyebrow {
  margin-bottom: 20px;
  color: rgba(255,255,255,0.84);
}

.theme-two .hero h1 {
  display: grid;
  max-width: 640px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(3.8rem, 6.2vw, 6.5rem);
  line-height: 0.9;
  text-wrap: balance;
}

.theme-two .hero h1 span {
  letter-spacing: -0.055em;
}

.theme-two .hero h1 em,
.theme-two .hero h1 mark {
  width: max-content;
  max-width: 100%;
  font-family: var(--script);
  font-size: 0.78em;
  font-style: normal;
  letter-spacing: -0.07em;
  line-height: 1.08;
  transform: rotate(-1.5deg);
}

.theme-two .hero h1 em {
  color: var(--white);
}

.theme-two .hero h1 mark {
  color: var(--yellow);
}

.theme-two .hero h1 mark::after {
  height: 12px;
  bottom: -7px;
  border-color: var(--turquoise);
  border-width: 5px 0 0;
}

.theme-two .hero__content > p {
  max-width: 550px;
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
}

.theme-two .hero__mini-proof {
  color: var(--white);
}

.theme-two .hero__mini-proof small {
  color: rgba(255,255,255,0.7);
}

.theme-two .doodle--sun {
  top: 218px;
  left: 44%;
  z-index: 2;
}

.theme-two .doodle--smile {
  right: 12%;
  bottom: 155px;
  z-index: 2;
  border-color: var(--yellow);
}

.theme-two .hero__floating-note {
  right: 7%;
  bottom: 154px;
  z-index: 3;
  border-color: rgba(255,255,255,0.28);
  background: rgba(4, 35, 52, 0.62);
}

/* Dark glass search like the reference, while keeping the custom controls. */
.theme-two .search-panel {
  width: min(1250px, calc(100% - 44px));
  min-height: 100px;
  margin: -132px auto 28px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 28px;
  color: var(--white);
  background: rgba(3, 33, 51, 0.88);
  box-shadow: 0 24px 65px rgba(5,43,66,0.31);
  backdrop-filter: blur(18px);
}

.theme-two .search-field {
  border-color: rgba(255,255,255,0.2);
}

.theme-two .search-field:hover {
  background: rgba(18,183,210,0.16);
}

.theme-two .search-field:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
  background: rgba(3,33,51,0.38);
}

.theme-two .search-field b {
  color: var(--white);
}

.theme-two .search-field--button small,
.theme-two .search-field small {
  color: rgba(255,255,255,0.7);
}

.theme-two .search-field__icon {
  color: var(--white);
}

.theme-two .search-submit {
  min-width: 150px;
  min-height: 76px;
  margin: 2px;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(255, 210, 28, 0.2);
}

.theme-two .search-submit:hover {
  box-shadow: 0 12px 28px rgba(255, 210, 28, 0.26);
  transform: translateY(-1px);
}

/* Feature filters become an app-like white island. */
.theme-two .experience-strip {
  position: relative;
  z-index: 11;
  display: block;
  margin-bottom: 90px;
  padding: 22px 28px 26px;
  border: 0;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 55px rgba(5, 43, 66, 0.12);
}

.theme-two .experience-strip > div:first-child {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.theme-two .experience-chips {
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.theme-two .experience-chips button {
  border-radius: 20px;
  font-size: 0.76rem;
}

.theme-two .experience-chips span {
  width: 61px;
  height: 61px;
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 7px 0 var(--turquoise-dark), 0 10px 24px rgba(5,43,66,0.14);
}

.theme-two .experience-chips button:nth-child(3n + 2) span {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 7px 0 #dda900, 0 10px 24px rgba(5,43,66,0.14);
}

.theme-two .experience-chips button:nth-child(3n) span {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 7px 0 #d85c51, 0 10px 24px rgba(5,43,66,0.14);
}

.theme-two .experience-chips button.is-active {
  background: var(--yellow-soft);
  box-shadow: inset 0 0 0 2px var(--yellow);
}

.theme-two .section-heading h2,
.theme-two .properties h2 {
  color: var(--night);
}

.theme-two .section-kicker {
  color: var(--turquoise-dark);
}

/* Destinations: larger, colorful and typographic. */
.theme-two .destinations,
.theme-two .properties,
.theme-two .coast-story {
  position: relative;
}

.theme-two .destinations::before,
.theme-two .properties::after {
  display: none;
}

.theme-two .tropical-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.theme-two .destinations > :not(.tropical-decor),
.theme-two .coast-story > :not(.tropical-decor),
.theme-two .properties > :not(.tropical-decor) {
  position: relative;
  z-index: 1;
}

.theme-two .tropical-decor--destinations {
  width: 245px;
  height: 300px;
  top: 76px;
  left: -105px;
  opacity: 0.13;
  background: var(--turquoise);
  -webkit-mask-image: url("../assets/decor/palm-tree.svg");
  mask-image: url("../assets/decor/palm-tree.svg");
  transform: rotate(-13deg);
}

.theme-two .tropical-decor--coast {
  width: 230px;
  height: 230px;
  top: -92px;
  right: -68px;
  opacity: 0.82;
  background: var(--yellow);
  -webkit-mask-image: url("../assets/decor/tropical-leaf.svg");
  mask-image: url("../assets/decor/tropical-leaf.svg");
  transform: rotate(18deg);
}

.theme-two .tropical-decor--properties {
  width: 250px;
  height: 250px;
  top: 128px;
  right: -190px;
  opacity: 0.18;
  background: var(--coral);
  -webkit-mask-image: url("../assets/decor/tropical-leaf.svg");
  mask-image: url("../assets/decor/tropical-leaf.svg");
  transform: scaleX(-1) rotate(21deg);
}

.theme-two .detail-main {
  position: relative;
}

.theme-two .tropical-decor--detail {
  width: 280px;
  height: 345px;
  top: 710px;
  left: -175px;
  opacity: 0.13;
  background: var(--turquoise);
  -webkit-mask-image: url("../assets/decor/palm-tree.svg");
  mask-image: url("../assets/decor/palm-tree.svg");
  transform: rotate(-14deg);
}

.theme-two .destination-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.theme-two .destination-card {
  min-height: 310px;
  padding: 22px;
  border-radius: var(--radius-card);
  box-shadow: 0 18px 45px rgba(5,43,66,0.17);
}

.theme-two .destination-card::after {
  background:
    linear-gradient(0deg, rgba(3,30,48,0.83), rgba(3,30,48,0.02) 66%),
    var(--destination-tint, transparent);
  background-blend-mode: normal, color;
}

.theme-two .destination-card--turquoise { --destination-tint: rgba(0, 196, 219, 0.18); }
.theme-two .destination-card--yellow { --destination-tint: rgba(255, 210, 28, 0.18); }
.theme-two .destination-card--coral { --destination-tint: rgba(255, 104, 93, 0.22); }
.theme-two .destination-card--aqua { --destination-tint: rgba(27, 205, 174, 0.22); }

.theme-two .destination-card strong {
  font-family: var(--script);
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  line-height: 1.05;
  transform: rotate(-2deg);
}

.theme-two .destination-card i {
  background: var(--turquoise);
  box-shadow: 0 5px 0 var(--turquoise-dark);
}

.theme-two .destination-card:nth-child(even) i {
  background: var(--yellow);
  box-shadow: 0 5px 0 #dda900;
}

/* Editorial beach section. */
.theme-two .coast-story {
  padding: clamp(34px, 5vw, 68px);
  border-radius: var(--radius-section);
  background:
    radial-gradient(circle at 90% 12%, rgba(255,255,255,0.36), transparent 160px),
    linear-gradient(135deg, #0797b0, #12b7d2);
  color: var(--white);
}

.theme-two .coast-story::before {
  border-color: rgba(255,255,255,0.18);
}

.theme-two .coast-story::after {
  background: var(--yellow);
  box-shadow: 18px 10px 0 -1px var(--yellow), 35px 20px 0 -1px var(--yellow);
}

.theme-two .coast-story .section-kicker,
.theme-two .coast-story h2 {
  color: var(--white);
}

.theme-two .coast-story__content > p {
  color: rgba(255,255,255,0.86);
}

.theme-two .coast-story__photo {
  border-width: 8px;
  box-shadow: 0 26px 65px rgba(3,30,48,0.28);
}

.theme-two .coast-story__moments > span {
  border-color: rgba(255,255,255,0.28);
  color: var(--night);
  background: rgba(255,255,255,0.9);
}

.theme-two .coast-story__moments small {
  color: var(--ink-soft);
}

.theme-two .coast-story .button--primary {
  color: var(--night);
  background: var(--yellow);
  box-shadow: 0 6px 0 #dba800;
}

/* Property cards: compact, round and image-forward. */
.theme-two .properties::after {
  width: 210px;
  height: 330px;
  right: -170px;
  bottom: 20px;
  background: repeating-linear-gradient(105deg, var(--yellow) 0 13px, transparent 13px 30px);
  clip-path: polygon(50% 0, 98% 94%, 58% 70%, 52% 100%, 45% 71%, 2% 95%);
  transform: rotate(15deg);
}

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

.theme-two .property-card {
  border: 0;
  border-radius: var(--radius-card);
  box-shadow: 0 15px 42px rgba(5,43,66,0.13);
}

.theme-two .property-card:nth-child(even) {
  border-bottom: 5px solid var(--turquoise);
}

.theme-two .property-card:nth-child(odd) {
  border-bottom: 5px solid var(--yellow);
}

.theme-two .property-card__image-link {
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 1280 / 853;
}

.theme-two .property-card__eyebrow > span:first-child {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  gap: 7px;
}

.theme-two .property-card__eyebrow small {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.theme-two .property-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme-two .property-card .favorite-button {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  color: var(--night);
  background: var(--paper);
  box-shadow: none;
  backdrop-filter: none;
}

.theme-two .property-card .favorite-button:hover {
  color: #dd3f58;
  border-color: #ffc3cc;
  background: #fff0f2;
  transform: translateY(-2px);
}

.theme-two .property-card .favorite-button.is-favorite {
  color: var(--white);
  border-color: #ff6375;
  background: #ff6375;
}

.theme-two .property-card__body {
  padding: 13px 16px 14px;
}

.theme-two .property-card h3 {
  min-height: 0;
  margin: 6px 0;
  font-size: 1.35rem;
}

.theme-two .property-card__location {
  margin-bottom: 10px;
}

.theme-two .property-card__facts {
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.theme-two .property-card__footer {
  flex-wrap: wrap;
  gap: 8px;
}

.theme-two .property-card__footer p {
  flex: 1 1 140px;
}

.theme-two .property-card__footer strong {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
}

.theme-two .property-card .round-link {
  position: static;
  transform: none;
}

.theme-two .property-card .round-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.theme-two .property-card:focus-within {
  outline: 3px solid var(--turquoise-dark);
  outline-offset: 3px;
}

@media (min-width: 1560px) {
  .theme-two .property-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.theme-two .brand-story {
  border-radius: var(--radius-section);
  background: linear-gradient(135deg, var(--night), var(--night-2));
}

.theme-two .brand-story__photo {
  background: linear-gradient(90deg, transparent 72%, var(--night)), url("../assets/hero-sunset-v1.webp") center / cover no-repeat;
}

.theme-two .long-stay {
  border-radius: var(--radius-section);
  background:
    radial-gradient(circle at 94% 18%, rgba(18,183,210,0.18), transparent 180px),
    var(--yellow-soft);
}

.theme-two .long-stay__benefits article,
.theme-two .faq-list details {
  border-radius: 18px;
}

.theme-two .faq {
  border-radius: var(--radius-section);
}

.theme-two .long-stay__blob {
  border-color: var(--coral);
  opacity: 0.22;
}

.theme-two .site-footer {
  background: linear-gradient(135deg, #042b42, #07566e);
}

/* Detail page */
.theme-two.detail-page {
  background:
    radial-gradient(circle at 100% 34%, rgba(18,183,210,0.08), transparent 22rem),
    #fffefa;
}

.theme-two .detail-topbar {
  margin-top: 8px;
}

.theme-two .back-link span {
  color: var(--night);
  background: var(--yellow);
  box-shadow: 0 4px 0 #dda900;
}

.theme-two .detail-hero {
  display: block;
  margin-bottom: 24px;
}

.theme-two .detail-hero__intro {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: 28px;
  padding-inline: clamp(4px, 1.5vw, 20px);
}

.theme-two .detail-gallery {
  height: clamp(370px, 32vw, 420px);
  grid-template-columns: 1.6fr .78fr;
  gap: 10px;
  margin: 0;
}

.theme-two .detail-gallery__main {
  border-radius: var(--radius-card);
}

.theme-two .gallery-thumb,
.theme-two .gallery-thumb:nth-child(2),
.theme-two .gallery-thumb:nth-child(4) {
  border-radius: 16px;
}

.theme-two .detail-gallery--wireframe .detail-gallery__main,
.theme-two .detail-gallery--wireframe .gallery-thumb {
  border: 1px solid #c9d1d5;
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), transparent 58%),
    #d9dee1;
  cursor: pointer;
}

.theme-two .detail-gallery--wireframe .gallery-thumb:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(255,255,255,.34), transparent 60%),
    #cfd6da;
}

.theme-two .detail-gallery--wireframe .gallery-thumb--video {
  border-color: rgba(7,149,176,.42);
  background: #c7d1d6;
  box-shadow: inset 0 0 0 2px rgba(18,183,210,.12);
}

.theme-two .media-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 4px;
  padding: 12px;
  color: #526673;
  text-align: center;
  pointer-events: none;
}

.theme-two .media-placeholder i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border: 1px solid rgba(5,43,66,.18);
  border-radius: 50%;
  color: var(--night);
  background: rgba(255,255,255,.58);
  font-style: normal;
  font-size: 1.1rem;
}

.theme-two .media-placeholder--main i {
  width: 58px;
  height: 58px;
  font-size: 1.45rem;
}

.theme-two .media-placeholder b {
  color: var(--night);
  font-size: .9rem;
}

.theme-two .media-placeholder--main b {
  font-size: 1.08rem;
}

.theme-two .media-placeholder small {
  max-width: 150px;
  font-size: .7rem;
  line-height: 1.25;
}

.theme-two .detail-layout {
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: clamp(42px, 6vw, 86px);
  margin-bottom: 40px;
}

.theme-two .detail-title {
  min-width: 0;
  padding: 6px 0 0;
  border-bottom: 0;
}

.theme-two .detail-title h1 {
  width: max-content;
  max-width: 100%;
  position: relative;
  margin: 4px 0 14px;
  color: var(--night);
  font-family: var(--script);
  font-size: clamp(3.2rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 1.06;
  transform: rotate(-1deg);
}

.theme-two .detail-title h1::after {
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  border-top: 5px solid var(--yellow);
  border-radius: 50%;
  transform: rotate(-1deg);
}

.theme-two .detail-rating i {
  color: var(--night);
  background: var(--yellow-soft);
}

.theme-two .detail-facts {
  width: clamp(300px, 28vw, 410px);
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: end;
  margin: 0 0 4px;
}

.theme-two .detail-facts > span {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(5,43,66,0.08);
}

.theme-two .detail-hero__intro .detail-facts > span {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 5px;
  padding: 14px 10px;
  text-align: center;
}

.theme-two .detail-hero__intro .detail-facts i {
  grid-row: auto;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-control);
  margin-bottom: 3px;
}

.theme-two .detail-hero__intro .detail-facts i .icon {
  width: 36px;
  height: 36px;
}

.theme-two .detail-hero__intro .detail-facts b {
  font-size: 1.35rem;
}

@media (max-width: 620px) {
  .theme-two .detail-hero__intro .detail-facts i {
    width: 52px;
    height: 52px;
  }

  .theme-two .detail-hero__intro .detail-facts i .icon {
    width: 30px;
    height: 30px;
  }
}

.theme-two .detail-facts > span:nth-child(1) { background: var(--turquoise-soft); }
.theme-two .detail-facts > span:nth-child(2) { background: var(--yellow-soft); }
.theme-two .detail-facts > span:nth-child(3) { background: #e6f8fc; }

.theme-two .detail-facts > span:nth-child(1) i { color: var(--white); background: var(--turquoise); }
.theme-two .detail-facts > span:nth-child(2) i { color: var(--night); background: var(--yellow); }
.theme-two .detail-facts > span:nth-child(3) i { color: var(--white); background: var(--turquoise-dark); }

.theme-two .detail-section {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.theme-two .detail-section h2,
.theme-two .host-note h2 {
  color: var(--night);
}

.theme-two .feature-list,
.theme-two .amenity-list {
  gap: 12px;
}

.theme-two .feature-list li,
.theme-two .amenity-list li {
  min-height: 58px;
  padding: 13px 15px;
  border: 0;
  border-radius: var(--radius-control);
  background: var(--turquoise-soft);
}

.theme-two .feature-list li:nth-child(even),
.theme-two .amenity-list li:nth-child(3n + 2) {
  background: var(--yellow-soft);
}

.theme-two .amenity-list li:nth-child(3n) {
  background: var(--coral-soft);
}

.theme-two .feature-list .icon,
.theme-two .amenity-list .icon {
  color: var(--turquoise-dark);
}

.theme-two .host-note {
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-card);
  background: linear-gradient(135deg, var(--yellow-soft), #fff7dd);
}

.theme-two .host-note__avatar {
  background: var(--coral);
  box-shadow: 0 6px 0 #d85c51;
}

.theme-two .booking-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  color: var(--night);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(5,43,66,0.09);
}

.theme-two .booking-card::before {
  display: none;
}

.theme-two .booking-card__price > span,
.theme-two .booking-card__price small {
  color: var(--ink-soft);
}

.theme-two .booking-card__promise {
  color: var(--night);
  background: var(--yellow-soft);
}

.theme-two .booking-dates,
.theme-two .booking-guests {
  color: var(--night);
  background: var(--white);
}

.theme-two .booking-card__pet-policy {
  border-color: var(--line);
  color: var(--ink-soft);
  background: #f5f9fa;
}

.theme-two .booking-card__pet-policy.is-friendly {
  color: var(--night);
  background: var(--turquoise-soft);
}

.theme-two .booking-estimate {
  border-color: rgba(255,255,255,0.35);
}

.theme-two .booking-estimate p,
.theme-two .booking-card__fineprint {
  color: var(--ink-soft);
}

.theme-two .booking-card__help {
  color: var(--night);
  background: var(--yellow-soft);
}

.theme-two .booking-card__help b {
  color: var(--turquoise-dark);
}

.theme-two .booking-card__quick-contact {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
}

.theme-two .booking-card__quick-contact p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .8rem;
  text-align: center;
}

.theme-two .booking-card__call {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  font-size: .85rem;
  font-weight: 700;
}

.theme-two .booking-card__optional {
  margin: 0 0 10px;
  font-size: .85rem;
}

.theme-two .property-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 18px 0 0;
  padding: 22px;
  border-radius: var(--radius-card);
  background: var(--turquoise-soft);
}

.theme-two .property-details > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 3px 10px;
  align-content: start;
}

.theme-two .property-details .icon {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  color: var(--turquoise-dark);
}

.theme-two .property-details dt { color: var(--ink-soft); font-size: .8rem; }
.theme-two .property-details dd { grid-column: 2; margin: 0; font-weight: 700; overflow-wrap: anywhere; }

.theme-two .detail-destination {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1fr);
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.theme-two .detail-destination > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.theme-two .detail-destination__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 32px;
}

.theme-two .detail-destination__copy > strong {
  color: var(--night);
  font-family: var(--heading);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.theme-two .detail-destination__copy > span:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink);
}

.theme-two .detail-destination:hover .detail-destination__copy > span:last-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 620px) {
  .theme-two .property-details { gap: 18px 12px; padding: 16px; }
  .theme-two .detail-destination { grid-template-columns: minmax(0, 1fr); }
  .theme-two .detail-destination > img { height: 170px; }
  .theme-two .detail-destination__copy { padding: 20px; }
}

.theme-two .similar-card {
  border-radius: var(--radius-card);
}

@keyframes theme2-float {
  to { transform: translateY(-8px) rotate(10deg); }
}

/*
 * Compact desktop fold.
 * A 1080p display at 125% scaling leaves roughly 720–900 CSS px of height.
 * Use viewport height as a layout input so the complete booking flow and the
 * seven quick filters remain visible without shrinking the large-screen hero.
 */
@media (min-width: 861px) and (max-height: 1200px) {
  .theme-two .hero {
    height: clamp(560px, 68svh, 680px);
    min-height: 0;
  }

  .theme-two .hero__content {
    width: min(600px, 64%);
    padding: 112px 0 54px;
  }

  .theme-two .hero .eyebrow {
    margin-bottom: 10px;
  }

  .theme-two .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(3.55rem, 4.8vw, 4.9rem);
    line-height: 0.88;
  }

  .theme-two .hero__content > p {
    max-width: 520px;
    margin-bottom: 16px;
    font-size: 0.96rem;
  }

  .theme-two .hero__floating-note {
    right: 6%;
    bottom: 96px;
    padding: 11px 15px;
  }

  .theme-two .hero__floating-note b {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
  }

  .theme-two .doodle--sun {
    top: 154px;
    left: 56%;
    transform: scale(0.82);
  }

  .theme-two .doodle--smile {
    right: 12%;
    bottom: 124px;
  }

  .theme-two .search-panel {
    min-height: 88px;
    margin: -72px auto 14px;
    padding: 8px;
  }

  .theme-two .search-field {
    padding: 8px 16px;
  }

  .theme-two .search-submit {
    min-height: 64px;
  }

  .theme-two .experience-strip {
    margin-top: 0;
    margin-bottom: 72px;
    padding: 12px 20px 14px;
  }

  .theme-two .experience-strip .experience-chips {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    padding: 0;
    overflow: visible;
  }

  .theme-two .experience-strip .experience-chips button {
    min-width: 0;
    gap: 4px;
    padding: 6px 4px;
    font-size: 0.72rem;
  }

  .theme-two .experience-strip .experience-chips span {
    width: 48px;
    height: 48px;
    border-width: 4px;
    box-shadow: 0 5px 0 var(--turquoise-dark), 0 8px 18px rgba(5,43,66,0.12);
  }

  .theme-two .experience-strip .experience-chips button:nth-child(3n + 2) span {
    box-shadow: 0 5px 0 #dda900, 0 8px 18px rgba(5,43,66,0.12);
  }
}

@media (min-width: 861px) and (max-height: 780px) {
  .theme-two .hero__content {
    padding-top: 102px;
  }

  .theme-two .hero__mini-proof {
    display: none;
  }
}

@media (max-width: 1180px) {
  .theme-two .hero__content {
    width: 55%;
  }

  .theme-two .experience-chips {
    display: flex;
    padding-bottom: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .theme-two .experience-chips button {
    min-width: 124px;
    scroll-snap-align: start;
  }

  .theme-two .destination-grid {
    grid-template-columns: repeat(4, 300px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

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

  .theme-two .detail-hero__intro {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
  }

  .theme-two .detail-gallery {
    height: 390px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 28px, 760px);
  }

  .theme-two .site-header {
    min-height: 72px;
  }

  .theme-two.home-page .site-header {
    margin-bottom: -82px;
  }

  .theme-two .hero {
    min-height: 770px;
  }

  .theme-two .hero__content {
    width: 72%;
    padding: 170px 0 210px;
  }

  .theme-two .hero__wash {
    background:
      linear-gradient(90deg, rgba(3,30,48,.93), rgba(3,30,48,.64) 56%, rgba(3,30,48,.18)),
      linear-gradient(0deg, rgba(3,30,48,.5), transparent 50%);
  }

  .theme-two .search-panel {
    grid-template-columns: 1fr 1fr;
    margin-top: -168px;
  }

  .theme-two .search-field {
    border-bottom-color: rgba(255,255,255,0.18);
  }

  .theme-two .experience-strip {
    margin-top: 18px;
  }

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

  .theme-two .coast-story {
    grid-template-columns: 1fr;
  }

  .theme-two .detail-hero {
    display: block;
  }

  .theme-two .detail-hero__intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
    padding-inline: 8px;
  }

  .theme-two .detail-facts {
    max-width: 560px;
    justify-self: start;
  }

  .theme-two .detail-gallery {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .theme-two .detail-gallery__main {
    height: 350px;
  }

  .theme-two .detail-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    grid-template-rows: 105px;
    padding-bottom: 5px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .theme-two .gallery-thumb {
    border-radius: var(--radius-control) !important;
    scroll-snap-align: start;
  }

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

  .theme-two .booking-card {
    grid-row: auto;
    position: static;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
  }

  body.theme-two.home-page {
    padding-bottom: 86px;
  }

  .theme-two .site-header {
    width: calc(100% - 16px);
    border-radius: 20px;
  }

  .theme-two.home-page .site-header {
    margin: 8px auto -80px;
  }

  .theme-two .hero {
    min-height: 760px;
    border-radius: 0 0 28px 28px;
  }

  .theme-two .hero__media {
    background-position: 61% center;
  }

  .theme-two .hero__wash {
    background:
      linear-gradient(180deg, rgba(3,30,48,.88) 0%, rgba(3,30,48,.7) 53%, rgba(3,30,48,.3) 76%, rgba(3,30,48,.52) 100%),
      linear-gradient(90deg, rgba(3,30,48,.5), transparent);
  }

  .theme-two .hero__content {
    width: auto;
    margin: 0;
    padding: 154px 24px 200px;
  }

  .theme-two .hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.2rem);
  }

  .theme-two .hero__content > p {
    max-width: 320px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    background: rgba(3,30,48,0.36);
    backdrop-filter: blur(6px);
    font-size: 0.9rem;
  }

  .theme-two .hero__mini-proof {
    display: none;
  }

  .theme-two .hero__floating-note {
    right: 16px;
    bottom: 92px;
  }

  .theme-two .doodle--sun {
    top: 164px;
    right: 20px;
    left: auto;
  }

  .theme-two .search-panel {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    margin: -84px auto 14px;
    border-radius: 22px;
    background: rgba(3,33,51,0.96);
  }

  .theme-two .search-field {
    border-bottom-color: rgba(255,255,255,0.18);
  }

  .theme-two .search-submit {
    width: 100%;
    min-height: 58px;
    margin: 0;
    border-radius: var(--radius-control);
  }

  .theme-two .experience-strip {
    width: calc(100% - 16px);
    margin-top: 12px;
    margin-bottom: 72px;
    padding: 22px 12px 22px 18px;
    border-radius: var(--radius-card);
  }

  .theme-two .tropical-decor--destinations {
    width: 140px;
    height: 175px;
    top: -32px;
    left: -88px;
    opacity: 0.2;
  }

  .theme-two .tropical-decor--coast {
    width: 120px;
    height: 120px;
    top: -44px;
    right: -26px;
    opacity: 0.72;
  }

  .theme-two .tropical-decor--properties {
    width: 132px;
    height: 132px;
    top: 140px;
    right: -80px;
  }

  .theme-two .tropical-decor--detail {
    display: none;
  }

  .theme-two .experience-chips span {
    width: 56px;
    height: 56px;
  }

  .theme-two .destination-grid {
    grid-template-columns: repeat(4, 274px);
  }

  .theme-two .destination-card {
    min-height: 300px;
  }

  .theme-two .coast-story {
    width: calc(100% - 16px);
    padding: 18px 18px 34px;
    border-radius: 28px;
  }

  .theme-two .coast-story__content h2 {
    font-size: 3rem;
  }

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

  .theme-two .property-card__image-link {
    height: auto;
  }

  .theme-two .brand-story__photo {
    background: linear-gradient(0deg, var(--night), transparent 55%), url("../assets/hero-sunset-v1.webp") center / cover no-repeat;
  }

  .theme-two.detail-page {
    padding-bottom: 166px;
  }

  .theme-two .detail-gallery__main {
    height: 280px;
    border-radius: var(--radius-card);
  }

  .theme-two .detail-gallery__thumbs {
    grid-template-columns: repeat(4, 118px);
    grid-template-rows: 88px;
  }

  .theme-two .gallery-thumb .media-placeholder small {
    display: none;
  }

  .theme-two .detail-title h1 {
    font-size: 3.45rem;
  }

  .theme-two .detail-title::after {
    top: -4px;
    right: 0;
    font-size: 2.35rem;
  }

  .theme-two .detail-facts {
    gap: 8px;
  }

  .theme-two .detail-facts > span {
    padding: 10px 6px;
  }

  .theme-two .feature-list,
  .theme-two .amenity-list {
    grid-template-columns: 1fr;
  }

  .theme-two .mobile-booking-bar {
    bottom: 84px;
    z-index: 91;
  }

  .theme-two .mobile-reserve-sheet[open] {
    width: 100%;
    max-width: none;
    max-height: min(90vh, 680px);
    max-height: min(90dvh, 680px);
    display: block;
    position: fixed;
    inset: auto 0 0;
    margin: 0;
    padding: 10px 18px calc(24px + env(safe-area-inset-bottom));
    overflow: auto;
    border: 0;
    border-radius: 30px 30px 0 0;
    color: var(--night);
    background: #fff;
    box-shadow: 0 -24px 70px rgba(3, 33, 51, 0.25);
    animation: reserve-sheet-in 180ms cubic-bezier(.2,.85,.25,1);
  }

  .theme-two .mobile-reserve-sheet::backdrop {
    background: rgba(3, 33, 51, 0.56);
    backdrop-filter: blur(5px);
  }

  .theme-two .mobile-reserve-sheet__handle {
    width: 46px;
    height: 5px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(5, 43, 66, 0.16);
  }

  .theme-two .mobile-reserve-sheet__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .theme-two .mobile-reserve-sheet__header h2 {
    margin: 2px 0 0;
    font-family: var(--script);
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 0.98;
  }

  .theme-two .mobile-reserve-sheet__close {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(5,43,66,0.12);
    border-radius: 50%;
    color: var(--night);
    background: var(--white);
  }

  .theme-two .mobile-reserve-sheet__close svg {
    width: 19px;
  }

  .theme-two .mobile-reserve-sheet__price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 0 12px;
    padding: 15px 17px;
    border-radius: 18px;
    color: var(--white);
    background: var(--night);
  }

  .theme-two .mobile-reserve-sheet__price > span,
  .theme-two .mobile-reserve-sheet__price small {
    color: rgba(255,255,255,0.66);
    font-size: 0.72rem;
  }

  .theme-two .mobile-reserve-sheet__price p {
    margin: 0;
  }

  .theme-two .mobile-reserve-sheet__price b {
    color: var(--yellow);
    font-size: 1.28rem;
  }

  .theme-two .mobile-reserve-sheet__controls {
    display: grid;
    gap: 9px;
  }

  .theme-two .mobile-reserve-sheet__controls > button {
    min-height: 70px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 11px;
    padding: 10px 14px;
    border: 1px solid rgba(5,43,66,0.11);
    border-radius: 18px;
    color: var(--night);
    text-align: left;
    background: var(--white);
    box-shadow: 0 7px 20px rgba(5,43,66,0.06);
  }

  .theme-two .mobile-reserve-sheet__controls > button > svg {
    width: 26px;
    color: var(--turquoise-dark);
  }

  .theme-two .mobile-reserve-sheet__controls > button > span:nth-child(2) {
    display: grid;
    gap: 3px;
  }

  .theme-two .mobile-reserve-sheet__controls small {
    color: var(--ink-soft);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .theme-two .mobile-reserve-sheet__controls b {
    overflow: hidden;
    font-size: 0.94rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .theme-two .mobile-reserve-sheet__controls i svg {
    width: 16px;
  }

  .theme-two .mobile-reserve-sheet__pet {
    margin: 10px 0 14px;
    padding: 10px 12px;
    border-radius: 13px;
    color: #704b37;
    background: #fff3dd;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .theme-two .mobile-reserve-sheet__pet.is-friendly {
    color: #07584f;
    background: var(--aqua-soft);
  }

  .theme-two .mobile-reserve-sheet__fineprint {
    margin: 9px 0 0;
    color: var(--ink-soft);
    font-size: 0.69rem;
    text-align: center;
  }

  .theme-two .mobile-dock--detail {
    display: grid;
  }

  .theme-two .mobile-dock--detail button {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 16px;
    color: rgba(255,255,255,0.7);
    background: transparent;
    font-size: 0.66rem;
    font-weight: 800;
  }

  .theme-two .mobile-dock--detail button span {
    color: var(--white);
    font-size: 1.25rem;
  }

  .theme-two .mobile-dock--detail button.is-active {
    color: var(--night);
    background: var(--yellow);
  }
}

@keyframes reserve-sheet-in {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .theme-two .hero__media {
    transform: scale(1.045) !important;
  }

  .theme-two .detail-title::after {
    animation: none;
  }

  .theme-two .mobile-reserve-sheet[open] {
    animation: none;
  }
}

/*
 * One-screen hero system
 *
 * The complete opening composition owns one small viewport. The experience
 * island leaves breathing room in the viewport while its center marks the end of
 * the photograph. This keeps the visual relationship identical across
 * laptops, scaled Windows displays and tall monitors.
 */
.theme-two.home-page .hero-fold {
  --fold-experience-height: clamp(104px, 11svh, 128px);
  height: calc(100svh - 36px);
  min-height: 680px;
  position: relative;
  isolation: isolate;
  margin-bottom: 90px;
}

.theme-two.home-page .hero-fold > .hero {
  width: 100%;
  height: calc(100% - (var(--fold-experience-height) / 2));
  min-height: 0;
  margin: 0;
}

.theme-two.home-page .hero-fold > .search-panel {
  position: absolute;
  right: 0;
  bottom: calc(var(--fold-experience-height) + 14px);
  left: 0;
  z-index: 12;
  margin: 0 auto;
}

.theme-two.home-page .hero-fold > .experience-strip {
  height: var(--fold-experience-height);
  padding: 8px 20px;
  min-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  margin: 0 auto;
}

.theme-two.home-page .hero-fold .hero__floating-note {
  bottom: calc((var(--fold-experience-height) / 2) + 110px);
}

.theme-two.home-page .hero-fold .doodle--smile {
  bottom: calc((var(--fold-experience-height) / 2) + 175px);
}

@media (max-width: 620px) {
  .theme-two.home-page .hero-fold {
    --fold-experience-height: clamp(116px, 16svh, 136px);
    height: calc(100svh - 97px);
    min-height: 570px;
    margin-bottom: 72px;
  }

  .theme-two.home-page .hero-fold > .hero {
    height: calc(100% - (var(--fold-experience-height) / 2));
  }

  .theme-two.home-page .hero-fold .hero__content {
    padding: 104px 20px 0;
  }

  .theme-two.home-page .hero-fold .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.66rem;
  }

  .theme-two.home-page .hero-fold .hero h1 {
    margin-bottom: 12px;
    font-size: clamp(2.75rem, 12vw, 3.55rem);
    line-height: 0.88;
  }

  .theme-two.home-page .hero-fold .hero__content > p {
    max-width: 315px;
    margin: 0;
    padding: 8px 10px;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .theme-two.home-page .hero-fold .hero__floating-note {
    display: none;
  }

  .theme-two.home-page .hero-fold > .search-panel {
    width: calc(100% - 20px);
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    bottom: calc(var(--fold-experience-height) + 12px);
    gap: 0;
    padding: 7px;
    border-radius: 20px;
  }

  .theme-two.home-page .hero-fold .search-field,
  .theme-two.home-page .hero-fold .search-field:nth-of-type(3) {
    min-height: 56px;
    display: flex;
    gap: 7px;
    padding: 7px 9px;
    border-right: 1px solid rgba(255,255,255,0.18);
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .theme-two.home-page .hero-fold .search-field:nth-of-type(2),
  .theme-two.home-page .hero-fold .search-field:nth-of-type(3) {
    border-right: 0;
  }

  .theme-two.home-page .hero-fold .search-field:nth-of-type(3) {
    border-bottom: 0;
  }

  .theme-two.home-page .hero-fold .search-field__icon .icon {
    width: 20px;
    height: 20px;
  }

  .theme-two.home-page .hero-fold .search-field b {
    font-size: 0.66rem;
  }

  .theme-two.home-page .hero-fold .search-field small {
    overflow: hidden;
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .theme-two.home-page .hero-fold .search-submit {
    width: auto;
    min-width: 0;
    min-height: 56px;
    margin: 0;
    border-radius: 13px;
  }

  .theme-two.home-page .hero-fold > .experience-strip {
    width: calc(100% - 16px);
    padding: 10px 6px 12px;
    overflow: hidden;
  }

  .theme-two.home-page .hero-fold .experience-chips {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
    padding: 0;
    overflow: visible;
  }

  .theme-two.home-page .hero-fold .experience-chips button {
    min-width: 0;
    min-height: 78px;
    gap: 5px;
    padding: 4px 1px;
    overflow-wrap: anywhere;
    font-size: clamp(0.52rem, 2.2vw, 0.62rem);
    line-height: 1.05;
  }

  .theme-two.home-page .hero-fold .experience-chips button[data-experience="department"] {
    font-size: 0;
  }

  .theme-two.home-page .hero-fold .experience-chips button[data-experience="department"]::after {
    content: "Depas";
    font-size: 0.6rem;
    line-height: 1.05;
  }

  .theme-two.home-page .hero-fold .experience-chips span {
    width: 36px;
    height: 36px;
    border-width: 3px;
    font-size: 1rem;
    box-shadow: 0 4px 0 var(--turquoise-dark), 0 6px 13px rgba(5,43,66,0.12);
  }

  .theme-two.home-page .hero-fold .experience-chips button:nth-child(3n + 2) span {
    box-shadow: 0 4px 0 #dda900, 0 6px 13px rgba(5,43,66,0.12);
  }
}

@media (max-width: 359px) {
  .theme-two.home-page .hero-fold {
    --fold-experience-height: 174px;
    min-height: 590px;
  }

  .theme-two.home-page .hero-fold .hero__content {
    padding: 100px 16px 0;
  }

  .theme-two.home-page .hero-fold .hero h1 {
    font-size: 2.55rem;
  }

  .theme-two.home-page .hero-fold .hero__content > p {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .theme-two.home-page .hero-fold .experience-chips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
  }

  .theme-two.home-page .hero-fold .experience-chips button {
    min-height: 68px;
  }
}

@media (max-width: 620px) and (max-height: 720px) {
  .theme-two.home-page .hero-fold .hero__content {
    padding: 88px 16px 0;
  }

  .theme-two.home-page .hero-fold .hero .eyebrow {
    font-size: 0.6rem;
  }

  .theme-two.home-page .hero-fold .hero h1 {
    font-size: clamp(2.45rem, 11vw, 2.9rem);
  }

  .theme-two.home-page .hero-fold .hero__content > p {
    padding: 6px 8px;
    font-size: 0.7rem;
    line-height: 1.3;
  }
}

/* Nueva página PHP: enlaces accesibles, filtros reales y detalle conectado. */
@view-transition {
  navigation: auto;
}

.theme-two .experience-chips > a {
  min-width: 0;
  display: grid;
  place-items: center;
  gap: 7px;
  align-self: center;
  padding: 12px 8px;
  border: 0;
  border-radius: 20px;
  color: var(--night);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transform-origin: center;
  transition: background-color 180ms ease, transform 180ms ease;
}

.theme-two .experience-chips > a:hover {
  background: var(--yellow-soft);
  transform: scale(1.015);
}

.theme-two .experience-chips > a.is-active {
  color: var(--night);
  background: var(--yellow-soft);
  box-shadow: inset 0 0 0 2px var(--yellow);
}

.theme-two .experience-chips > a:nth-child(3n + 2) span {
  color: var(--night);
  background: var(--yellow);
  box-shadow: 0 7px 0 #dda900, 0 10px 24px rgba(5,43,66,0.14);
}

.theme-two .experience-chips > a:nth-child(3n) span {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 7px 0 #d85c51, 0 10px 24px rgba(5,43,66,0.14);
}

.theme-two .filter-pills > a {
  min-height: 42px;
  display: grid;
  place-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  color: var(--night);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.theme-two .filter-pills > a small {
  display: block;
  margin-top: 2px;
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.72;
}

.theme-two .filter-pills > a.is-active {
  color: var(--white);
  background: var(--turquoise-dark);
  box-shadow: 0 4px 0 #06788e;
}

.theme-two .destination-card {
  text-decoration: none;
}

.theme-two .destination-grid--server {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-two .catalog-filters {
  margin: -18px 0 30px;
  border: 1px solid rgba(7,50,74,.12);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(7,50,74,.08);
}

.theme-two .catalog-filters > summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 22px;
  color: var(--night);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.theme-two .catalog-filters > summary::-webkit-details-marker { display: none; }
.theme-two .catalog-filters > summary::after { content: "+"; color: var(--turquoise-dark); font-size: 1.5rem; }
.theme-two .catalog-filters[open] > summary::after { content: "−"; }
.theme-two .catalog-filters > summary span { margin-left: auto; color: var(--ink-soft); font-size: .78rem; font-weight: 700; }

.theme-two .catalog-filters > form {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(160px, .5fr) minmax(0, 2fr);
  gap: 20px;
  padding: 4px 22px 22px;
  border-top: 1px solid var(--line);
}

.theme-two .catalog-filters form > label,
.theme-two .catalog-filters fieldset {
  min-width: 0;
  margin-top: 18px;
  border: 0;
}

.theme-two .catalog-filters form > label > span,
.theme-two .catalog-filters legend {
  display: block;
  margin-bottom: 8px;
  color: var(--night);
  font-size: .78rem;
  font-weight: 900;
}

.theme-two .catalog-filters select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--night);
  background: var(--white);
  font: inherit;
}

.theme-two .amenity-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.theme-two .amenity-filter-options label { position: relative; cursor: pointer; }
.theme-two .amenity-filter-options input { position: absolute; opacity: 0; pointer-events: none; }
.theme-two .amenity-filter-options label > span {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: .72rem;
  font-weight: 800;
}
.theme-two .amenity-filter-options input:checked + span { color: var(--night); border-color: var(--yellow); background: var(--yellow-soft); box-shadow: inset 0 0 0 1px var(--yellow); }
.theme-two .amenity-filter-options input:focus-visible + span { outline: 3px solid rgba(18,183,210,.28); outline-offset: 2px; }
.theme-two .amenity-filter-options small { color: var(--turquoise-dark); }

.theme-two .catalog-filters__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.theme-two .catalog-filters__actions > a { color: var(--ink-soft); font-weight: 800; }

.theme-two .data-source-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 28px;
  padding: 14px 18px;
  border-left: 5px solid var(--yellow);
  border-radius: 0 16px 16px 0;
  color: var(--night);
  background: var(--yellow-soft);
  font-size: .83rem;
}
.theme-two .data-source-note b { white-space: nowrap; }
.theme-two .data-source-note code { color: var(--turquoise-dark); font-weight: 900; }

.theme-two .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 44px 0 0;
}
.theme-two .pagination a { min-height: 44px; display: grid; place-items: center; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--night); background: var(--white); font-weight: 900; text-decoration: none; box-shadow: var(--shadow-sm); }
.theme-two .pagination span { color: var(--ink-soft); font-weight: 800; }

.theme-two .detail-hero__intro--wide {
  grid-template-columns: minmax(0, 1fr) auto;
}

.theme-two .detail-gallery--real {
  width: 100%;
  height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: start;
  gap: 12px;
}

.theme-two .detail-gallery--real .detail-gallery__main {
  width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: 1280 / 853;
}

.theme-two .detail-gallery--real .detail-gallery__thumbs {
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 12px;
  padding: 0;
  overflow: visible;
}

.theme-two .detail-gallery--real .detail-gallery__thumbs > * {
  min-width: 0;
  aspect-ratio: 1280 / 853;
}

.theme-two .detail-gallery--real .detail-gallery__main img,
.theme-two .detail-gallery--real .detail-gallery__thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: none;
  filter: none;
  transition: none;
}

.theme-two .detail-gallery__thumbs > button,
.theme-two .detail-gallery__video-tile {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: var(--night);
  cursor: zoom-in;
}

.theme-two .detail-gallery-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: .85rem;
}

.theme-two .detail-gallery__thumbs > .detail-gallery__more {
  cursor: pointer;
}

.theme-two .detail-gallery__more-overlay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 12px;
  color: var(--night);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 2px 8px rgba(5, 43, 66, .12);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.theme-two .detail-gallery__more-overlay > b {
  font: 400 1.25rem / 1 Arial, sans-serif;
}

.theme-two .detail-gallery__more-overlay > span {
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.theme-two .detail-gallery__more:hover .detail-gallery__more-overlay,
.theme-two .detail-gallery__more:focus-visible .detail-gallery__more-overlay {
  background: var(--white);
  box-shadow: 0 3px 12px rgba(5, 43, 66, .2);
}

@media (prefers-reduced-motion: reduce) {
  .theme-two .detail-gallery__more-overlay { transition: none; }
}

@media (max-width: 860px) {
  .theme-two .detail-gallery--real {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-two .detail-gallery--real .detail-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .theme-two .detail-gallery--real .detail-gallery__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.theme-two .detail-gallery__video-tile {
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(145deg, var(--turquoise-dark), var(--night));
}
.theme-two .detail-gallery__video-tile span { width: 50px; height: 50px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: var(--night); background: var(--yellow); font-size: 1.2rem; }

.theme-two .property-description { color: var(--ink-soft); font-size: 1.03rem; line-height: 1.78; }
.theme-two .detail-section > h3 { margin: 30px 0 14px; color: var(--night); font-size: 1.15rem; }
.theme-two .host-note--included { background: linear-gradient(135deg, #dff8fb, #f5fdff); }
.theme-two .host-note--included .host-note__avatar { color: var(--night); background: var(--yellow); }

.theme-two .booking-rates {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 15px;
  border-radius: 16px;
  color: var(--night);
  background: rgba(255,255,255,.92);
}
.theme-two .booking-rates > b { color: var(--turquoise-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.theme-two .booking-rates > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.theme-two .booking-rates small { color: var(--ink-soft); }

.theme-two .property-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.theme-two .property-video-grid video { width: 100%; aspect-ratio: 16 / 9; border-radius: 20px; background: var(--night); box-shadow: var(--shadow-md); }
.theme-two .video-external-card { min-height: 220px; display: grid; place-content: center; gap: 8px; padding: 24px; border-radius: 20px; color: var(--white); background: linear-gradient(145deg, var(--turquoise-dark), var(--night)); text-align: center; text-decoration: none; }
.theme-two .video-external-card > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 6px; border-radius: 50%; color: var(--night); background: var(--yellow); }
.theme-two .video-external-card small { opacity: .76; }

.theme-two .not-found { min-height: 100svh; display: grid; place-content: center; justify-items: center; gap: 16px; text-align: center; }
.theme-two .not-found img { width: 140px; height: 100px; object-fit: contain; }
.theme-two .not-found h1 { max-width: 720px; color: var(--night); font-size: clamp(2.5rem, 7vw, 5rem); }
.theme-two .not-found p { max-width: 580px; color: var(--ink-soft); }

@media (max-width: 980px) {
  .theme-two .catalog-filters > form { grid-template-columns: 1fr 1fr; }
  .theme-two .catalog-filters fieldset { grid-column: 1 / -1; }
  .theme-two .detail-hero__intro--wide { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .theme-two .experience-chips > a { min-width: 78px; padding: 6px 3px; font-size: .66rem; }
  .theme-two .experience-chips > a span { width: 43px; height: 43px; border-width: 3px; font-size: 1.15rem; }
  .theme-two .filter-pills > a { min-height: 40px; padding: 5px 13px; font-size: .78rem; }
  .theme-two .destination-grid--server { grid-template-columns: 1fr; }
  .theme-two .catalog-filters { margin-top: -8px; }
  .theme-two .catalog-filters > summary { padding: 11px 15px; }
  .theme-two .catalog-filters > summary span { display: none; }
  .theme-two .catalog-filters > form { grid-template-columns: 1fr; padding: 2px 15px 16px; }
  .theme-two .catalog-filters fieldset { grid-column: auto; }
  .theme-two .catalog-filters__actions { justify-content: space-between; }
  .theme-two .data-source-note { display: grid; gap: 4px; }
  .theme-two .data-source-note b { white-space: normal; }
  .theme-two .pagination { flex-wrap: wrap; gap: 10px; }
  .theme-two .property-video-grid { grid-template-columns: 1fr; }
  .theme-two .detail-gallery__thumbs > button,
  .theme-two .detail-gallery__video-tile { min-width: 116px; }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  .theme-two .experience-chips > a,
  .theme-two .detail-gallery__thumbs > button img { transition: none; }
}

/* UX alignment pass: center the actions and make the message the hero. */
.theme-two.home-page .hero-fold {
  --fold-search-height: 102px;
}

.theme-two.home-page .hero-fold > .experience-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  align-content: center;
}

.theme-two.home-page .hero-fold .experience-chips {
  width: 100%;
  align-self: center;
  align-items: center;
}

.theme-two.home-page .hero-fold .experience-chips button {
  align-self: center;
  transform-origin: center;
}

.theme-two.home-page .hero-fold .experience-chips button:hover {
  transform: scale(1.015);
}

.theme-two.home-page .hero-fold .experience-chips button.is-active {
  transform: none;
}

.theme-two.home-page .hero-fold .doodle--sun,
.theme-two.home-page .hero-fold .doodle--smile {
  display: none;
}

.theme-two.home-page .hero-fold .hero__content {
  width: min(820px, 58%);
  position: absolute;
  top: clamp(104px, 12svh, 190px);
  bottom: calc((var(--fold-experience-height) / 2) + var(--fold-search-height) + 42px);
  left: clamp(38px, 7vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.theme-two.home-page .hero-fold .hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(4.8rem, max(6vw, 9svh), 8rem);
  line-height: 0.86;
}

.theme-two.home-page .hero-fold .hero__content > p {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: clamp(0.98rem, 1.2vw, 1.22rem);
  line-height: 1.5;
}

@media (min-width: 861px) and (max-height: 1200px) {
  .theme-two.home-page .hero-fold {
    --fold-search-height: 88px;
  }
}

@media (max-width: 620px) {
  .theme-two.home-page .hero-fold {
    --fold-search-height: 121px;
  }

  .theme-two.home-page .hero-fold .hero__content {
    width: auto;
    top: clamp(84px, 10svh, 104px);
    right: 20px;
    bottom: calc((var(--fold-experience-height) / 2) + var(--fold-search-height) + 28px);
    left: 20px;
  }

  .theme-two.home-page .hero-fold .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 0.86;
  }

  .theme-two.home-page .hero-fold .hero__content > p {
    max-width: 325px;
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}

@media (max-width: 620px) and (max-height: 720px) {
  .theme-two.home-page .hero-fold .hero__content {
    top: 78px;
    right: 16px;
    bottom: calc((var(--fold-experience-height) / 2) + var(--fold-search-height) + 20px);
    left: 16px;
  }

  .theme-two.home-page .hero-fold .hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.1rem);
  }

  .theme-two.home-page .hero-fold .hero__content > p {
    padding: 6px 8px;
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
