
:root{--sea:#033a56;--deep:#061421;--aqua:#05b8d7;--gold:#c69a3c;--sand:#fff6e8;--white:#fff;--muted:#637083;--shadow:0 24px 60px rgba(1,20,38,.20);--radius:24px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#142132;background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img,video{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 4%;background:rgba(5,20,33,.88);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.18)}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:.5px}.brand img{width:58px;height:58px;object-fit:contain}.nav{display:flex;align-items:center;gap:6px}.nav>a,.dropdown>a{color:#fff;padding:12px 14px;border-radius:999px;font-weight:700;font-size:14px}.nav a:hover,.dropdown:hover>a{background:rgba(255,255,255,.12)}.nav-cta{background:linear-gradient(135deg,var(--gold),#ffda78)!important;color:#091522!important}.dropdown{position:relative}.drop-menu{position:absolute;top:48px;left:0;min-width:230px;background:#fff;color:#172033;border-radius:18px;padding:10px;box-shadow:var(--shadow);display:none}.drop-menu a{display:block;padding:10px 12px;border-radius:12px;font-size:14px}.drop-menu a:hover{background:#eff8fb;color:#006c87}.dropdown:hover .drop-menu{display:block}.menu-toggle{display:none;background:var(--gold);border:0;border-radius:12px;padding:10px 12px;font-size:22px}.hero{position:relative;min-height:690px;display:grid;place-items:center;overflow:hidden}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(1.06)}.hero-overlay{background:linear-gradient(90deg,rgba(2,14,24,.86),rgba(2,26,42,.55),rgba(2,14,24,.30))}.hero-content{position:relative;color:#fff;padding-top:30px}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;color:var(--gold);font-weight:900;font-size:13px}.hero h1{font-size:clamp(36px,6vw,76px);line-height:1.02;margin:10px 0 20px;max-width:980px}.hero p{font-size:clamp(17px,2vw,22px);max-width:820px;color:#e9f7ff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.25s}.btn.primary{background:linear-gradient(135deg,var(--gold),#f3c56b);color:#101010;box-shadow:0 12px 26px rgba(198,154,60,.28)}.btn.ghost{border-color:rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.08)}.btn:hover{transform:translateY(-2px)}.hero-buttons,.center{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-badges span{padding:8px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:999px;color:#fff}.intro-split,.event-highlight{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:90px 0}h2{font-size:clamp(30px,4vw,50px);line-height:1.12;margin:8px 0 18px;color:#08243a}h3{line-height:1.2}.mini-stats{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin-top:22px;background:#f5fbfe;padding:18px;border-radius:20px}.mini-stats b{font-size:28px;color:#006f8e}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}.image-stack img:first-child{grid-column:1/3}.image-stack img,.event-gallery img,.team-grid img,.gallery-grid img{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.blue-section{background:linear-gradient(135deg,#062034,#06415d 55%,#042033);padding:90px 0;color:#fff}.blue-section h2{color:#fff}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.shop-card{background:#fff;border-radius:24px;padding:18px;box-shadow:var(--shadow);overflow:hidden;color:#132237}.blue-section .shop-card{box-shadow:0 18px 45px rgba(0,0,0,.25)}.shop-card img{width:100%;height:190px;object-fit:contain;background:#fff;border-radius:18px;border:1px solid #eef0f3}.shop-card span,.venue-card span{color:#b38728;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:1px}.shop-card h3{font-size:24px;margin:12px 0 6px}.shop-card a{font-weight:900;color:#007a98}.tick-list{padding-left:0;list-style:none}.tick-list li{margin:10px 0;padding-left:30px;position:relative}.tick-list li:before{content:'✓';position:absolute;left:0;color:#008aa9;font-weight:900}.event-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}.event-gallery img{height:310px;width:100%}.leadership{padding:88px 0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.team-grid article{background:#fff;border-radius:26px;padding:18px;box-shadow:var(--shadow);text-align:center}.team-grid img{height:340px;width:100%;object-fit:cover;object-position:top}.seo-rich{background:var(--sand);padding:70px 0}.page-hero{padding:90px 0;background:linear-gradient(135deg,#03283d,#075270);color:#fff}.page-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.05;max-width:920px}.page-hero p{max-width:820px;color:#e8f9ff}.content-section{padding:80px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid img{height:260px;width:100%}.venue-card{background:#fff;border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.venue-card img{height:320px;width:100%;object-fit:cover}.venue-card div{padding:24px}.form-box{background:#fff;border-radius:28px;padding:28px;box-shadow:var(--shadow)}input,select,textarea{width:100%;padding:14px 16px;border:1px solid #d9e2ea;border-radius:14px;font:inherit;margin-bottom:14px}textarea{min-height:140px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.map-box{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:420px;background:#eef7fa}.map-box iframe{width:100%;height:420px;border:0}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-grid video{border-radius:22px;box-shadow:var(--shadow);height:420px;object-fit:cover;background:#000}.keyword-cloud{display:flex;flex-wrap:wrap;gap:10px}.keyword-cloud a{background:#eef9fc;border:1px solid #d1edf4;border-radius:999px;padding:9px 14px;font-weight:800;color:#006f8e}.footer{background:#04131f;color:#dbe8ef;position:relative;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:30px}.footer h3{color:#fff}.footer a{display:block;margin:8px 0;color:#e8f6ff}.footer-logo{width:94px}.socials{display:flex;gap:10px}.socials a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#f7d77d);color:#061421;font-weight:900}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding:18px;margin-top:44px}.small{font-size:13px;color:#9db0bc}.sticky-actions{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;background:rgba(5,20,33,.88);backdrop-filter:blur(12px);padding:8px;border-radius:999px;z-index:60;box-shadow:var(--shadow)}.sticky-actions a{color:#fff;padding:10px 18px;border-radius:999px;font-weight:900}.sticky-actions .whatsapp{background:#13a85a}.notice{padding:18px;border-radius:20px;background:#fff8e4;border:1px solid #ead394}.breadcrumb{font-size:14px;margin-bottom:16px;color:#beeaf5}.breadcrumb a{text-decoration:underline}.available{border:2px dashed #d3a540;background:#fff9e9}.footer-wave{position:absolute;top:0;left:0;right:0;height:42px;background:radial-gradient(50px 25px at 50px 38px,#04131f 99%,transparent),radial-gradient(50px 25px at 150px 0,transparent 99%,#04131f);background-size:200px 42px}@media(max-width:900px){.menu-toggle{display:block}.nav{position:absolute;top:78px;left:4%;right:4%;background:#061421;border-radius:22px;padding:16px;display:none;flex-direction:column;align-items:stretch}.nav.active{display:flex}.dropdown:hover .drop-menu{display:none}.dropdown.open .drop-menu{display:block;position:static;margin-top:6px}.hero{min-height:620px}.intro-split,.event-highlight,.two-col{grid-template-columns:1fr;padding:64px 0}.card-grid,.team-grid,.gallery-grid,.video-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.mini-stats{grid-template-columns:1fr 1fr}.hero-buttons .btn{width:100%}.team-grid img{height:290px}.event-gallery{grid-template-columns:1fr}.video-grid video{height:360px}.sticky-actions{width:94%;justify-content:space-between}.sticky-actions a{flex:1;text-align:center;padding:9px 8px}.brand span{font-size:17px}}

/* Banner slider update - Karai Marina real photos */
.hero-slider .slider-bg{background:#031521}
.hero-slider .hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.06);transition:opacity 1.2s ease, transform 7s ease;filter:saturate(1.08) contrast(1.03)}
.hero-slider .hero-slide.active{opacity:1;transform:scale(1)}
.slider-dots{display:flex;gap:8px;margin-top:24px;align-items:center}
.slider-dots span{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.5);transition:.25s}
.slider-dots span.active{width:34px;background:linear-gradient(135deg,var(--gold),#ffe08a);border-color:transparent}
@media(max-width:900px){.hero-slider .hero-slide{object-position:center}.slider-dots{justify-content:center}.hero-overlay{background:linear-gradient(180deg,rgba(2,14,24,.72),rgba(2,14,24,.58),rgba(2,14,24,.70))}}

/* ================= PREMIUM WORLD-CLASS BEACH THEME UPDATE ================= */
:root{--neon:#27e8ff;--coral:#ff7a4d;--leaf:#36d399;--ink:#061421;--glass:rgba(255,255,255,.12)}
html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#fff 0%,#f7fcff 45%,#fff7e8 100%);overflow-x:hidden}.site-header{padding:12px 4%;background:linear-gradient(90deg,rgba(3,18,30,.96),rgba(5,55,75,.90),rgba(3,18,30,.96));border-bottom:1px solid rgba(255,218,120,.22)}.brand{gap:15px;font-size:21px;text-transform:uppercase;text-shadow:0 4px 18px rgba(255,218,120,.2)}.brand img{width:86px;height:86px;filter:drop-shadow(0 10px 22px rgba(255,218,120,.32));animation:logoFloat 4.5s ease-in-out infinite}.nav>a,.dropdown>a{font-size:15px}.hero{min-height:760px;isolation:isolate}.hero:before{content:"";position:absolute;inset:-20%;z-index:1;background:radial-gradient(circle at 14% 22%,rgba(39,232,255,.28),transparent 24%),radial-gradient(circle at 84% 18%,rgba(255,198,76,.24),transparent 24%),radial-gradient(circle at 50% 90%,rgba(255,122,77,.18),transparent 30%);animation:auroraMove 12s ease-in-out infinite alternate;pointer-events:none}.hero-overlay{z-index:2;background:linear-gradient(115deg,rgba(3,12,21,.90) 0%,rgba(4,47,68,.72) 45%,rgba(4,18,28,.30) 100%),linear-gradient(0deg,rgba(4,19,31,.80),transparent 34%)}.hero-content{z-index:4;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);box-shadow:0 40px 120px rgba(0,0,0,.35);border-radius:34px;padding:42px;backdrop-filter:blur(10px);animation:heroRise 1.05s ease both}.hero-content:before{content:"";display:block;width:112px;height:112px;background:url('../logos/karai-marina-logo.png') center/contain no-repeat;margin-bottom:16px;filter:drop-shadow(0 14px 28px rgba(255,218,120,.36));animation:logoFloat 5s ease-in-out infinite}.hero h1{letter-spacing:-2.5px;text-shadow:0 12px 42px rgba(0,0,0,.45)}.eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(255,218,120,.12);border:1px solid rgba(255,218,120,.30);padding:7px 13px;border-radius:999px}.eyebrow:before{content:"✦";color:#ffe08a}.btn{position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:0;transform:translateX(-120%) skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transition:.55s}.btn:hover:after{transform:translateX(120%) skewX(-20deg)}.btn.primary{background:linear-gradient(135deg,#ffdf83,#c69a3c 48%,#ff9d55);box-shadow:0 18px 45px rgba(198,154,60,.38)}.btn.ghost{background:rgba(255,255,255,.14);backdrop-filter:blur(8px)}.hero-badges span{background:rgba(255,255,255,.14);backdrop-filter:blur(8px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.hero-slider .hero-slide{filter:saturate(1.18) contrast(1.08);transition:opacity 1.35s ease,transform 8s ease}.hero-slider .hero-slide.active{animation:kenBurns 8s ease both}.slider-dots span{box-shadow:0 0 20px rgba(255,224,138,.25)}

/* Inner page first-section image backgrounds */
.page-hero{position:relative;overflow:hidden;min-height:430px;display:grid;align-items:center;padding:120px 0;background-image:linear-gradient(115deg,rgba(3,14,25,.90),rgba(5,69,92,.72),rgba(3,14,25,.55)),url('../images/boat-blue.jpg');background-size:cover;background-position:center;background-attachment:fixed;isolation:isolate}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(39,232,255,.22),transparent 25%),radial-gradient(circle at 82% 18%,rgba(255,218,120,.22),transparent 25%);animation:auroraMove 10s ease-in-out infinite alternate;z-index:-1}.page-hero:after{content:"";position:absolute;right:5%;bottom:24px;width:190px;height:190px;background:url('../logos/karai-marina-logo.png') center/contain no-repeat;opacity:.18;filter:drop-shadow(0 20px 45px rgba(255,218,120,.45));animation:logoFloat 5s ease-in-out infinite}.page-hero .container{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);border-radius:32px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:heroRise .9s ease both}.page-hero h1{text-shadow:0 12px 38px rgba(0,0,0,.42)}

/* Premium cards and colorful sections */
.intro-split,.event-highlight,.content-section,.leadership{position:relative}.intro-split:before,.event-highlight:before,.leadership:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(39,232,255,.16),transparent 65%);z-index:-1;animation:blobDrift 12s ease-in-out infinite alternate}.intro-split:before{left:-120px;top:30px}.event-highlight:before{right:-130px;top:40px}.leadership:before{left:40%;top:10px}.image-stack img,.event-gallery img,.gallery-grid img,.venue-card img{transition:transform .55s ease,filter .55s ease,box-shadow .55s ease;filter:saturate(1.1) contrast(1.03)}.image-stack img:hover,.event-gallery img:hover,.gallery-grid img:hover,.venue-card:hover img{transform:translateY(-8px) scale(1.03);filter:saturate(1.2) contrast(1.08);box-shadow:0 34px 80px rgba(2,31,48,.28)}.blue-section{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 20%,rgba(39,232,255,.20),transparent 28%),radial-gradient(circle at 88% 18%,rgba(255,218,120,.18),transparent 26%),linear-gradient(135deg,#031521,#064d67 55%,#061421)}.blue-section:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.08) 48%,transparent 54%);transform:translateX(-60%);animation:shineSweep 7s ease-in-out infinite}.shop-card,.team-grid article,.venue-card,.form-box{position:relative;border:1px solid rgba(198,154,60,.16);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;background:linear-gradient(180deg,#fff,#fbfdff)}.shop-card:hover,.team-grid article:hover,.venue-card:hover,.form-box:hover{transform:translateY(-10px);box-shadow:0 36px 95px rgba(3,34,54,.24);border-color:rgba(198,154,60,.42)}.shop-card:before,.team-grid article:before,.venue-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(39,232,255,.13),transparent 35%,rgba(255,218,120,.16));opacity:0;transition:.4s;pointer-events:none}.shop-card:hover:before,.team-grid article:hover:before,.venue-card:hover:before{opacity:1}.shop-card img{height:210px;padding:14px;background:linear-gradient(135deg,#fff,#f3fbff);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.team-grid article{overflow:hidden}.team-grid img{height:370px}.mini-stats{background:linear-gradient(135deg,#f6fdff,#fff4db);border:1px solid #e5f2f6;box-shadow:0 22px 50px rgba(4,47,68,.08)}.mini-stats b{background:linear-gradient(135deg,#007a98,#c69a3c);-webkit-background-clip:text;background-clip:text;color:transparent}.seo-rich{background:radial-gradient(circle at 20% 0,rgba(39,232,255,.12),transparent 25%),linear-gradient(135deg,#fff7e8,#edfaff);border-top:1px solid #e9f1f4;border-bottom:1px solid #e9f1f4}.keyword-cloud a{transition:.3s}.keyword-cloud a:hover{transform:translateY(-4px);background:linear-gradient(135deg,#e9fbff,#fff1c9);box-shadow:0 14px 34px rgba(0,111,142,.15)}

/* Reveal animations */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.shop-card.reveal,.venue-card.reveal,.team-grid article.reveal{transition-delay:calc(var(--delay,0)*80ms)}

.footer{background:radial-gradient(circle at 10% 0,rgba(39,232,255,.13),transparent 28%),linear-gradient(135deg,#020b13,#052437 60%,#020b13)}.footer-logo{width:130px;filter:drop-shadow(0 12px 24px rgba(255,218,120,.24));animation:logoFloat 5s ease-in-out infinite}.sticky-actions{background:linear-gradient(135deg,rgba(3,18,30,.92),rgba(6,74,96,.90));border:1px solid rgba(255,218,120,.22)}.sticky-actions a{background:rgba(255,255,255,.10)}.sticky-actions a:hover{background:linear-gradient(135deg,#ffdf83,#c69a3c);color:#061421}.sticky-actions .whatsapp:hover{background:#13a85a;color:#fff}

@keyframes logoFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(1.5deg)}}@keyframes heroRise{from{opacity:0;transform:translateY(38px) scale(.98)}to{opacity:1;transform:none}}@keyframes auroraMove{from{transform:translate3d(-2%,0,0) scale(1)}to{transform:translate3d(2%,2%,0) scale(1.06)}}@keyframes kenBurns{from{transform:scale(1.08)}to{transform:scale(1.01)}}@keyframes blobDrift{from{transform:translate(0,0) scale(1)}to{transform:translate(40px,30px) scale(1.12)}}@keyframes shineSweep{0%,55%{transform:translateX(-75%)}100%{transform:translateX(75%)}}

@media(max-width:900px){.site-header{padding:8px 4%}.brand img{width:70px;height:70px}.brand span{font-size:18px}.nav{top:86px}.hero{min-height:720px}.hero-content{padding:26px 20px;border-radius:26px;text-align:center}.hero-content:before{width:94px;height:94px;margin:0 auto 12px}.hero h1{letter-spacing:-1px}.page-hero{min-height:390px;padding:88px 0;background-attachment:scroll}.page-hero .container{padding:24px 18px;border-radius:24px}.page-hero:after{width:120px;height:120px;right:20px;bottom:20px}.team-grid img{height:320px}.shop-card img{height:185px}.mini-stats{grid-template-columns:1fr 1fr;gap:8px}.sticky-actions{bottom:10px}.footer{padding-bottom:64px}}
@media(max-width:520px){.brand img{width:62px;height:62px}.brand span{font-size:16px}.hero{min-height:700px}.hero-content{padding:22px 16px}.hero-content:before{width:82px;height:82px}.hero p{font-size:16px}.hero-badges{justify-content:center}.page-hero h1{font-size:34px}.sticky-actions a{font-size:13px}.footer-logo{width:105px}}


/* ================= REDESIGN V2 - CLEAN PREMIUM, SMALLER HERO TITLES, FIXED MENU ================= */
.site-header{z-index:1000;min-height:82px;overflow:visible}.brand img{width:86px!important;height:86px!important}.brand span{font-size:22px;letter-spacing:.8px}.dropdown{position:relative;padding-bottom:10px;margin-bottom:-10px}.drop-menu{top:100%!important;left:0;z-index:1200;display:none;min-width:260px;max-height:72vh;overflow-y:auto;border:1px solid rgba(198,154,60,.22);border-radius:18px;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);box-shadow:0 28px 75px rgba(2,18,32,.28)}.dropdown:hover .drop-menu,.drop-menu:hover{display:block}.drop-menu a{white-space:nowrap}.nav>a,.dropdown>a{font-size:14px;padding:11px 14px}.hero-redesign{min-height:720px;padding:62px 0 72px;display:flex;align-items:center;background:#061421}.hero-redesign .static-hero-bg img{filter:saturate(1.2) contrast(1.05);transform:scale(1.04)}.hero-redesign .hero-overlay{background:linear-gradient(90deg,rgba(2,10,18,.88),rgba(1,25,39,.62),rgba(0,0,0,.32)),radial-gradient(circle at 18% 30%,rgba(0,216,255,.22),transparent 32%),radial-gradient(circle at 80% 80%,rgba(255,190,80,.22),transparent 34%)}.hero-redesign-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.hero-panel{color:#fff;padding:34px 30px;border:1px solid rgba(255,255,255,.18);border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06));box-shadow:0 28px 90px rgba(0,0,0,.28);backdrop-filter:blur(16px);animation:heroRise .8s ease both}.hero-logo-mark{width:132px;height:132px;object-fit:contain;margin-bottom:10px;filter:drop-shadow(0 18px 32px rgba(255,215,120,.36));animation:logoFloat 5s ease-in-out infinite}.hero-redesign h1{font-size:clamp(34px,4.4vw,58px)!important;line-height:1.02;margin:8px 0 6px;background:linear-gradient(135deg,#fff,#ffe08b 55%,#37e7ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-redesign h2{font-size:clamp(22px,2.4vw,34px);line-height:1.15;color:#fff;margin:0 0 16px}.hero-redesign p{font-size:17px;color:#ebfbff}.hero-showcase{position:relative;min-height:520px}.showcase-frame{position:relative;height:455px;border-radius:38px;overflow:hidden;box-shadow:0 38px 110px rgba(0,0,0,.42);border:5px solid rgba(255,255,255,.18);background:#07131d}.showcase-frame:before{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.42));pointer-events:none}.showcase-frame .hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);transition:opacity 1s ease,transform 6s ease}.showcase-frame .hero-slide.active{opacity:1;transform:scale(1)}.hero-showcase .slider-dots{justify-content:center;margin-top:18px}.showcase-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.showcase-strip img{height:112px;width:100%;object-fit:cover;border-radius:20px;border:3px solid rgba(255,255,255,.20);box-shadow:0 16px 45px rgba(0,0,0,.25);transition:.35s}.showcase-strip img:hover{transform:translateY(-6px) scale(1.03)}.floating-book-card{position:absolute;right:24px;bottom:106px;z-index:5;background:linear-gradient(135deg,#ffe08b,#c69a3c);color:#061421;border-radius:22px;padding:16px 20px;box-shadow:0 24px 60px rgba(0,0,0,.34);animation:logoFloat 4.5s ease-in-out infinite}.floating-book-card b{display:block;font-size:22px}.floating-book-card span{font-weight:800;font-size:13px}.home-visual-strip{padding:76px 0;background:radial-gradient(circle at 12% 10%,rgba(39,232,255,.16),transparent 28%),linear-gradient(135deg,#fff8e7,#eafaff)}.home-visual-strip h2{font-size:clamp(28px,3.2vw,42px)}.visual-marquee{display:grid;grid-template-columns:1.3fr .9fr .9fr;grid-auto-rows:180px;gap:16px;margin-top:28px}.visual-marquee img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 22px 60px rgba(4,47,68,.16);transition:.45s;border:1px solid rgba(198,154,60,.20)}.visual-marquee img:first-child{grid-row:span 2}.visual-marquee img:hover{transform:translateY(-8px) scale(1.025);filter:saturate(1.16)}.page-hero{min-height:300px!important;padding:76px 0 54px!important;background:linear-gradient(120deg,rgba(2,14,24,.82),rgba(3,74,97,.58)),url('../images/home-slider-3.jpg') center/cover no-repeat!important;background-attachment:fixed;display:flex;align-items:center}.page-hero .container{max-width:980px;background:rgba(3,18,30,.50);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:22px 26px;backdrop-filter:blur(10px)}.page-hero h1{font-size:26px!important;line-height:1.25!important;max-width:850px;margin:6px 0 10px!important;letter-spacing:.1px}.page-hero p{font-size:15.5px!important}.breadcrumb{font-size:13px;margin-bottom:8px}.content-section{padding:64px 0}.card-grid{gap:26px}.shop-card,.venue-card,.team-grid article{border-radius:28px}.shop-card h3,.venue-card h3{font-size:22px}.btn.primary{background:linear-gradient(135deg,#ffdc79,#c69a3c 50%,#ff8a55)}
@media(max-width:1050px){.hero-redesign-grid{grid-template-columns:1fr}.hero-showcase{min-height:auto}.showcase-frame{height:420px}}@media(max-width:900px){.brand img{width:68px!important;height:68px!important}.brand span{font-size:18px}.nav{top:82px!important;z-index:1500}.dropdown{padding-bottom:0;margin-bottom:0}.drop-menu{position:static!important;max-height:320px;margin-top:6px}.hero-redesign{min-height:auto;padding:38px 0 58px}.hero-panel{text-align:center;padding:26px 18px}.hero-logo-mark{width:104px;height:104px;margin-left:auto;margin-right:auto}.showcase-frame{height:330px;border-radius:28px}.showcase-strip{grid-template-columns:repeat(3,1fr);gap:8px}.showcase-strip img{height:72px;border-radius:14px}.floating-book-card{position:static;margin:14px auto 0;width:max-content;max-width:100%;text-align:center}.visual-marquee{grid-template-columns:1fr;grid-auto-rows:210px}.visual-marquee img:first-child{grid-row:auto}.page-hero{background-attachment:scroll!important;min-height:260px!important;padding:64px 0 42px!important}.page-hero .container{padding:18px}.page-hero h1{font-size:26px!important}.hero-badges{justify-content:center}}@media(max-width:520px){.hero-redesign h1{font-size:32px!important}.hero-redesign h2{font-size:21px}.showcase-frame{height:275px}.home-visual-strip{padding:56px 0}.visual-marquee{grid-auto-rows:180px}.page-hero h1{font-size:26px!important}.card-grid{gap:18px}}


/* ================= CLIENT REQUEST FINAL POLISH: BOAT HERO, JUMPING PHOTOS, FOOTER BOAT, MOBILE CTA ================= */
:root{--km-blue:#006FA8;--km-sky:#eafaff;--km-cream:#fff6dd;--km-orange:#ff8f3d}
body{background:linear-gradient(180deg,#f9fdff 0%,#fff 38%,#fff8ea 100%)}
main{overflow:hidden}

/* Big visual hero background for all pages - no small box feel */
.hero-redesign,.page-hero{position:relative;overflow:hidden;isolation:isolate}
.hero-redesign:after,.page-hero:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translateX(-50%);width:min(980px,92vw);height:92px;z-index:4;pointer-events:none;background:linear-gradient(180deg,#10243a 0%,#081522 78%);clip-path:polygon(0 34%,8% 58%,28% 72%,72% 72%,92% 58%,100% 34%,94% 100%,6% 100%);filter:drop-shadow(0 -14px 35px rgba(0,0,0,.20))}
.hero-redesign:before,.page-hero:before{content:"";position:absolute;left:0;right:0;bottom:0;height:105px;z-index:5;pointer-events:none;background:radial-gradient(44px 18px at 36px 76px,rgba(255,255,255,.96) 98%,transparent),radial-gradient(44px 18px at 124px 76px,rgba(255,255,255,.96) 98%,transparent);background-size:170px 105px;opacity:.98}
.hero-redesign-grid{padding-bottom:52px}.page-hero{min-height:430px!important;padding:110px 0 92px!important;background-size:cover!important;background-position:center!important}.page-hero .container{background:linear-gradient(135deg,rgba(3,18,30,.55),rgba(0,111,168,.26))!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 30px 95px rgba(1,21,36,.25)!important}.page-hero h1{font-size:clamp(34px,4.5vw,58px)!important;letter-spacing:-.7px!important;color:#fff!important;text-shadow:0 12px 40px rgba(0,0,0,.32)}

/* Polaroid / jumping photo model like requested */
.hero-showcase,.image-stack,.event-gallery,.visual-marquee,.two-col,.gallery-grid{perspective:1000px}.showcase-frame,.image-stack img,.event-gallery img,.visual-marquee img,.gallery-grid img,.shop-logo-big{transform-origin:center;animation:kmJumpFloat 5.4s ease-in-out infinite;will-change:transform;box-shadow:0 28px 80px rgba(0,111,168,.20),0 10px 28px rgba(2,18,32,.13)!important}.showcase-frame{border:12px solid rgba(255,255,255,.92)!important;border-bottom-width:54px!important;border-radius:30px!important;transform:rotate(-2deg);animation-duration:6.2s}.showcase-strip img:nth-child(1),.image-stack img:nth-child(2),.event-gallery img:nth-child(2),.gallery-grid img:nth-child(2n){animation-delay:.8s;transform:rotate(2deg)}.showcase-strip img:nth-child(2),.image-stack img:first-child,.visual-marquee img:first-child,.gallery-grid img:nth-child(3n){animation-delay:1.4s;transform:rotate(-1.4deg)}.showcase-strip img,.visual-marquee img,.event-gallery img{border:8px solid #fff!important;border-bottom-width:28px!important;background:#fff!important}.floating-book-card{background:linear-gradient(135deg,#fff7d7,#ffd46d 45%,#ff9448)!important;color:#081522!important;border:3px solid rgba(255,255,255,.8);transform:rotate(1.5deg)}
@keyframes kmJumpFloat{0%,100%{transform:translateY(0) rotate(var(--r,0deg)) scale(1)}50%{transform:translateY(-14px) rotate(calc(var(--r,0deg) + .8deg)) scale(1.015)}}

/* Premium shop video section - ready for each shop video */
.shop-video-section{padding:76px 0;background:linear-gradient(135deg,#e9fbff 0%,#fff9e9 100%);position:relative;overflow:hidden}.shop-video-section:before{content:"";position:absolute;inset:-30% auto auto -10%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(0,111,168,.15),transparent 65%)}.shop-video-card{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;background:rgba(255,255,255,.84);border:1px solid rgba(0,111,168,.13);border-radius:34px;padding:28px;box-shadow:0 28px 75px rgba(4,47,68,.12);backdrop-filter:blur(10px)}.shop-video-card video{width:100%;height:440px;object-fit:cover;border-radius:28px;background:#061421;box-shadow:0 24px 60px rgba(0,0,0,.25);border:10px solid #fff}.shop-video-card iframe{width:100%;height:440px;border:0;border-radius:28px;background:#061421;box-shadow:0 24px 60px rgba(0,0,0,.25);border:10px solid #fff}.drive-video-wrap{width:100%;}.drive-video-note{margin-top:12px;padding:12px 16px;border-radius:16px;background:#e8f8ff;border:1px solid rgba(0,111,168,.22);color:#06435f;font-weight:800}.shop-video-card h2{font-size:clamp(28px,3vw,42px)}.video-missing-note{display:none;margin-top:12px;padding:12px 16px;border-radius:16px;background:#fff4cf;border:1px solid #efd589;color:#6d4a00;font-weight:800}.shop-video-card.video-missing .video-missing-note{display:block}.shop-video-card.video-missing video{display:none}.shop-video-card.video-missing:before{content:"Shop video will appear here after the MP4 file is added";display:grid;place-items:center;min-height:280px;border-radius:28px;background:linear-gradient(135deg,#062034,#006FA8);color:#fff;text-align:center;font-size:22px;font-weight:900;padding:24px;border:10px solid #fff}

/* Footer boat shape model */
.footer{padding-top:120px!important;background:radial-gradient(circle at 18% 6%,rgba(39,232,255,.17),transparent 30%),linear-gradient(135deg,#020b13 0%,#052437 62%,#020b13 100%)!important}.footer-wave{display:none}.footer:before{content:"";position:absolute;top:18px;left:50%;transform:translateX(-50%);width:min(720px,88vw);height:96px;background:linear-gradient(180deg,#fff7d7 0 8px,transparent 8px 28px,#092034 28px 100%);clip-path:polygon(4% 28%,18% 18%,22% 28%,72% 28%,78% 10%,88% 28%,96% 28%,90% 82%,75% 100%,25% 100%,10% 82%);filter:drop-shadow(0 18px 28px rgba(0,0,0,.35));opacity:.98}.footer:after{content:"";position:absolute;top:52px;left:50%;transform:translateX(-50%);width:min(560px,70vw);height:14px;background:repeating-linear-gradient(90deg,#ffd66b 0 18px,transparent 18px 42px);border-radius:999px;filter:drop-shadow(0 0 14px rgba(255,214,107,.7))}.footer-logo{animation:kmLogoPulse 4s ease-in-out infinite}.copy{margin-top:56px!important}
@keyframes kmLogoPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.04)}}

/* Bottom right call/book button style */
.sticky-actions{left:auto!important;right:18px!important;bottom:18px!important;transform:none!important;width:auto!important;display:grid!important;grid-template-columns:1fr;gap:8px;background:rgba(3,18,30,.78)!important;border:1px solid rgba(255,255,255,.16);border-radius:28px!important;padding:10px!important;box-shadow:0 20px 60px rgba(0,0,0,.28)!important}.sticky-actions a{min-width:138px;text-align:center;padding:12px 16px!important}.sticky-actions a:first-child{background:linear-gradient(135deg,#006FA8,#10c4e8)!important}.sticky-actions .whatsapp{background:linear-gradient(135deg,#16b65f,#0c8d48)!important}.sticky-actions a:last-child{background:linear-gradient(135deg,#ffd76a,#ff8a3d)!important;color:#071421!important}

/* Stronger hover design and SEO readability */
.shop-card,.venue-card,.team-grid article,.form-box{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;border:1px solid rgba(0,111,168,.10)}.shop-card:hover,.venue-card:hover,.team-grid article:hover,.form-box:hover{transform:translateY(-10px);box-shadow:0 34px 80px rgba(0,111,168,.16)}.seo-rich{background:linear-gradient(135deg,#fff7e4,#eafaff)!important}.keyword-cloud a:hover{background:linear-gradient(135deg,#006FA8,#12c6e8)!important;color:#fff!important}

@media(max-width:900px){.shop-video-card iframe{height:360px;border-width:7px}.hero-redesign:after,.page-hero:after{height:70px;width:94vw}.hero-redesign:before,.page-hero:before{height:76px;background-size:140px 76px}.hero-redesign-grid{padding-bottom:38px}.page-hero{min-height:360px!important;padding:86px 0 74px!important}.showcase-frame{height:330px!important;border-width:8px!important;border-bottom-width:38px!important}.shop-video-card{grid-template-columns:1fr;padding:18px;border-radius:26px}.shop-video-card video{height:360px;border-width:7px}.sticky-actions{right:10px!important;bottom:10px!important;border-radius:24px!important}.sticky-actions a{min-width:112px;font-size:13px;padding:10px 12px!important}.footer{padding-top:96px!important}.footer:before{height:76px;top:14px}.footer:after{top:42px;height:10px}.visual-marquee img,.event-gallery img,.showcase-strip img{border-width:6px!important;border-bottom-width:20px!important}}
@media(max-width:520px){.shop-video-card iframe{height:300px}.page-hero h1{font-size:32px!important}.page-hero{min-height:320px!important}.showcase-frame{height:280px!important}.shop-video-card video{height:300px}.shop-video-card.video-missing:before{min-height:210px;font-size:18px}.sticky-actions{grid-template-columns:1fr 1fr;left:10px!important;right:10px!important}.sticky-actions a{min-width:0}.sticky-actions .whatsapp{grid-column:1/3}.footer:before{width:94vw}.footer:after{width:76vw}.footer-grid{text-align:center}.footer-logo{margin:auto}.socials{justify-content:center}}

/* Drive video embed grid - added for Google Drive shop videos */
.drive-video-card{align-items:start}.drive-video-stack{display:grid;gap:22px;width:100%}.drive-video-item{position:relative}.drive-file-name{margin:10px 0 0;font-weight:900;color:#06435f;background:#fff;border:1px solid rgba(0,111,168,.15);border-radius:14px;padding:10px 14px;box-shadow:0 8px 20px rgba(4,47,68,.08)}.drive-video-card .tick-list li{word-break:break-word}@media(max-width:900px){.drive-video-stack{gap:18px}.drive-file-name{font-size:14px}}


/* ===== REDO: premium beach redesign cleanup ===== */
.page-hero{background-image:linear-gradient(135deg,rgba(4,24,40,.82),rgba(0,111,168,.60)),url('../images/boat-blue.jpg')!important;background-size:cover!important;background-position:center!important}
.hero-redesign:before,.page-hero:before{display:none!important}
.hero-redesign:after,.page-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:110px;background:url('../images/hero-wave.svg') center bottom/cover no-repeat!important;filter:none!important;transform:none!important;width:100%!important;z-index:4}
.hero-redesign-grid{position:relative;z-index:5}.hero-panel,.page-hero .container{position:relative;z-index:5}
.page-hero .container{max-width:980px}

/* Home overlap section */
.premium-overlap-section{gap:60px;align-items:center}.premium-overlap-section .overlap-gallery{position:relative;min-height:620px}.overlap-large,.overlap-small{position:absolute;background:#fff;border-radius:42px;box-shadow:0 34px 90px rgba(4,47,68,.16);padding:14px}.overlap-large{right:0;top:10px;width:min(540px,100%);animation:kmJumpFloat 6.1s ease-in-out infinite}.overlap-large img{height:560px;width:100%;object-fit:cover;border-radius:30px}.overlap-small{left:0;bottom:26px;width:min(420px,78%);animation:kmJumpFloat 5.2s ease-in-out infinite .6s}.overlap-small img{height:320px;width:100%;object-fit:cover;border-radius:30px}.premium-overlap-section .mini-stats{background:linear-gradient(135deg,#f3fcff,#fff8e6);border:1px solid rgba(0,111,168,.08)}

/* Home video grid */
.home-videos-section{padding:88px 0;background:linear-gradient(135deg,#fff8e7 0%,#ebfbff 100%)}
.section-lead{max-width:780px;color:#355066}
.home-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:34px}
.video-tile{background:rgba(255,255,255,.92);border-radius:26px;overflow:hidden;border:1px solid rgba(0,111,168,.10);box-shadow:0 24px 65px rgba(4,47,68,.12);transition:transform .35s ease,box-shadow .35s ease}
.video-tile:hover,.embed-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 38px 90px rgba(0,111,168,.18)}
.video-frame{padding:14px 14px 0}.video-frame iframe{width:100%;height:270px;border:0;border-radius:20px;background:#061421;display:block}
.video-copy{padding:16px 18px 20px}.video-copy span,.embed-meta span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef9ff;color:#066188;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.video-copy p,.embed-meta p{margin:12px 0 0;color:#355066}

/* Shop video gallery */
.shop-videos-simple{padding:84px 0;background:linear-gradient(135deg,#f5fdff 0%,#fff8ea 100%)}
.section-head{margin-bottom:26px}.shop-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.embed-card{background:#fff;border-radius:28px;padding:16px;border:1px solid rgba(0,111,168,.10);box-shadow:0 24px 65px rgba(4,47,68,.12);transition:transform .35s ease,box-shadow .35s ease}.embed-frame iframe{width:100%;height:390px;border:0;border-radius:22px;background:#061421;display:block}.embed-meta{padding:16px 6px 4px}.drive-file-name,.drive-video-note{display:none!important}.no-video-block{background:transparent!important}.shop-empty-card{padding:34px;border-radius:28px;background:linear-gradient(135deg,#08263c,#0f5aa0);color:#fff;box-shadow:0 28px 75px rgba(4,47,68,.16)}.shop-empty-card h2{color:#fff}.shop-empty-card .section-lead{color:#d7effc}

/* Events/shops promo */
.beach-promo-band{padding-top:0}.promo-band-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#062034,#0f5fb5);color:#fff;padding:28px 30px;border-radius:30px;box-shadow:0 26px 75px rgba(4,47,68,.18)}.promo-band-card h2{color:#fff}.promo-band-card .section-lead{color:#d8f0fd}.promo-band-card .btn{flex-shrink:0}

/* Better footer like screenshot */
.footer{background:linear-gradient(135deg,#084661 0%,#105cc0 65%,#148aff 100%)!important;border-radius:46px 46px 0 0;overflow:hidden;position:relative;padding:130px 0 0!important;color:#f2fbff!important}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:110px;background:url('../images/footer-wave-top.svg') top center/cover no-repeat}.footer:after{content:"";position:absolute;left:8%;right:8%;top:108px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}.footer-grid{position:relative;z-index:2;grid-template-columns:1.15fr .9fr 1.05fr .9fr}.footer h3,.footer a,.footer p,.copy{color:#eef8ff!important}.footer a{opacity:.96}.footer a:hover{opacity:1;text-decoration:underline}.copy{border-top:1px solid rgba(255,255,255,.12)!important;padding:20px 0;margin-top:40px!important;background:rgba(0,0,0,.08)}.socials a{background:#ff9e45!important;color:#062034!important;box-shadow:none}.small{color:#dcefff!important}

/* Sticky actions bottom right like screenshot */
.sticky-actions{left:auto!important;right:22px!important;bottom:18px!important;transform:none!important;width:auto!important;display:flex!important;flex-direction:row!important;gap:10px;background:rgba(225,242,249,.92)!important;border-radius:999px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.45)!important;box-shadow:0 18px 45px rgba(0,0,0,.16)!important}.sticky-actions a{min-width:88px!important;padding:12px 18px!important;background:#f2f7fa!important;color:#0f4f7b!important;border-radius:999px!important;font-weight:900!important}.sticky-actions a:first-child{background:#eef4f7!important}.sticky-actions .whatsapp{background:#10d57a!important;color:#072437!important}.sticky-actions a:last-child{background:#f2f7fa!important;color:#0f4f7b!important}

/* Clean home visual strip */
.visual-marquee img{height:240px!important}

/* Better hover / reveals */
.reveal-hover{transition:transform .35s ease,box-shadow .35s ease}

/* Responsive */
@media(max-width:1100px){.home-video-grid{grid-template-columns:repeat(2,1fr)}.premium-overlap-section .overlap-gallery{min-height:560px}.overlap-large{width:min(500px,100%)}.overlap-large img{height:500px}.overlap-small{width:min(360px,72%)}.overlap-small img{height:280px}}
@media(max-width:900px){.hero-redesign:after,.page-hero:after{height:76px}.premium-overlap-section{grid-template-columns:1fr!important}.premium-overlap-section .overlap-gallery{min-height:520px}.overlap-large{width:100%;position:relative;top:auto;right:auto}.overlap-large img{height:420px}.overlap-small{width:74%;left:0;bottom:0}.overlap-small img{height:240px}.home-video-grid,.shop-video-grid{grid-template-columns:1fr}.video-frame iframe,.embed-frame iframe{height:320px}.promo-band-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.sticky-actions{right:12px!important;bottom:12px!important}}
@media(max-width:560px){.footer{border-radius:30px 30px 0 0;padding-top:104px!important}.footer-grid{text-align:left;grid-template-columns:1fr!important}.premium-overlap-section .overlap-gallery{min-height:400px}.overlap-large{padding:10px}.overlap-large img{height:300px}.overlap-small{padding:10px;width:72%}.overlap-small img{height:180px}.video-frame iframe,.embed-frame iframe{height:260px}.sticky-actions{left:12px!important;right:12px!important;justify-content:space-between}.sticky-actions a{min-width:0!important;flex:1}.home-video-grid{grid-template-columns:1fr}.section-lead{font-size:15px}}


/* ===== FINAL CORRECTION PASS ===== */
:root{--km-footer-deep:#064b69;--km-footer-blue:#0f58bb;--km-footer-bright:#1681ea;--km-gold:#ffb25a}

/* Boat bottom divider visible on all page hero sections */
.hero-redesign:after,.page-hero:after{
  content:""!important;position:absolute;left:0;right:0;bottom:-1px;height:118px!important;
  background:url('../images/boat-divider-dark.svg') center bottom/cover no-repeat!important;z-index:6!important;
}
.hero-redesign .hero-panel,.page-hero .container{position:relative;z-index:8}
.page-hero{padding-bottom:120px!important}
.hero-redesign-grid{padding-bottom:90px!important}

/* Footer back to screenshot style */
.footer{
  background:linear-gradient(90deg,var(--km-footer-deep) 0%,var(--km-footer-blue) 58%,var(--km-footer-bright) 100%)!important;
  color:#eaf7ff!important;position:relative;border-radius:48px 48px 0 0;overflow:hidden;
  padding:88px 0 0!important;margin-top:56px;
}
.footer:before{
  content:"";position:absolute;top:0;left:0;right:0;height:116px;background:url('../images/footer-crest-wave.svg') top center/cover no-repeat;z-index:0;
}
.footer:after{
  content:"";position:absolute;inset:0;background:
    radial-gradient(circle at 14% 58%, rgba(255,255,255,.08) 0 2px, transparent 3px),
    linear-gradient(160deg, transparent 55%, rgba(255,255,255,.11) 56%, rgba(255,255,255,.11) 57%, transparent 58%) left 2% top 46%/96% 34% no-repeat;
  opacity:.9;pointer-events:none;z-index:0;
}
.footer-grid{position:relative;z-index:1;grid-template-columns:1.2fr 1fr 1.1fr 1fr!important;gap:40px!important;padding:0 0 30px}
.footer .footer-logo{width:156px;height:156px;object-fit:contain;background:#fff;border-radius:50%;padding:18px;box-shadow:0 18px 42px rgba(0,0,0,.18);margin-bottom:18px;animation:none}
.footer h3{font-size:20px;margin-bottom:18px;color:#fff!important}
.footer p,.footer a,.copy{color:#eaf7ff!important}.footer p{font-size:18px;line-height:1.55}.footer a{font-size:16px;line-height:1.6;margin:8px 0;display:block}.footer a:hover{text-decoration:underline}
.footer .socials{display:flex;gap:14px;flex-wrap:wrap;margin:14px 0 18px}.footer .socials a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#ff9f48!important;color:#07253a!important;font-weight:900;font-size:26px;box-shadow:none}
.footer .small{font-size:16px;color:#eaf7ff!important;opacity:.95}
.copy{position:relative;z-index:1;text-align:center;background:rgba(0,0,0,.14)!important;border-top:none!important;padding:22px 0!important;margin-top:0!important;font-size:18px}

/* sticky buttons like screenshot */
.sticky-actions{left:auto!important;right:22px!important;bottom:18px!important;transform:none!important;background:rgba(226,241,248,.92)!important;border-radius:999px!important;padding:12px!important;display:flex!important;gap:10px!important;box-shadow:0 18px 38px rgba(0,0,0,.18)!important;width:auto!important;border:1px solid rgba(255,255,255,.6)!important}
.sticky-actions a{min-width:88px!important;background:#f2f5f7!important;color:#0e4d7a!important;border-radius:999px!important;padding:13px 18px!important;text-align:center;font-weight:900!important;box-shadow:none!important}
.sticky-actions .whatsapp{background:#14d774!important;color:#06263b!important}

/* Section 2 sketch layout */
.premium-overlap-section{align-items:center;gap:56px!important}
.overlap-gallery{position:relative;min-height:560px;padding:20px 0}
.stack-photo{position:absolute;background:#fff;padding:14px;border-radius:40px;box-shadow:0 28px 70px rgba(0,111,168,.16),0 10px 26px rgba(3,22,38,.10);animation:kmJumpFloat 5.6s ease-in-out infinite}
.stack-photo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:28px}
.stack-main{left:0;top:0;width:min(650px,78%);height:390px;z-index:2;--r:-1deg}
.stack-accent{right:18px;bottom:0;width:min(470px,58%);height:260px;z-index:3;animation-delay:.7s;--r:1.2deg}

/* Section 3 gallery grid based on screenshot */
.home-visual-strip{padding:88px 0 70px}
.gallery-mosaic{display:grid;grid-template-columns:1.55fr 1.05fr 1.05fr;grid-template-rows:230px 230px;gap:26px;margin-top:26px;align-items:stretch}
.mosaic-card{margin:0;background:#fff;border-radius:34px;padding:12px;box-shadow:0 26px 60px rgba(0,111,168,.14);overflow:hidden;animation:kmJumpFloat 5.8s ease-in-out infinite}
.mosaic-card img{width:100%;height:100%;object-fit:cover;border-radius:24px}.mosaic-card figcaption{display:none}
.card-wide{grid-column:1;grid-row:1;animation-delay:0s}.card-tall{grid-column:2;grid-row:1;animation-delay:.5s}.card-small-top{grid-column:3;grid-row:1;animation-delay:1s}.card-small-mid{grid-column:2;grid-row:2;animation-delay:1.5s}.card-small-bottom{grid-column:3;grid-row:2;animation-delay:2s}
.card-wide img,.card-small-bottom img{object-position:center}.card-tall img{object-position:center}.card-small-mid img{object-position:center top}

/* Section 5 overlapping 2-photo layout */
.event-highlight{gap:58px!important}.event-gallery{position:relative;min-height:420px;display:block!important}
.event-stack{position:relative;min-height:420px}
.event-photo{position:absolute;background:#fff;padding:14px;border-radius:34px;box-shadow:0 28px 72px rgba(0,111,168,.16),0 10px 26px rgba(3,22,38,.10);animation:kmJumpFloat 5.2s ease-in-out infinite}
.event-photo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:24px}
.event-photo-a{left:0;top:10px;width:min(300px,54%);height:320px;z-index:2;--r:-1deg}
.event-photo-b{right:4px;bottom:0;width:min(300px,54%);height:320px;z-index:3;animation-delay:.8s;--r:1deg}

/* SEO still active - improved content clarity */
section,article,figure{scroll-margin-top:95px}

/* Responsive */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:30px!important}
  .gallery-mosaic{grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:210px 210px}
  .stack-main{width:74%;height:350px}.stack-accent{width:52%;height:230px}
}
@media(max-width:900px){
  .hero-redesign:after,.page-hero:after{height:88px!important}
  .footer{border-radius:34px 34px 0 0;padding-top:74px!important}.footer:before{height:90px}
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important}.footer .footer-logo{width:126px;height:126px}
  .footer p,.footer a,.footer .small{font-size:16px}.footer h3{font-size:18px}
  .premium-overlap-section{grid-template-columns:1fr!important}
  .overlap-gallery{min-height:430px}.stack-main{width:100%;height:280px}.stack-accent{width:70%;height:170px;right:0}
  .gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px 200px}.card-wide{grid-column:1 / span 2;grid-row:1}.card-tall{grid-column:1;grid-row:2}.card-small-top{grid-column:2;grid-row:2}.card-small-mid{grid-column:1;grid-row:3}.card-small-bottom{grid-column:2;grid-row:3}
  .event-highlight{grid-template-columns:1fr!important}.event-gallery,.event-stack{min-height:330px}.event-photo-a,.event-photo-b{width:60%;height:240px}.event-photo-b{right:0}
  .sticky-actions{right:10px!important;bottom:10px!important}
}
@media(max-width:560px){
  .hero-redesign-grid{padding-bottom:72px!important}.page-hero{padding-bottom:96px!important}
  .footer{margin-top:42px}.footer:before{height:76px}
  .footer .socials a{width:48px;height:48px;font-size:22px}
  .sticky-actions{left:12px!important;right:12px!important;justify-content:space-between}.sticky-actions a{min-width:0!important;flex:1;padding:12px 10px!important}
  .overlap-gallery{min-height:350px}.stack-main{height:220px;padding:10px;border-radius:26px}.stack-accent{width:74%;height:140px;padding:10px;border-radius:26px}.stack-photo img{border-radius:18px}
  .gallery-mosaic{gap:16px;grid-template-rows:170px 170px 170px}.mosaic-card{padding:8px;border-radius:24px}.mosaic-card img{border-radius:16px}
  .event-gallery,.event-stack{min-height:280px}.event-photo{padding:10px;border-radius:24px}.event-photo img{border-radius:16px}.event-photo-a,.event-photo-b{height:190px;width:64%}
}

/* final bugfix overrides */
.visual-marquee{display:block!important;overflow:visible!important}.gallery-mosaic,.event-stack,.overlap-gallery{overflow:visible!important}.gallery-mosaic .mosaic-card img,.event-stack .event-photo img,.overlap-gallery .stack-photo img{animation:none!important;transform:none!important;box-shadow:none!important;border:none!important;background:none!important}.gallery-mosaic .mosaic-card,.event-stack .event-photo,.overlap-gallery .stack-photo{transform:rotate(var(--r,0deg));}


/* ===== V3 FINAL USER CORRECTION: WHITE BOAT + TWO FRAMES + FOOTER EXACT ===== */
.hero-redesign:after,.page-hero:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;width:100%!important;height:122px!important;background:url('../images/boat-divider-white.svg') center bottom/cover no-repeat!important;z-index:10!important;opacity:1!important;filter:drop-shadow(0 -8px 16px rgba(0,0,0,.18))!important;transform:none!important;pointer-events:none!important}.hero-redesign-grid{padding-bottom:105px!important}.page-hero{padding-bottom:130px!important}.page-hero .container,.hero-panel{z-index:12!important;position:relative!important}
/* Section 2: force two image frames visible on right */
.premium-overlap-section{grid-template-columns:minmax(0,1fr) minmax(420px,1fr)!important;gap:62px!important;padding-top:96px!important}.premium-overlap-section h2{max-width:680px}.overlap-gallery{display:block!important;position:relative!important;min-height:560px!important;overflow:visible!important}.stack-photo{display:block!important;position:absolute!important;background:#fff!important;border-radius:42px!important;padding:14px!important;box-shadow:0 34px 80px rgba(0,111,168,.18),0 10px 28px rgba(2,18,32,.12)!important;animation:kmJumpFloat 5.4s ease-in-out infinite!important;overflow:hidden!important}.stack-photo img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:28px!important;display:block!important;animation:none!important;transform:none!important;border:0!important;box-shadow:none!important}.stack-main{left:0!important;top:0!important;width:72%!important;height:380px!important;z-index:1!important;--r:-1deg!important}.stack-accent{right:0!important;bottom:22px!important;width:58%!important;height:280px!important;z-index:2!important;animation-delay:.8s!important;--r:1.2deg!important}
/* Footer screenshot model */
.footer{background:linear-gradient(90deg,#064b69 0%,#0c5fbe 62%,#1684eb 100%)!important;border-radius:46px 46px 0 0!important;overflow:hidden!important;position:relative!important;color:#eaf7ff!important;padding:88px 0 0!important;margin-top:70px!important}.footer:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:118px!important;background:url('../images/footer-crest-wave.svg') top center/cover no-repeat!important;z-index:0!important}.footer:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(160deg,transparent 56%,rgba(255,255,255,.13) 57%,rgba(255,255,255,.13) 58%,transparent 59%) left 3% top 45%/94% 34% no-repeat!important;z-index:0!important;pointer-events:none!important}.footer-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1.2fr 1fr 1.1fr 1fr!important;gap:40px!important;align-items:start!important;padding-bottom:34px!important}.footer .footer-logo{width:140px!important;height:140px!important;object-fit:contain!important;background:#fff!important;border-radius:50%!important;padding:16px!important;box-shadow:0 16px 36px rgba(0,0,0,.18)!important;margin:0 0 22px!important}.footer h3{font-size:21px!important;line-height:1.2!important;margin:0 0 18px!important;color:#fff!important}.footer p,.footer a,.footer .small{color:#eaf7ff!important;font-size:17px!important;line-height:1.55!important}.footer a{display:block!important;margin:9px 0!important}.footer .socials{display:flex!important;gap:14px!important;flex-wrap:wrap!important}.footer .socials a{width:54px!important;height:54px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#ff9f48!important;color:#06243c!important;font-weight:900!important;font-size:25px!important;text-decoration:none!important}.copy{position:relative!important;z-index:1!important;background:rgba(0,0,0,.13)!important;text-align:center!important;color:#eaf7ff!important;border:0!important;margin:0!important;padding:20px 0!important;font-size:18px!important}.sticky-actions{left:auto!important;right:22px!important;bottom:18px!important;transform:none!important;background:rgba(226,241,248,.95)!important;border-radius:999px!important;padding:12px!important;display:flex!important;gap:10px!important;box-shadow:0 18px 38px rgba(0,0,0,.18)!important;width:auto!important;border:1px solid rgba(255,255,255,.6)!important;z-index:999!important}.sticky-actions a{min-width:88px!important;background:#f3f7f9!important;color:#0e4d7a!important;border-radius:999px!important;padding:13px 18px!important;text-align:center!important;font-weight:900!important}.sticky-actions .whatsapp{background:#14d774!important;color:#06263b!important}
@media(max-width:1000px){.premium-overlap-section{grid-template-columns:1fr!important}.overlap-gallery{min-height:470px!important}.stack-main{width:88%!important;height:310px!important}.stack-accent{width:62%!important;height:210px!important}.footer-grid{grid-template-columns:1fr 1fr!important}.hero-redesign:after,.page-hero:after{height:92px!important}.hero-redesign-grid{padding-bottom:84px!important}.page-hero{padding-bottom:104px!important}}
@media(max-width:560px){.overlap-gallery{min-height:360px!important}.stack-main{width:100%!important;height:230px!important;padding:10px!important;border-radius:28px!important}.stack-accent{width:74%!important;height:145px!important;padding:10px!important;border-radius:28px!important}.stack-photo img{border-radius:18px!important}.footer{border-radius:30px 30px 0 0!important;padding-top:76px!important}.footer:before{height:88px!important}.footer-grid{grid-template-columns:1fr!important;text-align:left!important;gap:22px!important}.footer .footer-logo{width:118px!important;height:118px!important}.footer p,.footer a,.footer .small{font-size:15px!important}.sticky-actions{left:10px!important;right:10px!important;bottom:10px!important;justify-content:space-between!important}.sticky-actions a{min-width:0!important;flex:1!important;padding:11px 8px!important;font-size:14px!important}}

/* final visibility + gallery fix */
.hero-redesign:after,.page-hero:after{height:138px!important;background:url('../images/boat-divider-white.svg') center bottom/100% 138px no-repeat!important;bottom:-2px!important;filter:drop-shadow(0 -10px 18px rgba(0,0,0,.12))!important;}
.page-hero{padding-bottom:144px!important}.hero-redesign-grid{padding-bottom:118px!important}
.gallery-mosaic{grid-template-columns:1.2fr 1fr 1fr!important;grid-template-rows:230px 230px!important}.card-wide{grid-column:1;grid-row:1}.card-tall{grid-column:2;grid-row:1}.card-small-top{grid-column:3;grid-row:1}.card-bottom-left{grid-column:1;grid-row:2;animation-delay:1.2s}.card-small-mid{grid-column:2;grid-row:2}.card-small-bottom{grid-column:3;grid-row:2}.card-bottom-left img{object-position:center}
@media(max-width:1000px){.hero-redesign:after,.page-hero:after{height:108px!important;background-size:100% 108px!important}.page-hero{padding-bottom:112px!important}.hero-redesign-grid{padding-bottom:92px!important}.gallery-mosaic{grid-template-columns:1fr 1fr!important;grid-template-rows:200px 200px 200px!important}.card-wide{grid-column:1;grid-row:1}.card-tall{grid-column:2;grid-row:1}.card-small-top{grid-column:1;grid-row:2}.card-bottom-left{grid-column:2;grid-row:2}.card-small-mid{grid-column:1;grid-row:3}.card-small-bottom{grid-column:2;grid-row:3}}
@media(max-width:560px){.hero-redesign:after,.page-hero:after{height:88px!important;background-size:100% 88px!important}.page-hero{padding-bottom:92px!important}.hero-redesign-grid{padding-bottom:74px!important}.gallery-mosaic{grid-template-columns:1fr!important;grid-template-rows:none!important}.card-wide,.card-tall,.card-small-top,.card-bottom-left,.card-small-mid,.card-small-bottom{grid-column:auto!important;grid-row:auto!important}}

/* footer six quick icons + SEO polish */
.quick-icons{display:grid!important;grid-template-columns:repeat(3,54px)!important;gap:14px!important;justify-content:start!important;align-items:center!important}.quick-icons a{width:54px!important;height:54px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#ff9f48!important;color:#062034!important;font-weight:900!important;font-size:24px!important;text-decoration:none!important;line-height:1!important}.quick-icons a:hover{transform:translateY(-4px);filter:brightness(1.06)}
.keyword-cloud{display:flex;flex-wrap:wrap;gap:10px}.keyword-cloud a{background:#eef9fc;border:1px solid #d1edf4;border-radius:999px;padding:9px 14px;font-weight:800;color:#006f8e}.keyword-cloud a:hover{background:#006fa8!important;color:white!important}
.map-box iframe{width:100%!important;min-height:450px!important;border:0!important;border-radius:28px!important}
@media(max-width:900px){.quick-icons{grid-template-columns:repeat(3,50px)!important}.quick-icons a{width:50px!important;height:50px!important}.footer-grid{grid-template-columns:1fr!important}.map-box iframe{min-height:360px!important}}

/* ===== FINAL V6: sea-blue buttons + premium video hover animation ===== */
:root{--sea-btn-1:#dff8ff;--sea-btn-2:#26c9f2;--sea-btn-3:#006fa8;--sea-btn-text:#06324d;}

/* Hero remaining buttons/badges changed from grey to sky-blue sea style */
.btn.ghost,
.hero-buttons .btn.ghost,
.hero-badges span{
  background:linear-gradient(135deg,rgba(225,249,255,.96),rgba(56,205,244,.88),rgba(0,111,168,.90))!important;
  color:var(--sea-btn-text)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 14px 34px rgba(0,151,205,.24), inset 0 1px 0 rgba(255,255,255,.55)!important;
  backdrop-filter:blur(12px)!important;
}
.hero-buttons .btn.ghost:hover,
.hero-badges span:hover{
  transform:translateY(-4px) scale(1.03)!important;
  background:linear-gradient(135deg,#ffffff,#64e4ff,#028ac9)!important;
  box-shadow:0 22px 48px rgba(0,151,205,.32)!important;
}
.btn.primary,
.nav-cta{
  background:linear-gradient(135deg,#ffd86f,#ffb344 55%,#ff8a3d)!important;
  color:#071421!important;
}

/* Video grid: premium animated landscape cards for home + all shop/event pages */
.home-videos-section,
.shop-videos-simple{
  position:relative;
  overflow:hidden;
}
.home-videos-section:before,
.shop-videos-simple:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,190,230,.18),transparent 66%);
  top:-180px;
  right:-140px;
  pointer-events:none;
}
.home-videos-section:after,
.shop-videos-simple:after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,190,90,.16),transparent 68%);
  bottom:-190px;
  left:-150px;
  pointer-events:none;
}
.home-video-grid,
.shop-video-grid{
  position:relative;
  z-index:2;
  align-items:stretch;
}
.video-tile,
.embed-card{
  position:relative;
  overflow:hidden;
  border-radius:32px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,252,255,.96))!important;
  border:1px solid rgba(0,154,209,.16)!important;
  box-shadow:0 24px 62px rgba(4,47,68,.13)!important;
  transform:translateY(0) scale(1);
  transition:transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease!important;
  will-change:transform;
}
.video-tile:before,
.embed-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(135deg,rgba(38,201,242,.25),transparent 38%,rgba(255,179,68,.24));
  opacity:0;
  transition:opacity .42s ease;
  pointer-events:none;
}
.video-tile:hover,
.embed-card:hover{
  transform:translateY(-16px) scale(1.045)!important;
  z-index:20;
  border-color:rgba(0,175,230,.34)!important;
  box-shadow:0 42px 105px rgba(0,111,168,.28), 0 12px 35px rgba(0,0,0,.12)!important;
}
.video-tile:hover:before,
.embed-card:hover:before{opacity:1;}
.video-frame,
.embed-frame{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(135deg,#073a57,#00131f);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);
}
.video-frame iframe,
.embed-frame iframe{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9;
  height:auto!important;
  min-height:250px;
  border-radius:22px!important;
  transform:scale(1);
  transition:transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease!important;
  filter:saturate(1.05) contrast(1.03);
}
.video-tile:hover .video-frame iframe,
.embed-card:hover .embed-frame iframe{
  transform:scale(1.105);
  filter:saturate(1.18) contrast(1.08) brightness(1.03);
}
.video-frame:after,
.embed-frame:after{
  content:"▶";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(.92);
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(0,20,35,.68);
  box-shadow:0 16px 35px rgba(0,0,0,.25);
  opacity:.0;
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease, background .35s ease;
}
.video-tile:hover .video-frame:after,
.embed-card:hover .embed-frame:after{
  opacity:.95;
  transform:translate(-50%,-50%) scale(1.05);
  background:linear-gradient(135deg,rgba(0,111,168,.88),rgba(38,201,242,.88));
}
.video-copy span,
.embed-meta span{
  background:linear-gradient(135deg,#e8fbff,#c9f3ff)!important;
  color:#055d84!important;
  border:1px solid rgba(0,153,209,.10);
}
.video-copy,
.embed-meta{position:relative;z-index:2;}
.video-copy p,
.embed-meta p{color:#31546b!important;}

/* Add subtle floating animation to video cards without affecting hover */
.video-tile:nth-child(2n),
.embed-card:nth-child(2n){animation:videoSoftFloat 6.8s ease-in-out infinite;}
.video-tile:nth-child(2n+1),
.embed-card:nth-child(2n+1){animation:videoSoftFloat 7.4s ease-in-out infinite reverse;}
.video-tile:hover,
.embed-card:hover{animation-play-state:paused;}
@keyframes videoSoftFloat{0%,100%{translate:0 0;}50%{translate:0 -7px;}}

/* Mobile video polish */
@media(max-width:900px){
  .video-tile:hover,.embed-card:hover{transform:translateY(-8px) scale(1.018)!important;}
  .video-frame iframe,.embed-frame iframe{min-height:220px;}
  .hero-badges span{font-size:14px;padding:9px 13px!important;}
}
@media(max-width:560px){
  .video-frame iframe,.embed-frame iframe{min-height:210px;}
  .video-tile,.embed-card{border-radius:24px!important;}
  .video-frame,.embed-frame{border-radius:18px;}
  .video-frame iframe,.embed-frame iframe{border-radius:16px!important;}
  .hero-buttons .btn{width:100%;}
  .hero-badges{justify-content:center;}
}


/* ===== FINAL V7: readable hero buttons + original-size video fix ===== */
:root{--sea-readable:#ffffff;--sea-bg-1:#18bfe8;--sea-bg-2:#006fa8;}

/* User correction: sea button background is good, but text must be clear white */
.btn.ghost,
.hero-buttons .btn.ghost,
.hero-badges span{
  color:#ffffff!important;
  text-shadow:0 2px 8px rgba(0,35,58,.42)!important;
  font-weight:900!important;
  background:linear-gradient(135deg,#55dcf6 0%,#13abd7 48%,#006fa8 100%)!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 15px 36px rgba(0,145,196,.25), inset 0 1px 0 rgba(255,255,255,.42)!important;
}
.hero-buttons .btn.ghost:hover,
.hero-badges span:hover{
  color:#ffffff!important;
  background:linear-gradient(135deg,#6deaff 0%,#16bde9 48%,#0279b6 100%)!important;
}

/* User correction: do not crop Drive videos, show the original full video frame */
.video-frame,
.embed-frame{
  position:relative!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#071827!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 18px 40px rgba(0,58,88,.12)!important;
  aspect-ratio:9/16!important;
  width:100%!important;
}
.video-frame iframe,
.embed-frame iframe{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:22px!important;
  transform:none!important;
  filter:none!important;
  transition:none!important;
  background:#071827!important;
}
.video-tile:hover .video-frame iframe,
.embed-card:hover .embed-frame iframe{
  transform:none!important;
  filter:none!important;
}

/* Remove our custom play overlay so only Google Drive's own play button appears */
.video-frame:after,
.embed-frame:after{
  content:none!important;
  display:none!important;
}

/* Keep card animation premium, but don't zoom/crop the video itself */
.video-tile,
.embed-card{
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f3fdff 100%)!important;
  overflow:visible!important;
}
.video-tile:hover,
.embed-card:hover{
  transform:translateY(-12px) scale(1.025)!important;
  z-index:10!important;
  box-shadow:0 36px 92px rgba(0,111,168,.22),0 10px 26px rgba(0,0,0,.10)!important;
}

/* Prevent section clipping while cards gently zoom */
.home-videos-section,
.shop-videos-simple,
.home-video-grid,
.shop-video-grid{
  overflow:visible!important;
}

/* Better card spacing after portrait video frames */
.video-copy,
.embed-meta{
  padding-top:18px!important;
}
.video-copy p,
.embed-meta p{
  color:#28495f!important;
}

/* Mobile: keep full video visible and comfortable */
@media(max-width:900px){
  .video-frame,.embed-frame{aspect-ratio:9/16!important;max-width:440px;margin:0 auto!important;}
  .home-video-grid,.shop-video-grid{grid-template-columns:1fr!important;}
  .video-tile,.embed-card{max-width:520px;margin-left:auto!important;margin-right:auto!important;}
}
@media(max-width:520px){
  .video-frame,.embed-frame{max-width:100%!important;}
  .video-tile:hover,.embed-card:hover{transform:translateY(-6px) scale(1.01)!important;}
}


/* ===== FINAL QA POLISH: GOLD VIDEO, PREMIUM STATS, RESPONSIVE LANDSCAPE HOVER ===== */
:root{--km-gold:#c69a3c;--km-gold-light:#ffe3a3;--km-gold-deep:#9b6b1d;--km-sea:#006f8e;--km-deep:#061421;--km-sky:#eafaff;}

/* Premium stats box instead of simple plain box */
.mini-stats{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:0!important;
  padding:0!important;
  margin-top:30px!important;
  border-radius:28px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,248,226,.94)),
    radial-gradient(circle at 12% 10%,rgba(198,154,60,.18),transparent 34%)!important;
  border:1px solid rgba(198,154,60,.32)!important;
  box-shadow:0 28px 70px rgba(6,20,33,.12), inset 0 1px 0 rgba(255,255,255,.85)!important;
}
.mini-stats:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,255,255,.55) 48%,transparent 60%);transform:translateX(-80%);animation:statsShine 6s ease-in-out infinite;pointer-events:none;}
.mini-stats b,.mini-stats span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:92px;}
.mini-stats b{font-size:42px!important;font-weight:1000!important;color:var(--km-gold)!important;background:none!important;-webkit-text-fill-color:var(--km-gold)!important;text-shadow:0 8px 24px rgba(198,154,60,.22);}
.mini-stats span{font-size:18px!important;font-weight:800!important;color:#0c2b43!important;padding:0 22px 0 8px;text-align:left;justify-content:flex-start;border-right:1px solid rgba(198,154,60,.20);}
.mini-stats span:last-child{border-right:0;}
@keyframes statsShine{0%,65%{transform:translateX(-80%)}100%{transform:translateX(80%)}}

/* Gold branded video system for every video section */
.home-videos-section,.shop-videos-simple{background:radial-gradient(circle at 12% 10%,rgba(198,154,60,.16),transparent 30%),linear-gradient(135deg,#fffaf0 0%,#f0fbff 100%)!important;}
.home-video-grid,.shop-video-grid{align-items:start!important;overflow:visible!important;}
.video-tile,.embed-card{
  position:relative!important;
  overflow:visible!important;
  border:2px solid rgba(198,154,60,.48)!important;
  border-radius:32px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fff8e6 100%)!important;
  box-shadow:0 28px 76px rgba(6,20,33,.12),0 10px 28px rgba(198,154,60,.12)!important;
  transition:transform .38s ease, box-shadow .38s ease, border-color .38s ease, background .38s ease!important;
}
.video-tile:before,.embed-card:before{
  content:""!important;position:absolute!important;inset:-2px!important;border-radius:34px!important;
  background:linear-gradient(135deg,var(--km-gold),#fff1be 38%,#0b8db5 72%,var(--km-gold))!important;
  z-index:-1!important;opacity:.55!important;transition:.35s!important;
}
.video-tile:after,.embed-card:after{
  content:"";position:absolute;right:18px;top:18px;width:54px;height:54px;border-radius:50%;
  background:url('../logos/karai-marina-logo.png') center/74% no-repeat,linear-gradient(135deg,#fff,#fff3c8);
  box-shadow:0 12px 28px rgba(198,154,60,.28);opacity:.92;z-index:3;pointer-events:none;
}
.video-frame,.embed-frame{position:relative!important;padding:14px!important;border-radius:28px!important;background:linear-gradient(135deg,#fff,#fff4cf)!important;overflow:hidden!important;}
.video-frame iframe,.embed-frame iframe{
  width:100%!important;
  height:auto!important;
  aspect-ratio:9/13!important;
  min-height:360px!important;
  max-height:620px!important;
  border:0!important;
  border-radius:22px!important;
  background:#061421!important;
  display:block!important;
  object-fit:contain!important;
  transition:aspect-ratio .45s ease, transform .45s ease, box-shadow .45s ease!important;
}
.video-copy,.embed-meta{padding:18px 20px 22px!important;}
.video-copy span,.embed-meta span{
  background:linear-gradient(135deg,#fff6d4,#ffe3a3)!important;
  color:#744b09!important;
  border:1px solid rgba(198,154,60,.32)!important;
  box-shadow:0 8px 18px rgba(198,154,60,.10)!important;
}
.video-copy p,.embed-meta p{color:#24405a!important;font-weight:600!important;}

/* Desktop hover: portrait card opens into landscape wide view without cropping video */
@media(min-width:901px){
  .home-video-grid,.shop-video-grid{grid-auto-flow:dense!important;}
  .video-tile:hover,.embed-card:hover{
    grid-column:span 2!important;
    z-index:25!important;
    transform:translateY(-14px) scale(1.015)!important;
    border-color:var(--km-gold)!important;
    background:linear-gradient(180deg,#ffffff 0%,#fff3cf 100%)!important;
    box-shadow:0 48px 120px rgba(6,20,33,.22),0 18px 48px rgba(198,154,60,.24)!important;
  }
  .video-tile:hover:before,.embed-card:hover:before{opacity:1!important;filter:drop-shadow(0 0 20px rgba(198,154,60,.35));}
  .video-tile:hover .video-frame iframe,.embed-card:hover .embed-frame iframe{
    aspect-ratio:16/9!important;
    min-height:360px!important;
    max-height:none!important;
    transform:scale(1)!important;
  }
}

/* remove any old fake play overlays so only Drive's single play button is visible */
.video-frame:before,.embed-frame:before,.video-frame:after,.embed-frame:after{display:none!important;content:none!important;}

/* Make shop/video pages less simple */
.section-head,.home-videos-section .container>h2,.home-videos-section .section-lead{position:relative;z-index:1;}
.section-head h2,.home-videos-section h2{letter-spacing:-.8px!important;}
.shop-card,.venue-card,.team-grid article,.form-box,.promo-band-card{
  border-color:rgba(198,154,60,.24)!important;
  box-shadow:0 26px 72px rgba(6,20,33,.11)!important;
}
.shop-card:hover,.venue-card:hover,.team-grid article:hover,.form-box:hover{
  box-shadow:0 42px 110px rgba(6,20,33,.18),0 12px 36px rgba(198,154,60,.18)!important;
}
.btn.primary{background:linear-gradient(135deg,#ffe08a 0%,#c69a3c 52%,#ff8a3d 100%)!important;color:#081522!important;box-shadow:0 18px 34px rgba(198,154,60,.28)!important;}
.btn.ghost,.hero-buttons .btn.ghost{background:linear-gradient(135deg,#93e6f2,#0097c2)!important;color:#fff!important;border-color:rgba(255,255,255,.65)!important;box-shadow:0 12px 28px rgba(0,151,194,.22)!important;}
.hero-badges span{background:linear-gradient(135deg,#b9f1f5,#008fb8)!important;color:#fff!important;border-color:rgba(255,255,255,.7)!important;font-weight:800!important;text-shadow:0 1px 1px rgba(0,0,0,.15)!important;}

/* Mobile: keep original full video visible, don't crop, keep premium gold style */
@media(max-width:900px){
  .video-tile,.embed-card{max-width:560px!important;margin-inline:auto!important;border-radius:28px!important;}
  .video-frame iframe,.embed-frame iframe{aspect-ratio:9/13!important;min-height:420px!important;width:100%!important;}
  .video-tile:hover,.embed-card:hover{grid-column:auto!important;transform:translateY(-8px) scale(1.01)!important;}
  .home-video-grid,.shop-video-grid{grid-template-columns:1fr!important;gap:28px!important;}
  .mini-stats{grid-template-columns:1fr!important;}
  .mini-stats b,.mini-stats span{min-height:54px;justify-content:center;text-align:center;border-right:0!important;padding:0 10px!important;}
  .mini-stats b{font-size:34px!important;padding-top:14px!important;}
  .mini-stats span{padding-bottom:14px!important;border-bottom:1px solid rgba(198,154,60,.18)!important;}
  .mini-stats span:last-child{border-bottom:0!important;}
}
@media(max-width:560px){
  .video-frame iframe,.embed-frame iframe{min-height:360px!important;aspect-ratio:9/14!important;}
  .video-tile:after,.embed-card:after{width:44px;height:44px;right:14px;top:14px;}
}


/* ===== FINAL V9: dark-sea buttons + remove video hover animation ===== */
:root{--km-dark-sea:#04445f;--km-dark-sea-2:#006f8e;--km-dark-aqua:#08a9ca;--km-gold:#c69a3c;--km-gold-soft:#fff3cf;}

/* Darker sea colour for hero buttons and badges */
.btn.ghost,
.hero-buttons .btn.ghost{
  background:linear-gradient(135deg,#07546e 0%,#0099bc 100%)!important;
  color:#ffffff!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 16px 34px rgba(0,111,142,.30), inset 0 1px 0 rgba(255,255,255,.35)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.24)!important;
}
.hero-badges span{
  background:linear-gradient(135deg,#0a5a72 0%,#008fb2 100%)!important;
  color:#ffffff!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 14px 30px rgba(0,111,142,.28), inset 0 1px 0 rgba(255,255,255,.35)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.30)!important;
  font-weight:900!important;
}
.hero-buttons .btn.ghost:hover,
.hero-badges span:hover{
  background:linear-gradient(135deg,#053a52 0%,#00799b 100%)!important;
  color:#ffffff!important;
  transform:translateY(-2px)!important;
}

/* Video correction: remove all hover/landscape animation. Keep original video fully visible. */
.home-video-grid,
.shop-video-grid{
  grid-auto-flow:row!important;
  align-items:start!important;
  overflow:visible!important;
}
.video-tile,
.embed-card{
  animation:none!important;
  transform:none!important;
  transition:box-shadow .25s ease,border-color .25s ease!important;
  grid-column:auto!important;
  border:2px solid rgba(198,154,60,.35)!important;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf0 100%)!important;
  box-shadow:0 22px 55px rgba(7,68,95,.12)!important;
}
.video-tile:hover,
.embed-card:hover{
  animation:none!important;
  transform:none!important;
  grid-column:auto!important;
  box-shadow:0 26px 62px rgba(7,68,95,.16)!important;
  border-color:rgba(198,154,60,.72)!important;
}
.video-tile:before,
.video-tile:after,
.embed-card:before,
.embed-card:after,
.video-frame:before,
.video-frame:after,
.embed-frame:before,
.embed-frame:after{
  display:none!important;
  content:none!important;
  opacity:0!important;
}
.video-frame,
.embed-frame{
  width:100%!important;
  max-width:430px!important;
  margin:0 auto!important;
  aspect-ratio:9/16!important;
  height:auto!important;
  min-height:0!important;
  padding:12px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#fff,#fff3cf)!important;
  overflow:hidden!important;
}
.video-frame iframe,
.embed-frame iframe{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:20px!important;
  background:#061421!important;
  transform:none!important;
  transition:none!important;
  object-fit:contain!important;
}
.video-tile:hover .video-frame iframe,
.embed-card:hover .embed-frame iframe{
  transform:none!important;
  filter:none!important;
}
.video-copy span,
.embed-meta span{
  background:linear-gradient(135deg,#fff4cc,#f1d083)!important;
  color:#07384e!important;
  border:1px solid rgba(198,154,60,.42)!important;
  box-shadow:none!important;
}
.video-copy p,
.embed-meta p{color:#24405a!important;}

/* Stats box: make the simple row look richer without changing content */
.mini-stats{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#ffffff 0%,#f5fcff 45%,#fff4d9 100%)!important;
  border:1px solid rgba(198,154,60,.32)!important;
  box-shadow:0 22px 60px rgba(6,68,95,.13)!important;
  border-radius:26px!important;
  padding:22px 26px!important;
}
.mini-stats:before{
  content:"";position:absolute;inset:-50% auto auto -12%;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(198,154,60,.17),transparent 66%);pointer-events:none;
}
.mini-stats b{color:var(--km-gold)!important;-webkit-text-fill-color:var(--km-gold)!important;text-shadow:0 6px 18px rgba(198,154,60,.20)!important;}
.mini-stats span{font-weight:800!important;color:#10283c!important;}

/* Mobile video layout: keep clean and no animation */
@media(max-width:900px){
  .home-video-grid,.shop-video-grid{grid-template-columns:1fr!important;gap:28px!important;}
  .video-tile,.embed-card{max-width:520px!important;margin-left:auto!important;margin-right:auto!important;}
  .video-frame,.embed-frame{max-width:420px!important;aspect-ratio:9/16!important;}
  .video-tile:hover,.embed-card:hover{transform:none!important;grid-column:auto!important;}
}
@media(max-width:560px){
  .video-frame,.embed-frame{max-width:100%!important;aspect-ratio:9/16!important;padding:9px!important;border-radius:22px!important;}
  .video-frame iframe,.embed-frame iframe{border-radius:16px!important;}
  .hero-badges span{font-size:14px!important;}
}


/* ===== FINAL V10 SEO + STATS POLISH ===== */
.mini-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;padding:20px!important;background:linear-gradient(135deg,#fffdf7 0%,#f2fbff 55%,#fff1cc 100%)!important;border:1px solid rgba(198,154,60,.42)!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(6,68,95,.13)!important;}
.mini-stats .stat-item{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;min-height:92px!important;padding:18px!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,246,218,.82))!important;border:1px solid rgba(198,154,60,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 10px 28px rgba(198,154,60,.10)!important;overflow:hidden;}
.mini-stats .stat-item:before{content:"";position:absolute;inset:auto -18px -28px auto;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle,rgba(198,154,60,.18),transparent 68%);}
.mini-stats b{font-size:clamp(34px,3vw,48px)!important;line-height:1!important;color:#c69a3c!important;-webkit-text-fill-color:#c69a3c!important;text-shadow:0 8px 22px rgba(198,154,60,.18)!important;min-width:auto!important;}
.mini-stats span{font-size:clamp(15px,1.2vw,20px)!important;line-height:1.25!important;font-weight:900!important;color:#0b2236!important;}
.seo-power-links{margin-top:26px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#f2fbff,#fff8e7);border:1px solid rgba(198,154,60,.24);box-shadow:0 16px 42px rgba(6,68,95,.08)}
.seo-power-links h3{margin-top:0;color:#08243a}.seo-power-links a{font-weight:900;color:#00799b;text-decoration:underline}
@media(max-width:900px){.mini-stats{grid-template-columns:1fr!important;gap:14px!important}.mini-stats .stat-item{min-height:84px!important}.mini-stats b{font-size:38px!important}.mini-stats span{text-align:left!important}}
@media(max-width:560px){.mini-stats .stat-item{justify-content:flex-start!important}.mini-stats b{min-width:92px!important}.mini-stats span{font-size:17px!important}}


/* ===== V12 FINAL STATS FIX - no hidden text/numbers ===== */
.mini-stats{
  width:100%!important;
  max-width:760px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:18px!important;
  border-radius:28px!important;
  overflow:visible!important;
  background:linear-gradient(135deg,#fffdf7 0%,#f7fcff 48%,#fff2cf 100%)!important;
  border:1px solid rgba(198,154,60,.46)!important;
  box-shadow:0 24px 70px rgba(6,68,95,.13)!important;
}
.mini-stats .stat-item{
  min-width:0!important;
  width:100%!important;
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:14px 12px!important;
  border-radius:22px!important;
  overflow:visible!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,247,223,.88))!important;
  border:1px solid rgba(198,154,60,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 12px 30px rgba(198,154,60,.10)!important;
}
.mini-stats b,.mini-stats span{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  white-space:nowrap!important;
  text-align:left!important;
  justify-content:unset!important;
}
.mini-stats b{
  flex:0 0 auto!important;
  font-size:clamp(30px,2.3vw,42px)!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:-1px!important;
  color:#c99a2c!important;
  -webkit-text-fill-color:#c99a2c!important;
  background:none!important;
  text-shadow:0 8px 22px rgba(198,154,60,.18)!important;
}
.mini-stats span{
  flex:0 1 auto!important;
  font-size:clamp(13px,1.02vw,17px)!important;
  line-height:1.2!important;
  font-weight:900!important;
  color:#0b2236!important;
}
@media(max-width:1100px){
  .mini-stats{grid-template-columns:1fr!important;max-width:520px!important;gap:12px!important;}
  .mini-stats .stat-item{justify-content:flex-start!important;padding:16px 20px!important;}
  .mini-stats b{min-width:92px!important;font-size:40px!important;}
  .mini-stats span{font-size:18px!important;}
}
@media(max-width:560px){
  .mini-stats{max-width:100%!important;padding:14px!important;border-radius:22px!important;}
  .mini-stats .stat-item{min-height:74px!important;padding:13px 16px!important;border-radius:18px!important;}
  .mini-stats b{min-width:82px!important;font-size:34px!important;}
  .mini-stats span{font-size:16px!important;}
}


/* ===== FINAL STATS REDESIGN - no overlap, premium cards ===== */
.premium-overlap-section .mini-stats,
.mini-stats{
  width:100%!important;
  max-width:760px!important;
  margin-top:30px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.mini-stats:before{display:none!important;content:none!important;}
.mini-stats .stat-item{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:132px!important;
  padding:24px 26px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,213,105,.26),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,248,228,.92))!important;
  border:1px solid rgba(198,154,60,.42)!important;
  box-shadow:0 22px 55px rgba(6,68,95,.10), inset 0 1px 0 rgba(255,255,255,.88)!important;
  overflow:hidden!important;
  isolation:isolate;
}
.mini-stats .stat-item:before{
  content:""!important;
  position:absolute!important;
  top:0;left:0;right:0;height:5px!important;
  background:linear-gradient(90deg,#b88722,#f5d36d,#c69a3c)!important;
  z-index:0!important;
}
.mini-stats .stat-item:after{
  content:""!important;
  position:absolute!important;
  right:-24px;bottom:-30px;width:96px;height:96px;border-radius:50%;
  background:radial-gradient(circle,rgba(6,111,168,.13),transparent 66%)!important;
  z-index:0!important;
}
.mini-stats b,
.mini-stats span{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  min-height:auto!important;
  width:auto!important;
  padding:0!important;
  border:0!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.1!important;
}
.mini-stats b{
  font-size:clamp(42px,4.5vw,58px)!important;
  font-weight:1000!important;
  letter-spacing:-1.5px!important;
  color:#c69a3c!important;
  -webkit-text-fill-color:#c69a3c!important;
  background:none!important;
  text-shadow:0 10px 28px rgba(198,154,60,.20)!important;
}
.mini-stats span{
  font-size:clamp(16px,1.3vw,20px)!important;
  font-weight:950!important;
  color:#0b263d!important;
  max-width:100%!important;
}
@media(max-width:900px){
  .premium-overlap-section .mini-stats,.mini-stats{max-width:100%!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:24px!important;}
  .mini-stats .stat-item{min-height:96px!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;padding:20px 22px!important;border-radius:22px!important;}
  .mini-stats b{font-size:40px!important;min-width:102px!important;letter-spacing:-1px!important;}
  .mini-stats span{font-size:18px!important;line-height:1.25!important;}
}
@media(max-width:480px){
  .mini-stats .stat-item{min-height:86px!important;padding:18px!important;}
  .mini-stats b{font-size:36px!important;min-width:88px!important;}
  .mini-stats span{font-size:16px!important;}
}

/* ===== FINAL NAVIGATION REDESIGN - desktop premium submenu + mobile flip menu ===== */
.site-header{
  overflow:visible!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.nav{position:relative;z-index:100!important;}
.dropdown{position:relative!important;}
.dropdown>a{display:inline-flex!important;align-items:center!important;gap:6px!important;}
.drop-menu{
  display:grid!important;
  position:absolute!important;
  top:calc(100% + 16px)!important;
  left:50%!important;
  transform:translateX(-50%) translateY(14px) scale(.96)!important;
  min-width:310px!important;
  max-width:min(92vw,620px)!important;
  padding:16px!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 15% 10%,rgba(255,211,105,.20),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(236,249,255,.96))!important;
  border:1px solid rgba(10,110,155,.18)!important;
  box-shadow:0 30px 80px rgba(0,20,35,.26),inset 0 1px 0 rgba(255,255,255,.85)!important;
  backdrop-filter:blur(16px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .25s ease,transform .28s ease,visibility .25s ease!important;
  z-index:999!important;
}
.drop-menu:before{
  content:"";position:absolute;top:-9px;left:50%;transform:translateX(-50%) rotate(45deg);
  width:18px;height:18px;background:rgba(255,255,255,.98);border-left:1px solid rgba(10,110,155,.16);border-top:1px solid rgba(10,110,155,.16);
}
.dropdown:hover .drop-menu,
.dropdown:focus-within .drop-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0) scale(1)!important;
}
.drop-menu a{
  display:flex!important;align-items:center!important;gap:10px!important;
  padding:12px 14px!important;margin:2px 0!important;border-radius:16px!important;
  color:#07283e!important;font-weight:900!important;font-size:14px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,250,255,.72))!important;
  border:1px solid rgba(5,111,168,.08)!important;
  transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important;
}
.drop-menu a:before{content:"›";font-size:20px;line-height:1;color:#c69a3c;font-weight:1000;}
.drop-menu a:hover{
  transform:translateX(5px)!important;
  color:#fff!important;
  background:linear-gradient(135deg,#064b69,#006fa8 58%,#0cb6d8)!important;
  box-shadow:0 12px 26px rgba(0,111,168,.20)!important;
}
.drop-menu a:hover:before{color:#ffd76a!important;}
/* Shops submenu has more items, so make it a clean two-column desktop mega menu */
.dropdown:nth-of-type(1) .drop-menu{grid-template-columns:repeat(2,minmax(210px,1fr))!important;min-width:520px!important;}
.dropdown:nth-of-type(2) .drop-menu{min-width:280px!important;}

@media(max-width:900px){
  .site-header{
    width:min(430px,94vw)!important;
    margin:14px auto 0!important;
    border-radius:22px!important;
    padding:12px 16px!important;
    left:auto!important;right:auto!important;
    background:linear-gradient(135deg,rgba(4,29,45,.98),rgba(9,74,96,.95))!important;
    box-shadow:0 18px 46px rgba(0,20,35,.28)!important;
  }
  .brand img{width:56px!important;height:56px!important;}
  .brand span{font-size:20px!important;letter-spacing:.5px!important;}
  .menu-toggle{
    display:grid!important;place-items:center!important;
    width:56px!important;height:56px!important;padding:0!important;border-radius:16px!important;
    background:linear-gradient(135deg,#ffd86b,#ff9a3e)!important;color:#061421!important;
    box-shadow:0 12px 26px rgba(198,154,60,.25)!important;
    transition:transform .25s ease!important;
  }
  .menu-toggle:active{transform:scale(.95)!important;}
  .nav{
    display:flex!important;
    position:absolute!important;
    top:calc(100% + 12px)!important;
    left:0!important;right:0!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    padding:18px!important;
    border-radius:28px!important;
    background:
      radial-gradient(circle at 18% 0%,rgba(255,215,106,.16),transparent 34%),
      linear-gradient(145deg,#031421,#062f48 62%,#051a29)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 30px 80px rgba(0,0,0,.38)!important;
    transform-origin:top right!important;
    transform:perspective(900px) rotateX(-72deg) translateY(-8px) scale(.94)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .34s cubic-bezier(.2,.8,.2,1),opacity .25s ease,visibility .25s ease!important;
    max-height:calc(100vh - 118px)!important;
    overflow:auto!important;
  }
  .nav.active{
    transform:perspective(900px) rotateX(0deg) translateY(0) scale(1)!important;
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  }
  .nav>a,.dropdown>a{
    width:100%!important;
    padding:15px 17px!important;
    border-radius:18px!important;
    color:#fff!important;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    font-size:15px!important;
    justify-content:space-between!important;
  }
  .nav>a:hover,.dropdown>a:hover{
    background:linear-gradient(135deg,rgba(0,111,168,.42),rgba(18,198,232,.20))!important;
  }
  .nav-cta{
    background:linear-gradient(135deg,#ffd86b,#ff953d)!important;color:#061421!important;text-align:center!important;justify-content:center!important;
    box-shadow:0 14px 30px rgba(255,154,62,.20)!important;
  }
  .drop-menu{
    display:grid!important;
    position:static!important;
    left:auto!important;top:auto!important;
    transform:none!important;
    min-width:0!important;width:100%!important;max-width:100%!important;
    grid-template-columns:1fr!important;
    margin:8px 0 0!important;
    padding:12px!important;
    border-radius:20px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;
    max-height:0!important;overflow:hidden!important;
    padding-top:0!important;padding-bottom:0!important;
    transition:max-height .32s ease,padding .25s ease!important;
  }
  .drop-menu:before{display:none!important;}
  .dropdown.open .drop-menu{max-height:620px!important;padding:12px!important;}
  .drop-menu a{
    color:#eaf8ff!important;background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.08)!important;
    margin:4px 0!important;padding:12px 14px!important;
  }
  .drop-menu a:hover{transform:none!important;background:linear-gradient(135deg,#0b6f92,#0bbad7)!important;color:#fff!important;}
  .dropdown:nth-of-type(1) .drop-menu,.dropdown:nth-of-type(2) .drop-menu{min-width:0!important;grid-template-columns:1fr!important;}
}
@media(max-width:420px){
  .site-header{width:calc(100vw - 22px)!important;margin-top:10px!important;padding:10px 12px!important;}
  .brand span{font-size:18px!important;}
  .brand img{width:50px!important;height:50px!important;}
  .menu-toggle{width:50px!important;height:50px!important;}
  .nav{border-radius:24px!important;padding:14px!important;}
}


/* ===== FINAL V15 NAV FIX: desktop hover stable + mobile submenu alignment ===== */
@media(min-width:901px){
  .site-header{overflow:visible!important;z-index:5000!important;}
  .nav{overflow:visible!important;gap:10px!important;}
  .dropdown{position:relative!important;padding-bottom:24px!important;margin-bottom:-24px!important;}
  .dropdown:after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:30px;background:transparent;pointer-events:auto;}
  .drop-menu{
    top:calc(100% + 2px)!important;
    margin-top:0!important;
    transform:translateX(-50%) translateY(8px) scale(.98)!important;
    transition:opacity .18s ease,transform .20s ease,visibility .18s ease!important;
    overflow:visible!important;
  }
  .dropdown:hover .drop-menu,
  .dropdown:focus-within .drop-menu,
  .drop-menu:hover{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0) scale(1)!important;
  }
  .dropdown:nth-of-type(1) .drop-menu{
    min-width:560px!important;
    grid-template-columns:repeat(2,minmax(230px,1fr))!important;
    gap:8px!important;
  }
  .dropdown:nth-of-type(2) .drop-menu{min-width:310px!important;}
  .drop-menu a{min-height:46px!important;}
}

@media(max-width:900px){
  body.menu-open{overflow:hidden;}
  .site-header{
    width:calc(100vw - 26px)!important;
    max-width:430px!important;
    margin:12px auto 0!important;
    border-radius:24px!important;
    transform:none!important;
  }
  .menu-toggle{font-size:0!important;position:relative!important;}
  .menu-toggle:before{content:"☰";font-size:25px;font-weight:900;line-height:1;}
  .nav{
    left:50%!important;
    right:auto!important;
    width:calc(100vw - 26px)!important;
    max-width:430px!important;
    transform:translateX(-50%) perspective(900px) rotateX(-68deg) translateY(-10px) scale(.96)!important;
    transform-origin:top center!important;
    padding:16px!important;
    gap:9px!important;
  }
  .nav.active{transform:translateX(-50%) perspective(900px) rotateX(0deg) translateY(0) scale(1)!important;}
  .nav>a,.dropdown>a{
    display:flex!important;
    min-height:52px!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:14px 16px!important;
    border-radius:17px!important;
    text-align:left!important;
  }
  .dropdown{width:100%!important;margin:0!important;padding:0!important;}
  .dropdown>a:after{content:"⌄";font-size:16px;margin-left:auto;transition:transform .25s ease;color:#ffd76a;}
  .dropdown.open>a:after{transform:rotate(180deg);}
  .dropdown>a{pointer-events:auto!important;}
  .drop-menu{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin:0!important;
    padding:0 10px!important;
    border-radius:20px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04))!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    pointer-events:none!important;
    transition:max-height .34s ease,padding .26s ease,opacity .2s ease,visibility .2s ease!important;
  }
  .dropdown.open .drop-menu{
    max-height:720px!important;
    padding:10px!important;
    margin-top:8px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .drop-menu a{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:44px!important;
    padding:11px 13px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:14px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .drop-menu a:before{content:"›"!important;flex:0 0 auto;margin-right:2px;}
}
@media(max-width:420px){
  .site-header{width:calc(100vw - 18px)!important;}
  .nav{width:calc(100vw - 18px)!important;padding:13px!important;}
  .nav>a,.dropdown>a{min-height:50px!important;padding:13px 14px!important;}
}

/* ===== FINAL V16: Hero title/subtitle color correction ===== */
.hero-redesign .hero-panel h1{
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-fill-color:#38b9e6!important;
  color:#38b9e6!important;
  text-shadow:0 5px 0 rgba(0,36,58,.18),0 18px 46px rgba(0,0,0,.40)!important;
}
.hero-redesign .hero-panel h2{
  color:#d4a23a!important;
  background:none!important;
  -webkit-text-fill-color:#d4a23a!important;
  font-size:18px!important;
  line-height:1.45!important;
  letter-spacing:.2px!important;
  max-width:760px!important;
  font-weight:900!important;
  text-shadow:0 12px 30px rgba(0,0,0,.30)!important;
  margin-top:6px!important;
  margin-bottom:14px!important;
}
@media(max-width:560px){
  .hero-redesign .hero-panel h1{font-size:34px!important;line-height:1.08!important;}
  .hero-redesign .hero-panel h2{font-size:18px!important;line-height:1.42!important;}
}


/* ===== FINAL V17: Sequential heading color animation ===== */
.hero-redesign .hero-panel h1{
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-fill-color:initial!important;
  color:#ffffff!important;
  text-shadow:0 5px 0 rgba(0,36,58,.14),0 18px 46px rgba(0,0,0,.40)!important;
}
.hero-redesign .hero-panel h1 .hero-cycle-word{
  display:inline-block;
  animation:heroWordColorCycle 7.2s infinite ease-in-out;
  will-change:color, text-shadow;
}
.hero-redesign .hero-panel h1 .hero-cycle-word.w1{animation-delay:0s;}
.hero-redesign .hero-panel h1 .hero-cycle-word.w2{animation-delay:1.2s;}
.hero-redesign .hero-panel h1 .hero-cycle-word.w3{animation-delay:2.4s;}
@keyframes heroWordColorCycle{
  0%, 20%{color:#0d5f9a; text-shadow:0 5px 0 rgba(0,34,58,.14),0 18px 42px rgba(0,0,0,.34);}
  25%, 45%{color:#d4a23a; text-shadow:0 5px 0 rgba(92,62,0,.10),0 18px 42px rgba(0,0,0,.34);}
  50%, 70%{color:#ffffff; text-shadow:0 5px 0 rgba(0,0,0,.10),0 18px 42px rgba(0,0,0,.34);}
  75%, 100%{color:#e54a4a; text-shadow:0 5px 0 rgba(82,8,8,.10),0 18px 42px rgba(0,0,0,.34);}
}
@media (prefers-reduced-motion: reduce){
  .hero-redesign .hero-panel h1 .hero-cycle-word{animation:none!important;}
  .hero-redesign .hero-panel h1 .hero-cycle-word.w1{color:#0d5f9a!important;}
  .hero-redesign .hero-panel h1 .hero-cycle-word.w2{color:#d4a23a!important;}
  .hero-redesign .hero-panel h1 .hero-cycle-word.w3{color:#ffffff!important;}
}
@media(max-width:560px){
  .hero-redesign .hero-panel h1 .hero-cycle-word{display:inline;}
}


/* ===== FINAL V18: Hero heading word spacing fix ===== */
.hero-redesign .hero-panel h1 .hero-word-gap{display:inline-block;width:.28em!important;}
.hero-redesign .hero-panel h1 .w1{margin-right:.02em!important;}
.hero-redesign .hero-panel h1 .w2{margin-left:.02em!important;}
@media(max-width:560px){
  .hero-redesign .hero-panel h1 .hero-word-gap{width:.22em!important;}
}

/* final v19 heading spacing */
.hero-redesign .hero-panel h1 .hero-cycle-word{margin-right:.14em!important;}
.hero-redesign .hero-panel h1 .hero-cycle-word.w2,.hero-redesign .hero-panel h1 .hero-cycle-word.w3{margin-right:0!important;}
.hero-redesign .hero-panel h1 br{display:block;content:"";}


/* ===== FINAL V20: clear big space between Karai and Marina ===== */
.hero-redesign .hero-panel h1{
  white-space:normal!important;
}
.hero-redesign .hero-panel h1 .hero-line{
  display:block!important;
  white-space:nowrap!important;
}
.hero-redesign .hero-panel h1 .hero-line-main{
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:0!important;
}
.hero-redesign .hero-panel h1 .hero-big-gap{
  display:inline-block!important;
  width:0.42em!important;
  min-width:26px!important;
  flex:0 0 0.42em!important;
}
.hero-redesign .hero-panel h1 .hero-cycle-word{
  margin-right:0!important;
}
.brand span{
  word-spacing:.32em!important;
  letter-spacing:1px!important;
}
@media(max-width:560px){
  .hero-redesign .hero-panel h1 .hero-line-main{justify-content:center!important;}
  .hero-redesign .hero-panel h1 .hero-big-gap{width:0.34em!important;min-width:16px!important;flex-basis:0.34em!important;}
}


/* ===== FINAL V21: Mobile submenu visibility/alignment fix ===== */
@media(max-width:900px){
  .site-header{position:sticky!important;top:8px!important;left:auto!important;right:auto!important;overflow:visible!important;}
  .nav{
    box-sizing:border-box!important;
    left:50%!important;
    right:auto!important;
    top:calc(100% + 8px)!important;
    width:calc(100vw - 24px)!important;
    max-width:430px!important;
    min-width:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    max-height:calc(100vh - 112px)!important;
    padding:14px!important;
    border-radius:24px!important;
  }
  .nav.active{overflow-y:auto!important;overflow-x:hidden!important;}
  .dropdown{position:relative!important;width:100%!important;max-width:100%!important;overflow:visible!important;margin:0!important;padding:0!important;}
  .dropdown>a{width:100%!important;box-sizing:border-box!important;}
  .drop-menu,
  .dropdown:nth-of-type(1) .drop-menu,
  .dropdown:nth-of-type(2) .drop-menu{
    position:relative!important;
    left:0!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:0!important;
    padding:0 8px!important;
    border-radius:18px!important;
    background:linear-gradient(145deg,rgba(8,61,86,.92),rgba(4,28,44,.96))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    max-height:0!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .dropdown.open .drop-menu,
  .dropdown.open:nth-of-type(1) .drop-menu,
  .dropdown.open:nth-of-type(2) .drop-menu{
    max-height:760px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    padding:10px!important;
    margin-top:8px!important;
  }
  .drop-menu a{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    min-height:44px!important;
    margin:0!important;
    padding:11px 12px!important;
    border-radius:14px!important;
    color:#f4fbff!important;
    background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.05))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    font-size:14px!important;
    line-height:1.25!important;
    white-space:normal!important;
    transform:none!important;
  }
  .drop-menu a:before{content:"›"!important;margin-right:3px!important;color:#ffd76a!important;flex:0 0 auto!important;}
  .drop-menu a:hover{transform:none!important;background:linear-gradient(135deg,#0b7196,#0ba9c5)!important;}
}
@media(max-width:420px){
  .site-header{width:calc(100vw - 18px)!important;max-width:390px!important;}
  .nav{width:calc(100vw - 18px)!important;max-width:390px!important;padding:12px!important;}
  .drop-menu a{font-size:13px!important;min-height:42px!important;padding:10px 11px!important;}
}


/* ===== FINAL V22: mobile header/hero gap, alignment and latency polish ===== */
html{scroll-behavior:smooth;}
img,video,iframe{height:auto;}
.hero-bg img,.hero-slide{content-visibility:auto;}
.lazy-video{background:#031421;}
@media(max-width:900px){
  body{overflow-x:hidden!important;}
  .site-header{
    margin:8px auto 0!important;
    width:calc(100vw - 24px)!important;
    max-width:720px!important;
    padding:8px 12px!important;
    border-radius:20px!important;
    align-items:center!important;
  }
  .brand{min-width:0!important;gap:9px!important;}
  .brand img{width:50px!important;height:50px!important;flex:0 0 50px!important;}
  .brand span{font-size:15px!important;line-height:1.05!important;white-space:normal!important;word-spacing:.18em!important;}
  .menu-toggle{width:46px!important;height:44px!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;}
  .nav{
    transform:translateX(-50%)!important;
    text-align:left!important;
    box-shadow:0 26px 70px rgba(0,0,0,.42)!important;
  }
  .nav>a,.dropdown>a{width:100%!important;text-align:left!important;justify-content:flex-start!important;}
  .hero,.hero-redesign{
    min-height:auto!important;
    padding-top:22px!important;
    margin-top:14px!important;
  }
  .hero-redesign-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
    padding-top:26px!important;
    padding-bottom:86px!important;
    text-align:center!important;
  }
  .hero-panel{margin:0 auto!important;max-width:620px!important;padding:22px 16px!important;}
  .hero-logo-mark{margin:0 auto 10px!important;width:82px!important;height:82px!important;}
  .hero-panel .eyebrow{font-size:11px!important;letter-spacing:1.35px!important;}
  .hero-redesign .hero-panel h1{font-size:clamp(32px,9vw,48px)!important;line-height:1.08!important;text-align:center!important;margin:10px 0 8px!important;}
  .hero-redesign .hero-panel h2{font-size:16px!important;line-height:1.35!important;margin:8px auto 10px!important;}
  .hero-panel p{font-size:15px!important;line-height:1.65!important;margin-left:auto!important;margin-right:auto!important;}
  .hero-buttons{justify-content:center!important;gap:10px!important;margin-top:18px!important;}
  .hero-buttons .btn{width:auto!important;min-width:152px!important;max-width:100%!important;padding:12px 16px!important;font-size:14px!important;}
  .hero-badges{justify-content:center!important;gap:8px!important;margin-top:16px!important;}
  .hero-badges span{font-size:12px!important;padding:7px 10px!important;}
  .hero-showcase{width:100%!important;max-width:520px!important;margin:0 auto!important;}
  .showcase-frame{border-radius:22px!important;}
  .showcase-strip{justify-content:center!important;gap:8px!important;}
  .showcase-strip img{width:31%!important;min-width:0!important;}
  .floating-book-card{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(92%,330px)!important;text-align:center!important;}
  .intro-split,.event-highlight,.two-col,.content-section{gap:24px!important;padding-top:52px!important;padding-bottom:52px!important;}
  .card-grid,.team-grid,.gallery-grid,.video-grid,.footer-grid,.home-video-grid,.shop-video-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .shop-card,.venue-card,.form-box{border-radius:22px!important;}
  .shop-card h3,.venue-card h3{font-size:21px!important;}
  .gallery-grid img,.event-gallery img,.venue-card img{height:auto!important;max-height:330px!important;object-fit:cover!important;}
  .mini-stats{grid-template-columns:1fr!important;text-align:center!important;}
  .seo-keyword-section{text-align:center!important;}
  .keyword-cloud{justify-content:center!important;}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1180px)!important;}
  .site-header{width:calc(100vw - 18px)!important;border-radius:18px!important;}
  .hero,.hero-redesign{margin-top:12px!important;padding-top:18px!important;}
  .hero-redesign-grid{padding-top:22px!important;gap:18px!important;}
  .hero-panel{padding:18px 12px!important;}
  .hero-logo-mark{width:72px!important;height:72px!important;}
  .hero-buttons{flex-direction:column!important;align-items:stretch!important;}
  .hero-buttons .btn{width:100%!important;}
  .page-hero{margin-top:12px!important;padding-top:60px!important;text-align:center!important;}
  .page-hero h1{font-size:32px!important;line-height:1.12!important;}
  h2{font-size:28px!important;line-height:1.18!important;text-align:center!important;}
  .section-lead{text-align:center!important;}
  .keyword-cloud a{font-size:13px!important;padding:8px 10px!important;}
  .sticky-actions{bottom:8px!important;}
  .footer{padding-bottom:76px!important;}
}


/* ===== FINAL MOBILE GAP + CLICK FIX POLISH ===== */
@media(max-width:900px){
  .site-header{margin-bottom:10px!important;}
  .hero,.hero-redesign,.page-hero{margin-top:10px!important;}
  .hero-content,.hero-panel{padding-top:18px!important;}
  .nav{top:calc(100% + 10px)!important;z-index:9999!important;}
  .nav a,.dropdown>a{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
  .drop-menu{z-index:10000!important;}
}
@media(max-width:560px){
  .site-header{margin-bottom:8px!important;}
  .hero,.hero-redesign,.page-hero{margin-top:8px!important;}
  .hero-content,.hero-panel{padding-top:14px!important;}
  .page-hero{padding-top:78px!important;}
  .hero{min-height:590px!important;}
}
.shop-card a,.venue-card a{position:relative!important;z-index:5!important;pointer-events:auto!important;}
.shop-card,.venue-card{position:relative!important;}

/* ===== FINAL V23 MOBILE HEADER GAP + CENTERED TOGGLE ===== */
@media(max-width:900px){
  /* Real visible white space between the rounded mobile header and the hero/page hero */
  .site-header{
    margin-top:14px!important;
    margin-bottom:0!important;
  }
  .site-header + main{
    padding-top:26px!important;
  }
  .hero,
  .hero-redesign,
  .page-hero{
    margin-top:0!important;
  }
  /* Keep dropdown menu below the header with the same comfortable gap */
  .nav{
    top:calc(100% + 14px)!important;
  }
  /* Perfectly center hamburger icon inside orange button */
  .menu-toggle{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    font-size:0!important;
    padding:0!important;
  }
  .menu-toggle:before{
    content:"☰"!important;
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    line-height:1!important;
    font-size:26px!important;
    font-weight:1000!important;
    transform:translateY(-1px)!important;
  }
}
@media(max-width:560px){
  .site-header{
    margin-top:12px!important;
    margin-bottom:0!important;
  }
  .site-header + main{
    padding-top:30px!important;
  }
  .page-hero{
    padding-top:64px!important;
  }
  .menu-toggle:before{
    font-size:25px!important;
  }
}
@media(max-width:380px){
  .site-header + main{
    padding-top:24px!important;
  }
}

/* ===== FINAL V24: mobile footer icons one row + shop mobile white-screen fix ===== */
@media(max-width:900px){
  .footer .quick-icons,
  .socials.quick-icons{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:none!important;
    overflow:visible!important;
    margin:12px auto 8px!important;
  }
  .footer .quick-icons a,
  .socials.quick-icons a{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0!important;
    font-size:19px!important;
    line-height:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .footer-grid>div:last-child{text-align:center!important;}

  /* Some mobile browsers keep the reveal animation at opacity:0 when iframe/Drive content loads late. Keep shop pages visible. */
  main, section, .page-hero, .content-section, .shop-videos-simple,
  .shop-video-grid, .embed-card, .video-tile, .shop-empty-card,
  .shop-logo-big, .reveal, .reveal-hover{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .shop-videos-simple{display:block!important;background:linear-gradient(135deg,#fffaf0 0%,#f2fbff 100%)!important;}
  .shop-video-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;}
  .embed-card{display:block!important;background:#fffaf0!important;min-height:120px!important;}
  .embed-frame{display:block!important;background:linear-gradient(135deg,#062034,#0b5572)!important;min-height:0!important;}
  .embed-frame iframe{display:block!important;width:100%!important;min-height:360px!important;background:#062034!important;}
  .mobile-video-open{display:flex!important;align-items:center!important;justify-content:center!important;margin:12px auto 0!important;padding:12px 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#c69a3c,#ffd76a)!important;color:#071421!important;font-weight:900!important;text-align:center!important;box-shadow:0 14px 28px rgba(198,154,60,.24)!important;}
}
@media(max-width:390px){
  .footer .quick-icons,
  .socials.quick-icons{gap:6px!important;}
  .footer .quick-icons a,
  .socials.quick-icons a{
    flex-basis:38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    font-size:17px!important;
  }
  .embed-frame iframe{min-height:330px!important;}
}
@media(min-width:901px){.mobile-video-open{display:none!important;}}

/* ===== V25 FINAL MOBILE RESPONSIVE FIX: hero gap + submenu alignment ===== */
@media (max-width:900px){
  /* Header should stay inside the mobile screen and not sit on top of hero */
  .site-header{
    position:sticky!important;
    top:8px!important;
    left:auto!important;
    right:auto!important;
    width:calc(100vw - 20px)!important;
    max-width:520px!important;
    min-height:76px!important;
    margin:10px auto 0!important;
    padding:8px 12px!important;
    border-radius:22px!important;
    overflow:visible!important;
  }

  .brand{
    flex:1 1 auto!important;
    min-width:0!important;
    gap:8px!important;
  }

  .brand img{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
  }

  .brand span{
    font-size:15px!important;
    line-height:1.1!important;
    letter-spacing:.4px!important;
    white-space:nowrap!important;
  }

  .menu-toggle{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    border-radius:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1!important;
  }

  .menu-toggle:before{
    content:"☰"!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    font-size:27px!important;
    line-height:1!important;
    transform:none!important;
  }

  /* Force real gap after sticky header even when main is not the direct sibling */
  .site-header + main,
  .site-header ~ main{
    padding-top:34px!important;
  }

  .hero,
  .hero-redesign{
    padding-top:0!important;
    margin-top:0!important;
    overflow:hidden!important;
  }

  .hero-redesign-grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    padding-top:10px!important;
  }

  .hero-showcase{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    min-height:auto!important;
    overflow:visible!important;
  }

  .showcase-frame{
    width:100%!important;
    height:300px!important;
    max-height:300px!important;
    margin:0 auto!important;
    border-radius:24px!important;
    border-width:8px!important;
    border-bottom-width:34px!important;
    transform:none!important;
  }

  .showcase-frame .hero-slide{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }

  .showcase-strip{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    margin-top:14px!important;
  }

  .showcase-strip img{
    width:30%!important;
    height:74px!important;
    border-radius:18px!important;
    object-fit:cover!important;
    transform:none!important;
  }

  .floating-book-card{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    margin:16px auto 0!important;
    width:min(100%,330px)!important;
  }

  /* Mobile menu position */
  .nav{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:calc(100% + 12px)!important;
    transform:translateX(-50%)!important;
    width:calc(100vw - 20px)!important;
    max-width:520px!important;
    max-height:calc(100vh - 120px)!important;
    overflow-y:auto!important;
    padding:14px!important;
    border-radius:22px!important;
  }

  .nav>a,
  .dropdown>a{
    justify-content:space-between!important;
    text-align:left!important;
  }

  /* IMPORTANT: submenu text should start from left, not move to right */
  .drop-menu{
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    margin:8px 0 0!important;
    padding:8px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.08)!important;
    box-shadow:none!important;
  }

  .drop-menu a,
  .nav .drop-menu a{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    gap:10px!important;
    width:100%!important;
    min-height:46px!important;
    padding:11px 13px!important;
    color:#fff!important;
    white-space:normal!important;
  }

  .drop-menu a:before,
  .nav .drop-menu a:before{
    content:"›"!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    margin:0!important;
    color:#ffd76a!important;
    font-size:20px!important;
    line-height:1!important;
  }
}

@media (max-width:420px){
  .site-header{
    width:calc(100vw - 14px)!important;
    min-height:72px!important;
    padding:7px 10px!important;
  }

  .brand img{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }

  .brand span{
    font-size:14px!important;
    letter-spacing:.2px!important;
  }

  .menu-toggle{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }

  .site-header + main,
  .site-header ~ main{
    padding-top:38px!important;
  }

  .hero-showcase{
    max-width:330px!important;
  }

  .showcase-frame{
    height:285px!important;
    border-radius:22px!important;
  }

  .showcase-strip img{
    height:66px!important;
  }
}

@media (max-width:330px){
  .brand span{
    font-size:13px!important;
  }

  .hero-showcase{
    max-width:300px!important;
  }

  .showcase-frame{
    height:265px!important;
  }
}
/* ===== FINAL MOBILE: keep Call WhatsApp Book in same row ===== */
@media (max-width:560px){
  .sticky-actions{
    left:12px!important;
    right:12px!important;
    bottom:10px!important;
    width:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    gap:7px!important;
    padding:8px!important;
    border-radius:24px!important;
  }

  .sticky-actions a,
  .sticky-actions .whatsapp{
    grid-column:auto!important;
    min-width:0!important;
    width:100%!important;
    height:44px!important;
    padding:0 6px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:18px!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .sticky-actions .whatsapp{
    background:#ffffff!important;
    color:#11995a!important;
    border:2px solid rgba(37,211,102,.35)!important;
  }

  .sticky-actions .whatsapp::before{
    width:7px!important;
    height:7px!important;
    margin-right:5px!important;
    flex:0 0 7px!important;
  }
}

@media (max-width:360px){
  .sticky-actions{
    gap:5px!important;
    padding:7px!important;
  }

  .sticky-actions a,
  .sticky-actions .whatsapp{
    height:40px!important;
    font-size:12px!important;
    border-radius:16px!important;
  }

  .sticky-actions .whatsapp::before{
    width:6px!important;
    height:6px!important;
    margin-right:4px!important;
  }
}
