:root{--primary:#3d7077;--secondary:#8cc9c3;--accent:#e8dcc2;--text-dark:#162024;--text:#334044;--muted:#6a7b80;--surface:#fff;--surface-alt:#f4f8f8;--shadow-soft:0 15px 40px #00000014;--radius:18px;--font-heading:"Poppins",system-ui,-apple-system,sans-serif;--font-body:"Poppins",system-ui,-apple-system,sans-serif}body{font-family:var(--font-body);color:var(--text);background:var(--surface-alt);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration-skip-ink:auto}:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:4px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #0000000d;width:100%;transition:transform .3s,box-shadow .3s;position:fixed;top:0;transform:translateY(0)}.navbar.hidden{transform:translateY(-100%)}.navbar.scrolled{box-shadow:0 12px 30px #00000014}.nav-container{justify-content:space-between;align-items:center;height:82px;display:flex}.logo img{height:74px}.nav-menu{align-items:center;gap:20px;transition:max-height .3s;display:flex}.nav-menu a{color:var(--text-dark);border-radius:12px;padding:10px 12px;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.nav-menu a:hover{color:var(--primary);background:#3d707714}.nav-menu a.active{color:#fff;background:var(--primary)}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.burger span{background:var(--text-dark);border-radius:3px;height:3px;transition:all .3s;display:block}.burger.active span:first-child{transform:rotate(45deg)translateY(7px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg)translateY(-7px)}.btn-primary,.btn-outline{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 20px #3d707733}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px #3d707738}.btn-outline{border:1px solid var(--primary);color:var(--primary);background:#fff}.btn-outline:hover{background:#3d70771a;transform:translateY(-2px)}.cta-actions,.cta-inline{flex-wrap:wrap;gap:14px;display:flex}.hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:100vh;margin-bottom:0;display:flex;position:relative}.hero-media{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(120deg,#1c3d43bf,#3d7077b3);position:absolute;inset:0}.hero-content{z-index:2;max-width:820px;padding:0 20px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:1.4px;color:#fffc;margin-bottom:12px;font-size:.85rem}.hero h1{font-family:var(--font-heading);margin-bottom:18px;font-size:3rem;line-height:1.1}.hero p{color:#ffffffeb;margin-bottom:26px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:18px;display:flex}.hero-badges{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hero-badges span{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;padding:8px 14px;font-size:.9rem}.trust-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;margin-top:20px;padding:10px 18px;font-size:.9rem;display:inline-flex}.trust-badge .stars{font-size:.85rem;line-height:1}.trust-badge .rating-text{opacity:.95;font-size:.88rem}.trust-badge .rating-text strong{font-weight:700}.testimonials{background:linear-gradient(#f8fbfb 0%,#fff 100%);padding:80px 0}.testimonials h2{font-family:var(--font-heading);color:var(--primary);text-align:center;margin-bottom:40px;font-size:2.1rem}.testimonials .section-label{text-align:center}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:30px;display:grid}.testimonial-card{background:#fff;border:1px solid #3d707714;border-radius:18px;padding:28px 26px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #0000000f}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.testimonial-card .stars{color:#fbbf24;margin-bottom:14px;font-size:1rem}.testimonial-card .testimonial-text{color:var(--text);margin-bottom:16px;font-size:1.02rem;font-style:italic;line-height:1.7}.testimonial-card .testimonial-author{color:var(--primary);font-size:.95rem;font-weight:700}.testimonials-cta{text-align:center;margin-top:20px}.intro{padding:70px 0 40px}.intro-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.intro-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-soft);border:1px solid #3d707714;padding:26px 24px}.intro-card h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:10px;font-size:1.25rem}.intro-card p{color:#304247}.section-about{opacity:0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:90px 0;transition:opacity .8s,transform .8s;display:flex;transform:translateY(50px)}.section-about.visible{opacity:1;transform:translateY(0)}.section-about .text{flex:480px}.section-label{color:var(--secondary);text-transform:uppercase;letter-spacing:1.6px;margin-bottom:12px;font-size:.9rem;font-weight:700}.section-about h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:16px;font-size:2rem}.section-about p{color:var(--text);font-size:1.05rem;line-height:1.75}.section-about .image{flex:480px;justify-content:center;display:flex}.section-about .image img{width:auto;max-width:420px;height:auto;max-height:340px;box-shadow:var(--shadow-soft);object-fit:contain;border-radius:26px}.section-about.alt-left{flex-direction:row}.section-about.alt-right{flex-direction:row-reverse}.team-preview{text-align:center;padding:70px 0 90px}.team-title{font-family:var(--font-heading);color:var(--primary);margin-bottom:34px;font-size:2.1rem}.team-grid{flex-wrap:wrap;justify-content:center;gap:26px;display:flex}.team-member{text-align:center;background:var(--surface);max-width:280px;box-shadow:var(--shadow-soft);border-radius:18px;flex:250px;padding:12px 12px 18px;transition:transform .25s,box-shadow .25s}.team-member a{height:100%;color:inherit;text-decoration:none;display:block}.team-member img{object-fit:cover;border-radius:14px;width:100%;height:260px;margin-bottom:10px}.team-member h3{font-family:var(--font-heading);color:var(--text-dark);font-size:1.1rem}.team-snippet{color:var(--muted);margin-top:6px;font-size:.95rem;line-height:1.5}.team-member:hover{transform:translateY(-4px);box-shadow:0 20px 34px #0000001f}.cta-inline{justify-content:center;margin-top:30px}.page-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#305f66,#3d7077);margin-top:82px;padding:70px 0}.page-hero h1{font-family:var(--font-heading);margin-bottom:10px;font-size:2.3rem}.page-hero p{opacity:.95;font-size:1.05rem}.services{background:linear-gradient(#f4f8f8 0%,#e8f0f0 60%,#d9e6e6 100%);padding:80px 0 100px}.services-filter{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:30px;display:flex}.filter-btn{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:999px;padding:10px 16px;font-weight:700;transition:all .2s;box-shadow:0 6px 18px #0000000d}.filter-btn:hover{color:var(--primary);border-color:#3d707740}.filter-btn.active{background:var(--primary);color:#fff;border-color:#0000;box-shadow:0 10px 24px #3d707738}.service-section-title{text-align:center;font-family:var(--font-heading);color:var(--primary);margin:70px 0 30px;font-size:1.8rem;position:relative}.service-section-title:after{content:"";background:var(--accent);border-radius:2px;width:60px;height:3px;margin:12px auto 0;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;gap:22px;display:grid}.service-card{text-align:left;background:#fff;border:1px solid #0000000a;border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex;position:relative;box-shadow:0 10px 28px #0000000f}.service-card.hidden{display:none}.service-card img{object-fit:cover;border-radius:12px;width:100%;height:190px}.service-card h3{font-family:var(--font-heading);color:var(--text-dark);font-size:1.15rem}.service-card p{color:var(--muted);font-size:.98rem;line-height:1.55}.service-tag{color:#fff;background:#3d7077e6;border-radius:999px;padding:6px 12px;font-size:.8rem;position:absolute;top:16px;left:16px;box-shadow:0 8px 16px #0000001f}.price{color:var(--primary);font-size:1rem;font-weight:700}.services-cta{box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:60px;padding:26px;display:flex}.contact-section{background:linear-gradient(#dfeeee 0%,#f8fbfb 100%);padding:80px 0}.contact-grid{flex-wrap:wrap;align-items:stretch;gap:40px;display:flex}.contact-info{flex:46%}.contact-info h2{font-family:var(--font-heading);color:var(--primary);margin-bottom:16px;font-size:1.9rem}.contact-info p{color:var(--text);margin-bottom:18px;line-height:1.7}.contact-actions{flex-wrap:wrap;gap:12px;margin:18px 0 24px;display:flex}.contact-btn{background:var(--primary);color:#fff;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 10px 18px #0000001f}.contact-btn:hover{background:#2f5a61;transform:translateY(-2px);box-shadow:0 14px 24px #0000002e}.contact-btn i{font-size:1.1rem}.contact-btn svg{fill:currentColor;width:18px;height:18px}.contact-extra{background:#fffc;border-radius:14px;justify-content:space-between;gap:24px;padding:18px 22px;display:flex;box-shadow:0 10px 20px #0000000f}.contact-extra .address,.contact-extra .hours{flex:1}.contact-extra i{color:var(--primary);margin-right:10px}.contact-extra strong{color:var(--primary);font-family:var(--font-heading)}.contact-map{flex:48%}.contact-map iframe{width:100%;height:100%;min-height:380px;box-shadow:var(--shadow-soft);border:none;border-radius:16px}.reservation-info{background:linear-gradient(#fff 0%,#f5f9f9 100%);padding:80px 0}.reservation-grid{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.reservation-text{flex:1}.reservation-text h2{font-family:var(--font-heading);color:var(--primary);margin-bottom:18px;font-size:1.9rem}.reservation-text p{margin-bottom:18px;font-size:1.05rem;line-height:1.7}.reservation-photo{text-align:right;flex:1}.reservation-photo img{width:100%;max-width:480px;box-shadow:var(--shadow-soft);border-radius:18px}.team-detail{padding:80px 0}.team-member-detail{flex-wrap:wrap;align-items:center;gap:40px;margin-bottom:60px;display:flex}.team-member-detail img{max-width:360px;box-shadow:var(--shadow-soft);object-fit:cover;border-radius:16px}.team-member-detail .info{flex:1}.team-member-detail h2{font-family:var(--font-heading);color:var(--primary);margin-bottom:12px}.team-member-detail p{color:var(--text);margin-bottom:12px}.tagline{color:var(--muted);font-style:italic}.cta-band{background:#fff;padding:50px 0}.cta-band.secondary{background:linear-gradient(120deg,#e8f2f2,#f8fbfb)}.cta-band-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.cta-band h3{font-family:var(--font-heading);color:var(--text-dark);margin:8px 0}.reviews-page{padding:70px 0}.reviews-copy{box-shadow:var(--shadow-soft);text-align:center;background:#fff;border-radius:16px;padding:30px}.reviews-copy p{color:var(--text);margin-bottom:18px}.reviews-copy .cta-actions{justify-content:center}.gallery{padding:70px 0 90px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,280px));justify-content:center;gap:16px;display:grid}.gallery-card,.gallery-placeholder{box-shadow:var(--shadow-soft);aspect-ratio:1;background:#fff;border-radius:16px;min-height:0;position:relative;overflow:hidden}.gallery-card img{object-fit:cover;width:100%;height:100%}.gallery-card figcaption{color:#fff;background:linear-gradient(#0000,#0000008c);padding:12px 14px;font-size:.95rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-placeholder{color:var(--text-dark);text-align:center;background:linear-gradient(135deg,#3d707726,#8cc9c333);border:1px dashed #3d707766;justify-content:center;align-items:center;padding:18px;font-weight:700;display:flex}.gallery-note{color:var(--muted);text-align:center;margin-top:16px}.lightbox-open{overflow:hidden}.lightbox{opacity:0;visibility:hidden;z-index:999;background:#000000b8;justify-content:center;align-items:center;padding:16px;transition:opacity .2s,visibility .2s;display:flex;position:fixed;inset:0}.lightbox.active{opacity:1;visibility:visible}.lightbox-content{flex-direction:column;align-items:center;gap:10px;max-width:min(1080px,96vw);max-height:88vh;display:flex;position:relative}.lightbox-img{object-fit:contain;background:#0f1516;border-radius:12px;max-width:100%;max-height:82vh;box-shadow:0 20px 50px #00000059}.lightbox-caption{color:#f4f7f7;text-align:center;text-shadow:0 1px 6px #0009;font-size:.98rem;font-weight:600}.lightbox-close{cursor:pointer;color:#24373b;background:#ffffffeb;border:none;border-radius:50%;width:34px;height:34px;font-size:18px;font-weight:700;position:absolute;top:-8px;right:-8px;box-shadow:0 8px 20px #00000040}.lightbox-nav{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0}.lightbox-nav button{pointer-events:auto;cursor:pointer;color:#24373b;background:#ffffffd9;border:none;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:grid;box-shadow:0 10px 24px #00000042}.footer-minimal{color:#e7efef;background:#0e1b1e;margin-top:40px;padding:40px 0 20px}.footer-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));place-items:start center;gap:28px;display:grid}.footer-brand{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer-logo{width:auto;height:86px}.footer-brand p{color:#c3d2d2;margin:0}.footer-links,.footer-meta{flex-direction:column;align-items:center;gap:6px;display:flex}.footer-links h4,.footer-meta h4{color:#fff;text-align:center;margin-bottom:6px;font-size:1rem}.footer-links a,.footer-meta a{color:#c3d2d2;text-decoration:none}.footer-links a:hover,.footer-meta a:hover{color:#fff}.legal-note{color:#9bb1b4;margin-top:8px;font-size:.9rem}.footer-bottom{text-align:center;color:#9bb1b4;border-top:1px solid #ffffff14;margin-top:20px;padding-top:12px;font-size:.95rem}.footer-contact-actions{flex-wrap:wrap;gap:12px;margin:8px 0 6px;display:flex}.contact-btn.footer-btn{color:#e7efef;box-shadow:none;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:10px 14px}.contact-btn.footer-btn:hover{color:#fff;background:#ffffff29;transform:translateY(-2px)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.author-credit{opacity:.8;margin-top:6px;font-size:.85rem}@media (max-width:1100px){.section-about h3{font-size:1.7rem}.service-card img{height:170px}}@media (max-width:992px){.hero{align-items:flex-start;height:100vh;min-height:100vh;padding:120px 0 90px}.hero h1{font-size:2.4rem}.nav-menu{background:#fff;border-bottom:1px solid #0000000d;flex-direction:column;align-items:center;max-height:0;position:absolute;top:82px;left:0;right:0;overflow:hidden;box-shadow:0 12px 30px #0000000f}.nav-menu.active{max-height:calc(100vh - 82px);overflow-y:auto}.nav-menu a{text-align:center;border-top:1px solid #0000000a;border-radius:0;width:100%;padding:14px 0}.burger{display:flex}.section-about{text-align:center;width:100%;padding:70px 0;flex-direction:column!important}.section-about .text,.section-about .image{flex:none;width:100%;padding:0 16px}.section-about .image img{object-fit:contain;border-radius:22px;max-width:360px;max-height:280px}.services-cta{flex-direction:column;align-items:flex-start}.contact-grid{flex-direction:column}.contact-map iframe{min-height:320px}.reservation-grid{text-align:center;flex-direction:column}.reservation-photo{text-align:center}.team-member-detail{text-align:center;flex-direction:column}.team-member-detail img{margin:0 auto}.team-member-detail .info{text-align:center;width:100%;padding:0 14px}.cta-band-content{flex-direction:column;align-items:flex-start}.cta-inline{justify-content:center}}@media (max-width:768px){.hero{height:100vh;min-height:100vh;padding:130px 0 80px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.nav-container{padding:0 12px}.logo img{height:64px}.intro{padding:50px 0 20px}.section-about{gap:30px;padding:60px 0}.team-member img{height:220px}.service-card{padding:16px}.services-cta{padding:20px}.contact-actions{flex-direction:column}.contact-btn{justify-content:center;width:100%}.contact-extra{flex-direction:column}.gallery-card,.gallery-placeholder{min-height:0}.team-detail{padding:60px 0 50px}.team-member-detail{text-align:center;align-items:center}.team-member-detail img{width:100%;max-width:320px;margin:0 auto 10px}.team-member-detail .info{text-align:center;width:100%;padding:0 12px}}@media (max-width:520px){.hero-badges span{font-size:.85rem}.section-about .image img{max-width:300px;max-height:220px}.service-card img{height:150px}.team-member img{height:200px}.page-hero{padding:60px 0}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body.lightbox-open{overflow:hidden}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
