﻿
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --cream:#F9F5EF;--warm-white:#FEFCF8;--stone:#8C7B6B;--stone-light:#C4B5A5;
  --stone-dark:#4A3F35;--green:#5A7A5E;--green-light:#EBF1EB;
  --gold:#B8912A;--gold-light:#F5EDD6;--text:#2C2219;--text-muted:#7A6A5A;
  --border:rgba(140,123,107,0.2);
}
html{scroll-behavior:smooth}
body{font-family:'Lato',sans-serif;background:var(--warm-white);color:var(--text);font-size:16px;line-height:1.7;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);transition:box-shadow .3s}
nav::before{content:'';position:absolute;inset:0;background:rgba(254,252,248,0.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}
nav.scrolled{box-shadow:0 2px 24px rgba(44,34,25,.08)}
.nav-logo{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--stone-dark);letter-spacing:.02em;text-decoration:none;flex-shrink:0}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;gap:1.4rem;list-style:none;align-items:center}
.nav-links a{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--stone-dark)}
.nav-cta{background:var(--stone-dark)!important;color:var(--warm-white)!important;padding:.45rem 1rem;border-radius:2px;transition:background .2s!important}
.nav-cta:hover{background:var(--gold)!important}
.lang-li{display:flex;align-items:center;padding-left:1rem;border-left:1px solid var(--border);margin-left:.2rem}
.lang-switch{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em}
.lang-switch a{color:var(--text-muted);text-decoration:none;padding:.2rem .35rem;border-radius:2px;transition:color .2s}
.lang-switch a:hover{color:var(--stone-dark)}
.lang-switch a.lang-active{color:var(--stone-dark);border-bottom:2px solid var(--gold)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:1002;position:relative}
.nav-hamburger span{display:block;width:24px;height:2px;background:var(--stone-dark);border-radius:1px;transition:transform .3s,opacity .3s}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* HERO */
.hero{min-height:100vh;background:#fff;display:flex;flex-direction:column;overflow:hidden}
.hero-main{flex:1;position:relative;display:flex;align-items:flex-start}
.hero-text{max-width:1200px;margin:0 auto;padding:9rem 3rem 5rem;width:100%;position:relative;z-index:2}
.hero-text>*{max-width:500px}
.hero-photo-wrap{position:absolute;right:0;top:0;bottom:0;width:52%;overflow:hidden}
.hero-photo-wrap::after{content:'';position:absolute;left:0;top:0;bottom:0;width:40%;background:linear-gradient(to right,#fff 0%,transparent 100%);z-index:1}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:1.8rem}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(3.2rem,5vw,5rem);font-weight:400;line-height:1.08;color:var(--stone-dark);margin-bottom:0}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-rule{width:36px;height:2px;background:var(--gold);margin:2rem 0}
.hero-desc{font-size:1.05rem;color:var(--text-muted);margin-bottom:2.5rem;font-weight:300;line-height:1.8}
.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}
.btn-primary{display:inline-block;background:var(--stone-dark);color:var(--warm-white);padding:.9rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s}
.btn-primary:hover{background:var(--gold);transform:translateY(-1px)}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;color:var(--stone-dark);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;padding:.9rem 0;border-bottom:1.5px solid var(--stone-dark);transition:color .2s,border-color .2s}
.btn-secondary:hover{color:var(--gold);border-color:var(--gold)}
.hero-pills-bar{background:var(--stone-dark);padding:1.2rem 3rem;display:flex;gap:3rem;align-items:center;flex-shrink:0;position:relative;z-index:3}
.pill{color:var(--stone-light);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.pill-highlight{margin-left:auto;color:var(--gold)}

/* SECTIONS */
section{padding:6rem 0}
.container{max-width:1200px;margin:0 auto;padding:0 3rem}
.section-label{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,3vw,2.6rem);font-weight:500;color:var(--stone-dark);line-height:1.2;margin-bottom:1.5rem}

/* ABOUT */
.about{background:var(--warm-white)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-images{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.about-images img{width:100%;object-fit:cover;border-radius:2px;display:block}
.about-images img:first-child{grid-column:1/3;height:280px}
.about-images img:not(:first-child){height:190px}
.about-text p{color:var(--text-muted);font-weight:300;margin-bottom:1.2rem;font-size:1.02rem}
.about-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}
.feature-item{display:flex;align-items:flex-start;gap:1rem}
.feature-icon{width:36px;height:36px;min-width:36px;background:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:2px}
.feature-text strong{display:block;font-size:.88rem;font-weight:700;color:var(--stone-dark);margin-bottom:.2rem}
.feature-text span{font-size:.85rem;color:var(--text-muted)}

/* INFO BANNER */
.info-banner{background:var(--gold-light);padding:4.5rem 0;border-top:1px solid rgba(184,145,42,.2);border-bottom:1px solid rgba(184,145,42,.2)}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.info-item h4{font-family:'Playfair Display',serif;font-size:1rem;font-weight:500;color:var(--stone-dark);margin-bottom:.4rem}
.info-item p{font-size:.85rem;color:var(--text-muted);font-weight:300}
.info-item .icon{font-size:1.6rem;margin-bottom:.8rem;display:block}

/* GALLERY */
.gallery{background:var(--cream)}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:3rem;
}
.gallery-row2{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:10px;
}
.gallery-margarita{position:relative;overflow:hidden}
.margarita-label{position:absolute;bottom:.5rem;left:0;right:0;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-align:center;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.6)}
.gallery-item{overflow:hidden;border-radius:2px;cursor:pointer;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-big{height:300px}
.gallery-small{height:220px}

/* ROOMS */
.rooms{background:var(--warm-white)}
.rooms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.room-card{border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:box-shadow .3s,transform .3s}
.room-card:hover{box-shadow:0 12px 40px rgba(44,34,25,.1);transform:translateY(-4px)}
.room-card img{width:100%;height:220px;object-fit:cover;display:block}
.room-info{padding:1.4rem}
.room-info h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:500;color:var(--stone-dark);margin-bottom:.5rem}
.room-info p{font-size:.88rem;color:var(--text-muted);font-weight:300;line-height:1.6}
.room-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-light);padding:3px 8px;border-radius:2px;margin-bottom:.6rem}

/* AMENITIES */
.amenities{background:var(--stone-dark)}
.amenities .section-label{color:var(--stone-light)}
.amenities .section-title{color:var(--warm-white)}
.amenities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:3rem}
.amenity-item{text-align:center;padding:1.1rem .6rem;border:1px solid rgba(255,255,255,.1);border-radius:2px;transition:background .2s}
.amenity-item:hover{background:rgba(255,255,255,.05)}
.amenity-icon{font-size:1.4rem;margin-bottom:.5rem;display:block}
.amenity-name{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--stone-light)}

/* REVIEWS */
.reviews{background:var(--cream)}
.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}
.review-card{background:var(--warm-white);padding:2rem;border-radius:2px;border:1px solid var(--border)}
.review-stars{color:var(--gold);font-size:1rem;margin-bottom:.8rem}
.review-text{font-size:.95rem;color:var(--text-muted);font-weight:300;font-style:italic;margin-bottom:1rem;line-height:1.7}
.review-author{font-size:.82rem;font-weight:700;color:var(--stone-dark)}
.scores-box{background:var(--stone-dark);padding:2.5rem;border-radius:2px;display:flex;flex-direction:column;justify-content:center}
.scores-box h3{font-family:'Playfair Display',serif;color:var(--warm-white);font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}
.score-row{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}
.score-row-label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-light);min-width:100px}
.score-bar-bg{flex:1;height:4px;background:rgba(255,255,255,.15);border-radius:2px}
.score-bar-fill{height:4px;background:var(--gold);border-radius:2px}
.score-row-val{font-size:.85rem;font-weight:700;color:var(--gold);min-width:28px;text-align:right}
.overall-score{font-family:'Playfair Display',serif;font-size:3rem;color:var(--gold);font-weight:400;line-height:1}
.overall-label{font-size:.78rem;color:var(--stone-light);margin-top:.3rem}

/* LOCATION */
.location{background:var(--warm-white)}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.location-img{height:500px;object-fit:cover;object-position:center;width:100%;border-radius:2px;display:block}
.location-text{scroll-margin-top:5rem}
.location-text p{color:var(--text-muted);font-weight:300;margin-bottom:1.5rem;font-size:1.02rem}
.distance-list{list-style:none;margin-top:2rem}
.distance-list li{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--border);font-size:.9rem}
.distance-list li:last-child{border-bottom:none}
.distance-list .place{color:var(--stone-dark)}
.distance-list .dist{color:var(--gold);font-weight:700;font-size:.82rem}
.nearby-list{margin-top:1.5rem}
.nearby-list h4{font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-bottom:.8rem}
.nearby-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.nearby-tag{font-size:.75rem;padding:4px 10px;background:var(--green-light);color:var(--green);border-radius:2px;font-weight:700}

/* RULES */
.rules{background:var(--cream)}
.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0 0}
.rule-card{padding:2rem;border:1px solid var(--border);border-radius:2px}
.rule-card h4{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:500;color:var(--stone-dark);margin-bottom:1rem}
.rule-list{list-style:none}
.rule-list li{font-size:.88rem;color:var(--text-muted);padding:.4rem 0;border-bottom:1px solid var(--border);display:flex;gap:.5rem}
.rule-list li:last-child{border-bottom:none}
.rule-list li::before{content:"✓";color:var(--gold);font-weight:700;flex-shrink:0}
.cancel-block{padding:.7rem 0;border-bottom:1px solid var(--border)}
.cancel-block:last-of-type{border-bottom:none}
.cancel-period{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-dark);margin-bottom:.2rem}
.cancel-dates{font-size:.78rem;color:var(--stone);margin-bottom:.3rem;line-height:1.5}
.cancel-rule{font-size:.88rem;color:var(--text-muted)}
.cancel-rule strong{color:var(--stone-dark)}
.cancel-footer{font-size:.78rem;color:var(--stone);margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border)}

/* CONTACT */
.contact{background:var(--warm-white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.contact-info h2{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:500;color:var(--stone-dark);margin-bottom:1.5rem;line-height:1.2}
.contact-info p{color:var(--text-muted);font-weight:300;margin-bottom:2.5rem;font-size:1.02rem}
.contact-detail{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}
.contact-detail .ci{font-size:1.1rem;width:38px;height:38px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-detail .ct{font-size:.9rem;color:var(--text-muted)}
.contact-detail .ct strong{display:block;color:var(--stone-dark);font-size:1rem;margin-bottom:.1rem}
.contact-form{background:var(--cream);padding:3rem;border-radius:2px}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.85rem 1rem;font-family:'Lato',sans-serif;font-size:.95rem;color:var(--text);background:var(--warm-white);border:1px solid var(--border);border-radius:2px;transition:border-color .2s;outline:none;appearance:none}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold)}
.form-group textarea{resize:vertical;min-height:120px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.btn-submit{width:100%;padding:1rem;background:var(--stone-dark);color:var(--warm-white);border:none;border-radius:2px;font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-top:.5rem}
.btn-submit:hover:not(:disabled){background:var(--gold)}
.btn-submit:disabled{background:var(--stone-light);cursor:not-allowed;opacity:.6}
.form-privacy{margin:.5rem 0 1rem}
.privacy-label{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--text-muted);cursor:pointer;line-height:1.5}
.privacy-label input[type="checkbox"]{margin-top:.25rem;accent-color:var(--stone-dark);flex-shrink:0}
.privacy-label a{color:var(--stone-dark);text-decoration:underline}
.privacy-label a:hover{color:var(--gold)}

/* PRICING */
.pricing{background:var(--cream)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2.5rem 0 1.5rem}
.pricing-card{background:var(--warm-white);border:1px solid var(--border);border-radius:4px;padding:2rem 1.8rem;text-align:center;transition:box-shadow .2s}
.pricing-card:hover{box-shadow:0 4px 24px rgba(44,34,25,.08)}
.pricing-card--highlight{background:var(--stone-dark);border-color:var(--stone-dark);color:var(--warm-white)}
.pricing-season{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}
.pricing-card--highlight .pricing-season{color:var(--stone-light)}
.pricing-price{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:500;color:var(--stone-dark);line-height:1}
.pricing-card--highlight .pricing-price{color:var(--warm-white)}
.pricing-price span{font-family:'Lato',sans-serif;font-size:.85rem;font-weight:400;color:var(--text-muted)}
.pricing-card--highlight .pricing-price span{color:var(--stone-light)}
.pricing-min{margin-top:.8rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}
.pricing-note-inline{margin-top:.8rem;font-size:.75rem;color:var(--stone-light);line-height:1.5}
.pricing-escapada{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:rgba(180,140,80,.07);border:1px solid rgba(180,140,80,.35);border-radius:4px;padding:1.6rem 2rem;margin:1.5rem 0 1rem}
.pricing-escapada-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:rgba(180,140,80,.15);border-radius:2px;padding:.25rem .7rem;margin-bottom:.65rem}
.pricing-escapada-title{font-family:var(--serif);font-size:1.2rem;color:var(--stone-dark);margin-bottom:.5rem}
.pricing-escapada-checkin{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;color:var(--stone-dark);background:rgba(255,255,255,.8);border:1px solid var(--border);border-radius:3px;padding:.45rem .9rem;margin-top:.6rem;line-height:1.4}
.pricing-escapada-price{font-family:var(--serif);font-size:2.4rem;color:var(--gold);white-space:nowrap;text-align:right;line-height:1}
.pricing-escapada-price span{display:block;font-size:.82rem;font-family:var(--sans);color:var(--stone);margin-top:.3rem;text-align:right}
.pricing-bridge{text-align:center;font-size:.8rem;color:var(--stone);margin-bottom:1rem}
.pricing-discount{text-align:center;font-size:.88rem;font-weight:700;color:var(--gold);letter-spacing:.04em;margin-bottom:1rem;padding:.55rem 1.2rem;display:inline-block;width:100%;background:rgba(180,140,80,.08);border-radius:4px}
.pricing-extra{text-align:center;font-size:.88rem;color:var(--text-muted);margin-bottom:.5rem}
.pricing-cta-note{text-align:center;font-size:.85rem;color:var(--text-muted)}
.pricing-cta-note a{color:var(--stone-dark);font-weight:700;text-decoration:none;border-bottom:1px solid var(--stone-dark)}
.pricing-cta-note a:hover{color:var(--gold);border-color:var(--gold)}
@media(max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-escapada{flex-direction:column;gap:1.2rem}.pricing-escapada-price{font-size:1.8rem;text-align:left}.pricing-escapada-price span{text-align:left}}

/* FOOTER */
footer{background:var(--stone-dark);color:var(--stone-light);padding:3.5rem 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between}
.footer-logo{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--warm-white)}
.footer-logo span{color:var(--gold)}
.footer-sub{font-size:.8rem;margin-top:.3rem;color:var(--stone-light)}
.footer-links{display:flex;gap:2rem;list-style:none}
.footer-links a{color:var(--stone-light);text-decoration:none;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}
.footer-links a:hover{color:var(--gold)}
.footer-copy{font-size:.8rem;color:rgba(196,181,165,.5);text-align:right;line-height:1.9}
.footer-legal a{color:rgba(196,181,165,.5);text-decoration:none;font-size:.75rem;transition:color .2s}
.footer-legal a:hover{color:var(--gold)}

/* WHATSAPP */
.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);cursor:pointer;z-index:200;text-decoration:none;transition:transform .2s,box-shadow .2s}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.5)}
.whatsapp-float svg{width:28px;height:28px}

/* LIGHTBOX */
.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;align-items:center;justify-content:center;flex-direction:column;gap:1rem}
.lightbox.active{display:flex}
.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:2px}
.lightbox-close{position:absolute;top:1.5rem;right:2rem;color:#fff;font-size:2rem;cursor:pointer;background:none;border:none;line-height:1}
.lightbox-nav{display:flex;gap:1rem}
.lightbox-btn{background:rgba(255,255,255,.15);border:none;color:#fff;font-size:1.5rem;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:background .2s}
.lightbox-btn:hover{background:rgba(255,255,255,.3)}

@media(max-width:900px){
  nav{padding:1rem 1.5rem}
  .nav-hamburger{display:flex}
  .nav-links{display:none;position:fixed;inset:0;background:var(--warm-white);flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;z-index:1001}
  .nav-links.open{display:flex}
  .nav-links.open a{font-size:1.1rem;letter-spacing:.06em;white-space:nowrap}
  .lang-li{padding-left:0;border-left:none;margin-left:0;margin-top:.5rem}
  .lang-switch{gap:1.2rem;font-size:.85rem}
  .hero{min-height:auto}
  .hero-main{flex-direction:column}
  .hero-photo-wrap{position:relative;top:auto;right:auto;bottom:auto;width:100%;height:auto}
  .hero-photo-wrap img{height:auto;object-fit:unset}
  .hero-photo-wrap::after{display:none}
  .hero-text{padding:3rem 1.5rem 2.5rem}
  .hero-text>*{max-width:none}
  .hero-pills-bar{padding:.9rem 1.5rem;gap:1rem;flex-wrap:wrap}
  .pill-highlight{margin-left:0}
  .about-grid,.location-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}
  .location-grid .location-img{display:none}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-grid .gallery-item:last-child{grid-column:1/-1}
  .gallery-row2{grid-template-columns:repeat(3,1fr)}
  .rooms-grid,.rules-grid{grid-template-columns:1fr}
  .amenities-grid{grid-template-columns:repeat(3,1fr)}

  .info-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;gap:2rem;text-align:center}
  .footer-copy{text-align:center}
  .container{padding:0 1.5rem}
}

/* OWNER SECTION */
.owner-section{background:var(--cream);padding:6rem 0}
.owner-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.owner-photo-wrap{position:relative;border-radius:2px;overflow:hidden}
.owner-photo-wrap>img{width:100%;height:500px;object-fit:cover;display:block}
.owner-silhouette{position:absolute;bottom:0;left:24%;width:14%;filter:drop-shadow(3px 0 8px rgba(0,0,0,0.45))}
.owner-silhouette svg{width:100%;height:auto;display:block}
.owner-tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--gold-light);border:1px solid rgba(184,145,42,.3);padding:.3rem .9rem;border-radius:2px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.owner-quote{font-family:'Playfair Display',serif;font-size:1.55rem;font-style:italic;color:var(--stone-dark);line-height:1.5;margin-bottom:1.8rem;padding-left:1.2rem;border-left:3px solid var(--gold)}
.owner-bio{color:var(--text-muted);font-weight:300;font-size:1.02rem;line-height:1.85;margin-bottom:1rem}
.owner-name{display:flex;align-items:center;gap:.8rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}
.owner-name strong{font-size:.95rem;font-weight:700;color:var(--stone-dark)}
.owner-name span{font-size:.85rem;color:var(--stone)}
@media(max-width:768px){
  .owner-grid{grid-template-columns:1fr;gap:2.5rem}
  .owner-photo-wrap>img{height:320px}
  .owner-silhouette{width:18%;left:20%}
}

/* ACTIVITIES SECTION */
.activities{background:var(--warm-white);padding:5rem 0}
.activities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}
.activity-card{background:var(--cream);border:1px solid var(--border);border-radius:4px;padding:1.4rem;display:flex;flex-direction:column;gap:.7rem;transition:box-shadow .2s,transform .2s}
.activity-card:hover{box-shadow:0 8px 32px rgba(44,34,25,.08);transform:translateY(-2px)}
.activity-icon{font-size:1.6rem;line-height:1}
.activity-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:500;color:var(--stone-dark)}
.activity-desc{font-size:.88rem;color:var(--text-muted);font-weight:300;line-height:1.65;flex:1}
.activity-tip{font-size:.75rem;font-weight:700;color:var(--gold);letter-spacing:.06em;border-top:1px solid var(--border);padding-top:.7rem;margin-top:.1rem}
.activity-tip::before{content:'→ '}
@media(max-width:900px){.activities-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.activities-grid{grid-template-columns:1fr}}

/* AVAILABILITY CALENDAR */
.availability{background:var(--cream);padding:4rem 0}
.cal-wrap{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.cal-months{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:700px}
.cal-month{background:var(--warm-white);border:1px solid var(--border);border-radius:4px;padding:1.1rem}
.cal-month-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:500;color:var(--stone-dark);text-align:center;margin-bottom:1.2rem;text-transform:capitalize}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.cal-dow{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);text-align:center;padding:.3rem 0}
.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.82rem;border-radius:2px;cursor:default}
.cal-day.empty{background:transparent}
.cal-day.available{background:var(--green-light);color:var(--green);font-weight:700}
.cal-day.booked{background:#f0e8e8;color:#b07070;text-decoration:line-through}
.cal-day.today{outline:2px solid var(--gold);outline-offset:-2px}
.cal-legend{display:flex;gap:2rem;align-items:center;font-size:.82rem;color:var(--text-muted)}
.cal-legend span{display:flex;align-items:center;gap:.5rem}
.cal-legend i{display:inline-block;width:14px;height:14px;border-radius:2px}
.cal-legend i.leg-avail{background:var(--green-light)}
.cal-legend i.leg-booked{background:#f0e8e8}
.cal-status{font-size:.85rem;color:var(--stone);text-align:center;min-height:1.5rem}
.cal-error{color:#c0392b;font-size:.82rem;text-align:center}
.cal-nav{display:flex;align-items:center;gap:1rem}
.cal-nav button{background:none;border:1px solid var(--border);border-radius:2px;width:32px;height:32px;cursor:pointer;font-size:1rem;color:var(--stone-dark);display:flex;align-items:center;justify-content:center;transition:background .15s}
.cal-nav button:hover{background:var(--gold-light)}
@media(max-width:500px){.amenities-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.cal-months{grid-template-columns:1fr}.cal-legend{flex-direction:column;gap:.6rem}}

/* HOST */
.host{background:var(--cream)}
.host-grid{display:grid;grid-template-columns:280px 1fr;gap:6rem;align-items:center}
.host-photo-wrap{display:flex;justify-content:center}
.host-photo-placeholder{width:220px;height:220px;border-radius:50%;border:2px dashed var(--stone-light);background:var(--warm-white);display:flex;align-items:center;justify-content:center}
.host-photo-placeholder svg{width:80px;height:80px;opacity:.5}
.host-photo{width:220px;height:220px;border-radius:50%;object-fit:cover;object-position:center top;display:block}
.host-text p{color:var(--text-muted);font-weight:300;font-size:1.02rem;line-height:1.8;margin-bottom:1.2rem}
.host-text p:last-child{margin-bottom:0}
@media(max-width:768px){.host-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.host-photo-wrap{justify-content:center}}
