*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#123043;background:radial-gradient(circle at 0% 0%,rgba(53,166,201,.12),transparent 55%),radial-gradient(circle at 100% 100%,rgba(255,179,102,.12),transparent 55%),#f5fbff}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:10;background:#e7e6eff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04);box-shadow:0 8px 18px #0040800f}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.logo{display:flex;flex-direction:column}.logo-main{font-family:Playpen Sans;font-size:1.2rem;letter-spacing:.05em;text-transform:uppercase;color:#0b5d7c}.logo-sub{font-size:.8rem;color:#47758e}.main-nav a{margin-left:1rem;text-decoration:none;color:#123043;font-size:.95rem;font-weight:500;position:relative}.main-nav a:after{content:"";position:absolute;left:0;bottom:-.25rem;width:0;height:2px;background:linear-gradient(90deg,#0b5d7c,#35a6c9);transition:width .2s ease}.main-nav a:hover:after{width:100%}.view{position:relative;overflow:hidden;padding:4rem 0 3rem;background:linear-gradient(135deg,#e0f7ff,#f5fbff 45%,#ffe4b8)}.view:before,.view:after{content:"";position:absolute;border-radius:999px;filter:blur(8px);opacity:.45;pointer-events:none}.view:before{width:260px;height:260px;background:radial-gradient(circle,rgba(11,93,124,.8),transparent 60%);top:-80px;right:-60px}.view:after{width:220px;height:220px;background:radial-gradient(circle,rgba(255,179,102,.8),transparent 60%);bottom:-60px;left:-40px}.hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2.5rem;align-items:center;z-index:1}.hero h1{font-size:clamp(2rem,2.7vw,2.6rem);margin-bottom:1rem;color:#0b3c59}.hero p{font-size:1rem;margin-bottom:1rem}.hero-highlights{list-style:none;margin-bottom:1.5rem}.hero-highlights li{margin-bottom:.35rem;padding-left:1.2rem;position:relative}.hero-highlights li:before{content:"•";position:absolute;left:0;color:#0b5d7c}.btn-primary{display:inline-block;padding:.7rem 1.6rem;border-radius:999px;background:linear-gradient(135deg,#0b5d7c,#35a6c9);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 10px #0b5d7c40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0b5d7c4d}.hero-image-placeholder{width:100%;min-height:220px;border-radius:18px;background:linear-gradient(135deg,#35a6c9,#0b5d7c);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;text-align:center;padding:1rem}.hero-image{width:100%;max-height:360px;border-radius:22px;overflow:hidden;box-shadow:0 14px 30px #00408040;transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease}.hero-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .25s ease}.hero-image:hover{box-shadow:0 18px 40px #00408047}.hero-image:hover img{transform:scale(1.05)}.section{padding:3rem 0;position:relative}.section:not(.section-alt){background:#e0f7ff40}.section-alt{background-color:#fff}.section h2{font-size:1.6rem;margin-bottom:.75rem;color:#0b3c59;position:relative}.section h2:after{content:"";display:block;width:60px;height:3px;margin-top:.35rem;border-radius:999px;background:linear-gradient(90deg,#0b5d7c,#35a6c9)}.section h2{font-size:1.6rem;margin-bottom:.75rem;color:#0b3c59}.section-intro{max-width:700px;margin-bottom:2rem;color:#345269;font-size:.97rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.room-card{background-color:#fff;border-radius:18px;padding:1.25rem;box-shadow:0 4px 12px #0040800f;border:1px solid rgba(11,93,124,.06);display:flex;flex-direction:column;height:100%;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.room-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #00408029;border-color:#0b5d7c2e}.room-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#0b3c59}.room-description{font-size:.95rem;margin-bottom:.75rem}.room-amenities{list-style:none;margin-bottom:.75rem;font-size:.9rem;color:#345269}.room-amenities li{margin-bottom:.25rem}.room-price{margin-top:auto;font-weight:600;color:#0b5d7c}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.gallery-item{background-color:#f5fbff;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px #0040800d}.gallery-item img{display:block;width:100%;height:160px;object-fit:cover}.gallery-item figcaption{padding:.5rem .7rem;font-size:.85rem;color:#345269}.location-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,4fr);gap:1.5rem;align-items:start}.location-details h3{margin-bottom:.5rem;color:#0b3c59}.location-details p{margin-bottom:.75rem;font-size:.95rem}.location-map{background:#e0f7ff;border-radius:16px;min-height:220px;display:flex;align-items:center;justify-content:center;color:#47758e;font-size:.95rem;border:1px dashed #35a6c9;position:relative}.location-map iframe{width:100%;min-height:360px;border:0;border-radius:16px;box-shadow:0 10px 24px #0040802e}.location-highlights{list-style:none;margin:.75rem 0 1rem;padding:0;font-size:.95rem;color:#345269}.location-highlights li{position:relative;padding-left:1.2rem;margin-bottom:.3rem}.location-highlights li:before{content:"•";position:absolute;left:0;color:#0b5d7c}.location-summary{font-size:.95rem;color:#123043;font-weight:500}.contact-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.8fr);gap:2rem;align-items:flex-start}.contact-details h3,.contact-form-wrapper h3{margin-bottom:.75rem;color:#0b3c59}.contact-details p{margin-bottom:.75rem;font-size:.95rem}.contact-details a{color:#0b5d7c;text-decoration:none}.contact-details a:hover{text-decoration:underline}.contact-form-wrapper{background-color:#fff;border-radius:18px;padding:1.5rem 1.75rem;box-shadow:0 10px 24px #0040801f;border:1px solid rgba(11,93,124,.06)}.contact-form{display:flex;flex-direction:column;gap:.9rem}.contact-form>div{display:flex;flex-direction:column;gap:.25rem}.contact-form label{font-size:.9rem;font-weight:600;color:#0b3c59}.contact-form input,.contact-form textarea{width:100%;padding:.6rem .75rem;border-radius:12px;border:1px solid #c3d8e5;font-size:.95rem;font-family:inherit;background-color:#f9fcff}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8aa2b5}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#35a6c9;box-shadow:0 0 0 2px #35a6c92e}.contact-form button{margin-top:.3rem;align-self:flex-start}.contact-status{margin-top:.7rem;font-size:.9rem;padding:.5rem .75rem;border-radius:10px}.contact-status--success{color:#145a32;background-color:#e0f5e8}.contact-status--error{color:#8b1c13;background-color:#fde2df}.site-footer{padding:1.2rem 0;background-color:#0b3c59;color:#eaf4fb;font-size:.85rem}.footer-inner{text-align:center}@media(max-width:768px){.header-inner{flex-direction:column;align-items:flex-start;gap:.4rem}.main-nav{display:flex;flex-wrap:wrap}.main-nav a{margin-left:0;margin-right:.8rem;margin-bottom:.3rem;font-size:.9rem}.hero-inner,.location-layout,.contact-layout{grid-template-columns:1fr}}.room-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(95px,1fr));gap:.4rem;margin-bottom:.75rem}.room-thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.room-thumb:hover{transform:scale(1.04);box-shadow:0 8px 18px #0040802e}.lightbox-overlay{position:fixed;inset:0;background:#001728c7;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50;overflow:auto}.lightbox{position:relative}.lightbox img{display:block;max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:999px;width:36px;height:36px;cursor:pointer;font-size:1.1rem}.lightbox-close{top:12px;right:12px;transform:none}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lang-switcher{display:flex;gap:8px;align-items:center}.lang-btn{border:0;background:transparent;padding:0;cursor:pointer;border-radius:6px;line-height:0}.lang-btn img{width:28px;height:20px;display:block;border-radius:4px}.lang-btn.active{outline:2px solid currentColor;outline-offset:2px}
