:root{--bg: #F6F1EA;--surface: #EFE6DC;--surface-2: #F3ECE4;--border: #E4D7C8;--text: #1F1F1F;--muted: #6B625A;--cta: #A87C55;--cta-hover: #946A46;--blue: #1F4E79;--blue-hover: #183E60;--white: #FFFFFF;--warm-gold: #D4A843;--radius: 16px;--shadow: 0 10px 28px rgba(31,31,31,.08);--shadow-soft: 0 6px 16px rgba(31,31,31,.06);--container: 1120px;--header-height-mobile: 56px;--header-height-desktop: 72px;--hero-dots-clearance: 68px;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif)}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{display:block;max-width:100%}ul,ol{list-style:none}button:focus-visible,a:focus-visible{outline:3px solid rgba(31,78,121,.35);outline-offset:2px}.container{max-width:var(--container);margin:0 auto;padding:0 16px}.header{position:sticky;top:0;z-index:50;background:var(--surface-2);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height-mobile)}@media (min-width: 900px){.header-inner{height:var(--header-height-desktop)}}.header-logo{display:flex;align-items:center;gap:10px}.header-logo-img{width:36px;height:36px;object-fit:contain;flex-shrink:0}.header-logo-text{display:flex;flex-direction:column;line-height:1.15}.header-logo-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.02em}@media (min-width: 900px){.header-logo-title{font-size:1.5rem}}.header-logo-sub{font-size:11px;color:var(--muted);letter-spacing:.04em}.header-nav{display:none;align-items:center;gap:32px}@media (min-width: 900px){.header-nav{display:flex}}.header-nav button{font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}.header-nav button:hover{color:var(--text)}.header-right{display:flex;align-items:center;gap:10px}.pill-en{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:var(--surface);font-size:13px;font-weight:600;color:var(--text);border:1px solid var(--border)}.lang-switch{position:relative}.lang-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:60;min-width:88px;padding:8px;border-radius:14px;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.lang-menu button{width:100%;text-align:left;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:600;color:var(--text)}.lang-menu button:hover,.lang-menu button.active{background:var(--surface-2)}.btn-book{display:none;align-items:center;padding:10px 20px;border-radius:999px;background:var(--cta);color:var(--white);font-size:14px;font-weight:500;transition:background .2s}.btn-book:hover{background:var(--cta-hover)}@media (min-width: 480px){.btn-book{display:inline-flex}}.hamburger{display:flex;align-items:center;justify-content:center;padding:8px;color:var(--text)}@media (min-width: 900px){.hamburger{display:none}}.mobile-drawer{overflow:hidden;border-top:1px solid transparent;background:var(--surface-2);max-height:0;opacity:0;transform:translateY(-14px);pointer-events:none;contain:layout paint;will-change:max-height,opacity,transform;transition:max-height .34s cubic-bezier(.2,.8,.2,1),opacity .22s ease,transform .32s cubic-bezier(.2,.8,.2,1),border-color .22s ease}.mobile-drawer.is-open{max-height:460px;opacity:1;transform:translateY(0);pointer-events:auto;border-top-color:var(--border)}@media (min-width: 900px){.mobile-drawer{display:none!important}}.mobile-drawer nav{display:flex;flex-direction:column;padding:24px;gap:16px;opacity:0;transform:translate3d(0,-12px,0);transition:opacity .22s ease,transform .3s cubic-bezier(.2,.8,.2,1)}.mobile-drawer.is-open nav{opacity:1;transform:translateZ(0)}.mobile-drawer button.mobile-link{font-family:var(--font-serif);font-size:18px;color:var(--text);text-align:left;padding:8px 0;transition:color .2s}.mobile-drawer button.mobile-link:hover{color:var(--cta)}.mobile-drawer .btn-book-mobile{margin-top:8px;width:100%;padding:14px;border-radius:999px;background:var(--cta);color:var(--white);font-size:14px;font-weight:500;text-align:center;transition:background .2s}.mobile-drawer .btn-book-mobile:hover{background:var(--cta-hover)}@media (prefers-reduced-motion: reduce){.mobile-drawer,.mobile-drawer nav{transition:none}}main>app-overview,main>app-highlights,main>app-rooms,main>app-services,main>app-reviews,main>app-contacts{content-visibility:auto;contain-intrinsic-size:1px 900px}.hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(420px,55vh,680px);overflow:hidden;contain:layout paint size;transform:translateZ(0)}@media (min-width: 900px){.hero{min-height:clamp(520px,65vh,820px)}}.hero-track{position:absolute;inset:0;display:flex;will-change:transform;transform:translateZ(0);backface-visibility:hidden;transition:transform .32s cubic-bezier(.2,.8,.2,1)}.hero-track.dragging{transition:none}@media (prefers-reduced-motion: reduce){.hero-track{transition:none!important}}.hero-slide{flex:0 0 100%;width:100%;height:100%}.hero-slide img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}@media (min-width: 900px){.hero-slide img{aspect-ratio:21/9}}.hero-overlay{position:absolute;inset:0;background:#00000059;pointer-events:none;z-index:1}.hero-content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:calc(var(--header-height-mobile) + 28px) 16px calc(var(--hero-dots-clearance) + env(safe-area-inset-bottom));pointer-events:none}.hero-content>*{pointer-events:auto}@media (min-width: 900px){.hero-content{padding:calc(var(--header-height-desktop) + 36px) 16px calc(var(--hero-dots-clearance) + 24px)}}@media (max-width: 420px){.hero-content{padding:calc(var(--header-height-mobile) + 20px) 14px calc(var(--hero-dots-clearance) + env(safe-area-inset-bottom))}}.hero-title{font-family:var(--font-serif);font-size:clamp(32px,5vw,56px);font-weight:600;color:var(--white);margin-bottom:12px;text-wrap:balance;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-subtitle{color:#ffffffe6;font-size:18px;max-width:540px;margin-bottom:24px;font-weight:300;text-shadow:0 1px 4px rgba(0,0,0,.2)}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:4px}.hero-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(255,255,255,.55);font-size:14px;max-width:92vw;white-space:normal;text-align:center;font-weight:500;color:var(--text);box-shadow:0 2px 8px #00000014}.hero-badge .booking-score{font-weight:700;color:var(--blue)}.hero-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:50%;background:#ffffffd9;align-items:center;justify-content:center;color:var(--text);box-shadow:0 2px 8px #00000014;transition:background .2s}.hero-arrow:hover{background:var(--white)}.hero-arrow--left{left:16px}.hero-arrow--right{right:16px}@media (min-width: 900px){.hero-arrow{display:flex}}.hero-dots{position:absolute;bottom:26px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2;pointer-events:auto}@media (max-width: 420px){.hero-dots{bottom:22px}}@media (orientation: landscape) and (max-height: 560px){.hero{min-height:max(360px,calc(100svh - var(--header-height-mobile)))}.hero-content{padding-top:calc(var(--header-height-mobile) + 12px);padding-bottom:76px}.hero-title{font-size:clamp(24px,4vw,34px);margin-bottom:8px}.hero-subtitle{font-size:14px;margin-bottom:14px;max-width:680px}.hero-badges{gap:10px}.hero-badge{padding:8px 12px;font-size:12px}.hero-dots{bottom:16px}}.hero-dot{width:10px;height:10px;border-radius:999px;background:#ffffff80;transition:width .3s ease,background-color .3s ease}.hero-dot.active{background:var(--white);width:28px}.overview{padding-top:24px;padding-bottom:0}.overview-text-card{max-width:980px;margin:0 auto;padding:28px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.overview-text-card .section-title{margin-bottom:16px}.overview-text{max-width:900px;margin:0 auto;text-align:center;color:var(--muted);font-size:1rem;line-height:1.7}.rooms-long-description{max-width:900px;line-height:1.7}.highlights{padding:8px 0 48px}@media (min-width: 900px){.highlights{padding:12px 0 72px}}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 900px){.highlights-grid{grid-template-columns:repeat(6,1fr);gap:16px}}.highlight-card{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}@media (hover: hover){.highlight-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}}.highlight-card svg{color:var(--cta);flex-shrink:0}.highlight-card span{font-size:14px;font-weight:500;color:var(--text)}.section{padding:48px 0}@media (min-width: 900px){.section{padding:72px 0}}.section-title{font-family:var(--font-serif);font-size:1.875rem;text-align:center;color:var(--text);margin-bottom:12px}@media (min-width: 900px){.section-title{font-size:2.25rem}}.section-subtitle{text-align:center;color:var(--muted);margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto;font-size:14px}.rooms-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 900px){.rooms-grid{grid-template-columns:repeat(3,1fr)}}.room-card{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.room-card-img{overflow:hidden}.room-card-img img{width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;transition:transform .5s}@media (hover: hover){.room-card:hover .room-card-img img{transform:scale(1.05)}}.room-card-overlay{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px 16px;background:linear-gradient(to top,#00000094,#0000)}.room-card-overlay h3{font-family:var(--font-serif);font-size:20px;font-weight:500;color:var(--white);margin-bottom:4px}.room-card-show-more{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:var(--radius);background:#fffffff0;border:1px solid rgba(255,255,255,.8);color:#1f1f1f;font-size:13px;font-weight:600;line-height:1;transition:background .2s ease,transform .2s ease}@media (hover: hover){.room-card-show-more:hover{background:#fff;transform:translateY(-1px)}}.rooms-gallery-head{text-align:center;margin-bottom:24px}.rooms-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:13px;font-weight:500}.rooms-back:hover{background:var(--surface-2)}.rooms-gallery-title{font-family:var(--font-serif);font-size:1.625rem;color:var(--text);margin-bottom:8px}.rooms-gallery-subtitle{margin-bottom:0}.rooms-gallery-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 800px){.rooms-gallery-grid{grid-template-columns:repeat(2,1fr)}}.rooms-gallery-item{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.rooms-gallery-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.services-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;margin-bottom:32px}.services-header h2{font-family:var(--font-serif);font-size:1.875rem;color:var(--text)}.services-show-more{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:var(--radius);background:var(--cta);color:var(--white);font-size:14px;font-weight:500;transition:background .2s}.services-show-more:hover{background:var(--cta-hover)}@media (min-width: 900px){.services-header h2{font-size:2.25rem}}.services-showcase{max-width:420px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:720px;margin:0 auto}@media (min-width: 900px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}.review-card{padding:24px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.review-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.review-card-header .platform{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;color:var(--text)}.review-card-header .score{font-size:28px;font-weight:700;color:var(--cta)}.review-stars{display:flex;gap:2px;margin-bottom:12px}.review-stars svg{color:var(--warm-gold);fill:var(--warm-gold)}.booking-score-box{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:var(--blue);color:var(--white);font-size:1.125rem;font-weight:700}.review-label{font-size:12px;color:var(--muted);margin-bottom:12px}.review-quote{color:var(--muted);font-size:14px;line-height:1.6;font-style:italic;margin-bottom:12px}.review-author{font-size:12px;font-weight:500;color:var(--text)}.contacts-card{max-width:420px;margin:0 auto;padding:24px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}@media (min-width: 900px){.contacts-card{padding:32px}}.contacts-buttons{display:flex;flex-direction:column;gap:12px}.btn-contact{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border:0;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-contact--primary{background:var(--cta);color:var(--white)}.btn-contact--primary:hover{background:var(--cta-hover)}.btn-contact--blue{background:var(--blue);color:var(--white)}.btn-contact--blue:hover{background:var(--blue-hover)}.contacts-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contacts-map{max-width:980px;margin:36px auto 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.contacts-map iframe{display:block;width:100%;min-height:320px}.footer-note{text-align:center;font-size:12px;color:var(--muted);margin-top:64px}.not-found{display:flex;min-height:100vh;align-items:center;justify-content:center;background:var(--surface);text-align:center}.not-found h1{font-size:2.5rem;font-weight:700;margin-bottom:16px}.not-found p{font-size:1.25rem;color:var(--muted);margin-bottom:16px}.not-found a{color:var(--cta);text-decoration:underline}.not-found a:hover{color:var(--cta-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.floating-whatsapp{position:fixed;right:16px;bottom:16px;z-index:90;width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border:5px solid #ffffff;box-shadow:0 6px 16px #0000003d;transition:transform .2s ease,box-shadow .2s ease}@media (hover: hover){.floating-whatsapp:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 22px #00000047}}.floating-whatsapp svg{width:34px;height:34px}@media (min-width: 900px){.floating-whatsapp{right:22px;bottom:22px}}@media (prefers-reduced-motion: reduce){.hero-dot,.highlight-card,.room-card-img img,.room-card-show-more,.floating-whatsapp{transition:none!important}}
