:root {
    --terra: #C4623A; --terra-dark: #9E4A28; --stone: #E8DDD0;
    --cream: #F7F2EC; --ink: #1E1A16; --ink-soft: #4A3F35;
    --gold: #C9A96E; --sage: #7A8C6E; --muted: #8C7B6E;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  button, a, .room-card, .room-img-arrow, .room-modal-arrow, .room-modal-close, .rooms-dot, .room-img-dot { touch-action: manipulation; }
  html { scroll-behavior: smooth; }
  body { background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
  


  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 3rem;
    background: rgba(247,242,236,0.92); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(196,98,58,0.15); transition: box-shadow .3s;
  }
  nav.scrolled { box-shadow: 0 2px 24px rgba(30,26,22,0.1); }
  .nav-logo { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--ink); letter-spacing: 0.02em; text-decoration: none; white-space: nowrap; }
  .nav-logo span { color: var(--terra); }
  .nav-links {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    gap: 0.8rem;
    list-style: none;
    align-items: stretch;
    max-width: 46rem;
  }
  .nav-links li { display: flex; min-width: 0; }
  .nav-links a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    text-decoration: none;
    padding: 0.55rem 0.5rem;
    border-radius: 2px;
    border: none;
    background: transparent;
    transition: color 0.2s;
  }
  .nav-links a:hover {
    color: var(--terra);
  }
  .nav-links a.active {
    color: var(--terra);
  }
  .nav-links .nav-book {
    border-color: transparent;
    background: var(--terra);
    color: white;
    font-weight: 600;
    transition: background 0.2s;
  }
  .nav-links .nav-book:hover {
    background: var(--terra-dark);
    color: white;
  }

  /* HERO */
  .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; padding: 0; }
  .hero-left { background: #242E37; display: flex; flex-direction: column; justify-content: center; padding: 8rem 4.5rem 6rem; position: relative; overflow: hidden; }
  .hero-left::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C4623A' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .hero-tag { font-family: 'DM Sans', sans-serif; font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp .7s .2s forwards; }
  .hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 5.2vw, 4.8rem); font-weight: 900; line-height: 1.05; color: var(--cream); opacity: 0; animation: fadeUp .7s .35s forwards; }
  .hero-headline em { font-style: italic; color: var(--terra); }
  .hero-sub { font-family: 'Lora', serif; font-size: 1.1rem; color: rgba(232,221,208,0.72); margin-top: 1.8rem; line-height: 1.75; max-width: 400px; opacity: 0; animation: fadeUp .7s .5s forwards; min-height: 2.2em; }
  .typewriter-cursor { display: inline-block; width: 2px; height: 1em; background: rgba(232,221,208,0.72); margin-left: 2px; vertical-align: middle; animation: twBlink 0.8s step-end infinite; }
  @keyframes twBlink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
  .btn-primary { background: var(--terra); color: white; padding: .9rem 2rem; font-size: .9rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; border-radius: 2px; transition: background .2s, transform .15s; display: inline-block; }
  .btn-primary:hover { background: var(--terra-dark); transform: translateY(-1px); }
  .hero-right { position: relative; overflow: hidden; background: #3d2b1f; }
  .hero-img-wrap { width: 100%; height: 100%; }
  .hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .hero-img-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg,#5C3D2E 0%,#8B5E3C 40%,#C4623A 100%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .5rem; }
  .hero-img-placeholder svg { opacity: 0.3; width: 80px; height: 80px; }
  .hero-img-placeholder p { color: rgba(255,255,255,.4); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
  .hero-rating { position: absolute; bottom: 2rem; right: 2rem; background: rgba(247,242,236,0.95); padding: 1rem 1.4rem; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,.2); text-align: center; }
  .hero-rating .score { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: var(--terra); line-height: 1; }
  .hero-rating .label { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-top: .3rem; }
  .stars { color: var(--gold); font-size: 1rem; margin-top: .3rem; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  
  /* Premium carousel transitions */
  @keyframes carouselFadeIn {
    from {
      opacity: 0;
      transform: scale(0.98);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* SECTIONS */
  section { padding: 4rem 0; }
  .container { max-width: 1140px; margin: 0 auto; padding: 0 2rem; }
  .section-label { font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--terra); margin-bottom: 1rem; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.15; color: var(--ink); }
  .section-title em { font-style: italic; color: var(--terra); }

  /* ABOUT */
  .about { background: var(--cream); padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; margin-top: 0; }
  .about-image { height: 100%; min-height: 380px; border-radius: 2px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
  .about-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
  .about-text { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
  .about-text-body { flex: 1; }
  .about-text .section-label { margin-top: 0; }
  .about-text p { font-family: 'Lora', serif; font-size: 1.05rem; line-height: 1.75; color: var(--ink-soft); margin-top: 1rem; }
  .about-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 0; padding-top: 1rem; border-top: 1px solid rgba(196,98,58,.2); }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: var(--terra); }
  .stat-label { font-size: .8rem; color: var(--muted); margin-top: .35rem; line-height: 1.45; }

  /* ROOMS — centered focus carousel (transform + opacity, GPU-friendly) */
  .rooms { background: var(--stone); padding: 4rem 0; }
  .rooms-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; }
  .rooms-carousel {
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.35rem, 2vw, 1rem);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(0.25rem, 1.5vw, 0.5rem);
    --rooms-slide-dur: 0.58s;
    --rooms-motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .rooms-carousel-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 1.25rem 0 2rem;
    -webkit-font-smoothing: antialiased;
    cursor: grab;
    touch-action: pan-y;
  }
  .rooms-carousel-viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
  }
  .rooms-carousel-track {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: clamp(1rem, 2.5vw, 1.8rem);
    will-change: transform;
    transition: transform var(--rooms-slide-dur) var(--rooms-motion-ease);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .rooms-carousel-track--single {
    justify-content: center;
    transition: none;
  }
  .rooms-carousel-cell {
    flex: 0 0 auto;
    width: min(390px, calc(100vw - 7.5rem));
    max-width: 390px;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
  }
  .rooms-carousel-cell--active { z-index: 4; }
  .rooms-carousel-cell--near { z-index: 2; }
  .rooms-carousel-cell--far { z-index: 1; }
  /* Side depth: opacity only (transform on track + opacity here ≈ Webflow loop feel, no filters). */
  .rooms-carousel-stage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity var(--rooms-slide-dur) var(--rooms-motion-ease), filter var(--rooms-slide-dur) var(--rooms-motion-ease);
    will-change: opacity;
  }
  .rooms-carousel-cell--active .rooms-carousel-stage {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  .rooms-carousel-cell--near .rooms-carousel-stage {
    opacity: 0.74;
    transform: translate3d(0, 0, 0);
    filter: blur(1.5px);
  }
  .rooms-carousel-cell--far .rooms-carousel-stage {
    opacity: 0.34;
    transform: translate3d(0, 0, 0);
    filter: blur(3px);
  }
  /* Equal-height room tiles in the carousel strip */
  .rooms-carousel .room-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 24rem;
    height: 100%;
  }
  .rooms-carousel .room-body {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .rooms-carousel .room-desc {
    flex: 1 1 auto;
  }
  .rooms-carousel .room-footer {
    margin-top: auto;
  }
  .rooms-carousel-cell:hover .room-card {
    box-shadow: 0 30px 80px rgba(30, 26, 22, 0.22), 0 10px 30px rgba(30, 26, 22, 0.14);
  }
  .rooms-carousel-arrow {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(196, 98, 58, 0.45);
    background: rgba(247, 242, 236, 0.85);
    color: var(--terra);
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.18s;
    z-index: 5;
  }
  @media (hover: hover) {
    .rooms-carousel-arrow:hover:not(:disabled) {
      background: var(--terra);
      color: white;
      border-color: var(--terra);
      transform: scale(1.06);
    }
  }
  .rooms-carousel-arrow:active:not(:disabled) {
    background: var(--terra);
    color: white;
    border-color: var(--terra);
  }
  .rooms-carousel-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
  .room-card { background: var(--cream); border-radius: 2px; overflow: hidden; cursor: pointer; transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, filter 0.35s ease; width: 100%; }
  .rooms-carousel-cell--active .room-card:hover { transform: translateY(-4px); box-shadow: 0 22px 56px rgba(30, 26, 22, 0.16); }
  .room-img { aspect-ratio: 4/3; position: relative; overflow: hidden; }
  .room-img img { width: 100%; height: 100%; object-fit: cover; }
  /* Room image slider */
  .room-img-slider { position: relative; width: 100%; height: 100%; }
  .room-slide { width: 100%; height: 100%; object-fit: cover; display: none; position: absolute; inset: 0; }
  .room-slide.active { display: block; }
  .room-img-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.35); color: white; border: none; cursor: pointer; width: 36px; height: 36px; font-size: 1rem; display: flex; align-items: center; justify-content: center; z-index: 3; border-radius: 2px; transition: background .2s; line-height: 1; }
  .room-img-arrow:hover { background: rgba(0,0,0,.6); }
  .room-img-prev { left: .4rem; }
  .room-img-next { right: .4rem; }
  .room-img-dots { position: absolute; bottom: .45rem; left: 50%; transform: translateX(-50%); display: flex; gap: .35rem; z-index: 3; }
  .room-img-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.45); border: none; cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
  .room-img-dot.active { background: white; transform: scale(1.25); }
  .room-img-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
  .room-img-bg-1 { background: linear-gradient(135deg,#6B4226 0%,#C4623A 100%); }
  .room-img-bg-2 { background: linear-gradient(135deg,#4A7C59 0%,#7A8C6E 100%); }
  .room-img-bg-3 { background: linear-gradient(135deg,#3d2b1f 0%,#8B5E3C 100%); }
  .room-body { padding: 1.2rem 1.5rem; }
  .room-type { font-size: .7rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--terra); }
  .room-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; margin-top: .3rem; margin-bottom: 0; padding: 0; }
  .room-desc { font-size: .88rem; color: var(--muted); margin-top: .6rem; line-height: 1.6; }
  .room-footer { display: flex; justify-content: space-between; align-items: center; margin-top: .7rem; padding-top: .7rem; border-top: 1px solid var(--stone); }
  .room-price { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--ink); }
  .room-price span { font-family: 'DM Sans', sans-serif; font-size: .75rem; color: var(--muted); font-weight: 400; }
  .btn-book-room { background: transparent; border: 1px solid var(--terra); color: var(--terra); padding: .45rem 1.1rem; font-size: .8rem; letter-spacing: .05em; text-decoration: none; border-radius: 2px; transition: background .2s, color .2s; cursor: pointer; font-family: 'DM Sans', sans-serif; }
  .btn-book-room:hover { background: var(--terra); color: white; }

  /* AMENITIES */
  .amenities { background: var(--cream); padding: 4rem 0; }
  .amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; margin-top: 2rem; }
  .amenity-item { padding: 2.2rem 1.8rem; background: var(--stone); border-radius: 2px; transition: background .2s, transform .2s; }
  .amenity-item:hover { background: #E0D3C4; transform: translateY(-2px); }
  .amenity-icon { font-size: 2rem; margin-bottom: 1rem; line-height: 1; }
  .amenity-icon svg { width: 2rem; height: 2rem; color: var(--terra); display: block; }
  .contact-icon svg { width: 22px; height: 22px; color: white; display: block; }
  .amenity-name { font-weight: 600; font-size: .95rem; color: var(--ink); }
  .amenity-desc { font-size: .83rem; color: var(--muted); margin-top: .4rem; line-height: 1.55; }

  /* EXPLORE */
  .explore { background: #242E37; padding: 4rem 0; }
  .explore .section-label { color: var(--gold); }
  .explore .section-title { color: var(--cream); }
  .explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
  .explore-card { position: relative; padding: 1.8rem 2rem 1.5rem; border: 1px solid rgba(232,221,208,.12); border-radius: 2px; transition: border-color .25s, background .25s; overflow: hidden; }
  .explore-card:hover { border-color: rgba(201,169,110,.4); background: rgba(201,169,110,.05); }
  .explore-card::before { content: attr(data-num); position: absolute; top: -0.5rem; right: 1.5rem; font-family: 'Playfair Display', serif; font-size: 5rem; font-weight: 900; color: rgba(232,221,208,.04); line-height: 1; pointer-events: none; }
  .explore-distance { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: .7rem; }
  .explore-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--cream); margin: 0; padding: 0; }
  .explore-name-link { text-decoration: none; border-bottom: 1px solid rgba(201,169,110,0.4); transition: border-color .2s, color .2s; }
  .explore-name-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
  .explore-desc { font-size: .9rem; color: rgba(232,221,208,.65); margin-top: .75rem; line-height: 1.7; }
  .explore-tip { margin-top: .8rem; padding: .5rem .9rem; background: rgba(196,98,58,.12); border-left: 2px solid var(--terra); font-size: .82rem; color: rgba(232,221,208,.7); line-height: 1.55; font-style: italic; }

  /* REVIEWS CAROUSEL — fade-based, zero translate/flash bug */
  .reviews { background: var(--stone); padding: 4rem 0; }
  .reviews-carousel-wrap { position: relative; margin-top: 2rem; }
  .reviews-track-outer { position: relative; overflow: hidden; touch-action: pan-y; }
  /* All pages are in the DOM; only .active is visible via opacity */
  .reviews-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    opacity: 0;
    position: absolute;
    top: 0; left: 0; right: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .reviews-page.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  /* Review counter */
  .reviews-counter { text-align: center; font-size: .78rem; color: var(--muted); margin-top: .6rem; }
  /* Swipe hint */
  .reviews-swipe-hint {
    display: none; text-align: center; font-size: .75rem; color: var(--muted);
    margin-top: .8rem; opacity: 1;
    transition: opacity 0.5s ease;
  }
  .reviews-swipe-hint.hidden { opacity: 0; pointer-events: none; }
  .review-card { background: var(--cream); border-radius: 2px; padding: 1.8rem; box-sizing: border-box; display: flex; flex-direction: column; }
  .review-card.review-placeholder { background: transparent; pointer-events: none; visibility: hidden; }
  .review-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
  .review-author { font-weight: 600; color: var(--ink); font-size: 1rem; }
  .review-country { font-size: .82rem; color: var(--muted); margin-top: .2rem; }
  .review-rating { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: var(--terra); }
  .review-text { font-family: 'Lora', serif; font-size: .92rem; color: var(--ink-soft); line-height: 1.75; font-style: italic; flex: 1; }
  .review-source { font-size: .75rem; color: var(--muted); margin-top: 1rem; letter-spacing: .03em; display: flex; align-items: center; gap: .35rem; }
  .review-source-logo { width: 14px; height: 14px; border-radius: 2px; display: block; flex-shrink: 0; }
  .reviews-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
  .reviews-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(196,98,58,.4); background: transparent; color: var(--terra); font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s, transform .15s; }
  .reviews-arrow:hover { background: var(--terra); color: white; border-color: var(--terra); transform: scale(1.08); }
  .reviews-dots { display: flex; gap: .5rem; align-items: center; }
  .reviews-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(196,98,58,.25); border: none; cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
  .reviews-dot.active { background: var(--terra); transform: scale(1.3); }
  @media (max-width: 900px) {
    .reviews { padding: 3.5rem 0; }
    .reviews-carousel-wrap { margin-top: 2rem; }
    .reviews-page { grid-template-columns: 1fr; }
    .review-card { padding: 1.4rem; }
    .review-header { margin-bottom: .8rem; }
    .review-author { font-size: .9rem; }
    .review-country { font-size: .76rem; }
    .review-rating { font-size: 1.2rem; }
    .review-text { font-size: .85rem; line-height: 1.65; }
    .review-source { font-size: .7rem; margin-top: .7rem; }
    .reviews-nav { margin-top: 1.2rem; gap: .8rem; }
    .reviews-arrow { display: none; }
    .reviews-dot { width: 10px; height: 10px; }
    .reviews-dots { gap: .6rem; }
    .reviews-swipe-hint { display: block; }
  }

  /* BOOK DIRECT */
  .book-direct { background: var(--terra); padding: 4rem 0; }
  .book-direct-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .book-direct h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 900; color: white; line-height: 1.2; }
  .book-direct h2 em { font-style: italic; color: rgba(255,255,255,.7); }
  .book-direct p { color: rgba(255,255,255,.75); margin-top: 1rem; line-height: 1.7; font-family: 'Lora', serif; }
  .book-form { background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border-radius: 4px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
  .form-group { display: flex; flex-direction: column; gap: .4rem; }
  .form-group label { font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); }
  .form-group input, .form-group select { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); color: white; padding: .7rem 1rem; border-radius: 2px; font-size: .9rem; font-family: 'DM Sans', sans-serif; outline: none; width: 100%; transition: border-color .2s; }
  .form-group input::placeholder { color: rgba(255,255,255,.4); }
  .form-group input:focus, .form-group select:focus { border-color: rgba(255,255,255,.7); }
  .form-group select option { background: var(--terra-dark); color: white; }
  .form-submit { width: 100%; background: white; color: var(--terra); border: none; padding: .9rem; font-size: .9rem; font-weight: 600; letter-spacing: .05em; cursor: pointer; border-radius: 2px; margin-top: .5rem; transition: background .2s, transform .15s; font-family: 'DM Sans', sans-serif; }
  .form-submit:hover { background: var(--cream); transform: translateY(-1px); }
  .booking-link-note { text-align: center; margin-top: 1rem; font-size: .78rem; color: rgba(255,255,255,.55); }
  .booking-link-note a { color: rgba(255,255,255,.8); text-decoration: underline; }
  .form-error { font-size: .82rem; color: white; margin-top: .5rem; display: none; text-align: center; font-weight: 500; }
  .form-error.visible { display: block; }
  .form-group input.has-error, .form-group select.has-error { border-color: rgba(255,150,130,.7) !important; }
  @keyframes checkout-pulse { 0%,100% { border-color: rgba(255,255,255,.25); } 50% { border-color: white; } }
  .form-group.checkout-highlight label { color: white; }
  .form-group.checkout-highlight input { animation: checkout-pulse .6s ease 2; border-color: white; }

  /* BOOK DIRECT PERKS */
  .book-direct-perks { margin-top: 2rem; display: flex; flex-direction: column; gap: .8rem; }
  .book-direct-perk { display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.8); font-size: .9rem; }
  .book-direct-perk-check { color: white; font-size: 1.1rem; flex-shrink: 0; }
  .date-input-wrap { position: relative; display: flex; align-items: center; }
  .date-input-wrap::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 1rem;
    color: rgba(255,255,255,.4);
    font-size: .9rem;
    font-family: 'DM Sans', sans-serif;
    pointer-events: none;
    z-index: 1;
  }
  .date-input-wrap.has-value::before { display: none; }
  .date-input-wrap input[type="date"] {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    color: white;
    padding: .7rem 1rem;
    border-radius: 2px;
    font-size: .9rem;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    width: 100%;
    cursor: pointer;
    transition: border-color .2s;
    -webkit-appearance: none;
    appearance: none;
    color-scheme: dark;
  }
  .date-input-wrap input[type="date"]:not(.has-value) {
    color: transparent;
  }
  .date-input-wrap.has-value input[type="date"] {
    color: white;
  }
  .date-input-wrap input[type="date"]:focus { border-color: rgba(255,255,255,.7); }
  .date-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.6;
    cursor: pointer;
    filter: invert(1);
    width: 1.1rem;
    height: 1.1rem;
  }

  /* CONTACT */
  .contact { background: var(--cream); padding-top: 4rem; padding-bottom: 4rem; border-top: 1px solid rgba(196,98,58,0.12); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 2rem; align-items: end; }
  .contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
  .contact-item { display: flex; gap: 1.2rem; align-items: flex-start; }
  .contact-icon { width: 44px; height: 44px; min-width: 44px; background: var(--terra); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
  .contact-item-text strong { display: block; font-weight: 500; font-size: .9rem; color: var(--ink); }
  .contact-item-text span { font-size: .88rem; color: var(--muted); }
  .contact-item-text a { color: var(--terra); text-decoration: none; }
  .contact-item-text a:hover { text-decoration: underline; }
  .whatsapp-btn { display: inline-flex; align-items: center; gap: .6rem; background: #25D366; color: white; padding: .85rem 1.8rem; border-radius: 2px; font-weight: 500; font-size: .9rem; text-decoration: none; margin-top: 1rem; transition: background .2s, transform .15s; align-self: flex-start; }
  .whatsapp-btn:hover { background: #1EBE57; transform: translateY(-1px); }
  .map-placeholder { aspect-ratio: 4/3; max-height: 380px; background: var(--ink); border-radius: 2px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; }
  .map-placeholder::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%,rgba(196,98,58,.3) 0%,transparent 60%); }
  .map-placeholder p { color: rgba(255,255,255,.5); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; z-index: 1; }
  .map-placeholder svg { opacity: .4; z-index: 1; }
  .map-address { margin-top: 1rem; padding: 1rem 1.2rem; background: var(--cream); border-radius: 2px; font-size: .88rem; color: var(--ink-soft); line-height: 1.6; }
  .map-embed-wrap { max-height: none; }
  .map-address strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: .2rem; }
  .map-directions-btn { display: inline-flex; align-items: center; gap: .5rem; color: var(--terra); font-weight: 500; font-size: .88rem; text-decoration: none; margin-top: .5rem; }
  .map-directions-btn:hover { text-decoration: underline; }

  /* FOOTER */
  footer { background: #242E37; color: rgba(232,221,208,.5); padding: 3rem 0; text-align: center; }
  footer .footer-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--cream); font-weight: 700; }
  footer .footer-logo span { color: var(--terra); }
  footer p { font-size: .82rem; margin-top: .8rem; }
  footer a { color: var(--gold); text-decoration: none; }
  footer a:hover { text-decoration: underline; }

  /* HAMBURGER BUTTON */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: transparent; border: none; cursor: pointer;
    padding: 4px; border-radius: 2px;
    flex-shrink: 0;
  }
  .nav-hamburger span {
    display: block; width: 22px; height: 2px;
    background: var(--ink); border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
    transform-origin: center;
  }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* MOBILE MENU DRAWER */
  .mobile-menu {
    display: none;
    position: fixed; top: 60px; left: 0; right: 0; z-index: 99;
    background: rgba(247,242,236,0.98); backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(196,98,58,.15);
    transform: translateY(-8px); opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
    pointer-events: none;
  }
  .mobile-menu.open {
    transform: translateY(0); opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu ul { list-style: none; padding: 1rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .25rem; }
  .mobile-menu a {
    display: block; padding: .85rem 1rem;
    font-size: .92rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
    color: var(--ink-soft); text-decoration: none; border-radius: 2px;
    transition: background .15s, color .15s;
  }
  .mobile-menu a:hover { background: var(--stone); color: var(--terra); }
  .mobile-book-btn {
    background: var(--terra) !important; color: white !important;
    text-align: center; margin-top: .5rem;
    font-weight: 600 !important;
  }
  .mobile-book-btn:hover { background: var(--terra-dark) !important; }
  .mobile-menu-overlay {
    display: none; position: fixed; inset: 0; z-index: 98;
    background: rgba(30,26,22,.35);
  }
  .mobile-menu-overlay.open { display: block; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    /* Nav */
    nav { padding: .9rem 1.5rem; }
    .nav-links { display: none; }
    .nav-hamburger { display: flex; }
    .mobile-menu { display: block; }

    /* Hero — full viewport; text half gets extra space to offset the fixed nav,
       so the visible area below the nav equals the image area.
       --nav-h is half the nav height; set per breakpoint so it stays accurate. */
    .hero {
      --nav-h: 2.2rem;
      display: flex;
      flex-direction: column;
      height: 100vh;
      height: 100svh;
      min-height: 0;
    }
    .hero-left { flex: 0 0 calc(50% + var(--nav-h)); max-height: calc(50% + var(--nav-h)); padding: 5rem 1.5rem 2rem; justify-content: center; overflow: hidden; }
    .hero-right { flex: 0 0 calc(50% - var(--nav-h)); max-height: calc(50% - var(--nav-h)); overflow: hidden; }
    .hero-tag { margin-bottom: 1.2rem; }
    .hero-rating { bottom: 1rem; right: 1rem; padding: .6rem .8rem; }
    .hero-rating .score { font-size: 1.5rem; }
    .hero-rating .label { font-size: .6rem; }
    .stars { font-size: .85rem; }
    .hero-headline { font-size: clamp(2rem, 7.5vw, 3.2rem); }
    .hero-sub { font-size: .92rem; min-height: 2.8em; margin-top: 1.2rem; line-height: 1.65; }
    .btn-primary { width: 100%; text-align: center; padding: 1rem; }

    /* Sections */
    section { padding: 3.5rem 0; }
    .container { padding: 0 1.25rem; }
    .section-title { font-size: clamp(1.7rem, 6vw, 2.4rem); }

    /* About */
    .about { padding-top: 2.5rem; padding-bottom: 3.5rem; }
    .about-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 1rem; padding-top: 0; padding-left: 0; }
    .about-image { aspect-ratio: 1/1; min-height: unset; width: 100%; max-width: 100%; overflow: hidden; position: relative; }
    .about-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; max-width: 100%; }
    .about-stats { grid-template-columns: repeat(3,1fr); gap: 1rem; }

    /* Amenities */
    .amenities-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
    .amenity-item { padding: 1.4rem 1.2rem; }
    .amenity-icon { font-size: 1.5rem; margin-bottom: .5rem; }
    .amenity-icon svg { width: 1.5rem; height: 1.5rem; }
    .amenity-name { font-size: .88rem; }
    .amenity-desc { font-size: .76rem; margin-top: .25rem; }

    /* Explore */
    .explore-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 2.5rem; }
    .explore-card { padding: 1.5rem 1.4rem 1.3rem; }
    .explore-card::before { font-size: 3.5rem; right: 1rem; }
    .explore-distance { font-size: .68rem; margin-bottom: .5rem; }
    .explore-name { font-size: 1.15rem; }
    .explore-desc { font-size: .82rem; margin-top: .5rem; line-height: 1.6; }
    .explore-tip { margin-top: .8rem; padding: .6rem .9rem; font-size: .76rem; line-height: 1.5; }

    /* Book direct */
    .book-direct-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .form-row { grid-template-columns: 1fr; }
    .form-row:first-child { grid-template-columns: 1fr 1fr; }
    .book-direct { padding: 4rem 0; }
    .date-input-wrap input[type="date"] { padding: .9rem 1rem; font-size: 1rem; min-height: 48px; }
    .form-group input, .form-group select { padding: .9rem 1rem; font-size: 1rem; min-height: 48px; }
    .date-input-wrap input[type="date"]::-webkit-calendar-picker-indicator { width: 1.5rem; height: 1.5rem; padding: .25rem; }

    /* FAQ */
    .faq { padding: 4rem 0 !important; }
    .faq-item { padding: 1.2rem 1rem !important; }
    .faq-body-inner p { line-height: 1.6 !important; }

    /* Contact */
    .contact { padding-top: 4rem; padding-bottom: 4rem; }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .contact-info { gap: 1.4rem !important; }
    .map-embed-wrap { aspect-ratio: unset !important; height: 260px; }
    .map-directions-btn { display: flex; align-items: center; justify-content: center; gap: .5rem; background: var(--terra); color: white; padding: .8rem 1.2rem; border-radius: 2px; font-weight: 500; font-size: .9rem; text-decoration: none; margin-top: .8rem; width: 100%; }
    .whatsapp-btn { padding: 1rem 1.8rem; font-size: .95rem; }

    /* Footer */
    footer { padding: 2rem 0; }

  }

  /* FAQ */
  .faq { background: var(--stone); padding: 4rem 0; }
  .faq-items-container { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; max-width: 780px; }

  /* FAQ ITEMS */
  .faq-item { background: var(--cream); border-radius: 2px; border: 1px solid rgba(196,98,58,0.15); padding: 1.4rem 1.6rem; cursor: pointer; }
  .faq-item > summary { font-weight: 600; font-size: .95rem; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; }
  .faq-item > summary::-webkit-details-marker { display: none; }
  .faq-answer { margin-top: 1rem; font-family: 'Lora', serif; font-size: .92rem; color: var(--ink-soft); line-height: 1.75; }
  .faq-icon { display: inline-block; user-select: none; color: var(--terra); font-size: 1.2rem; flex-shrink: 0; margin-left: 1rem; }
  details[open] .faq-icon { transform: none; }
  .faq-body {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
  .faq-body-inner { min-height: 0; overflow: hidden; }

  @media (max-width: 480px) {
    /* Extra small phones */
    .hero { --nav-h: 2rem; }
    .hero-left { padding: 4.5rem 1.25rem 1.5rem; }
    .hero-headline { font-size: clamp(1.85rem, 7vw, 2.8rem); }
    .hero-sub { font-size: .88rem; min-height: 2.5em; }
    .hero-tag { font-size: .68rem; margin-bottom: 1rem; }
    .amenities-grid { grid-template-columns: 1fr; gap: .5rem; }
    .amenity-item { padding: 1.2rem 1.4rem; }
    .amenity-icon { font-size: 1.5rem; margin-bottom: .5rem; }
    .amenity-icon svg { width: 1.5rem; height: 1.5rem; }
    .amenity-name { font-size: .88rem; }
    .amenity-desc { font-size: .76rem; margin-top: .25rem; }
    .about { padding-top: 2rem; padding-bottom: 3rem; }
    .about-image { aspect-ratio: 1/1; min-height: unset; width: 100%; max-width: 100%; overflow: hidden; position: relative; }
    .about-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; max-width: 100%; }
    .about-stats { grid-template-columns: repeat(3, 1fr); }
    .contact-item { flex-direction: row; gap: .9rem; }
    .contact-icon { width: 38px; height: 38px; min-width: 38px; font-size: 1rem; }
    .whatsapp-btn { width: 100%; justify-content: center; }
    nav { padding: .8rem 1rem; }
    .nav-logo { font-size: 1.1rem; }
  }

  /* ROOM MODAL */
  .room-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 1000;
    background: rgba(30,26,22,0.82); backdrop-filter: blur(6px);
    align-items: center; justify-content: center; padding: 1.5rem;
  }
  .room-modal-overlay.open { display: flex; animation: modalFadeIn .22s ease; }
  @keyframes modalFadeIn { from { opacity: 0; } to { opacity: 1; } }
  .room-modal {
    background: var(--cream); border-radius: 4px; width: 100%; max-width: 860px;
    max-height: 90vh; overflow-y: auto; position: relative;
    box-shadow: 0 32px 80px rgba(30,26,22,0.35);
    animation: modalSlideUp .25s ease;
  }
  @keyframes modalSlideUp { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
  .room-modal-close {
    position: absolute; top: 1rem; right: 1rem; z-index: 10;
    background: rgba(30,26,22,0.35); color: white; border: none;
    width: 44px; height: 44px; border-radius: 2px; font-size: 1.15rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background .2s; line-height: 1;
  }
  .room-modal-close:hover { background: rgba(0,0,0,.6); }
  .room-modal-gallery {
    position: relative; overflow: hidden;
    border-radius: 4px 4px 0 0; height: 480px;
    background: var(--cream-dark, #e8e0d4);
    background-image: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.25) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: galleryShimmer 1.4s ease infinite;
  }
  @keyframes galleryShimmer {
    0%   { background-position: -200% 0; }
    100% { background-position:  200% 0; }
  }
  .room-modal-slide-wrap {
    display: none; position: absolute; inset: 0;
  }
  .room-modal-slide-wrap.active { display: block; }
  .room-modal-slide-bg {
    position: absolute; inset: -20px; width: calc(100% + 40px); height: calc(100% + 40px);
    object-fit: cover; filter: blur(18px) brightness(0.55) saturate(1.2);
    transform: scale(1.05); opacity: 0; transition: opacity .3s ease;
  }
  .room-modal-slide-bg.loaded { opacity: 1; }
  .room-modal-slide {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: contain; z-index: 2;
    opacity: 0; transition: opacity .3s ease;
  }
  .room-modal-slide.loaded { opacity: 1; }
  .room-modal-gallery-placeholder {
    position: absolute; inset: 0; display: flex; align-items: center;
    justify-content: center; flex-direction: column; gap: .5rem;
  }
  .room-modal-gallery-placeholder p { color: rgba(255,255,255,.4); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
  .room-modal-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(0,0,0,.35); color: white; border: none;
    width: 36px; height: 36px; border-radius: 2px; font-size: 1rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    z-index: 10; transition: background .2s; line-height: 1;
  }
  .room-modal-arrow:hover { background: rgba(0,0,0,.6); }
  .room-modal-prev { left: 1rem; }
  .room-modal-next { right: 1rem; }
  .room-modal-counter {
    position: absolute; bottom: .8rem; right: 1rem;
    background: rgba(0,0,0,.5); color: white;
    font-size: .75rem; padding: .3rem .7rem; border-radius: 20px; z-index: 10;
  }
  .room-modal-dots {
    position: absolute; bottom: .8rem; left: 50%; transform: translateX(-50%);
    display: flex; gap: .4rem; z-index: 10;
  }
  .room-modal-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,.45); border: none; cursor: pointer;
    padding: 0; transition: background .2s, transform .2s;
  }
  .room-modal-dot.active { background: white; transform: scale(1.3); }
  .room-modal-body { padding: 2rem 2.2rem 2.4rem; position: relative; }
  .room-modal-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; }
  .room-modal-badge { font-size: .7rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--terra); margin-bottom: .3rem; }
  .room-modal-name { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--ink); }
  .room-modal-pricing { text-align: right; margin-top: 0; }
  .room-modal-price-row {
    display: flex; flex-wrap: nowrap; gap: .3rem; align-items: center;
  }
  .room-modal-price-item {
    display: flex; align-items: baseline; gap: .25rem;
    padding: .35rem .6rem; background: var(--stone); border-radius: 2px; white-space: nowrap;
  }
  .room-modal-price-item:first-child {
    background: var(--terra); color: white;
  }
  .room-modal-price-item:first-child .room-modal-price-label,
  .room-modal-price-item:first-child .room-modal-price-val,
  .room-modal-price-item:first-child .room-modal-price-val span { color: white; }
  .room-modal-price-label { font-size: .85rem; color: var(--muted); }
  .room-modal-price-val { font-family: 'Playfair Display', serif; font-size: .95rem; font-weight: 700; color: var(--ink); }
  .room-modal-price-val span { font-family: 'DM Sans', sans-serif; font-size: .65rem; color: var(--muted); font-weight: 400; }
  .room-modal-meta {
    display: inline-flex; flex-wrap: wrap; gap: .3rem; margin-top: .8rem;
    padding: 0; position: static;
    flex-direction: row; width: auto; background: none;
  }
  .room-modal-meta-item { display: flex; align-items: center; gap: .35rem; font-size: .85rem; color: var(--ink-soft); padding: .35rem .6rem; background: var(--stone); border-radius: 2px; white-space: nowrap; }
  .room-modal-meta-item strong { color: var(--ink); font-weight: 500; }
  .room-modal-desc { font-family: 'Lora', serif; font-size: .98rem; color: var(--ink-soft); line-height: 1.8; margin-top: .8rem; }
  .room-modal-footer { margin-top: 1.8rem; display: flex; gap: 1rem; flex-wrap: wrap; }
  .room-modal-handle { display: none; }

  @media (max-width: 768px) {
    .room-modal-overlay { padding: 0; }
    .room-modal {
      max-width: 100%; max-height: 100vh; max-height: 100dvh;
      height: 100%; border-radius: 0;
      overflow-y: auto;
    }
    .room-modal-gallery { border-radius: 0; height: min(420px, 50dvh); }
    .room-modal-handle {
      display: block; position: absolute; top: .5rem; left: 50%;
      transform: translateX(-50%); z-index: 11;
      width: 36px; height: 4px; border-radius: 2px;
      background: rgba(255,255,255,.6);
    }
    .room-modal-close {
      background: rgba(30,26,22,0.55); width: 40px; height: 40px;
      top: .6rem; right: .6rem;
    }
    .room-modal-body { padding: .7rem 1.25rem 1.5rem; position: relative; }
    .room-modal-name { font-size: 1.4rem; }
    .room-modal-badge { font-size: .65rem; margin-bottom: .2rem; }
    .room-modal-header { flex-wrap: wrap; }
    .room-modal-pricing { width: 100%; margin-top: .2rem; }
    .room-modal-price-row {
      display: flex; flex-wrap: nowrap; gap: .3rem;
    }
    .room-modal-price-item { padding: .3rem .5rem; white-space: nowrap; }
    .room-modal-price-label { font-size: .72rem; }
    .room-modal-price-val { font-size: .8rem; }
    .room-modal-meta {
      position: absolute; top: .7rem; right: 1.25rem;
      margin-top: 0; padding: 0;
      flex-direction: column; gap: .25rem;
      width: auto; background: none;
    }
    .room-modal-meta-item { font-size: .82rem; }
    .room-modal-desc { font-size: .9rem; line-height: 1.65; margin-top: 1rem; }
    .room-modal-footer { margin-top: 1.2rem; }
    .room-modal-footer .btn-primary { width: 100%; text-align: center; }
    .room-modal-arrow { width: 40px; height: 40px; font-size: 1.1rem; }
  }

  /* Room card: make it clearly clickable */
  .room-card .room-img::after {
    content: 'View Room'; position: absolute; inset: 0;
    background: rgba(30,26,22,0); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: .82rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
    opacity: 0; transition: opacity .25s, background .25s;
    pointer-events: none;
  }
  .room-card:hover .room-img::after { opacity: 1; background: rgba(30,26,22,0.38); }

  /* Room card: max occupancy badge */
  .room-view-details {
    display: block;
    font-size: .78rem;
    font-weight: 500;
    color: var(--terra);
    margin-top: .3rem;
    letter-spacing: .02em;
    cursor: pointer;
  }
  .room-view-details:hover {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .room-view-details {
      display: block;
      font-size: .78rem;
      font-weight: 500;
      color: var(--terra);
      margin-top: .5rem;
      letter-spacing: .02em;
    }
  }

  .room-occupancy {
    display: inline-flex; align-items: center; gap: .3rem;
    font-size: .75rem; color: var(--muted); margin-top: .3rem;
    padding: .25rem .6rem; background: var(--stone); border-radius: 2px;
    align-self: flex-start; width: fit-content;
  }

  /* Room card: per-person price breakdown */
  .room-price-block { display: flex; flex-direction: column; gap: .15rem; }
  .room-price-main { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--ink); }
  .room-price-main span { font-family: 'DM Sans', sans-serif; font-size: .72rem; color: var(--muted); font-weight: 400; }
  .room-price-main .room-price-currency { font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; vertical-align: baseline; }
  .room-price-main .room-price-light { font-weight: 400; }
  .room-price-per-person { font-size: .72rem; color: var(--terra); font-weight: 500; }

  /* Room card: custom fields */
  .room-custom-fields { display: flex; flex-direction: column; gap: .25rem; margin-top: .5rem; }
  .room-custom-field { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--ink-soft); line-height: 1.4; }
  .room-custom-icon { font-size: .9rem; flex-shrink: 0; }

  /* Rooms carousel swipe hint */
  .rooms-swipe-hint {
    display: none;
    font-size: .78rem;
    color: var(--muted);
    margin-top: 1.5rem;
    letter-spacing: .03em;
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .rooms-swipe-hint.hidden { opacity: 0; pointer-events: none; }

  /* Rooms carousel pagination dots */
  .rooms-dots {
    display: none;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-top: .2rem;
  }
  .rooms-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(196,98,58,.25); border: none;
    cursor: pointer; padding: 0;
    transition: background .2s, transform .2s;
  }
  .rooms-dot.active { background: var(--terra); transform: scale(1.3); }

  @media (max-width: 768px) {
    /* Carousel wrapper */
    .rooms-carousel {
      position: relative;
      padding: 0;
      gap: 0;
      align-items: center;
    }
    /* Hide arrows on mobile — swipe instead */
    .rooms-carousel-arrow {
      display: none;
    }
    /* Viewport fills full width */
    .rooms-carousel-viewport {
      flex: 1;
      min-width: 0;
      padding: 1rem 0 1.5rem;
      overflow: hidden;
    }
    .rooms-carousel-track { gap: 0.75rem; align-items: stretch; }
    /* Cell: full width with small peek of next card */
    .rooms-carousel-cell {
      width: calc(100vw - 3.5rem);
      max-width: 100%;
      flex-shrink: 0;
    }
    /* Disable heavy blur on near/far — looks broken at mobile size */
    .rooms-carousel-cell--near .rooms-carousel-stage {
      opacity: 0.85;
      filter: none;
    }
    .rooms-carousel-cell--far .rooms-carousel-stage {
      opacity: 0.4;
      filter: none;
    }
    /* Cards: auto height so nothing is ever cut off */
    .rooms-carousel .room-card {
      min-height: unset;
      height: auto;
    }
    .room-img { aspect-ratio: 16/9; }
    .room-body { padding: .8rem 1rem .9rem; }
    .room-type { font-size: .65rem; margin-bottom: .1rem; }
    .room-name { font-size: 1.1rem; margin-top: .15rem; }
    .room-desc { font-size: .8rem; margin-top: .35rem; line-height: 1.5; }
    .room-occupancy { margin-top: .3rem; font-size: .7rem; }
    .room-footer { margin-top: .7rem; padding-top: .7rem; }
    .room-view-details { margin-top: .3rem; }
    .room-card .room-img::after { display: none; }
    .room-img-arrow { width: 36px; height: 36px; font-size: 1rem; }
    /* Show swipe hint + dots on mobile */
    .rooms-swipe-hint { display: block; }
    .rooms-dots { display: flex; }
  }

  @media (prefers-reduced-motion: reduce) {
    .rooms-carousel-viewport,
    .rooms-carousel-track,
    .rooms-carousel-stage,
    .rooms-carousel-cell,
    .room-card {
      transition: none !important;
    }
  }

/* ACCESSIBILITY: Keyboard focus states */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 4px;
  border-radius: 2px;
}
.room-card:focus-visible, .explore-card:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 4px;
}
