@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;600;700;800;900&display=swap');
:root{--bg:#fbf7f0;--ink:#0f172a;--muted:#64748b;--red:#d94b40;--red2:#b33a2f;--sea:#149ca8;--soft-gray:#8d8d8d;--hero-gray:#9d9d9d;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto 0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px clamp(16px,4vw,48px);background:rgba(15,23,42,.46);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.14);color:#fff}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:58px;height:58px;border-radius:999px;object-fit:cover;background:#fff;border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 30px rgba(0,0,0,.22)}.brand strong{display:block;letter-spacing:.26em;font-size:18px}.brand small{display:block;margin-top:2px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.72);font-size:11px}#nav{display:flex;gap:26px;font-size:14px;font-weight:700}#nav a{text-decoration:none;color:rgba(255,255,255,.88)}#nav a:hover{color:#fff}.lang-switch{display:flex;gap:7px}.lang-switch button{border:0;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.14);color:#fff;font-weight:800;cursor:pointer}.lang-switch button.active{background:#fff;color:#0f172a}
.hero{position:relative;min-height:100vh;overflow:hidden}.slider{position:absolute;inset:0}.slide{position:absolute;inset:0;opacity:0;transform:scale(1.06);transition:opacity 1s ease, transform 1.2s ease}.slide.active{opacity:1;transform:scale(1)}.slide img{width:100%;height:100%;object-fit:cover;filter:saturate(1.12) brightness(.98)}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.40),rgba(15,23,42,.22) 44%,rgba(15,23,42,.36) 100%)}.hero-content{position:relative;z-index:2;min-height:100vh;width:min(1240px,calc(100% - 32px));margin:0 auto;padding:130px 0 92px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--hero-gray)}.hero-panel{width:min(1120px,100%);border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;padding:34px clamp(18px,5vw,72px) 36px;text-shadow:0 3px 24px rgba(0,0,0,.48)}.hero-premium{font-size:clamp(14px,2vw,22px);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.82)}.hero h1{font-family:'Cormorant Garamond',Georgia,'Times New Roman',serif;font-size:clamp(64px,9vw,118px);line-height:.9;margin:78px 0 0;font-weight:700;letter-spacing:-.04em;color:rgba(255,255,255,.92);text-shadow:0 5px 28px rgba(0,0,0,.55)}.hero-subtitle{margin-top:52px;font-size:clamp(24px,4vw,44px);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.84)}.hero p{font-size:clamp(20px,2.8vw,34px);line-height:1.5;color:rgba(255,255,255,.80);max-width:1180px;margin:54px auto 0;font-weight:500}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:center;margin:70px auto 0;max-width:1180px}.hero-stat{display:flex;align-items:center;justify-content:center;gap:14px;color:rgba(255,255,255,.84);font-size:clamp(18px,2.4vw,30px);font-weight:800;white-space:nowrap}.hero-stat svg{width:34px;height:34px;stroke:currentColor;stroke-width:2.1;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.hero-actions{display:none;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:42px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:14px 24px;text-decoration:none;font-size:14px;font-weight:900;border:0;cursor:pointer;transition:transform .25s,background .25s,box-shadow .25s}.btn:hover{transform:translateY(-3px)}.btn.primary{background:var(--red);color:#fff;box-shadow:0 12px 35px rgba(217,75,64,.32)}.btn.primary:hover{background:var(--red2)}.btn.glass{background:rgba(15,23,42,.08);color:#636363;border:1px solid rgba(15,23,42,.14);backdrop-filter:blur(12px)}.btn.light{background:#fff;color:#0f172a}.btn.dark{background:#0f172a;color:#fff}.dots{position:absolute;z-index:4;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:8px}.dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.55);cursor:pointer;transition:.25s}.dots button.active{width:40px;background:#fff}.section{padding:90px 0}.two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center}h2{font-size:clamp(32px,4.6vw,58px);line-height:1.05;margin:18px 0 0;letter-spacing:-.04em}.lead{font-size:18px;line-height:1.8;color:var(--muted);margin:22px 0 0}.section-kicker{display:inline-flex;width:max-content;color:var(--red2);font-weight:900;text-transform:uppercase;letter-spacing:.28em;font-size:13px}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.feature{background:#fff;border:1px solid #e9e2d8;border-radius:28px;padding:24px;box-shadow:0 16px 42px rgba(15,23,42,.06)}.feature span{font-size:30px}.feature h3{font-size:20px;margin:14px 0 8px}.feature p{margin:0;color:var(--muted);line-height:1.6}.gallery-section{background:#fff}.tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;overflow-x:visible;padding:26px 0 12px;margin-top:12px}.tabs button{white-space:normal;line-height:1.25;min-height:48px;border:1px solid #e2e8f0;background:#fff;color:#334155;border-radius:999px;padding:12px 14px;font-weight:900;cursor:pointer;text-align:center}.tabs button.active{background:#0f172a;color:#fff;border-color:#0f172a}.gallery-title{font-size:28px;margin:24px 0 18px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.photo-card{overflow:hidden;border-radius:30px;background:#f1f5f9;box-shadow:0 18px 50px rgba(15,23,42,.1)}.photo-card figure{margin:0;position:relative;height:310px;overflow:hidden}.photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s;filter:saturate(1.08)}.photo-card:hover img{transform:scale(1.06)}.photo-card figcaption{position:absolute;left:16px;right:16px;bottom:16px;border:1px solid rgba(255,255,255,.25);background:rgba(15,23,42,.45);backdrop-filter:blur(12px);color:#fff;border-radius:20px;padding:13px;font-weight:900}.video-card{background:#fff;border-radius:36px;padding:20px;box-shadow:0 20px 60px rgba(15,23,42,.08)}.video-poster{position:relative;display:block;overflow:hidden;border-radius:28px;height:360px;color:#fff;text-decoration:none}.video-poster img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1)}.video-poster::after{content:"";position:absolute;inset:0;background:rgba(15,23,42,.22)}.video-poster span{position:absolute;z-index:2;inset:0;margin:auto;width:82px;height:82px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.88);color:#0f172a;font-size:30px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.document-section{background:#0f172a;color:#fff;padding:70px 0}.document-card{display:flex;align-items:center;justify-content:space-between;gap:26px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:34px;padding:34px}.document-card h2{margin:0;font-size:38px}.document-card p{color:rgba(255,255,255,.72);max-width:720px;line-height:1.7}.location-section{background:#fbf7f0}.location-wrap{align-items:center}.location-actions{margin-top:28px}.map-card{overflow:hidden;border:1px solid #e9e2d8;background:#fff;border-radius:34px;padding:12px;box-shadow:0 22px 60px rgba(15,23,42,.09)}.map-card iframe{display:block;width:100%;height:430px;border:0;border-radius:24px;filter:saturate(1.04)}.map-note{margin:12px 8px 4px;color:#64748b;font-size:14px;line-height:1.65}.contact-wrap{align-items:start}.contact-info{margin-top:26px;color:#334155;line-height:1.8}.contact-info a{color:var(--red2);font-weight:800}.booking-form{background:#fff;border:1px solid #e9e2d8;border-radius:34px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.08)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}label span{display:block;font-size:14px;font-weight:900;margin-bottom:8px;color:#334155}input,textarea{width:100%;border:1px solid #dbe2ea;border-radius:18px;background:#fbf7f0;padding:13px 14px;font:inherit;outline:0}input:focus,textarea:focus{background:#fff;border-color:var(--red)}.message-label{display:block;margin-top:15px}.form-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px}.form-actions a{color:var(--red2);font-weight:900}.hidden-field{display:none!important}footer{background:#0f172a;color:rgba(255,255,255,.72);text-align:center;padding:44px 20px}footer img{width:76px;height:76px;object-fit:cover;border-radius:999px;background:#fff;margin-bottom:10px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;background:#25D366;color:#fff;text-decoration:none;border-radius:999px;padding:16px 20px;font-weight:1000;box-shadow:0 18px 45px rgba(37,211,102,.35)}
@media (max-width:1100px){.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hero h1{margin-top:54px}.hero-subtitle{margin-top:36px}.hero p{margin-top:36px}.hero-stats{margin-top:44px}}
@media (max-width:900px){#nav{display:none}.two-col{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{padding:10px 14px}.brand small{display:none}.brand img{width:48px;height:48px}.document-card{align-items:flex-start;flex-direction:column}.hero-content{padding-top:116px}.photo-card figure{height:260px}}
@media (max-width:620px){.tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tabs button{font-size:12px;padding:10px 8px}.gallery-grid,.feature-grid,.form-grid{grid-template-columns:1fr}.hero-panel{border-radius:28px;padding:26px 16px 28px}.hero h1{font-size:56px;margin-top:36px}.hero-subtitle{font-size:24px;letter-spacing:.14em;margin-top:28px}.hero p{font-size:18px;line-height:1.55;margin-top:28px}.hero-stats{grid-template-columns:1fr;gap:14px;margin-top:34px}.hero-stat{font-size:18px}.hero-stat svg{width:28px;height:28px}.hero-actions{flex-direction:column}.btn{width:100%}.floating-whatsapp{right:14px;bottom:14px}.section{padding:68px 0}.photo-card figure{height:250px}.lang-switch button{padding:6px 8px}.brand strong{letter-spacing:.16em;font-size:15px}.map-card iframe{height:330px}}
