:root{--bg:#0a0a0a;--bg2:#111;--bg3:#161616;--gold:#c9a84c;--gold-light:#e2c06e;--gold-dim:rgba(201,168,76,.12);--gold-border:rgba(201,168,76,.25);--white:#fff;--gray:#aaa;--muted:#505050;--border:hsla(0,0%,100%,.07);--r:4px;--r-lg:10px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);font-family:var(--font-inter,"Inter",system-ui,sans-serif);font-size:16px;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--gold);transform-origin:left;z-index:9999;pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-playfair,"Playfair Display",Georgia,serif)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.tag{display:block;font-size:.7rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.section-title{font-size:clamp(2rem,4vw,2.9rem);font-weight:700;line-height:1.12;margin-bottom:12px}.section-sub{font-size:.95rem;color:var(--gray);max-width:520px;line-height:1.75}.gold{color:var(--gold)}.divider{width:44px;height:2px;background:var(--gold);margin:18px 0 28px}.divider.center{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--r);font-family:var(--font-inter,sans-serif);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;white-space:nowrap;transition:background .25s ease,color .25s ease,border-color .25s ease}.btn-gold{background:var(--gold);color:#0a0a0a}.btn-gold:hover{background:var(--gold-light)}.btn-outline{background:transparent;color:var(--white);border:1px solid hsla(0,0%,100%,.28)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-sm{padding:10px 22px;font-size:.75rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:900;transition:background .4s ease,-webkit-backdrop-filter .4s;transition:background .4s ease,backdrop-filter .4s;transition:background .4s ease,backdrop-filter .4s,-webkit-backdrop-filter .4s}.navbar.scrolled{background:hsla(0,0%,4%,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:22px 0;transition:padding .35s ease}.navbar.scrolled .nav-wrap{padding:14px 0}.logo{display:flex;flex-direction:row;align-items:center;gap:11px}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-name{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-size:1.55rem;font-weight:700;letter-spacing:.04em}.logo-sub{font-size:.56rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-top:3px}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{font-size:.74rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.68);position:relative;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{width:100%}.nav-book{margin-left:12px}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.burger span{display:block;width:24px;height:1.5px;background:var(--white);transition:all .3s}.mob-menu{display:none;position:fixed;inset:0;background:hsla(0,0%,4%,.98);z-index:950;flex-direction:column;align-items:center;justify-content:center;gap:28px}.mob-menu.open{display:flex}.mob-menu a{font-family:var(--font-playfair,Georgia,serif);font-size:1.6rem;color:var(--white);transition:color .2s}.mob-menu a:hover{color:var(--gold)}.mob-close{position:absolute;top:24px;right:28px;font-size:1.4rem;color:var(--white);cursor:pointer;background:none;border:none}.hero-section{position:relative;height:100vh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-vid{width:100%;height:100%;object-fit:cover;z-index:0;animation:kenBurns 14s ease-in-out infinite alternate}.hero-overlay,.hero-vid{position:absolute;inset:0}.hero-overlay{background:linear-gradient(160deg,hsla(0,0%,4%,.86),hsla(0,0%,4%,.54) 50%,hsla(0,0%,4%,.8));z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:900px}.hero-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:28px}.hero-title{font-family:var(--font-playfair,Georgia,serif);font-size:clamp(3rem,8vw,5.6rem);font-weight:700;line-height:1.07;margin-bottom:22px}.hero-title em{font-style:italic;color:var(--gold)}.hero-sub{font-size:clamp(.93rem,1.8vw,1.12rem);color:hsla(0,0%,100%,.65);font-weight:300;letter-spacing:.02em;margin-bottom:44px}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;color:hsla(0,0%,100%,.38);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase}.scroll-line{width:1px;height:44px;background:linear-gradient(to bottom,var(--gold),transparent)}.quick-book{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}.qb-form{display:grid;grid-template-columns:1fr 1fr 160px 140px auto;grid-gap:12px;gap:12px;align-items:end}.qb-group{display:flex;flex-direction:column;gap:6px}.qb-label{font-size:.64rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.qb-input{background:var(--bg3);border:1px solid var(--border);color:var(--white);padding:12px 14px;border-radius:var(--r);font-family:inherit;font-size:.875rem;width:100%;transition:border-color .2s;-webkit-appearance:none}.qb-input:focus{outline:none;border-color:var(--gold)}.qb-input::placeholder{color:var(--muted)}.qb-input option{background:var(--bg2)}.section{padding:96px 0;scroll-margin-top:80px}.services-section{background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:48px}.svc-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-lg);padding:36px 28px;position:relative;overflow:hidden;cursor:default;transition:border-color .3s ease}.svc-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .3s}.svc-card:hover{border-color:var(--gold-border)}.svc-card:hover:before{opacity:1}.svc-icon{width:50px;height:50px;background:var(--gold-dim);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:20px}.svc-card h3{font-size:1.45rem;margin-bottom:10px;font-family:var(--font-bebas),sans-serif;letter-spacing:.05em}.svc-card p{font-size:.85rem;color:var(--gray);line-height:1.75;margin-bottom:22px}.svc-link{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.svc-link:hover{gap:10px}.why-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.stats-2x2{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;margin-top:36px;border-radius:var(--r-lg);overflow:hidden}.stat-cell{background:var(--bg3);padding:30px 22px;text-align:center}.stat-num{font-family:var(--font-playfair,Georgia,serif);font-size:2.4rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:6px;display:flex;align-items:baseline;justify-content:center;gap:0}.stat-lbl{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray)}.feat-list{display:flex;flex-direction:column;gap:22px}.feat-item{display:flex;gap:18px;align-items:flex-start}.feat-icon{width:42px;height:42px;min-width:42px;background:var(--gold-dim);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:1.05rem;margin-top:2px}.feat-item h4{font-size:.92rem;font-weight:600;margin-bottom:4px}.feat-item p{font-size:.83rem;color:var(--gray)}.booking-section{background:var(--bg)}.book-layout{display:grid;grid-template-columns:1fr 420px;grid-gap:80px;gap:80px;align-items:start}.book-info p{color:var(--gray);font-size:.93rem;margin-bottom:36px}.contact-stack{display:flex;flex-direction:column;gap:14px}.cmethod{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--bg3);border:1px solid var(--border);border-radius:var(--r);transition:border-color .2s}.cmethod:hover{border-color:var(--gold-border)}.cmethod-icon{width:40px;height:40px;min-width:40px;background:var(--gold-dim);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.cmethod-label{font-size:.64rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:2px}.cmethod-val{font-size:.88rem;font-weight:500}.form-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-lg);padding:36px;position:-webkit-sticky;position:sticky;top:100px}.form-card h3{font-size:1.3rem;margin-bottom:6px}.form-note{font-size:.78rem;color:var(--gray);margin-bottom:22px}.form-divider{width:100%;height:1px;background:var(--gold-border);margin-bottom:22px}.fg{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.f-group{display:flex;flex-direction:column;gap:6px}.f-group.span2{grid-column:1/-1}.f-label{font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.f-input,.f-select,.f-textarea{background:var(--bg2);border:1px solid var(--border);color:var(--white);padding:11px 14px;border-radius:var(--r);font-family:inherit;font-size:.875rem;width:100%;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none}.f-input:focus,.f-select:focus,.f-textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-dim)}.f-input::placeholder,.f-textarea::placeholder{color:var(--muted)}.f-select option{background:var(--bg2);color:var(--white)}.f-textarea{resize:vertical;min-height:80px}.f-submit{width:100%;margin-top:6px;padding:16px;font-size:.82rem}.f-optional{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0;font-size:.72rem}.step-progress-track{width:calc(100% + 72px);margin-left:-36px;margin-top:-36px;height:3px;background:var(--border);border-radius:3px 3px 0 0;overflow:hidden;margin-bottom:24px}.step-progress-fill{height:100%;background:var(--gold);border-radius:3px}.step-header{margin-bottom:10px}.step-count{font-size:.64rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:6px}.step-header h3{font-size:1.25rem;margin-bottom:4px}.step-dots{display:flex;gap:7px;margin:14px 0 18px}.step-dot{width:7px;height:7px;border-radius:50%;background:var(--border);transition:background .3s}.step-dot.active{background:var(--gold)}.step-fields-wrap{min-height:200px;overflow:hidden}.step-nav{display:flex;gap:10px;margin-top:22px}.step-back-btn{flex:0 0 auto;padding-left:18px;padding-right:18px}.step-next-btn{flex:1 1}.step-next-btn.disabled{opacity:.45;cursor:not-allowed}.celebration{flex-direction:column;text-align:center;padding:12px 0 4px;min-height:380px}.cel-stage,.celebration{display:flex;align-items:center;justify-content:center}.cel-stage{position:relative;width:80px;height:80px;margin-bottom:16px}.cel-rocket{position:absolute;font-size:2.8rem;line-height:1}.cel-particle{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold);top:50%;left:50%;transform:translate(-50%,-50%)}.cel-ico{width:56px;height:56px;border-radius:50%;background:var(--gold-dim);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold);font-weight:700;margin-bottom:18px}.celebration h3{font-size:1.5rem;margin-bottom:10px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:1000;display:flex;align-items:center;justify-content:center}.modal-box{background:var(--bg3);border:1px solid var(--gold-border);border-radius:var(--r-lg);padding:48px 40px;text-align:center;max-width:400px;width:90%}.modal-ico{font-size:3rem;margin-bottom:16px}.modal-box h3{font-size:1.4rem;margin-bottom:8px}.modal-box p{color:var(--gray);font-size:.88rem;margin-bottom:26px}.fleet-section{background:var(--bg2)}.fleet-head{text-align:center}.fleet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,480px));grid-gap:20px;gap:20px;margin-top:48px;justify-content:center}.fleet-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:border-color .3s}.fleet-card:hover{border-color:var(--gold-border)}.fleet-img{height:195px;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.fleet-img img{width:100%;height:100%;object-fit:cover}.fleet-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#161616,#0d0d0d);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.fleet-placeholder span:first-child{font-size:2.5rem}.fleet-body{padding:22px 24px}.fleet-body h4{font-size:1rem;margin-bottom:6px}.fleet-body p{font-size:.8rem;color:var(--gray)}.fleet-cap{display:inline-block;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);padding:4px 10px;border-radius:100px;margin-top:12px}.testi-section{background:var(--bg)}.testi-head{text-align:center}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:52px}.tcard{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:16px}.stars{color:var(--gold);font-size:.82rem;letter-spacing:3px}.tcard-text{font-size:.875rem;color:var(--gray);line-height:1.78;font-style:italic;flex:1 1}.tcard-author{gap:12px}.author-av,.tcard-author{display:flex;align-items:center}.author-av{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--gold-dim);border:1px solid var(--gold-border);justify-content:center;font-family:var(--font-playfair,Georgia,serif);font-size:.9rem;font-weight:600;color:var(--gold)}.author-name{font-size:.83rem;font-weight:600}.author-role{font-size:.72rem;color:var(--muted)}.review-cta{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:48px}.review-cta-text{font-size:.9rem;color:var(--gray)}.cta-section{background:linear-gradient(160deg,#0f0f0f,#1a1400 50%,#0f0f0f);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);text-align:center}.cta-section h2{margin-bottom:14px}.cta-section p{color:var(--gray);font-size:.95rem;margin-bottom:34px}.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.faq-section{background:var(--bg2)}.faq-head{text-align:center;margin-bottom:48px}.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--bg3);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;cursor:pointer;transition:border-color .25s}.faq-item.open,.faq-item:hover{border-color:var(--gold-border)}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:.92rem;font-weight:600;line-height:1.5}.faq-icon{font-size:1.4rem;color:var(--gold);line-height:1;min-width:20px;text-align:center;display:inline-block}.faq-a{overflow:hidden}.faq-a p{padding:0 22px 18px;font-size:.88rem;color:var(--gray);line-height:1.7;margin:0}.footer{background:#050505;border-top:1px solid var(--border);padding:60px 0 28px}.footer-cols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--border);margin-bottom:28px;text-align:center}.f-brand-name{font-family:var(--font-playfair,Georgia,serif);font-size:1.5rem;font-weight:700}.f-brand-sub{font-size:.56rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-top:3px;margin-bottom:18px;display:block}.f-brand-logo{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:18px}.f-brand p{font-size:.83rem;color:var(--gray);line-height:1.72;max-width:280px;margin:0 auto}.f-col h5{font-size:.68rem;font-weight:600;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.f-col ul{display:flex;flex-direction:column;gap:10px;align-items:center}.f-col a{font-size:.83rem;color:var(--gray);transition:color .2s}.f-col a:hover{color:var(--white)}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}.footer-copy{font-size:.77rem;color:var(--muted)}.socials{display:flex;gap:10px}.soc{width:34px;height:34px;border:1px solid var(--border);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--gray);transition:border-color .2s,color .2s}.soc:hover{border-color:var(--gold);color:var(--gold)}.back-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:var(--gold);color:#0a0a0a;border:none;border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;z-index:800}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes scrollPulse{0%,to{opacity:.35}50%{opacity:1}}.scroll-line{animation:scrollPulse 2s infinite}@media (max-width:1060px){.book-layout{grid-template-columns:1fr;gap:48px}.form-card{position:static;order:-1}.book-info{order:1}.why-grid{grid-template-columns:1fr;gap:48px}.footer-cols{gap:32px}.footer-cols,.qb-form{grid-template-columns:1fr 1fr}.qb-form .btn{grid-column:1/-1}.fleet-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.fleet-grid{justify-content:center}.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-book,.nav-links{display:none}.burger{display:flex}.section{padding:64px 0}.container{padding:0 20px}.hero-sub br{display:none}.hero-badge{letter-spacing:.18em;font-size:.64rem}.fg,.fleet-grid,.services-grid,.testi-grid{grid-template-columns:1fr}.f-group.span2{grid-column:unset}.form-card{padding:28px 22px}.qb-form{grid-template-columns:1fr}.stats-2x2{grid-template-columns:1fr 1fr}.footer-cols{grid-template-columns:1fr;gap:32px}.f-input,.f-select,.f-textarea,.qb-input{font-size:1rem}}@media (max-width:480px){.section{padding:56px 0}.container{padding:0 16px}.hero-title{font-size:2.6rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;justify-content:center}.section-title{font-size:1.85rem}.stat-cell{padding:22px 14px}.stat-num{font-size:2rem}.cta-btns{flex-direction:column;align-items:center}.cta-btns .btn{width:100%;justify-content:center;max-width:320px}.form-card{padding:22px 16px}.footer-cols{gap:24px}.footer{padding:48px 0 24px}}@media (max-width:360px){.hero-title{font-size:2.2rem}.section-title{font-size:1.65rem}.btn{padding:12px 20px;font-size:.75rem}.hero-badge{font-size:.58rem;letter-spacing:.14em;padding:6px 16px}}