:root{--navy:#0b1f3a;--navy-deep:#071428;--navy-mid:#112d52;--gold:#c9a84c;--gold-light:#e4c97a;--gold-pale:#f5e9c9;--gold-text:#7d631c;--cream:#f8f4ec;--sand:#e8dcc8;--white:#ffffff;--text-dark:#1a1a2e;--text-mid:#3a4a5c;--text-muted:#6b7e94;--glass-bg:rgba(11,31,58,0.72);--glass-border:rgba(201,168,76,0.25);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:40px;--shadow-sm:0 2px 8px rgba(11,31,58,0.12);--shadow-md:0 8px 32px rgba(11,31,58,0.18);--shadow-lg:0 20px 60px rgba(11,31,58,0.28);--shadow-gold:0 4px 24px rgba(201,168,76,0.22);--transition:0.35s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--white);color:var(--text-dark);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.font-display{font-family:'Cormorant Garamond',serif}h1,h2,h3,h4{line-height:1.2;letter-spacing:-0.02em}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}h3{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600}h4{font-size:1.1rem;font-weight:600}p{font-size:1rem;color:var(--text-mid)}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:0.75rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-text);margin-bottom:1rem}.section-navy .section-eyebrow,.section-dark .section-eyebrow,.cta-section .section-eyebrow,.hero .section-eyebrow,.page-hero .section-eyebrow{color:var(--gold-light)}.section-eyebrow::before,.section-eyebrow::after{content:'';display:block;width:28px;height:1px;background:var(--gold);opacity:0.6}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-sm{padding:64px 0}.section-dark{background:var(--navy-deep)}.section-cream{background:var(--cream)}.section-navy{background:var(--navy)}.header{position:fixed;top:0;left:0;right:0;z-index:900;transition:var(--transition);padding:18px 0}.header.scrolled{background:rgba(7,20,40,0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px 0;border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px}.logo img{height:44px;width:auto}.logo-text{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:var(--white);letter-spacing:0.04em;line-height:1.1}.logo-text span{display:block;font-size:0.65rem;font-weight:400;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold)}.nav{display:flex;align-items:center;gap:4px}.nav a{font-size:0.85rem;font-weight:500;color:rgba(255,255,255,0.82);padding:8px 14px;border-radius:var(--radius-sm);transition:var(--transition);letter-spacing:0.01em}.nav a:hover,.nav a.active{color:var(--gold-light);background:rgba(201,168,76,0.1)}.nav-cta{margin-left:8px;background:var(--gold)!important;color:var(--navy-deep)!important;padding:8px 20px!important;border-radius:50px!important;font-weight:700!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px);box-shadow:var(--shadow-gold)}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--navy-deep);z-index:850;flex-direction:column;align-items:center;justify-content:center;gap:8px}.mobile-menu.open{display:flex}.mobile-menu a{font-size:1.4rem;font-family:'Cormorant Garamond',serif;font-weight:600;color:var(--white);padding:12px 32px;letter-spacing:0.04em;transition:var(--transition)}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .mobile-cta{margin-top:16px;background:var(--gold);color:var(--navy-deep)!important;border-radius:50px;font-family:'Plus Jakarta Sans',sans-serif;font-size:1rem!important;font-weight:700}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,20,40,0.88) 0%,rgba(11,31,58,0.72) 50%,rgba(7,20,40,0.55) 100%)}.hero-content{position:relative;z-index:2;max-width:760px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(12px);padding:8px 18px;border-radius:50px;font-size:0.75rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:28px}.hero-badge i{font-size:0.8rem}.hero h1{color:var(--white);margin-bottom:24px}.hero h1 em{font-style:italic;font-family:'Cormorant Garamond',serif;color:var(--gold-light);font-weight:300;font-size:1.15em}.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,0.78);max-width:560px;margin-bottom:40px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.hero-meta{position:absolute;bottom:40px;right:0;display:flex;gap:32px;z-index:2}.hero-meta-item{text-align:center}.hero-meta-item strong{display:block;font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:600;color:var(--gold-light);line-height:1}.hero-meta-item span{font-size:0.7rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.6)}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,0.5);font-size:0.65rem;letter-spacing:0.14em;text-transform:uppercase}.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollDrop 1.8s ease-in-out infinite}@keyframes scrollDrop{0%{transform:scaleY(0);transform-origin:top;opacity:0}40%{transform:scaleY(1);transform-origin:top;opacity:1}60%{transform:scaleY(1);transform-origin:bottom;opacity:1}100%{transform:scaleY(0);transform-origin:bottom;opacity:0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;border-radius:50px;font-size:0.9rem;font-weight:700;letter-spacing:0.02em;transition:var(--transition);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--navy-deep);box-shadow:var(--shadow-gold)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(201,168,76,0.4)}.btn-outline{border:1.5px solid rgba(255,255,255,0.4);color:var(--white);backdrop-filter:blur(8px);background:rgba(255,255,255,0.06)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,0.08)}.btn-outline-dark{border:1.5px solid var(--navy);color:var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:var(--white)}.btn-whatsapp{background:linear-gradient(135deg,#25d366 0%,#1ebe5c 100%);color:var(--white);box-shadow:0 4px 20px rgba(37,211,102,0.3)}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(37,211,102,0.45)}.btn-lg{padding:17px 40px;font-size:1rem}.btn-sm{padding:10px 22px;font-size:0.82rem}.float-wa{position:fixed;bottom:28px;right:28px;z-index:999;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#25d366 0%,#1ebe5c 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.45);transition:var(--transition)}.float-wa:hover{transform:scale(1.1);box-shadow:0 8px 32px rgba(37,211,102,0.55)}.float-wa i{font-size:1.5rem;color:white}.float-wa::before{content:'';position:absolute;inset:-6px;border-radius:50%;background:rgba(37,211,102,0.25);animation:pulse 2.2s ease-out infinite}@keyframes pulse{0%{transform:scale(0.95);opacity:0.7}70%{transform:scale(1.25);opacity:0}100%{transform:scale(0.95);opacity:0}}.section-heading{margin-bottom:56px}.section-heading.center{text-align:center}.section-heading.center .section-eyebrow{justify-content:center}.section-heading h2{margin-bottom:16px}.section-heading p{font-size:1.05rem;max-width:860px}.section-heading.center p{margin:0 auto;max-width:860px}.bento{display:grid;gap:20px;grid-template-columns:repeat(12,1fr)}.bento-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}.bento-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.55s cubic-bezier(0.4,0,0.2,1)}.bento-card:hover img{transform:scale(1.06)}.bento-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,20,40,0.88) 0%,rgba(7,20,40,0.1) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.bento-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(201,168,76,0.18);border:1px solid var(--glass-border);backdrop-filter:blur(8px);padding:4px 12px;border-radius:50px;font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:10px;align-self:flex-start}.bento-card h3{color:var(--white);margin-bottom:6px;font-size:1.25rem}.bento-card p{color:rgba(255,255,255,0.72);font-size:0.88rem;line-height:1.55;margin-bottom:14px}.bento-card .btn-sm{align-self:flex-start}.bento-1{grid-column:span 7;min-height:420px}.bento-2{grid-column:span 5;min-height:420px}.bento-3{grid-column:span 4;min-height:320px}.bento-4{grid-column:span 4;min-height:320px}.bento-5{grid-column:span 4;min-height:320px}.bento-6{grid-column:span 5;min-height:300px}.bento-7{grid-column:span 7;min-height:300px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.benefit-card{background:var(--white);border:1px solid rgba(201,168,76,0.15);border-radius:var(--radius-lg);padding:36px 28px;transition:var(--transition)}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gold)}.benefit-icon{width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--gold-pale),var(--sand));display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.4rem;color:var(--gold-text)}.benefit-card h3{margin-bottom:10px;font-size:1.05rem}.benefit-card p{font-size:0.9rem;line-height:1.65}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;position:relative}.process-steps::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:0.4}.step{text-align:center;padding:20px;position:relative}.step-number{width:72px;height:72px;border-radius:50%;background:var(--navy-deep);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:600;color:var(--gold);box-shadow:var(--shadow-gold)}.step h3{color:var(--white);margin-bottom:8px}.step p{color:rgba(255,255,255,0.62);font-size:0.88rem}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid rgba(201,168,76,0.15);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition)}.faq-item.open{border-color:var(--gold);box-shadow:var(--shadow-gold)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;text-align:left;font-size:0.95rem;font-weight:600;color:var(--text-dark);background:var(--white);gap:16px;cursor:pointer}.faq-question:hover{color:var(--navy)}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:0.8rem;color:var(--gold-text);transition:var(--transition)}.faq-item.open .faq-icon{background:var(--gold);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1);background:var(--white)}.faq-answer-inner{padding:0 24px 22px;font-size:0.92rem;color:var(--text-mid);line-height:1.7}.faq-item.open .faq-answer{max-height:400px}.service-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid rgba(201,168,76,0.12)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-card-img{aspect-ratio:4/3;overflow:hidden}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.55s ease}.service-card:hover .service-card-img img{transform:scale(1.07)}.service-card-body{padding:26px}.service-card-body .tag{display:inline-flex;align-items:center;gap:5px;background:var(--gold-pale);color:var(--gold-text);font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:12px}.service-card-body h3{font-size:1.15rem;margin-bottom:10px}.service-card-body p{font-size:0.88rem;line-height:1.65;margin-bottom:18px}.featured-split{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.featured-img{position:relative;min-height:520px}.featured-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-img-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(7,20,40,0.3),transparent)}.featured-content{background:var(--navy);padding:64px 56px;display:flex;flex-direction:column;justify-content:center}.featured-content h2{color:var(--white);margin-bottom:16px}.featured-content p{color:rgba(255,255,255,0.72);margin-bottom:24px}.featured-list{margin-bottom:36px;display:flex;flex-direction:column;gap:12px}.featured-list li{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,0.82);font-size:0.9rem}.featured-list li i{color:var(--gold);font-size:0.85rem}.ideal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.ideal-card{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;transition:var(--transition)}.ideal-card:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:var(--shadow-gold)}.ideal-icon{font-size:2rem;margin-bottom:14px}.ideal-card h3{color:var(--white);font-size:0.95rem;margin-bottom:6px;font-weight:600}.ideal-card p{color:rgba(255,255,255,0.58);font-size:0.8rem}.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.area-card{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid rgba(201,168,76,0.15);border-radius:var(--radius-md);padding:18px 20px;transition:var(--transition)}.area-card:hover{border-color:var(--gold);box-shadow:var(--shadow-gold);transform:translateX(4px)}.area-card i{font-size:1.1rem;color:var(--gold)}.area-card span{font-size:0.9rem;font-weight:600;color:var(--text-dark)}.cta-section{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 50%,var(--navy-mid) 100%);position:relative;overflow:hidden;text-align:center;padding:96px 0}.cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,0.08) 0%,transparent 70%);pointer-events:none}.cta-section::after{content:'';position:absolute;bottom:-40%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(201,168,76,0.06) 0%,transparent 70%);pointer-events:none}.cta-section h2{color:var(--white);margin-bottom:16px}.cta-section p{color:rgba(255,255,255,0.7);max-width:560px;margin:0 auto 40px;font-size:1.05rem}.footer{background:var(--navy-deep);padding:72px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.footer-brand .logo-text{font-size:1.35rem}.footer-desc{color:rgba(255,255,255,0.55);font-size:0.88rem;margin:16px 0 24px;line-height:1.7;max-width:320px}.footer-nap p{color:rgba(255,255,255,0.55);font-size:0.85rem;line-height:1.8;display:flex;align-items:flex-start;gap:8px}.footer-nap p i{color:var(--gold);margin-top:4px;flex-shrink:0}.footer-col h3{font-size:0.72rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:0.88rem;color:rgba(255,255,255,0.55);transition:var(--transition)}.footer-col ul li a:hover{color:var(--gold-light);padding-left:4px}.footer-bottom{border-top:1px solid rgba(201,168,76,0.12);padding-top:28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:0.8rem;color:rgba(255,255,255,0.35)}.footer-badge{font-size:0.75rem;color:rgba(255,255,255,0.35);display:flex;align-items:center;gap:6px}.footer-badge i{color:var(--gold);font-size:0.7rem}.page-hero{position:relative;padding:140px 0 80px;overflow:hidden}.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,20,40,0.9) 0%,rgba(11,31,58,0.75) 100%)}.page-hero-content{position:relative;z-index:2;max-width:720px}.page-hero h1{color:var(--white);margin-bottom:20px}.page-hero p{color:rgba(255,255,255,0.75);font-size:1.1rem;max-width:580px}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:0.8rem;color:rgba(255,255,255,0.5)}.breadcrumb a{color:rgba(255,255,255,0.5);transition:var(--transition)}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span{color:var(--gold)}.trust-strip{background:var(--cream);padding:32px 0;border-top:1px solid rgba(201,168,76,0.15);border-bottom:1px solid rgba(201,168,76,0.15)}.trust-items{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px}.trust-item{display:flex;align-items:center;gap:12px}.trust-item i{font-size:1.5rem;color:var(--gold)}.trust-item-text strong{display:block;font-size:0.9rem;color:var(--text-dark)}.trust-item-text span{font-size:0.78rem;color:var(--text-muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.two-col.reverse{direction:rtl}.two-col.reverse>*{direction:ltr}.img-frame{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3}.img-frame img{width:100%;height:100%;object-fit:cover}.text-block h2{margin-bottom:20px}.text-block p{margin-bottom:18px}.text-block .btn{margin-top:12px}.check-list{display:flex;flex-direction:column;gap:12px;margin:24px 0}.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:0.92rem;color:var(--text-mid)}.check-list li i{color:var(--gold);margin-top:3px;flex-shrink:0}.stars{color:var(--gold);font-size:1rem;letter-spacing:2px;display:flex;gap:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}@media (max-width:1024px){.bento-1,.bento-7{grid-column:span 12}.bento-2{grid-column:span 12;min-height:320px}.bento-3,.bento-4,.bento-5,.bento-6{grid-column:span 6}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.featured-split{grid-template-columns:1fr}.featured-img{min-height:340px}.featured-content{padding:48px 36px}.two-col{grid-template-columns:1fr;gap:40px}.two-col.reverse{direction:ltr}}@media (max-width:768px){.section{padding:64px 0}.nav{display:none}.hamburger{display:flex}.hero-meta{display:none}.bento-3,.bento-4,.bento-5,.bento-6,.bento-7{grid-column:span 12}.footer-grid{grid-template-columns:1fr;gap:32px}.process-steps::before{display:none}.section-heading h2{font-size:1.7rem}}@media (max-width:480px){.btn-lg{padding:14px 28px;font-size:0.92rem}.hero-actions{flex-direction:column;align-items:flex-start}.float-wa{bottom:20px;right:20px}}.fade-in{transition:opacity 0.65s ease,transform 0.65s ease}.js .fade-in{opacity:0;transform:translateY(28px)}.fade-in.visible{opacity:1;transform:none}.fade-in-delay-1{transition-delay:0.1s}.fade-in-delay-2{transition-delay:0.2s}.fade-in-delay-3{transition-delay:0.3s}.fade-in-delay-4{transition-delay:0.4s}.gold-divider{width:64px;height:2px;background:linear-gradient(to right,var(--gold),var(--gold-light));border-radius:2px;margin:16px 0 24px}.gold-divider.center{margin:16px auto 24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-info-block{display:flex;flex-direction:column;gap:28px}.contact-item{display:flex;gap:18px;align-items:flex-start}.contact-icon{width:52px;height:52px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--gold-pale),var(--sand));display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem;color:var(--gold)}.contact-item h3{margin-bottom:4px;font-size:0.95rem}.contact-item p,.contact-item a{font-size:0.88rem;color:var(--text-mid)}.contact-item a:hover{color:var(--gold)}.map-embed{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(201,168,76,0.15)}.map-embed iframe{display:block}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.editorial-title,.boat-title{font-family:'Cormorant Garamond',serif;font-weight:400;letter-spacing:-0.035em}.editorial-title em,.boat-title em{color:var(--gold);font-style:italic;font-weight:300}.center-action{display:flex;justify-content:center;margin-top:34px}.float-wa{overflow:visible}.float-wa .wa-svg{width:31px;height:31px;color:#fff;position:relative;z-index:2}.float-wa-tooltip{position:absolute;right:72px;top:50%;transform:translateY(-50%);white-space:nowrap;background:var(--navy-deep);color:#fff;border:1px solid rgba(201,168,76,.35);border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:700;letter-spacing:.02em;opacity:0;pointer-events:none;transition:var(--transition);box-shadow:var(--shadow-md)}.float-wa:hover .float-wa-tooltip{opacity:1;right:76px}.premium-why{position:relative;overflow:hidden}.premium-why:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 12% 8%,rgba(201,168,76,.12),transparent 34%),radial-gradient(circle at 88% 20%,rgba(11,31,58,.06),transparent 30%);pointer-events:none}.why-bento{position:relative;display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.why-card{background:rgba(255,255,255,.78);border:1px solid rgba(201,168,76,.22);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(11,31,58,.08);backdrop-filter:blur(12px);transition:var(--transition);min-height:230px;grid-column:span 4}.why-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(11,31,58,.14);border-color:rgba(201,168,76,.55)}.why-card-large{grid-column:span 5;grid-row:span 2;min-height:482px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(155deg,rgba(255,255,255,.94),rgba(245,233,201,.58))}.why-card-wide{grid-column:span 7;min-height:230px}.why-card-image{grid-column:span 3;padding:0;overflow:hidden;position:relative;min-height:230px}.why-card-image img{width:100%;height:100%;object-fit:cover}.why-card-image div{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:18px;background:rgba(7,20,40,.72);backdrop-filter:blur(12px);border:1px solid rgba(201,168,76,.28)}.why-card-image span{display:block;color:var(--gold-light);text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:800}.why-card-image strong{color:#fff;font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:400}.why-card-dark{background:linear-gradient(145deg,var(--navy-deep),var(--navy));color:#fff}.why-card-dark h3,.why-card-dark p{color:#fff}.why-card h3{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:400;margin-bottom:12px}.why-card p{font-size:.96rem;line-height:1.75}.why-icon{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--gold);background:linear-gradient(135deg,var(--gold-pale),rgba(255,255,255,.7));margin-bottom:20px;font-size:1.35rem}.why-number{color:var(--gold);letter-spacing:.18em;font-size:.75rem;font-weight:800;display:block;margin-bottom:20px}.boat-preview{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);overflow:hidden}.boat-editorial{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:70px;align-items:center}.boat-title{font-size:clamp(3rem,6vw,5.2rem);line-height:.95;margin-bottom:26px;color:var(--navy-deep)}.boat-copy p{max-width:680px}.boat-specs-mini{margin:34px 0 26px;display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(201,168,76,.24);background:rgba(255,255,255,.55)}.boat-specs-mini div{padding:22px 26px;border-right:1px solid rgba(201,168,76,.18);border-bottom:1px solid rgba(201,168,76,.18)}.boat-specs-mini span{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:.68rem;margin-bottom:6px}.boat-specs-mini strong{font-family:'Cormorant Garamond',serif;color:var(--navy-deep);font-size:1.3rem;font-weight:400}.amenities-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.amenities-row span{border:1px solid rgba(11,31,58,.14);background:rgba(255,255,255,.66);padding:7px 14px;font-size:.78rem;font-weight:800;letter-spacing:.04em;color:var(--navy)}.boat-actions{display:flex;gap:14px;flex-wrap:wrap}.boat-gallery{min-height:560px;position:relative}.boat-main-img{width:88%;height:500px;object-fit:cover;margin-left:auto;box-shadow:0 28px 70px rgba(11,31,58,.20)}.boat-small-img{position:absolute;width:230px;height:155px;object-fit:cover;border:10px solid var(--cream);box-shadow:0 18px 50px rgba(11,31,58,.22)}.boat-small-img.one{left:0;bottom:52px}.boat-small-img.two{right:28px;bottom:0}.experience-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.experience-list-card{background:#fff;border:1px solid rgba(201,168,76,.18);border-radius:28px;overflow:hidden;box-shadow:0 14px 42px rgba(11,31,58,.08);transition:var(--transition)}.experience-list-card:hover{transform:translateY(-6px);box-shadow:0 26px 62px rgba(11,31,58,.14)}.experience-list-card img{width:100%;height:230px;object-fit:cover}.experience-list-body{padding:28px}.experience-list-body h3{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:400;margin-bottom:10px}.experience-list-body p{font-size:.94rem;margin-bottom:20px}.experience-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.experience-meta span{background:var(--cream);color:var(--navy);border:1px solid rgba(201,168,76,.18);border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.bento-8{grid-column:span 12;min-height:280px}@media (max-width:980px){.why-bento,.boat-editorial,.experience-list-grid{grid-template-columns:1fr}.why-card,.why-card-large,.why-card-wide,.why-card-image{grid-column:span 1;min-height:auto}.why-card-large{min-height:340px}.boat-gallery{min-height:auto}.boat-main-img{width:100%;height:360px}.boat-small-img{display:none}}@media (max-width:620px){.float-wa-tooltip{display:none}.boat-specs-mini{grid-template-columns:1fr}.experience-list-card img{height:190px}}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:32px 0}.price-card{background:#fff;border:1px solid rgba(201,168,76,.24);border-radius:24px;padding:30px 22px;text-align:center;box-shadow:0 14px 42px rgba(11,31,58,.08);transition:var(--transition)}.price-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(11,31,58,.14)}.price-card span{display:block;color:var(--gold);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;margin-bottom:10px}.price-card strong{display:block;font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:400;color:var(--navy-deep);line-height:1}.price-card p{font-size:.9rem;margin-top:10px}.price-note,.source-note{max-width:900px;margin:24px auto 0;padding:18px 22px;border:1px solid rgba(201,168,76,.22);border-radius:18px;background:rgba(255,255,255,.62);color:var(--text-mid);font-size:.94rem;line-height:1.7}.source-note{margin:22px 0 28px;max-width:680px}.page-hero-subtitle{color:rgba(255,255,255,.78);font-size:1.05rem;max-width:620px;margin-top:18px}.check-list li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;color:var(--text-mid)}.check-list i{color:var(--gold);margin-top:5px}.ideal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ideal-card{background:rgba(255,255,255,.08);border:1px solid rgba(201,168,76,.18);border-radius:22px;padding:26px;backdrop-filter:blur(10px)}.ideal-card h3,.ideal-card p{color:#fff}.ideal-icon{font-size:1.8rem;margin-bottom:14px}.two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center}.img-frame{border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg)}.img-frame img{width:100%;height:520px;object-fit:cover}.gold-divider{width:64px;height:2px;background:var(--gold);margin:18px 0 26px}.gold-divider.center{margin-left:auto;margin-right:auto}@media(max-width:980px){.price-grid,.ideal-grid,.two-col{grid-template-columns:1fr}.img-frame img{height:360px}}html,body{max-width:100%;overflow-x:hidden}.header{width:100%}.header-inner{min-height:54px}@media (max-width:768px){.container{padding-left:20px;padding-right:20px}.header{padding:12px 0;background:linear-gradient(180deg,rgba(7,20,40,0.94),rgba(7,20,40,0.58));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header.scrolled{padding:10px 0}.logo{gap:8px;min-width:0;max-width:calc(100vw - 92px)}.logo img{height:36px;width:auto;flex-shrink:0}.logo-text{font-size:1.02rem;line-height:1;white-space:normal;max-width:220px}.logo-text span{font-size:0.52rem;letter-spacing:0.16em;margin-top:3px}.hamburger{position:relative;z-index:1001}.mobile-menu{z-index:950;padding:96px 24px 32px;overflow-y:auto}.mobile-menu a{font-size:1.18rem;padding:9px 24px;text-align:center}.hero{min-height:100svh;align-items:flex-start;padding-top:124px;padding-bottom:60px}.hero-content{max-width:100%}.hero-badge{margin-bottom:22px;max-width:100%;white-space:normal;line-height:1.45;padding:7px 14px;font-size:0.66rem;letter-spacing:0.11em}.hero h1{font-size:clamp(2.15rem,10vw,3.1rem);margin-bottom:18px}.hero-subtitle{font-size:1rem;line-height:1.65;margin-bottom:30px}.hero-actions{width:100%;align-items:stretch}.hero-actions .btn{width:100%;max-width:320px}.scroll-indicator{display:none}.page-hero{padding:122px 0 62px;min-height:420px;display:flex;align-items:flex-end}.page-hero h1{font-size:clamp(2rem,9vw,3rem)}.page-hero p{font-size:0.98rem;line-height:1.65}.breadcrumb{flex-wrap:wrap;line-height:1.5}.section{padding:56px 0}.section-sm{padding:44px 0}.section-heading{margin-bottom:36px}.section-heading p{font-size:0.95rem}.two-col{grid-template-columns:1fr!important;gap:30px!important}.img-frame{border-radius:24px}.img-frame img{height:300px}.featured-content{padding:40px 24px}.featured-img{min-height:300px}.benefits-grid,.services-grid,.area-grid,.price-grid,.ideal-grid,.experience-list-grid{grid-template-columns:1fr!important}.benefit-card,.why-card,.experience-list-body{padding:24px}.why-bento{gap:16px}.why-card{border-radius:24px;min-height:auto}.why-card-large{min-height:auto}.why-card-image{min-height:260px}.boat-editorial{grid-template-columns:1fr;gap:34px}.boat-title{font-size:clamp(2.7rem,13vw,4rem)}.boat-specs-mini{grid-template-columns:1fr}.boat-specs-mini div{padding:18px 20px;border-right:0}.boat-actions .btn{width:100%}.boat-main-img{width:100%;height:320px}.boat-small-img{display:none}.footer{padding:52px 0 28px}.footer-bottom{align-items:flex-start}.float-wa{width:56px;height:56px;bottom:18px;right:18px}}@media (max-width:380px){.logo-text{font-size:0.92rem;max-width:190px}.logo-text span{font-size:0.48rem;letter-spacing:0.13em}.hero{padding-top:118px}.btn{padding-left:22px;padding-right:22px}}.trust-strip.trust-marquee{position:relative;overflow:hidden;padding:18px 0;background:linear-gradient(90deg,var(--navy-deep),var(--navy),var(--navy-deep));border-top:1px solid rgba(201,168,76,.32);border-bottom:1px solid rgba(201,168,76,.32)}.trust-strip.trust-marquee::before,.trust-strip.trust-marquee::after{content:'';position:absolute;top:0;bottom:0;width:110px;z-index:2;pointer-events:none}.trust-strip.trust-marquee::before{left:0;background:linear-gradient(90deg,var(--navy-deep),transparent)}.trust-strip.trust-marquee::after{right:0;background:linear-gradient(270deg,var(--navy-deep),transparent)}.trust-marquee-track{width:max-content;display:flex;align-items:center;gap:34px;padding-left:34px;animation:trustMarquee 34s linear infinite}.trust-strip.trust-marquee .trust-item{flex:0 0 auto;min-width:max-content;display:flex;align-items:center;gap:12px;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(201,168,76,.18);box-shadow:0 10px 30px rgba(0,0,0,.12)}.trust-strip.trust-marquee .trust-item i{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(201,168,76,.14);color:var(--gold-light);font-size:.92rem}.trust-strip.trust-marquee .trust-item-text strong{color:#fff;font-size:.78rem;line-height:1.15;letter-spacing:.08em;text-transform:uppercase}.trust-strip.trust-marquee .trust-item-text span{color:rgba(255,255,255,.62);font-size:.72rem;line-height:1.3}@keyframes trustMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.why-editorial{position:relative;overflow:hidden}.why-editorial-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:center}.why-editorial-copy{max-width:590px}.why-editorial-copy .editorial-title{font-size:clamp(2.35rem,4.7vw,4.7rem);font-weight:700;margin-bottom:18px}.why-editorial-copy .editorial-title em{display:block;font-family:'Cormorant Garamond',serif;color:var(--gold);font-weight:400;letter-spacing:-.04em}.why-editorial-copy p{margin-bottom:18px}.why-editorial-points{display:flex;flex-direction:column;gap:12px;margin:28px 0 30px}.why-editorial-points div{display:flex;align-items:center;gap:12px;color:var(--navy-deep);font-weight:700}.why-editorial-points i{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);background:#fff;border:1px solid rgba(201,168,76,.22);box-shadow:0 8px 22px rgba(11,31,58,.08);flex-shrink:0}.why-editorial-visual{position:relative;min-height:610px;border-radius:42px;overflow:hidden;box-shadow:0 28px 70px rgba(11,31,58,.18);border:1px solid rgba(201,168,76,.28);background:var(--navy)}.why-editorial-visual img{width:100%;height:100%;min-height:610px;object-fit:cover;transform:scale(1.02)}.why-editorial-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,40,.05),rgba(7,20,40,.58))}.why-floating-card{position:absolute;z-index:2;display:flex;flex-direction:column;min-width:132px;padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(201,168,76,.28);backdrop-filter:blur(16px);box-shadow:0 18px 48px rgba(0,0,0,.16)}.why-floating-card strong{color:var(--navy-deep);font-size:1.55rem;line-height:1;font-family:'Cormorant Garamond',serif}.why-floating-card span{color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:6px}.why-floating-one{left:26px;bottom:28px}.why-floating-two{right:26px;top:34px}.why-floating-three{right:28px;bottom:34px}.why-swipe{display:flex;gap:18px;margin-top:44px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 4px 20px;scrollbar-width:none}.why-swipe::-webkit-scrollbar{display:none}.why-swipe-card{flex:0 0 min(320px,82vw);scroll-snap-align:start;background:rgba(255,255,255,.82);border:1px solid rgba(201,168,76,.22);border-radius:26px;padding:26px;box-shadow:0 16px 44px rgba(11,31,58,.08)}.why-swipe-card i{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,var(--gold-pale),rgba(255,255,255,.7));color:var(--gold);margin-bottom:18px}.why-swipe-card h3{font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:500;margin-bottom:8px}.why-swipe-card p{font-size:.92rem;line-height:1.68}.experience-carousel-wrap{position:relative}.experience-carousel-wrap::before,.experience-carousel-wrap::after{content:'';position:absolute;top:0;bottom:54px;width:70px;z-index:2;pointer-events:none}.experience-carousel-wrap::before{left:-1px;background:linear-gradient(90deg,var(--white),transparent)}.experience-carousel-wrap::after{right:-1px;background:linear-gradient(270deg,var(--white),transparent)}.experience-carousel{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 12px 24px;margin:0 -12px;scrollbar-width:none}.experience-carousel::-webkit-scrollbar{display:none}.experience-slide-card{position:relative;flex:0 0 clamp(310px,32vw,430px);min-height:520px;scroll-snap-align:start;overflow:hidden;border-radius:34px;background:var(--navy-deep);box-shadow:0 20px 54px rgba(11,31,58,.18);border:1px solid rgba(201,168,76,.22);transition:transform .35s ease,box-shadow .35s ease}.experience-slide-card:hover{transform:translateY(-6px);box-shadow:0 30px 74px rgba(11,31,58,.24)}.experience-slide-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.experience-slide-card:hover img{transform:scale(1.06)}.experience-slide-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,40,.10) 0%,rgba(7,20,40,.35) 36%,rgba(7,20,40,.92) 100%)}.experience-slide-body{position:relative;z-index:1;height:100%;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:30px}.experience-slide-body .bento-tag{background:rgba(255,255,255,.12);border:1px solid rgba(201,168,76,.24);color:var(--gold-light)}.experience-slide-body h3{color:#fff;font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:500;margin-bottom:10px}.experience-slide-body p{color:rgba(255,255,255,.74);font-size:.93rem;line-height:1.6;margin-bottom:20px}.carousel-hint{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.carousel-hint i{font-size:.9rem}@media (max-width:1024px){.why-editorial-grid{grid-template-columns:1fr;gap:38px}.why-editorial-copy{max-width:760px}.why-editorial-visual{min-height:430px;border-radius:32px}.why-editorial-visual img{min-height:430px}.experience-slide-card{flex-basis:42vw}}@media (max-width:768px){.trust-strip.trust-marquee{padding:12px 0}.trust-marquee-track{gap:14px;padding-left:14px;animation-duration:26s}.trust-strip.trust-marquee .trust-item{padding:8px 12px;gap:9px}.trust-strip.trust-marquee .trust-item i{width:30px;height:30px;font-size:.82rem}.trust-strip.trust-marquee .trust-item-text strong{font-size:.68rem}.trust-strip.trust-marquee .trust-item-text span{display:none}.trust-strip.trust-marquee::before,.trust-strip.trust-marquee::after{width:44px}.why-editorial{padding-top:58px}.why-editorial-copy .editorial-title{font-size:clamp(2.05rem,10vw,3rem)}.why-editorial-points{gap:10px;margin:22px 0 26px}.why-editorial-points div{align-items:flex-start;font-size:.92rem}.why-editorial-points i{width:34px;height:34px}.why-editorial-visual{min-height:360px;border-radius:28px}.why-editorial-visual img{min-height:360px}.why-floating-card{padding:13px 15px;min-width:98px;border-radius:18px}.why-floating-card strong{font-size:1.18rem}.why-floating-card span{font-size:.58rem;letter-spacing:.1em}.why-floating-one{left:14px;bottom:16px}.why-floating-two{right:14px;top:16px}.why-floating-three{display:none}.why-swipe{margin-top:28px;gap:14px;padding-bottom:14px}.why-swipe-card{flex-basis:84vw;padding:22px;border-radius:24px}.experience-carousel-wrap::before,.experience-carousel-wrap::after{width:26px;bottom:46px}.experience-carousel{gap:16px;padding-left:4px;padding-right:22px;margin:0 -4px}.experience-slide-card{flex:0 0 84vw;min-height:470px;border-radius:28px}.experience-slide-body{min-height:470px;padding:24px}.experience-slide-body h3{font-size:1.75rem}.experience-slide-body p{font-size:.9rem}.carousel-hint{font-size:.68rem;letter-spacing:.09em}}@media (max-width:480px){.experience-slide-card{flex-basis:86vw;min-height:450px}.experience-slide-body{min-height:450px;padding:22px}}@media (prefers-reduced-motion:reduce){.trust-marquee-track{animation:none}}p,li,.faq-answer-inner,.footer-desc,.page-hero-subtitle,.experience-slide-body p,.experience-list-body p,.why-editorial-copy p,.why-swipe-card p,.boat-copy p,.featured-content p,.service-card-body p,.benefit-card p,.ideal-card p,.step p{text-align:justify;text-justify:inter-word;hyphens:auto}.section-heading.center p{text-align:justify;text-justify:inter-word}.hero-subtitle{text-align:justify;text-justify:inter-word}.cta-section p{text-align:justify;text-justify:inter-word;margin-left:auto;margin-right:auto}.mobile-menu{top:82px;left:16px;right:16px;bottom:auto;max-height:calc(100svh - 106px);overflow-y:auto;align-items:stretch;justify-content:flex-start;gap:2px;padding:18px;border-radius:26px;border:1px solid rgba(201,168,76,.24);background:rgba(7,20,40,.96);box-shadow:0 24px 70px rgba(0,0,0,.38);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-menu.open{display:flex;animation:mobileMenuDrop .22s ease both}@keyframes mobileMenuDrop{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu a,.mobile-submenu summary{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:16px;font-family:'Plus Jakarta Sans',sans-serif;font-size:.94rem;font-weight:700;letter-spacing:.02em;color:rgba(255,255,255,.9)}.mobile-menu a:hover,.mobile-submenu summary:hover{background:rgba(201,168,76,.12);color:var(--gold-light)}.mobile-submenu{width:100%}.mobile-submenu summary{cursor:pointer;list-style:none}.mobile-submenu summary::-webkit-details-marker{display:none}.mobile-submenu summary i{transition:transform .25s ease;color:var(--gold)}.mobile-submenu[open] summary i{transform:rotate(180deg)}.mobile-submenu-panel{display:grid;gap:2px;margin:4px 0 8px;padding:8px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(201,168,76,.12)}.mobile-submenu-panel a{font-size:.86rem;font-weight:600;padding:9px 12px 9px 24px;color:rgba(255,255,255,.76)}.mobile-menu .mobile-cta{justify-content:center;margin-top:10px;background:linear-gradient(135deg,#25d366,#1ebe5c);color:#fff!important}.horizontal-carousel-shell{position:relative}.carousel-control{position:absolute;top:50%;z-index:5;width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(7,20,40,.92);color:var(--gold-light);border:1px solid rgba(201,168,76,.32);box-shadow:0 12px 34px rgba(11,31,58,.22);transform:translateY(-50%);transition:var(--transition)}.carousel-control:hover{background:var(--gold);color:var(--navy-deep);transform:translateY(-50%) scale(1.04)}.carousel-prev{left:-14px}.carousel-next{right:-14px}.why-carousel-shell{margin-top:44px;padding:0 34px}.why-carousel-shell .why-swipe{margin-top:0;scroll-behavior:smooth}.why-carousel-shell:before,.why-carousel-shell:after{content:'';position:absolute;top:0;bottom:20px;width:54px;z-index:3;pointer-events:none}.why-carousel-shell:before{left:0;background:linear-gradient(90deg,var(--cream),transparent)}.why-carousel-shell:after{right:0;background:linear-gradient(270deg,var(--cream),transparent)}.experience-carousel-wrap::before,.experience-carousel-wrap::after{display:none}.experience-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:255px;gap:22px;overflow:visible;padding:0;margin:0}.experience-slide-card{flex:initial;min-height:255px;border-radius:28px}.experience-slide-card:first-child{grid-column:span 2;grid-row:span 2;min-height:532px}.experience-slide-body{min-height:255px;padding:24px}.experience-slide-card:first-child .experience-slide-body{min-height:532px;padding:34px}.experience-slide-body h3{font-size:1.58rem}.experience-slide-card:first-child .experience-slide-body h3{font-size:2.45rem}.experience-slide-body p{display:none}.experience-slide-card:first-child .experience-slide-body p,.experience-slide-card:nth-child(2) .experience-slide-body p,.experience-slide-card:nth-child(3) .experience-slide-body p{display:block}.carousel-hint{display:none}.experience-jumpbar{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:6px 4px 18px;margin:-18px 0 26px;scrollbar-width:none}.experience-jumpbar::-webkit-scrollbar{display:none}.experience-jumpbar a{flex:0 0 auto;scroll-snap-align:start;padding:9px 15px;border-radius:999px;background:#fff;border:1px solid rgba(201,168,76,.24);color:var(--navy-deep);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 26px rgba(11,31,58,.06)}.experience-jumpbar a:hover{background:var(--navy);color:var(--gold-light)}.experience-list-card{scroll-margin-top:112px}@media (hover:hover) and (pointer:fine){.trust-marquee:hover .trust-marquee-track{animation-play-state:paused}}@media (hover:none),(pointer:coarse){.trust-marquee:hover .trust-marquee-track,.trust-marquee:active .trust-marquee-track,.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}}@media (max-width:1024px){.experience-carousel{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-slide-card:first-child{grid-column:span 2}}@media (max-width:768px){p,li,.faq-answer-inner,.experience-slide-body p,.experience-list-body p,.why-editorial-copy p,.why-swipe-card p,.boat-copy p,.featured-content p,.section-heading.center p,.cta-section p,.hero-subtitle{text-align:justify;text-justify:inter-word;hyphens:none}.carousel-control{display:none}.why-carousel-shell{padding:0;margin-top:28px}.why-carousel-shell:before,.why-carousel-shell:after{display:none}.experience-carousel-wrap::before,.experience-carousel-wrap::after{display:block}.experience-carousel{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 22px 24px 4px;margin:0 -4px;scrollbar-width:none}.experience-slide-card,.experience-slide-card:first-child{flex:0 0 84vw;min-height:470px;grid-column:auto;grid-row:auto;border-radius:28px}.experience-slide-body,.experience-slide-card:first-child .experience-slide-body{min-height:470px;padding:24px}.experience-slide-body h3,.experience-slide-card:first-child .experience-slide-body h3{font-size:1.75rem}.experience-slide-body p{display:block;text-align:left}.carousel-hint{display:flex}.experience-jumpbar{position:sticky;top:74px;z-index:20;margin-left:-24px;margin-right:-24px;padding:10px 24px;background:rgba(248,244,236,.96);border-top:1px solid rgba(201,168,76,.12);border-bottom:1px solid rgba(201,168,76,.16);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}}@media (max-width:480px){.mobile-menu{top:76px;left:12px;right:12px;padding:14px;border-radius:22px}.mobile-menu a,.mobile-submenu summary{padding:10px 12px;font-size:.9rem}.mobile-submenu-panel a{font-size:.82rem;padding-left:20px}}.hero-bg{object-position:center center}.page-hero-bg{object-position:center center}.real-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.real-gallery-grid img{width:100%;height:320px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-md);border:1px solid rgba(201,168,76,.18)}.real-gallery-grid img:nth-child(1){grid-column:span 2}@media (max-width:760px){.hero-bg{object-position:48% center}.real-gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:12px}.real-gallery-grid img{min-width:82%;height:300px;scroll-snap-align:start}}.hero{align-items:flex-start;padding-top:clamp(132px,16vh,188px);padding-bottom:92px;min-height:100svh}.hero .container{width:100%}.hero-content{max-width:min(860px,100%)}.hero-badge{margin-bottom:24px}.hero h1{max-width:900px}.hero h1 em{font-size:.92em;line-height:1}.hero-subtitle{max-width:650px;text-align:justify}p,li,.faq-answer-inner,.footer-desc,.page-hero-subtitle,.experience-slide-body p,.experience-list-body p,.why-editorial-copy p,.why-swipe-card p,.boat-copy p,.featured-content p,.service-card-body p,.benefit-card p,.ideal-card p,.step p,.price-note,.route-map-note{text-align:justify!important;text-justify:inter-word;hyphens:auto}.hero-actions,.price-card,.hero-meta-item,.carousel-hint,.section-eyebrow,.btn{text-align:initial}.price-card p,.price-card span,.price-card strong,.price-card small{text-align:center!important}.price-card small{display:block;margin-top:10px;color:rgba(76,91,112,.78);font-size:.72rem;line-height:1.45}.why-carousel-hint{margin-top:14px;color:var(--gold)}@media (min-width:769px){.why-carousel-hint{display:none!important}}.route-map-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:28px;align-items:stretch;margin-top:34px}.route-map-visual{border-radius:34px;overflow:hidden;box-shadow:0 24px 70px rgba(11,31,58,.14);border:1px solid rgba(201,168,76,.22);background:var(--navy-deep)}.route-map-visual svg{width:100%;height:100%;min-height:460px;display:block}.map-point circle{fill:var(--gold);stroke:#fff4c8;stroke-width:3;filter:drop-shadow(0 6px 10px rgba(0,0,0,.25))}.map-point.start circle{fill:#fff4c8;stroke:var(--gold);stroke-width:4}.map-point text{fill:#fff;font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;letter-spacing:.02em;paint-order:stroke;stroke:rgba(7,20,40,.78);stroke-width:5px;stroke-linejoin:round}.route-map-list{border-radius:34px;background:#fff;border:1px solid rgba(201,168,76,.22);box-shadow:0 18px 54px rgba(11,31,58,.08);padding:30px}.route-map-list h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;color:var(--navy-deep);margin-bottom:18px}.route-map-list ol{list-style:none;counter-reset:route;display:grid;gap:12px}.route-map-list li{counter-increment:route;display:grid;grid-template-columns:34px 1fr;gap:10px 12px;padding-bottom:12px;border-bottom:1px solid rgba(201,168,76,.14)}.route-map-list li::before{content:counter(route);width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--cream);color:var(--gold-dark);font-weight:900;grid-row:span 2}.route-map-list strong{color:var(--navy-deep);font-size:.96rem}.route-map-list span{color:var(--text-mid);font-size:.84rem;line-height:1.5}.route-map-note{margin-top:18px;color:rgba(76,91,112,.86);font-size:.86rem;line-height:1.65}@media (max-width:980px){.route-map-card{grid-template-columns:1fr}.route-map-visual svg{min-height:360px}.map-point text{font-size:16px}}@media (max-width:768px){.header{padding:12px 0}.header-inner{min-height:56px}.logo-text{font-size:1.05rem}.logo-text span{font-size:.55rem;letter-spacing:.17em}.hero{min-height:auto;padding-top:126px;padding-bottom:70px;align-items:flex-start}.hero-content{max-width:100%}.hero-badge{max-width:100%;white-space:normal;line-height:1.4;margin-bottom:22px;font-size:.68rem;padding:8px 14px}.hero h1{font-size:clamp(2.1rem,11.2vw,3.35rem);line-height:1.03;margin-bottom:22px}.hero h1 em{font-size:.82em;line-height:1.05;display:block;margin-top:12px}.hero-subtitle{font-size:1rem;line-height:1.7;max-width:100%;margin-bottom:30px;text-align:justify!important}.hero-actions{align-items:stretch}.carousel-hint{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.86}.why-carousel-hint{display:flex}.route-map-card{margin-top:24px;gap:18px}.route-map-visual{border-radius:26px}.route-map-visual svg{min-height:300px}.map-point text{font-size:18px}.route-map-list{padding:22px;border-radius:26px}.route-map-list h3{font-size:1.65rem}.route-map-list li{grid-template-columns:30px 1fr}.route-map-list li::before{width:30px;height:30px}}@media (max-width:420px){.map-point text{font-size:20px}.route-map-visual svg{min-height:260px}}.price-points{max-width:920px;margin:24px auto 0;padding:22px 24px;border:1px solid rgba(201,168,76,.22);border-radius:18px;background:rgba(255,255,255,.72);display:grid;gap:12px}.price-points li{display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:start;color:var(--text-mid);font-size:.95rem;line-height:1.65;text-align:left!important}.price-points li i{color:var(--gold);margin-top:4px}.price-points strong{color:var(--navy-deep)}.price-note-muted{color:#7f8797;font-size:.84rem}.route-map-visual{background:linear-gradient(180deg,#dfe8ef 0%,#cfdce8 100%)}.route-map-visual svg{min-height:500px}.route-map-region{fill:#aebfcd;stroke:rgba(255,255,255,.8);stroke-width:2}.route-map-water{fill:#edf2f6}.route-map-coastline{fill:none;stroke:rgba(255,255,255,.95);stroke-width:3}.route-map-point circle{fill:var(--navy-deep);stroke:#fff;stroke-width:3}.route-map-point.start circle{fill:var(--gold)}.route-map-label{font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;fill:#12263f;letter-spacing:.01em}.route-map-label.small{font-size:14px;font-weight:700;fill:#314661}.route-map-label.tiny{font-size:12px;font-weight:600;fill:#50657f}.route-map-title{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;letter-spacing:.18em;fill:rgba(11,31,58,.92)}.route-map-side{font-family:'Cormorant Garamond',serif;font-size:20px;font-style:italic;fill:rgba(11,31,58,.92)}.route-map-sea-name{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;fill:rgba(11,31,58,.84)}.route-map-note{color:var(--text-mid)}@media (max-width:980px){.route-map-visual svg{min-height:400px}.route-map-label{font-size:16px}.route-map-label.small{font-size:13px}}@media (max-width:768px){.price-points{padding:18px;gap:10px}.price-points li{grid-template-columns:18px 1fr;font-size:.92rem}.route-map-visual svg{min-height:320px}.route-map-title{font-size:20px;letter-spacing:.12em}.route-map-label{font-size:11px}.route-map-label.small{font-size:10px}.route-map-label.tiny{font-size:9px}.route-map-side,.route-map-sea-name{font-size:11px}}.locations-reference{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.location-reference-card{background:#fff;border:1px solid rgba(201,168,76,.22);border-radius:26px;padding:24px;display:grid;grid-template-columns:46px 1fr;gap:16px;align-items:start;box-shadow:0 16px 42px rgba(11,31,58,.07);transition:var(--transition)}.location-reference-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(11,31,58,.12)}.location-reference-start{grid-column:span 3;background:linear-gradient(135deg,rgba(11,31,58,.98),rgba(23,63,104,.94))}.location-reference-start h3,.location-reference-start p{color:#fff}.location-reference-start span{color:var(--gold-light)}.location-icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(201,168,76,.12);color:var(--gold);border:1px solid rgba(201,168,76,.22)}.location-reference-card span{display:inline-block;margin-bottom:6px;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.location-reference-card h3{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:500;margin-bottom:8px;color:var(--navy-deep)}.location-reference-card p{font-size:.94rem;line-height:1.65;color:var(--text-mid);margin:0;text-align:justify}.locations-reference-note{max-width:900px;margin:22px auto 0;padding:16px 20px;border-radius:18px;background:rgba(11,31,58,.045);color:var(--text-mid);font-size:.92rem;text-align:center!important}@media (max-width:980px){.locations-reference{grid-template-columns:repeat(2,minmax(0,1fr))}.location-reference-start{grid-column:span 2}}@media (max-width:640px){.locations-reference{grid-template-columns:1fr;gap:14px}.location-reference-start{grid-column:span 1}.location-reference-card{padding:20px;border-radius:22px;grid-template-columns:40px 1fr}.location-icon{width:40px;height:40px;border-radius:14px}.location-reference-card h3{font-size:1.45rem}.location-reference-card p{text-align:justify}.locations-reference-note{text-align:justify!important}}.location-reference-start h3{color:#ffffff!important}.location-reference-start p{color:rgba(255,255,255,.78)!important}.location-reference-start .location-icon{background:rgba(255,255,255,.08);border-color:rgba(231,198,95,.35);color:var(--gold-light)}.location-reference-start span{color:var(--gold-light)!important}.location-reference-card.location-reference-start{background:linear-gradient(135deg,#0b1f3a 0%,#173f68 100%)!important;border-color:rgba(231,198,95,0.36)!important}.location-reference-card.location-reference-start span,.location-reference-card.location-reference-start .location-icon,.location-reference-card.location-reference-start .location-icon i{color:#f2d873!important}.location-reference-card.location-reference-start h3{color:#ffffff!important;opacity:1!important;text-shadow:0 1px 8px rgba(0,0,0,.22)}.location-reference-card.location-reference-start p{color:rgba(255,255,255,.94)!important;opacity:1!important;text-shadow:0 1px 8px rgba(0,0,0,.16)}.location-reference-card.location-reference-start,.locations-reference>.location-reference-card.location-reference-start{background:linear-gradient(135deg,#0a1b33 0%,#143b63 100%)!important}.location-reference-card.location-reference-start .location-start-copy span,.location-reference-card.location-reference-start>div span{color:#f4d66a!important;opacity:1!important}.location-reference-card.location-reference-start .location-start-copy h3,.location-reference-card.location-reference-start>div h3{color:#ffffff!important;opacity:1!important;text-shadow:0 2px 10px rgba(0,0,0,.35)!important}.location-reference-card.location-reference-start .location-start-copy p,.location-reference-card.location-reference-start>div p{color:#ffffff!important;opacity:1!important;text-shadow:0 1px 8px rgba(0,0,0,.35)!important}.footer-bottom.footer-bottom-centered{justify-content:center;align-items:center;flex-direction:column;text-align:center;gap:12px}.footer-legal-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;width:100%}.footer-legal-links a,.footer-credit a{color:rgba(255,255,255,0.78);font-size:0.86rem;transition:var(--transition)}.footer-legal-links span{color:rgba(255,255,255,0.35)}.footer-legal-links a:hover,.footer-credit a:hover{color:var(--gold-light)}.footer-credit{font-size:0.82rem;color:rgba(255,255,255,0.55);margin:0}@media (max-width:768px){.footer-bottom.footer-bottom-centered{align-items:center;text-align:center}.footer-legal-links{gap:8px}}.legal-content{max-width:920px;margin:0 auto;padding:42px;border:1px solid rgba(201,168,76,0.18);border-radius:28px;background:rgba(255,255,255,0.78);box-shadow:0 22px 60px rgba(11,31,58,0.08)}.legal-content h2{margin-top:32px;margin-bottom:12px;font-family:'Cormorant Garamond',serif;font-size:clamp(1.65rem,3vw,2.1rem);color:var(--navy-deep)}.legal-content p{margin-bottom:16px;color:var(--text-mid);line-height:1.85;text-align:justify}.legal-content a{color:var(--navy-deep);font-weight:700;text-decoration:underline;text-decoration-color:rgba(201,168,76,0.45)}@media (max-width:768px){.legal-content{padding:28px 22px;border-radius:22px}.legal-content p{text-align:left}}.lang-switcher{position:relative;display:inline-block;font-size:.84rem}.lang-switcher summary{list-style:none;cursor:pointer;border:1px solid rgba(212,175,55,.35);border-radius:999px;padding:9px 12px;display:inline-flex;gap:6px;align-items:center;color:var(--white);background:rgba(255,255,255,.06)}.lang-switcher summary::-webkit-details-marker{display:none}.lang-options{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:rgba(11,31,58,.98);border:1px solid rgba(212,175,55,.28);border-radius:16px;padding:8px;box-shadow:0 20px 60px rgba(0,0,0,.25);z-index:200}.lang-options a{display:block!important;color:rgba(255,255,255,.9)!important;padding:10px 12px;border-radius:10px;white-space:nowrap}.lang-options a:hover{background:rgba(212,175,55,.12);color:var(--gold-light)!important}.mobile-lang{padding:8px 18px}.mobile-lang .lang-switcher{width:100%}.mobile-lang .lang-switcher summary{justify-content:center;color:var(--navy-deep);background:#fff}.mobile-lang .lang-options{position:static;margin-top:8px;background:#fff;box-shadow:none}.mobile-lang .lang-options a{color:var(--navy-deep)!important}.seo-hero{padding:160px 0 90px;background:linear-gradient(135deg,rgba(11,31,58,.96),rgba(28,71,111,.92)),url('/assets/images/hero-home-clara-vitoria.webp') center/cover no-repeat;color:#fff}.seo-hero h1{color:#fff;max-width:980px}.seo-hero h1 em{color:var(--gold-light)}.seo-hero p{color:rgba(255,255,255,.82);max-width:820px;font-size:1.12rem;line-height:1.8}.seo-layout{display:grid;grid-template-columns:minmax(0,1.4fr) 360px;gap:48px;align-items:start}.seo-content-card,.trust-panel,.quick-facts,.local-proof{background:#fff;border:1px solid rgba(201,168,76,.18);border-radius:24px;padding:30px;box-shadow:0 18px 55px rgba(11,31,58,.06)}.seo-content-card + .seo-content-card{margin-top:24px}.seo-content-card h2,.seo-content-card h3{margin-bottom:14px}.seo-content-card p,.seo-content-card li{color:var(--text-mid);line-height:1.85}.seo-content-card ul{margin:16px 0 0;padding-left:20px}.quick-facts{position:sticky;top:110px}.quick-facts h3{margin-bottom:14px}.fact-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(11,31,58,.08)}.fact-row span:first-child{color:var(--text-mid)}.fact-row strong{color:var(--navy-deep);text-align:right}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.trust-mini{background:rgba(255,255,255,.08);border:1px solid rgba(212,175,55,.22);padding:18px;border-radius:18px}.trust-mini strong{display:block;color:var(--gold-light);margin-bottom:6px}.trust-mini span{color:rgba(255,255,255,.75);font-size:.92rem}.route-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.route-list article{border:1px solid rgba(201,168,76,.2);border-radius:18px;padding:18px;background:rgba(248,245,238,.72)}.route-list strong{display:block;color:var(--navy-deep);margin-bottom:6px}.related-pages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.related-pages a{display:block;background:#fff;border:1px solid rgba(201,168,76,.18);border-radius:18px;padding:20px;color:var(--navy-deep);font-weight:700}.related-pages a span{display:block;color:var(--text-mid);font-weight:400;font-size:.92rem;margin-top:8px;line-height:1.5}.sailing-note{background:linear-gradient(135deg,rgba(11,31,58,.94),rgba(28,71,111,.9));color:#fff;border-radius:24px;padding:28px;margin-top:28px}.sailing-note p{color:rgba(255,255,255,.8)}@media (max-width:1080px){.seo-layout{grid-template-columns:1fr}.quick-facts{position:static}.trust-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.lang-switcher summary{color:var(--navy-deep);background:#fff}.nav .lang-switcher{display:none}.seo-hero{padding:130px 0 70px}.route-list,.related-pages,.trust-strip{grid-template-columns:1fr}}.hero + .trust-strip.trust-marquee{margin-top:-1px!important}.trust-strip.trust-marquee{display:block!important;margin-top:0!important;width:100%}@media (min-width:1025px){.trust-strip.trust-marquee{padding:16px 0!important;overflow:hidden}.trust-marquee-track{width:100%!important;max-width:1840px;margin:0 auto;padding-left:0!important;justify-content:center;gap:clamp(10px,1.1vw,22px)!important;animation:none!important;transform:none!important}.trust-marquee-track .trust-item:nth-child(n+8){display:none!important}.trust-strip.trust-marquee .trust-item{min-width:0!important;flex:0 1 auto;padding:8px 12px!important;gap:10px!important}.trust-strip.trust-marquee .trust-item i{width:31px!important;height:31px!important;font-size:.82rem!important}.trust-strip.trust-marquee .trust-item-text strong{font-size:.72rem!important;letter-spacing:.07em}.trust-strip.trust-marquee .trust-item-text span{font-size:.68rem!important;white-space:nowrap}}.hero-meta{right:clamp(64px,7vw,160px)!important;gap:clamp(22px,3vw,44px)!important}@media (min-width:1025px){.hero-meta-item strong{font-size:1.85rem}.hero-meta-item span{font-size:.68rem}}@media (max-width:768px){.trust-strip.trust-marquee{display:block!important;margin-top:0!important}}@media (min-width:1025px){.trust-strip.trust-marquee{padding:14px 0!important;overflow:hidden!important}.trust-marquee-track{width:max-content!important;max-width:none!important;margin:0!important;padding-left:24px!important;justify-content:flex-start!important;gap:18px!important;animation:trustMarquee 38s linear infinite!important;transform:translateX(0)}.trust-marquee-track .trust-item:nth-child(n+8){display:flex!important}.trust-strip.trust-marquee .trust-item{min-width:max-content!important;flex:0 0 auto!important;padding:8px 14px!important;gap:10px!important}.trust-strip.trust-marquee .trust-item i{width:31px!important;height:31px!important;font-size:.82rem!important}.trust-strip.trust-marquee .trust-item-text strong{font-size:.72rem!important;letter-spacing:.07em;white-space:nowrap}.trust-strip.trust-marquee .trust-item-text span{font-size:.68rem!important;white-space:nowrap}}@media (hover:hover) and (pointer:fine){.trust-marquee:hover .trust-marquee-track{animation-play-state:running!important}}.hero-meta{right:clamp(120px,11vw,260px)!important}@media (max-width:900px){.hero-meta{right:auto!important}}.header .logo img{display:none!important}.header .logo{gap:0!important}.header .logo-text{font-size:clamp(1.15rem,1.55vw,1.72rem)!important;line-height:.95}.header .logo-text span{font-size:clamp(.50rem,.62vw,.72rem)!important;letter-spacing:.30em}.experience-slide-card,.experience-slide-card:first-child{display:flex!important;flex-direction:column!important;min-height:auto!important;background:#fff!important;overflow:hidden!important;border:1px solid rgba(201,168,76,.22)!important;box-shadow:0 20px 54px rgba(11,31,58,.12)!important}.experience-slide-card::after{display:none!important}.experience-slide-card img{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:220px!important;object-fit:cover!important;transform:none!important}.experience-slide-card:first-child img{height:310px!important}.experience-slide-body,.experience-slide-card:first-child .experience-slide-body{position:relative!important;z-index:1!important;min-height:0!important;height:auto!important;flex:1 1 auto!important;justify-content:flex-start!important;padding:24px!important;background:#fff!important}.experience-slide-body .bento-tag{background:rgba(201,168,76,.10)!important;border-color:rgba(201,168,76,.25)!important;color:var(--gold)!important}.experience-slide-body h3,.experience-slide-card:first-child .experience-slide-body h3{color:var(--navy-deep)!important;font-size:1.55rem!important;margin-top:6px!important}.experience-slide-body p,.experience-slide-card:first-child .experience-slide-body p,.experience-slide-card:nth-child(2) .experience-slide-body p,.experience-slide-card:nth-child(3) .experience-slide-body p{display:block!important;color:var(--text-mid)!important;text-align:left!important}@media (min-width:1025px){.experience-carousel{grid-auto-rows:auto!important;align-items:stretch!important}.experience-slide-card:first-child{min-height:auto!important}.experience-slide-card:first-child .experience-slide-body h3{font-size:2rem!important}}@media (max-width:768px){.experience-slide-card,.experience-slide-card:first-child{flex:0 0 84vw!important;min-height:auto!important}.experience-slide-card img,.experience-slide-card:first-child img{height:230px!important}.experience-slide-body,.experience-slide-card:first-child .experience-slide-body{min-height:0!important;padding:22px!important}.experience-slide-body p{text-align:left!important}}.trust-strip.trust-marquee{overflow:hidden!important}.trust-marquee-track{width:max-content!important;max-width:none!important;margin:0!important;padding-left:24px!important;justify-content:flex-start!important;animation:trustMarquee 32s linear infinite!important;transform:translateX(0);will-change:transform}.trust-marquee-track .trust-item{flex:0 0 auto!important;min-width:max-content!important}.trust-marquee-track .trust-item:nth-child(n+1){display:flex!important}.trust-marquee:hover .trust-marquee-track,.trust-marquee:active .trust-marquee-track,.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}.header .logo img{display:none!important}.header .logo{gap:0!important}.trust-strip.trust-marquee{overflow:hidden!important}.trust-marquee-track{display:flex!important;width:max-content!important;max-width:none!important;justify-content:flex-start!important;animation:trustMarquee 30s linear infinite!important;will-change:transform!important}@keyframes trustMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.experience-slide-body h3 + .btn{margin-top:18px!important}.trust-marquee:hover .trust-marquee-track,.trust-marquee:active .trust-marquee-track,.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}.source-note{display:none!important}.trust-strip.trust-marquee{display:block!important;overflow:hidden!important;width:100%!important;margin-top:0!important}.trust-strip.trust-marquee .trust-marquee-track{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;width:max-content!important;max-width:none!important;min-width:max-content!important;margin:0!important;padding-left:24px!important;animation-name:pbTrustTickerV23!important;animation-duration:24s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important;will-change:transform!important}.trust-strip.trust-marquee .trust-item{flex:0 0 auto!important;min-width:max-content!important}.trust-strip.trust-marquee:hover .trust-marquee-track,.trust-strip.trust-marquee:active .trust-marquee-track,.trust-strip.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}@keyframes pbTrustTickerV23{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.trust-strip.trust-marquee .trust-marquee-track{animation:pbTrustTickerV23 24s linear infinite!important}}.trust-marquee-track{animation:trustMarquee 24s linear infinite!important;animation-play-state:running!important;will-change:transform}.trust-marquee:hover .trust-marquee-track,.trust-marquee:active .trust-marquee-track,.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}@media (max-width:480px){.trust-marquee-track{animation:trustMarquee 20s linear infinite!important}}@media (prefers-reduced-motion:reduce){.trust-marquee-track{animation:trustMarquee 30s linear infinite!important}}.trust-strip.trust-marquee{overflow:hidden!important}.trust-strip.trust-marquee .trust-marquee-track .trust-item:nth-child(n+6){display:none!important}@media (min-width:1025px){.trust-strip.trust-marquee{padding:16px 24px!important}.trust-strip.trust-marquee .trust-marquee-track{width:100%!important;max-width:1480px!important;min-width:0!important;margin:0 auto!important;padding-left:0!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:clamp(14px,1.5vw,28px)!important;animation:none!important;transform:none!important;will-change:auto!important}.trust-strip.trust-marquee .trust-item{flex:0 1 auto!important;min-width:0!important}}@media (max-width:1024px){.trust-strip.trust-marquee{padding:14px 0!important}.trust-strip.trust-marquee .trust-marquee-track{display:flex!important;width:max-content!important;max-width:none!important;min-width:max-content!important;margin:0!important;padding-left:16px!important;justify-content:flex-start!important;gap:14px!important;animation:pbTrustMobileV25 18s linear infinite!important;animation-play-state:running!important;will-change:transform!important}.trust-strip.trust-marquee .trust-item{flex:0 0 auto!important;min-width:max-content!important}.trust-strip.trust-marquee:hover .trust-marquee-track,.trust-strip.trust-marquee:active .trust-marquee-track,.trust-strip.trust-marquee:focus-within .trust-marquee-track{animation-play-state:running!important}}@keyframes pbTrustMobileV25{0%{transform:translate3d(100vw,0,0)}100%{transform:translate3d(-100%,0,0)}}@media (min-width:1025px){.experience-carousel{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:auto!important;align-items:start!important}.experience-slide-card:first-child{grid-column:span 2!important;grid-row:span 1!important;min-height:0!important}.experience-slide-card:first-child img{height:245px!important}.experience-slide-card:first-child .experience-slide-body{flex:0 0 auto!important;padding:24px!important}.experience-slide-card:first-child .experience-slide-body h3{font-size:1.85rem!important;line-height:1.05!important}.experience-slide-card:first-child .experience-slide-body p{margin-bottom:18px!important;line-height:1.55!important}}.mobile-submenu-panel{max-height:min(62vh,560px);overflow-y:auto}.boat-gallery .boat-main-img[src*="embarcacao-cranchi-atlantique-40-marina-cascais"]{object-position:center 68%!important}.experience-slide-card img[src*="passeios-familiares-barco-cascais"],.experience-list-card img[src*="passeios-familiares-barco-cascais"]{object-position:center 82%!important}.experience-slide-card img[src*="eventos-privados-barco-cascais-clara-vitoria"],.experience-list-card img[src*="eventos-privados-barco-cascais-clara-vitoria"]{object-position:center 84%!important}.img-frame img[src*="historia-paiva-branco-boats-lisboa-ponte-25-abril"]{object-position:center 82%!important}.img-frame img[src*="embarcacao-cranchi-atlantique-40-marina-cascais"]{object-position:center 68%!important}@media (max-width:768px){.boat-gallery .boat-main-img[src*="embarcacao-cranchi-atlantique-40-marina-cascais"]{object-position:center 70%!important}.experience-slide-card img[src*="passeios-familiares-barco-cascais"],.experience-list-card img[src*="passeios-familiares-barco-cascais"]{object-position:center 86%!important}.experience-slide-card img[src*="eventos-privados-barco-cascais-clara-vitoria"],.experience-list-card img[src*="eventos-privados-barco-cascais-clara-vitoria"]{object-position:center 88%!important}.img-frame img[src*="historia-paiva-branco-boats-lisboa-ponte-25-abril"]{object-position:center 86%!important}}.hero-heading-accent{display:block;margin:-10px 0 24px;font-style:italic;font-family:'Cormorant Garamond',serif;color:var(--gold-light);font-weight:300;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.02}@media (max-width:768px){.hero-heading-accent{font-size:clamp(1.9rem,10vw,3rem);line-height:1.05;margin-top:-4px;margin-bottom:20px}}.hero-heading-accent{max-width:100%;text-align:left!important;text-align-last:left!important;text-justify:auto!important;word-spacing:normal!important;letter-spacing:-0.02em;white-space:normal;overflow-wrap:normal;word-break:keep-all}.hero-heading-accent span{display:inline}.hero-heading-accent span + span::before{content:" "}@media (max-width:768px){.hero-heading-accent{width:min(100%,290px);max-width:290px;font-size:clamp(1.9rem,8.6vw,2.35rem)!important;line-height:1.02!important;margin:-8px 0 18px!important}.hero-heading-accent span{display:block}.hero-heading-accent span + span::before{content:""}}@media (max-width:380px){.hero-heading-accent{width:min(100%,260px);max-width:260px;font-size:clamp(1.75rem,8.2vw,2.05rem)!important}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:8px}.blog-card{display:flex;flex-direction:column;background:var(--white);border:1px solid rgba(201,168,76,0.18);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.blog-card-img{width:100%;height:230px;object-fit:cover;display:block}.blog-card-body{padding:28px 26px 30px;display:flex;flex-direction:column;flex:1}.blog-card-body h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;line-height:1.3;color:var(--navy-deep);margin:12px 0 12px}.blog-card-body p{color:var(--text-mid);line-height:1.75;margin-bottom:22px;flex:1}.blog-card-body .btn{align-self:flex-start}.blog-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:0.74rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.blog-meta span{display:inline-flex;align-items:center;gap:6px}.blog-meta .blog-tag{background:rgba(201,168,76,0.14);color:#8a6d20;padding:5px 12px;border-radius:999px;letter-spacing:0.08em}.article-body{max-width:780px;margin:0 auto}.article-body h2{margin-top:46px;margin-bottom:16px;font-family:'Cormorant Garamond',serif;font-size:clamp(1.7rem,3.2vw,2.2rem);line-height:1.25;color:var(--navy-deep)}.article-body h3{margin-top:32px;margin-bottom:12px;font-size:clamp(1.12rem,2.2vw,1.3rem);color:var(--navy-mid);font-weight:700}.article-body p{margin-bottom:18px;color:var(--text-mid);line-height:1.85}.article-body strong{color:var(--navy-deep);font-weight:700}.article-body a{color:var(--navy-deep);font-weight:700;text-decoration:underline;text-decoration-color:rgba(201,168,76,0.5)}.article-body a:hover{color:#8a6d20}.article-body ul,.article-body ol{margin:0 0 22px 0;padding-left:22px}.article-body li{margin-bottom:11px;color:var(--text-mid);line-height:1.8}.article-body ol li::marker{color:var(--gold);font-weight:700}.article-body ul li::marker{color:var(--gold)}.article-summary{background:var(--cream);border-left:3px solid var(--gold);border-radius:var(--radius-md);padding:26px 28px 20px;margin:30px 0 38px}.article-summary p{font-weight:700;color:var(--navy-deep);margin-bottom:12px}.article-summary ul{margin-bottom:4px}.article-note{background:rgba(11,31,58,0.04);border:1px solid rgba(201,168,76,0.28);border-radius:var(--radius-md);padding:24px 26px;margin:30px 0}.article-note p:last-child{margin-bottom:0}.article-note-label{display:block;font-size:0.74rem;letter-spacing:0.14em;text-transform:uppercase;color:#8a6d20;font-weight:700;margin-bottom:10px}.article-table-wrap{overflow-x:auto;margin:26px 0 30px;-webkit-overflow-scrolling:touch}.article-table{width:100%;border-collapse:collapse;min-width:520px;font-size:0.94rem}.article-table th{background:var(--navy-deep);color:var(--white);text-align:left;padding:14px 16px;font-weight:600;font-size:0.82rem;letter-spacing:0.06em;text-transform:uppercase}.article-table td{padding:14px 16px;border-bottom:1px solid rgba(11,31,58,0.09);color:var(--text-mid);line-height:1.65;vertical-align:top}.article-table tr:nth-child(even) td{background:rgba(248,244,236,0.55)}.article-sources{margin-top:44px;padding-top:24px;border-top:1px solid rgba(11,31,58,0.1);font-size:0.88rem;color:var(--text-muted)}.article-sources h4{color:var(--navy-deep);margin-bottom:10px;font-size:0.95rem}.article-sources li{color:var(--text-muted);margin-bottom:7px;line-height:1.7}.article-about{background:var(--navy-deep);border-radius:var(--radius-lg);padding:38px 34px;margin:44px 0 10px}.article-about h3{color:var(--white);margin-top:0;font-family:'Cormorant Garamond',serif;font-size:1.5rem}.article-about p{color:rgba(255,255,255,0.72)}.article-about a.btn{margin-top:10px}@media (max-width:768px){.article-body p{line-height:1.8}.blog-card-img{height:200px}.article-summary,.article-note{padding:22px 20px}.article-about{padding:30px 24px}}