.splash-screen{width:100vw;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;animation:fadeOut .6s ease-out forwards;animation-delay:2s;overflow:hidden}.splash-logo{width:280px;height:auto;opacity:0;animation:fadeIn 1.2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{to{opacity:0}}.hero-section{width:100%;padding:110px 20px 40px;background:#fff;font-family:Montserrat,sans-serif;box-sizing:border-box}.hero-info{margin-bottom:30px}.hero-location{display:flex;align-items:center;margin-bottom:20px}.hero-location-clickable{display:flex;align-items:center;gap:10px;cursor:pointer;color:#e5c39e;transition:opacity .2s ease}.hero-location-clickable:hover{opacity:.6}.hero-location-icon{font-size:25px;display:flex;align-items:center}.hero-location h3{font-size:18px;font-weight:600;margin:0}.hero-title-row{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.hero-title{font-size:50px;font-weight:700;font-family:Playfair Display;color:#0b1b32;margin:0;line-height:1.1}.hero-icons{display:flex;gap:20px;font-size:18px;color:#2b3f5a;flex-wrap:wrap}.hero-icons span{display:flex;align-items:center;gap:6px}.hero-photo-layout{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:20px;margin-top:30px;height:auto;height:600px}.hero-photo-layout img:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000002e}.photo-large{grid-row:span 2;border-radius:16px;overflow:hidden}.photo-large img{width:100%;height:100%;object-fit:cover}.photo-small{border-radius:16px;overflow:hidden;position:relative}.photo-small img{width:100%;height:100%;object-fit:cover}.third-photo{cursor:pointer}.hero-overlay{position:absolute;bottom:0;width:100%;padding:14px 0;background:#0009;border-top:2px solid rgba(0,0,0,.2);color:#fff;text-align:center;font-size:20px;font-weight:600}.hero-overlay:hover{color:#a39f9f}.hero-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-top:20px}.grid-photo{width:100%;height:250px;border-radius:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.grid-photo img{width:100%;height:100%;object-fit:cover}.grid-photo:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000002e}.collapse-btn{margin:30px auto 0;display:block;padding:12px 26px;background:#0a1a2f;color:#fff;border:none;border-radius:10px;font-size:16px;cursor:pointer;transition:opacity .2s ease}.collapse-btn:hover{opacity:.8}.navbar{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid rgba(68,64,64,.075);padding:0 24px;z-index:5000;box-sizing:border-box}.navbar-logo{height:60px;width:auto;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-right{display:flex;gap:20px;align-items:center}.navbar-right a{color:#0a1a2f;font-size:1.1rem;font-family:Montserrat;text-decoration:none;transition:opacity .3s ease;white-space:nowrap}.navbar-right a:hover{opacity:.7}.book-button{padding:8px 18px;background:#d9a441;border-radius:8px;color:#0a1a2f;transition:background .3s ease;white-space:nowrap}.book-button:hover{background:#885b06;color:#fff}.lang-switch{background:transparent;border:none;font-size:26px;cursor:pointer;color:#0a1a2f;padding:4px;transition:.2s ease}.lang-switch:hover{opacity:.6}.villa-section{width:100%;padding:80px 40px;background:#fff;font-family:Montserrat,sans-serif;color:#0a1a2f;box-sizing:border-box}.villa-heading{font-size:38px;font-weight:700;margin-bottom:20px;max-width:800px;line-height:1.2}.villa-description{font-size:18px;line-height:1.7;max-width:800px;margin-bottom:50px}.villa-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:80px;border-bottom:1px solid rgba(68,64,64,.06);padding-bottom:40px}.benefit-box{display:flex;align-items:flex-start;gap:16px;padding:24px 14px;border-radius:14px}.benefit-icon{font-size:32px;color:#d9a441;flex-shrink:0;margin-top:4px}.benefit-text h3{font-size:18px;font-weight:600;margin:0 0 6px}.benefit-text p{font-size:15px;line-height:1.6;margin:0}.villa-subheading{font-size:26px;font-weight:600;margin-bottom:50px}.villa-list{list-style:none;padding:0;margin:0;columns:2;column-gap:40px}.villa-list li{display:flex;align-items:center;gap:20px;font-size:17px;margin-bottom:20px}.villa-icon{color:#d9a441;font-size:20px;flex-shrink:0}.booking-form{background:#f7f5f5;padding:40px;border-radius:16px;max-width:900px;margin:0 auto 60px;font-family:Montserrat,sans-serif;box-sizing:border-box}.price-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.price-value{font-size:32px;font-weight:700;color:#0b1b32}.price-label{font-size:20px;font-weight:500;opacity:.8;color:#0b1b32}.price-info-toggle{width:26px;height:26px;border-radius:50%;border:none;background:#0b1b32;color:#fff;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.price-info-toggle:hover{background:#1d2f4a}.price-info-box{background:#0000000f;border-left:4px solid #d9a441;padding:20px 24px;margin-bottom:30px;border-radius:10px;font-size:16px;line-height:1.6;animation:fadeIn .25s ease}.price-info-box h4{margin:0 0 12px;font-size:18px;font-weight:700;color:#0b1b32}.price-info-box ul{margin:0 0 14px;padding-left:22px}.price-info-box li{margin-bottom:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-fields{display:flex;flex-direction:column;gap:26px;width:100%}.form-row{display:flex;gap:24px;flex-wrap:wrap}.form-field{flex:1;min-width:260px;display:flex;flex-direction:column}.form-field label{font-size:15px;font-weight:600;margin-bottom:8px;color:#0b1b32}.form-field input,.form-field textarea{padding:14px 16px;border-radius:10px;border:1px solid #d9a441;font-size:16px;outline:none;resize:none;box-sizing:border-box;background:#fff;transition:.2s ease}.form-field input:focus,.form-field textarea:focus{border-color:#0b1b32;background:#fafafa}.form-field textarea{min-height:140px}.submit-btn{margin-top:10px;width:100%;padding:16px;background:#d9a441;color:#0b1b32;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:.2s ease}.submit-btn:hover{opacity:.85}.error-message,.success-message{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:15px}.error-message{background:#fdd;color:#a30000}.success-message{background:#dfd;color:#060}.footer{width:100%;padding:50px 40px 25px;background:#0a1a2f;color:#fff;display:flex;flex-direction:column;align-items:center;gap:30px;font-family:Montserrat,sans-serif;box-sizing:border-box}.footer-contact{text-align:center;max-width:600px}.footer-contact h3{font-size:24px;font-weight:700;margin-bottom:12px}.footer-contact p{margin-bottom:6px;font-size:16px;opacity:.85}.footer-contact a{color:#fff;text-decoration:none;opacity:.85;transition:.2s ease}.footer-contact a:hover{opacity:1}.footer-bottom{opacity:.6;font-size:14px;text-align:center;max-width:600px}.island-guide{padding:40px 20px;max-width:900px;margin:0 auto;font-family:Montserrat,sans-serif;color:#0b1b32}.back-button{display:inline-block;margin-bottom:20px;text-decoration:none;color:#c7a480;font-size:1.1rem;font-weight:500;transition:.2s}.back-button:hover{color:#e5c39e}.guide-hero{text-align:center;margin-bottom:40px}.guide-hero h1{font-size:2.8rem;font-family:Playful Display;color:#d9a441;margin-bottom:10px}.guide-hero p{font-size:1.4rem;color:#2b3f5a}.guide-section{margin-bottom:50px}.guide-section h2{font-size:1.7rem;margin-bottom:30px}.about-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:20px}.about-grid p{font-size:1.1rem}.about-card h3{margin-bottom:15px;font-size:1.4rem}.places-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.place-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:.3s}.place-card:hover{transform:translateY(-4px)}.place-card img{width:100%;height:160px;object-fit:cover}.place-card h3{margin:12px;font-size:1.4rem}.place-card p{margin:0 12px 16px;color:#2b3f5a;font-size:1.2rem}.food-list,.info-list{list-style:none;padding:0}.food-list li,.info-list li{margin-bottom:10px;font-size:1.2rem}@media(max-width:1000px){.hero-photo-layout{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.photo-large,.photo-small{height:auto}.photo-large img,.photo-small img{width:100%;height:auto;object-fit:cover}}@media(max-width:800px){.navbar{height:auto;flex-direction:column;padding:20px 24px;gap:12px}.navbar-logo{height:70px}.navbar-right{gap:16px;padding-bottom:6px;flex-wrap:wrap;justify-content:center}.navbar-right a{font-size:1.1rem}.book-button{padding:6px 14px;font-size:.9rem}.hero-section{padding-top:200px}.hero-title-row{padding-top:10px}.hero-title{font-size:40px}.hero-icons{gap:15px;font-size:16px}.hero-photo-layout{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.photo-large,.photo-small{height:auto}.photo-large img,.photo-small img{width:100%;height:auto;object-fit:cover}.villa-section{padding:60px 30px}.villa-heading{font-size:32px}.villa-description{font-size:18px}.villa-benefits{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.benefit-box{padding:20px 12px;border-radius:12px}.benefit-text h3{font-size:17px}.benefit-text p{font-size:16px}.villa-list{columns:1}.booking-form{padding:24px;margin:0 auto 50px}.price-amount{font-size:32px}.price-label{font-size:20px}.form-row{gap:16px}.form-field input,.form-field textarea{font-size:15px;padding:10px 14px}.submit-btn{font-size:17px;padding:14px}.footer{padding:40px 30px 20px;gap:24px}.footer-contact h3{font-size:22px}.footer-contact p{font-size:15px}.footer-bottom{font-size:13px}.island-guide{padding:30px 20px}.guide-hero h1{font-size:2.3rem}.guide-hero p{font-size:1.2rem}.guide-section h2{font-size:1.5rem}.about-grid{gap:30px}.places-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.place-card img{height:150px}.place-card h3{font-size:1.3rem}.place-card p,.food-list li,.info-list li{font-size:1.1rem}}@media(max-width:480px){.navbar{padding:14px 16px;gap:10px}.navbar-logo{height:65px}.navbar-right{gap:12px}.navbar-right a{font-size:.95rem}.book-button{padding:6px 12px;font-size:.85rem}.lang-switch{font-size:22px}.hero-section{padding:90px 16px 30px}.hero-title{font-size:32px}.hero-icons{font-size:14px;gap:10px}.hero-photo-layout{gap:14px;height:auto}.photo-large,.photo-small{height:auto}.photo-large img,.photo-small img{width:100%;height:auto;object-fit:cover}.grid-photo{height:200px}.hero-overlay{font-size:16px}.villa-section{padding:50px 20px}.villa-heading{font-size:28px}.villa-description{font-size:15px}.villa-subheading{font-size:22px;margin-bottom:30px}.benefit-box{padding:16px 10px;gap:12px}.benefit-icon{font-size:26px}.villa-list li{font-size:15px;gap:14px}.villa-icon{font-size:18px}.booking-form{padding:20px;margin:0 auto 40px}.price-box{flex-direction:column;align-items:flex-start;gap:4px}.price-amount{font-size:28px}.price-label{font-size:18px}.form-row{flex-direction:column;gap:14px}.form-field{min-width:100%}.form-field input,.form-field textarea{font-size:14px;padding:10px 12px}.submit-btn{font-size:16px;padding:14px}.footer{padding:35px 20px 18px;gap:20px}.footer-contact h3{font-size:20px}.footer-contact p{font-size:14px}.footer-bottom{font-size:12px}.island-guide{padding:24px 16px}.back-button{font-size:1rem}.guide-hero h1{font-size:2rem}.guide-hero p{font-size:1.1rem}.guide-section h2{font-size:1.3rem;margin-bottom:20px}.about-grid{gap:20px}.about-grid p{font-size:1rem}.about-card h3{font-size:1.2rem}.places-grid{grid-template-columns:1fr}.place-card img{height:140px}.place-card h3{font-size:1.2rem}.place-card p,.food-list li,.info-list li{font-size:1rem}}
