:root{--bg-navy:#0F172A;--bg-navy-dark:#070C18;--bg-navy-light:#1E293B;--accent-gold:#FFC94A;--text-muted:#94A3B8;--text-heading:#F8FAFC;--text-dark:#0F172A;--card-glass-bg:rgba(255,255,255,0.05);--dock-glass-bg:rgba(245,247,252,0.42);--glass-blur:blur(40px) saturate(220%);--border-subtle:rgba(255,255,255,0.14);--border-hover:rgba(255,255,255,0.32);--border-gold-subtle:rgba(255,201,74,0.35);--ease-motion:cubic-bezier(0.25,1,0.5,1);--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--font-serif:'Playfair Display',Georgia,serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);background-color:var(--bg-navy);color:var(--text-heading);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;position:relative;overflow-x:hidden;background:radial-gradient(circle at 50% -20%,#1E293B 0%,#0F172A 60%,#070C18 100%);opacity:1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}.phone-number,.nowrap{white-space:nowrap !important;font-variant-numeric:tabular-nums;display:inline-block}.page-view{display:none;opacity:0;transform:scale(0.985) translateY(6px);transition:opacity 0.26s var(--ease-motion),transform 0.26s var(--ease-motion);will-change:opacity,transform}.page-view.active-view{display:block;opacity:1;transform:scale(1) translateY(0)}.ambient-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(140px);opacity:0.18;will-change:transform;transform:translateZ(0);animation:floatOrb 28s infinite alternate var(--ease-motion)}.orb-1{top:-10%;left:20%;width:45vw;height:45vw;background:radial-gradient(circle,rgba(255,201,74,0.25) 0%,rgba(15,23,42,0) 70%)}.orb-2{bottom:-15%;right:-5%;width:55vw;height:55vw;background:radial-gradient(circle,rgba(30,41,59,0.8) 0%,rgba(255,201,74,0.15) 100%);animation-delay:-10s}@keyframes floatOrb{0%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-40px) scale(1.05)}100%{transform:translate(-20px,20px) scale(0.95)}}.container{width:90%;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.dock-header{position:fixed;top:1.25rem;left:0;width:100%;z-index:1000;display:flex;justify-content:center;pointer-events:none}.dock-container{pointer-events:auto;background:rgba(11,18,32,0.76);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,255,255,0.16);border-radius:9999px;padding:0.35rem 0.9rem;display:flex;align-items:center;gap:0.9rem;box-shadow:0 16px 36px -6px rgba(0,0,0,0.5),inset 0 1px 0 rgba(255,255,255,0.18);height:52px;transition:border-color 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.dock-brand{display:flex;align-items:center;gap:0.75rem;padding-right:0.85rem;border-right:1px solid rgba(255,255,255,0.12)}.dock-logo-img{height:32px;width:auto;object-fit:contain}.dock-nav{display:flex;align-items:center;gap:0.25rem;position:relative}.dock-active-pill{position:absolute;top:0;left:0;height:100%;background:#FFC94A;border-radius:9999px;box-shadow:0 2px 12px rgba(255,201,74,0.35);transition:transform 0.28s cubic-bezier(0.25,1,0.5,1),width 0.28s cubic-bezier(0.25,1,0.5,1),opacity 0.2s ease;pointer-events:none;opacity:0;z-index:1}.dock-item{padding:0.42rem 1rem;font-size:0.85rem;font-weight:500;color:rgba(248,250,252,0.85);border-radius:9999px;transition:color 0.2s ease,opacity 0.2s ease;cursor:pointer;white-space:nowrap;position:relative;z-index:2;text-decoration:none;background:transparent;border:none;display:inline-flex;align-items:center;gap:0.35rem;line-height:1.2}.dock-item:not(.active):hover{color:#FFC94A}.dock-item.active{color:#070C18 !important;font-weight:700}.dock-item.active:hover{color:#070C18 !important;opacity:1 !important}.dock-dropdown-wrapper{position:relative;display:flex;align-items:center;z-index:2}.dock-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);background:rgba(11,18,32,0.94);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,201,74,0.3);border-radius:14px;padding:0.4rem;min-width:185px;box-shadow:0 16px 36px -6px rgba(0,0,0,0.6);opacity:0;pointer-events:none;transition:opacity 0.18s ease,transform 0.18s cubic-bezier(0.25,1,0.5,1);z-index:1100}.dock-dropdown-menu::before{content:'';position:absolute;top:-15px;left:0;width:100%;height:15px}.dock-dropdown-wrapper:hover .dock-dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.dock-dropdown-item{display:block;padding:0.6rem 1rem;font-size:0.85rem;color:rgba(248,250,252,0.85);border-radius:9px;transition:background 0.2s ease,color 0.2s ease;font-weight:500;text-decoration:none;white-space:nowrap}.dock-dropdown-item:not(.active):hover{background:rgba(255,201,74,0.14);color:#FFC94A}.dock-dropdown-item:active,.dock-dropdown-item.active{background:#FFC94A;color:#070C18;font-weight:700}.dock-cta{display:flex;align-items:center;padding-left:0.85rem;border-left:1px solid rgba(255,255,255,0.12)}.dock-cta .btn-gold{padding:0.42rem 1.15rem;font-size:0.8rem;white-space:nowrap}.glass-card{background:var(--card-glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-subtle);border-radius:20px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.15);transition:border-color 0.25s ease,box-shadow 0.25s ease,background 0.25s ease}.glass-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.35) 50%,transparent 100%);opacity:0.6}.glass-card:hover{background:rgba(255,255,255,0.08);border-color:var(--border-hover);box-shadow:0 16px 40px -12px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.25)}.btn-glass{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:rgba(255,255,255,0.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);color:var(--text-heading);padding:0.7rem 1.5rem;border-radius:9999px;font-size:0.875rem;font-weight:600;letter-spacing:0.01em;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease,color 0.2s ease;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)}.btn-glass:not(.active):hover{background:rgba(255,255,255,0.16);border-color:var(--border-hover);color:#FFFFFF}.btn-glass:active,.btn-glass.active{background:#FFC94A;color:#0F172A;border-color:#FFC94A;font-weight:700}.btn-glass.active:hover{background:#FFC94A !important;color:#0F172A !important;border-color:#FFC94A !important}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:#FFC94A;color:#0F172A;border:1px solid #FFC94A;padding:0.7rem 1.5rem;border-radius:9999px;font-size:0.875rem;font-weight:700;letter-spacing:0.01em;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease,opacity 0.2s ease;text-decoration:none;box-shadow:0 4px 14px -2px rgba(0,0,0,0.18)}.btn-gold:not(.active):hover{background:#F5B82E;border-color:#F5B82E;color:#0F172A}.btn-gold:active,.btn-gold.active{background:#FFC94A;color:#0F172A;border-color:#FFC94A}.btn-gold.active:hover{background:#FFC94A !important;color:#0F172A !important;border-color:#FFC94A !important}.hub-tab{padding:0.55rem 1.35rem;border-radius:9999px;background:rgba(255,255,255,0.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);color:var(--text-heading);font-size:0.85rem;font-weight:600;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease,color 0.2s ease}.hub-tab:not(.active):hover{background:rgba(255,255,255,0.12);border-color:var(--border-hover)}.hub-tab:active,.hub-tab.active{background:#FFC94A;color:#0F172A;border-color:#FFC94A;font-weight:700}.hub-tab.active:hover{background:#FFC94A !important;color:#0F172A !important;border-color:#FFC94A !important}.section{padding:7rem 0 3.5rem 0;position:relative}.section-header{text-align:center;max-width:780px;margin:0 auto 3.5rem auto}.badge-pill{display:inline-flex;align-items:center;gap:0.4rem;padding:0.32rem 0.95rem;border-radius:9999px;background:rgba(255,201,74,0.12);backdrop-filter:blur(12px);border:1px solid var(--border-gold-subtle);color:var(--accent-gold);font-size:0.775rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:1.1rem}.section-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15;color:var(--text-heading);letter-spacing:-0.02em;margin-bottom:1.1rem}.section-title span{color:var(--accent-gold)}.section-subtitle{font-size:1.08rem;color:var(--text-muted);font-weight:400;line-height:1.7}.hero{min-height:86vh;display:flex;align-items:center;padding-top:7.5rem;position:relative}.hero-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:3.5rem;align-items:center}.hero-headline{font-size:clamp(2.4rem,5.2vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;margin-bottom:1.4rem}.hero-headline .accent{color:var(--accent-gold);font-family:var(--font-serif);font-style:italic;font-weight:600}.hero-description{font-size:1.12rem;color:var(--text-muted);max-width:620px;margin-bottom:2.2rem;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem;padding-top:1.8rem;border-top:1px solid var(--border-subtle)}.stat-item .stat-num{font-size:2rem;font-weight:800;color:var(--accent-gold);line-height:1}.stat-item .stat-label{font-size:0.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-top:0.35rem}.hero-card-main{position:relative;z-index:2;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px -10px rgba(0,0,0,0.4)}.hero-card-img{width:100%;height:460px;object-fit:cover;border-radius:24px;display:block;filter:brightness(0.92) contrast(1.05)}.hero-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(7,12,24,0.95) 0%,rgba(7,12,24,0.6) 60%,transparent 100%);display:flex;justify-content:space-between;align-items:flex-end;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.tour-hero-banner{position:relative;width:100%;min-height:480px;padding-top:8.5rem;padding-bottom:3.5rem;overflow:hidden;display:flex;align-items:flex-end}.tour-hero-banner-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,1) 45%,rgba(0,0,0,0.8) 75%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,1) 45%,rgba(0,0,0,0.8) 75%,transparent 100%);filter:brightness(0.75) contrast(1.05)}.tour-hero-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--bg-navy-dark) 0%,rgba(15,23,42,0.4) 30%,rgba(15,23,42,0.75) 70%,var(--bg-navy) 100%);z-index:1;pointer-events:none}.tour-hero-banner-content{position:relative;z-index:2}.hero-card-meta h4{font-size:1.25rem;font-weight:700;margin-bottom:0.2rem}.hero-card-meta p{color:var(--accent-gold);font-size:0.875rem;font-weight:600}.bento-grid-4{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.bento-col-8{grid-column:span 8}.bento-col-4{grid-column:span 4}.bento-col-6{grid-column:span 6}.bento-col-12{grid-column:span 12}.bento-icon{width:46px;height:46px;border-radius:12px;background:rgba(255,201,74,0.12);backdrop-filter:blur(12px);border:1px solid var(--border-gold-subtle);display:flex;align-items:center;justify-content:center;color:var(--accent-gold);margin-bottom:1.25rem}.bento-title{font-size:1.35rem;font-weight:700;margin-bottom:0.65rem;color:var(--text-heading)}.bento-desc{color:var(--text-muted);font-size:0.94rem;line-height:1.65;margin-bottom:1.35rem}.tour-card-img-wrapper{position:relative;height:220px;border-radius:14px;overflow:hidden;margin-bottom:1.25rem}.tour-card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s var(--ease-motion)}.tour-bento-card:hover .tour-card-img-wrapper img{transform:scale(1.03)}.tour-tag{position:absolute;top:0.85rem;left:0.85rem;background:rgba(7,12,24,0.82);backdrop-filter:blur(10px);border:1px solid var(--border-subtle);color:var(--accent-gold);padding:0.28rem 0.75rem;border-radius:9999px;font-size:0.725rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;z-index:2}.tour-meta-row{display:flex;align-items:center;justify-content:space-between;padding-top:1.1rem;border-top:1px solid var(--border-subtle);margin-top:1.1rem}.tour-price{display:flex;flex-direction:column}.tour-price-label{font-size:0.725rem;color:var(--text-muted);text-transform:uppercase}.tour-price-val{font-size:1.25rem;font-weight:800;color:var(--accent-gold)}.reveal-scroll{opacity:0;transform:translateY(16px);transition:opacity 0.4s var(--ease-motion),transform 0.4s var(--ease-motion);will-change:opacity,transform}.reveal-scroll.revealed{opacity:1;transform:translateY(0)}.accordion-group{display:flex;flex-direction:column;gap:1rem}.accordion-item{background:var(--card-glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;transition:border-color 0.2s ease,background 0.2s ease}.accordion-item.open{border-color:var(--border-hover);background:rgba(255,255,255,0.09)}.accordion-header{width:100%;padding:1.35rem 1.6rem;background:transparent;border:none;color:var(--text-heading);display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.accordion-title-group{display:flex;align-items:center;gap:1.1rem}.day-badge{background:#FFC94A;color:#0F172A;font-weight:800;font-size:0.775rem;padding:0.32rem 0.8rem;border-radius:6px;letter-spacing:0.04em;white-space:nowrap}.accordion-title{font-size:1.1rem;font-weight:700;color:var(--text-heading)}.accordion-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;transition:transform 0.28s var(--ease-motion),background 0.2s ease;color:var(--accent-gold)}.accordion-item.open .accordion-icon{transform:rotate(180deg);background:#FFC94A;color:#0F172A}.accordion-body{max-height:0;overflow:hidden;transition:max-height 0.32s var(--ease-motion),padding 0.32s var(--ease-motion);padding:0 1.6rem}.accordion-item.open .accordion-body{max-height:3000px;padding:0 1.6rem 1.6rem 1.6rem;border-top:1px solid var(--border-subtle)}.accordion-content-text{color:var(--text-muted);font-size:0.95rem;line-height:1.72;padding-top:1.1rem}.accordion-tags{display:flex;gap:0.5rem;margin-top:1.1rem;flex-wrap:wrap}.tag-pill{font-size:0.75rem;background:rgba(255,255,255,0.07);border:1px solid var(--border-subtle);padding:0.25rem 0.7rem;border-radius:9999px;color:var(--text-heading);font-weight:500}.booking-widget{position:sticky;top:6.5rem}.booking-price-header{margin-bottom:1.35rem;padding-bottom:1.35rem;border-bottom:1px solid var(--border-subtle)}.booking-price-amount{font-size:2.2rem;font-weight:800;color:var(--accent-gold)}.booking-form-group{margin-bottom:1.15rem}.booking-label{display:block;font-size:0.775rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:var(--text-muted);margin-bottom:0.35rem}.booking-input,.booking-select{width:100%;padding:0.8rem 1.05rem;background:rgba(7,12,24,0.85);border:1px solid var(--border-subtle);border-radius:12px;color:var(--text-heading);font-size:0.925rem;outline:none;transition:border-color 0.2s ease}.booking-input:focus,.booking-select:focus{border-color:var(--accent-gold)}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(7,12,24,0.85);backdrop-filter:blur(20px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.22s var(--ease-motion)}.modal-backdrop.active{opacity:1;pointer-events:auto}.modal-glass-card{width:90%;max-width:500px;background:rgba(15,23,42,0.95);backdrop-filter:var(--glass-blur);border:1px solid var(--border-hover);border-radius:24px;padding:2.2rem;box-shadow:0 20px 50px -10px rgba(0,0,0,0.5);transform:scale(0.97);transition:transform 0.22s var(--ease-motion);position:relative}.modal-backdrop.active .modal-glass-card{transform:scale(1)}.modal-close-btn{position:absolute;top:1.1rem;right:1.1rem;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.08);border:1px solid var(--border-subtle);color:var(--text-heading);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:background 0.2s ease}.modal-close-btn:hover{background:#FFC94A;color:#0F172A}.footer{padding:5.5rem 0 3rem 0;position:relative;z-index:1}.footer-glass{background:var(--card-glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-subtle);border-radius:28px;padding:3.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.6fr;gap:3rem;margin-bottom:3rem}.footer-brand-logo{height:clamp(60px,8vw,84px);width:auto;object-fit:contain;margin-bottom:1.25rem;filter:drop-shadow(0 4px 16px rgba(0,0,0,0.5));transition:transform 0.25s ease;display:block}.footer-brand-logo:hover{transform:scale(1.04)}.footer-brand p{color:var(--text-muted);font-size:0.9rem;line-height:1.65;max-width:340px}.footer-col-title{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--accent-gold);margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:0.75rem}.footer-links a{color:var(--text-muted);font-size:0.875rem;transition:color 0.2s ease}.footer-links a:hover{color:var(--accent-gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.8rem;border-top:1px solid var(--border-subtle);color:var(--text-muted);font-size:0.825rem;flex-wrap:wrap;gap:1rem}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.2rem}}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:3rem}.bento-col-8,.bento-col-4,.bento-col-6{grid-column:span 12}}@media (max-width:768px){.dock-header{top:0.75rem}.dock-container{padding:0.35rem 0.75rem;gap:0.5rem;height:48px}.dock-item{padding:0.35rem 0.65rem;font-size:0.78rem}.section{padding:5rem 0 2rem 0}.footer-grid{grid-template-columns:1fr}.footer-glass{padding:2rem}.hero-stats{grid-template-columns:repeat(2,1fr)}}.magic-marquee{width:100%;overflow:hidden;display:flex;user-select:none;gap:2rem;padding:1.25rem 0;position:relative;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 88%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 88%,transparent 100%)}.magic-marquee-track{display:flex;gap:1.5rem;animation:marqueeTrack 32s linear infinite;white-space:nowrap;will-change:transform;align-items:center;flex-shrink:0}.magic-marquee-track:hover{animation-play-state:paused}@keyframes marqueeTrack{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.magic-marquee-item{display:inline-flex;align-items:center;gap:0.6rem;padding:0.65rem 1.4rem;border-radius:9999px;background:rgba(255,255,255,0.05);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.14);font-size:0.875rem;font-weight:600;color:var(--text-heading);box-shadow:0 4px 15px rgba(0,0,0,0.2);transition:border-color 0.2s ease,background 0.2s ease,transform 0.2s ease;white-space:nowrap}.magic-marquee-item:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,201,74,0.5);color:var(--accent-gold);transform:translateY(-2px)}.pricing-tiers-box{transition:border-color 0.2s ease,box-shadow 0.2s ease}.pricing-tiers-box:hover{border-color:rgba(255,201,74,0.25) !important;box-shadow:0 4px 20px rgba(0,0,0,0.25)}.pricing-tiers-box{margin-top:1.35rem;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:1.2rem;word-break:break-word;overflow-wrap:anywhere;transition:border-color 0.2s ease,box-shadow 0.2s ease}.pricing-tiers-box:hover{border-color:rgba(255,201,74,0.3) !important;box-shadow:0 6px 22px rgba(0,0,0,0.3)}.pricing-tiers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.85rem;padding-bottom:0.6rem;border-bottom:1px solid rgba(255,255,255,0.08);gap:0.5rem;flex-wrap:wrap}.pricing-tiers-title{font-size:0.85rem;font-weight:700;color:var(--accent-gold);text-transform:uppercase;letter-spacing:0.05em}.pricing-tiers-badge{font-size:0.75rem;color:var(--text-muted)}.pricing-tier-row{display:flex;justify-content:space-between;align-items:flex-start;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.05);font-size:0.85rem;gap:0.75rem;flex-wrap:wrap}.pricing-tier-row:last-of-type{border-bottom:none}.pricing-tier-label{color:var(--text-muted);flex:1 1 55%;min-width:140px;line-height:1.45}.pricing-tier-value{color:#FFFFFF;font-weight:700;text-align:right;flex:0 0 auto;white-space:normal;letter-spacing:0.01em}.pricing-tiers-note{margin-top:0.85rem;padding-top:0.65rem;border-top:1px solid rgba(255,255,255,0.06);font-size:0.78rem;color:var(--text-muted);line-height:1.55}.booking-price-sub{display:block;font-size:0.825rem;color:var(--accent-gold);margin-top:0.35rem;line-height:1.35}.booking-price-label{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;font-weight:600;display:block}.tour-meta-row{display:flex;align-items:center;justify-content:space-between;gap:0.85rem;flex-wrap:wrap;padding-top:1.1rem;border-top:1px solid var(--border-subtle);margin-top:1.1rem}.tour-price{min-width:0;flex:1 1 160px}.tour-price-val{font-size:1.35rem;font-weight:800;color:var(--accent-gold);line-height:1.15;word-break:break-word}.tour-price-detail{font-size:0.78rem;color:var(--text-muted);display:block;margin-top:0.25rem;line-height:1.35;word-break:break-word}.inclusions-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hub-filter-bar{display:flex;align-items:center;justify-content:center;gap:0.65rem;flex-wrap:wrap;margin-bottom:3.5rem}.pwg-pull-refresh{position:fixed;top:-100px;left:50%;transform:translateX(-50%) translate3d(0,0,0);z-index:9999;pointer-events:none;transition:top 0.35s cubic-bezier(0.16,1,0.3,1),opacity 0.3s ease;opacity:0;will-change:transform,top,opacity}.pwg-pull-refresh.visible{opacity:1}.pwg-pull-refresh.refreshing{top:18px;opacity:1}.pwg-refresh-glass{display:inline-flex;align-items:center;gap:0.75rem;padding:0.55rem 1.35rem 0.55rem 0.85rem;background:rgba(7,12,24,0.82);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,201,74,0.4);border-radius:9999px;box-shadow:0 14px 38px -6px rgba(0,0,0,0.65),0 0 24px rgba(255,201,74,0.25);position:relative}.pwg-refresh-logo{width:28px;height:28px;object-fit:contain;opacity:0.85;filter:drop-shadow(0 0 8px rgba(255,201,74,0.6));transition:transform 0.2s ease}.pwg-pull-refresh.refreshing .pwg-refresh-logo{will-change:transform,opacity;animation:pwgPulse 1.1s ease-in-out infinite alternate}.pwg-refresh-spinner{position:absolute;left:9px;width:36px;height:36px;border:2px solid transparent;border-top-color:#FFC94A;border-right-color:rgba(255,201,74,0.35);border-radius:50%;opacity:0;pointer-events:none;will-change:transform;transform:translateZ(0)}.pwg-pull-refresh.refreshing .pwg-refresh-spinner{opacity:1;animation:pwgSpin 0.75s linear infinite}.pwg-refresh-label{font-size:0.8rem;font-weight:700;color:#FFC94A;letter-spacing:0.03em;white-space:nowrap}@keyframes pwgSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pwgPulse{0%{transform:scale3d(0.92,0.92,1);opacity:0.7}100%{transform:scale3d(1.08,1.08,1);opacity:1}}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.bento-col-8,.bento-col-4,.bento-col-6,.bento-col-12,.bento-grid-4>div{grid-column:span 12 !important}.booking-widget{position:static !important;margin-top:2rem}}@media (max-width:768px){.dock-header{top:0.6rem;padding:0 0.5rem}.dock-container{max-width:calc(100vw - 1rem);height:46px;padding:0.25rem 0.65rem;gap:0.35rem;justify-content:space-between}.dock-brand{padding-right:0.5rem;gap:0.4rem}.dock-logo-img{height:26px}.dock-item{padding:0.35rem 0.55rem;font-size:0.76rem;letter-spacing:-0.01em;min-height:44px;display:inline-flex;align-items:center}.dock-cta{display:flex;align-items:center;padding-left:0.45rem}.dock-cta .btn-gold{padding:0.38rem 0.75rem;font-size:0.74rem;white-space:nowrap}.section{padding:4.5rem 0 2rem 0}.hub-filter-bar{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.6rem;margin-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none}.hub-filter-bar::-webkit-scrollbar{display:none}.hub-tab{flex-shrink:0;white-space:nowrap;padding:0.5rem 1.15rem;font-size:0.8rem}.tour-hero-banner{min-height:360px;padding-top:6rem;padding-bottom:2.2rem}.tour-hero-banner .section-title{font-size:clamp(1.8rem,6.5vw,2.7rem) !important}.tour-hero-banner .section-subtitle{font-size:0.96rem !important}.accordion-header{padding:1.1rem 1.25rem}.accordion-title{font-size:0.96rem}.day-badge{font-size:0.7rem;padding:0.25rem 0.55rem}.accordion-body{padding:0 1.25rem}.accordion-item.open .accordion-body{padding:0 1.25rem 1.25rem 1.25rem}.inclusions-grid{grid-template-columns:1fr;gap:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.2rem}.footer-glass{padding:2rem 1.25rem}.modal-glass-card{width:calc(100vw - 1.5rem);max-width:480px;padding:1.75rem 1.25rem}.booking-input{font-size:16px !important}}@media (max-width:480px){.hero-headline{font-size:clamp(1.9rem,8.5vw,2.8rem)}.hero-actions .btn-gold,.hero-actions .btn-glass{width:100%;text-align:center}.hero-stats{grid-template-columns:1fr;gap:1.2rem}.tour-meta-row .btn-gold{width:100%;text-align:center;padding:0.65rem 1.1rem}}@media (max-width:1024px){.tour-itinerary-grid{display:flex !important;flex-direction:column !important}.tour-itinerary-grid>.itinerary-booking-col{order:-1 !important;margin-bottom:2rem !important;width:100% !important}.tour-itinerary-grid>.bento-col-8{order:2 !important;width:100% !important}}.tour-pricing-full-card{width:100% !important;background:var(--card-glass-bg);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid var(--border-subtle);border-radius:24px;padding:2.25rem;margin-bottom:2.5rem;box-shadow:0 16px 40px -8px rgba(0,0,0,0.45)}.tour-itinerary-full-card{width:100%;margin-bottom:2.5rem}.tour-details-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(320px,0.88fr);gap:2rem;align-items:start;margin-bottom:2.5rem}.tour-itinerary-main-col{min-width:0;width:100%}.tour-itinerary-card-box{background:var(--card-glass-bg);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid var(--border-subtle);border-radius:24px;padding:2.25rem;margin-bottom:2rem;box-shadow:0 16px 40px -8px rgba(0,0,0,0.4)}.tour-sidebar-col{min-width:0;width:100%}.tour-sticky-sidebar{position:-webkit-sticky;position:sticky;top:96px;background:var(--card-glass-bg);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid var(--border-subtle);border-radius:24px;padding:2rem;box-shadow:0 16px 40px -8px rgba(0,0,0,0.45)}.sidebar-price-box{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:1.1rem 1.25rem;margin:1rem 0}@media (max-width:1024px){.tour-details-grid{display:flex !important;flex-direction:column !important;gap:2rem !important}.tour-sticky-sidebar{position:static !important}}.tour-inclusions-full-card{width:100% !important;background:var(--card-glass-bg);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid var(--border-subtle);border-radius:24px;padding:2.25rem;margin-bottom:2.5rem;box-shadow:0 16px 40px -8px rgba(0,0,0,0.45)}.pricing-table-responsive-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.25rem 0;border-radius:14px}.pricing-table-responsive{width:100%;min-width:480px;border-collapse:separate;border-spacing:0;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,0.12);background:rgba(11,18,32,0.55)}.pricing-table-responsive th,.pricing-table-responsive td{padding:0.95rem 1.35rem;text-align:left;border-bottom:1px solid rgba(255,255,255,0.08);font-size:0.95rem;vertical-align:middle}.pricing-table-responsive th{background:rgba(255,255,255,0.07);color:var(--accent-gold);font-weight:700;text-transform:uppercase;font-size:0.8rem;letter-spacing:0.06em}.pricing-table-responsive tr:last-child td{border-bottom:none}.pricing-upgrades-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:0.85rem;margin-top:1rem}.pricing-upgrade-pill{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.09);border-radius:12px;padding:0.75rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:0.75rem;font-size:0.9rem}.pricing-upgrade-name{color:var(--text-heading);font-weight:500}.pricing-upgrade-val{color:var(--accent-gold);font-weight:700;white-space:nowrap}.inclusions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.feature-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.85rem}.feature-bullets li{position:relative;padding-left:1.85rem;color:rgba(248,250,252,0.9);line-height:1.6;font-size:0.95rem;word-break:break-word}.feature-bullets li::before{content:"✓";position:absolute;left:0;top:0;color:#10B981;font-weight:800;font-size:1.1rem}.feature-bullets-red li::before{content:"✕";color:#F43F5E}.policy-callout-card{margin-top:2rem;padding:1.5rem;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:16px}.policy-callout-card h5{color:var(--accent-gold);font-size:1rem;font-weight:700;margin-bottom:0.75rem;letter-spacing:0.02em}.policy-callout-card p,.policy-callout-card li{color:var(--text-muted);font-size:0.88rem;line-height:1.65}@media (max-width:768px){.tour-pricing-full-card,.tour-inclusions-full-card{padding:1.5rem 1.1rem}.inclusions-grid{grid-template-columns:1fr;gap:1.75rem}}.event-spotlight-card{position:relative;background:radial-gradient(circle at top right,rgba(255,201,74,0.14),transparent 60%),rgba(15,23,42,0.65);border:1px solid rgba(255,201,74,0.35);border-radius:20px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:2.5rem;margin-bottom:3.5rem;box-shadow:0 20px 50px rgba(0,0,0,0.4),0 0 30px rgba(255,201,74,0.08);overflow:hidden}.event-spotlight-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:2.5rem;align-items:center}.event-spotlight-img{width:100%;height:340px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,0.12);box-shadow:0 12px 30px rgba(0,0,0,0.5)}.event-date-pill{position:absolute;top:0.85rem;right:0.85rem;background:rgba(15,23,42,0.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,201,74,0.4);color:var(--accent-gold);padding:0.3rem 0.8rem;border-radius:9999px;font-size:0.76rem;font-weight:700;z-index:2;letter-spacing:0.02em}.event-location-tag{display:inline-flex;align-items:center;gap:0.4rem;color:var(--text-muted);font-size:0.82rem;font-weight:600;margin-bottom:0.5rem}.event-vip-perks{background:rgba(255,255,255,0.03);border:1px dashed rgba(255,201,74,0.25);border-radius:10px;padding:0.75rem 1rem;margin:1rem 0;font-size:0.82rem;color:var(--text-muted);line-height:1.5}.event-vip-perks strong{color:var(--accent-gold)}@media (max-width:900px){.event-spotlight-grid{grid-template-columns:1fr;gap:1.75rem}.event-spotlight-card{padding:1.5rem}.event-spotlight-img{height:220px}}.tour-date-picker-wrap{display:inline-flex;align-items:center;gap:0.65rem;background:rgba(15,23,42,0.65);border:1px solid rgba(255,201,74,0.28);padding:0.55rem 1rem;border-radius:12px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 20px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.08);transition:all 0.25s cubic-bezier(0.16,1,0.3,1);width:fit-content;max-width:100%;cursor:pointer}.tour-date-picker-wrap:hover,.tour-date-picker-wrap:focus-within{border-color:rgba(255,201,74,0.75);background:rgba(15,23,42,0.85);box-shadow:0 6px 24px rgba(255,201,74,0.22),inset 0 1px 0 rgba(255,255,255,0.15)}.tour-date-picker-wrap.sidebar-date-wrap{display:flex;flex-direction:column;align-items:stretch;border-radius:12px;padding:0.85rem 1rem;gap:0.5rem;width:100%;box-sizing:border-box}.tour-date-label{font-size:0.76rem;font-weight:700;color:var(--accent-gold);display:inline-flex;align-items:center;gap:0.45rem;white-space:nowrap;margin:0;text-transform:uppercase;letter-spacing:0.05em;cursor:pointer}.tour-date-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:rgba(255,201,74,0.12);border:1px solid rgba(255,201,74,0.28);color:#FFC94A;flex-shrink:0;transition:all 0.2s ease}.tour-date-picker-wrap:hover .tour-date-icon-badge,.tour-date-picker-wrap:focus-within .tour-date-icon-badge{background:rgba(255,201,74,0.25);border-color:#FFC94A;box-shadow:0 0 10px rgba(255,201,74,0.45)}.tour-start-date-input{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:0.45rem 0.75rem;color:#F8FAFC;font-size:0.88rem;font-weight:600;font-family:inherit;outline:none;cursor:pointer;color-scheme:dark;transition:border-color 0.2s ease,background 0.2s ease;width:135px}.tour-start-date-input:focus{border-color:var(--accent-gold);background:rgba(255,255,255,0.08)}.tour-start-date-input::placeholder{color:rgba(248,250,252,0.45);font-size:0.8rem}.sidebar-date-wrap .tour-start-date-input{background:rgba(15,23,42,0.8);border:1px solid rgba(255,255,255,0.18);border-radius:8px;padding:0.55rem 0.75rem;width:100%;box-sizing:border-box}.btn-gold.is-disabled,.btn-gold[disabled]{opacity:0.42 !important;filter:grayscale(1) !important;cursor:not-allowed !important;pointer-events:auto !important;background:rgba(255,255,255,0.08) !important;border-color:rgba(255,255,255,0.15) !important;color:#94A3B8 !important;box-shadow:none !important;transform:none !important}@keyframes datePickerPulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.03,1.03,1)}100%{transform:scale3d(1,1,1)}}.date-picker-pulse{will-change:transform;animation:datePickerPulse 0.75s ease-in-out 2}.pwg-calendar-popup{position:absolute;z-index:100000;width:295px;background:rgba(11,19,38,0.88);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,201,74,0.35);border-radius:18px;padding:1.15rem;box-shadow:0 20px 50px rgba(0,0,0,0.7),0 0 25px rgba(255,201,74,0.15);color:#F8FAFC;font-family:inherit;user-select:none;opacity:0;pointer-events:none;transform:translateY(-8px) scale(0.96);transition:opacity 0.2s cubic-bezier(0.16,1,0.3,1),transform 0.2s cubic-bezier(0.16,1,0.3,1)}.pwg-calendar-popup.visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.85rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(255,255,255,0.08)}.cal-title{font-size:0.95rem;font-weight:700;color:var(--accent-gold);letter-spacing:0.03em}.cal-nav-btn{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);color:#F8FAFC;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.cal-nav-btn:hover{background:rgba(255,201,74,0.2);border-color:var(--accent-gold);color:var(--accent-gold)}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:0.5rem}.cal-weekday{font-size:0.7rem;font-weight:700;color:rgba(255,201,74,0.7);text-transform:uppercase;letter-spacing:0.05em;padding:0.2rem 0}.cal-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0.3rem}.cal-day{background:transparent;border:none;color:#F8FAFC;font-size:0.82rem;font-weight:600;padding:0.45rem 0;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.15s ease;font-family:inherit}.cal-day:hover:not(:disabled){background:rgba(255,201,74,0.2);color:var(--accent-gold);transform:scale(1.08)}.cal-day-selected{background:#FFC94A !important;color:#070C18 !important;font-weight:800 !important;box-shadow:0 0 14px rgba(255,201,74,0.6) !important}.cal-day-disabled{opacity:0.22;cursor:not-allowed;pointer-events:none}.cal-day-empty{pointer-events:none}.customize-modal-card{max-width:660px !important;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,201,74,0.4) transparent}.customize-modal-card::-webkit-scrollbar{width:6px}.customize-modal-card::-webkit-scrollbar-thumb{background:rgba(255,201,74,0.4);border-radius:4px}.customize-form{display:flex;flex-direction:column;gap:1.15rem}.custom-step{display:flex;flex-direction:column;gap:0.45rem}.custom-step-label{font-size:0.82rem;font-weight:700;color:#F8FAFC;display:flex;align-items:center;gap:0.45rem;text-transform:uppercase;letter-spacing:0.04em;margin:0}.step-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--accent-gold);color:#070C18;border-radius:50%;font-size:0.72rem;font-weight:800}.custom-chips-grid{display:flex;flex-wrap:wrap;gap:0.5rem}.custom-chip{padding:0.45rem 0.95rem;font-size:0.82rem;font-weight:600;color:rgba(248,250,252,0.85);background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.16);border-radius:9999px;cursor:pointer;transition:all 0.2s ease;font-family:inherit}.custom-chip:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,201,74,0.5);color:#FFC94A}.custom-chip.active{background:#FFC94A !important;color:#070C18 !important;font-weight:700 !important;border-color:#FFC94A !important;box-shadow:0 0 12px rgba(255,201,74,0.35)}.custom-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.custom-row-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media (max-width:640px){.custom-row-2col,.custom-row-3col{grid-template-columns:1fr;gap:0.85rem}}.custom-input,.custom-select,.custom-textarea{width:100%;box-sizing:border-box;background:rgba(15,23,42,0.8);border:1px solid rgba(255,255,255,0.18);border-radius:10px;padding:0.65rem 0.9rem;font-size:0.88rem;color:#F8FAFC;font-family:inherit;outline:none;transition:border-color 0.2s ease;color-scheme:dark}.custom-input:focus,.custom-select:focus,.custom-textarea:focus{border-color:#FFC94A;box-shadow:0 0 0 2px rgba(255,201,74,0.2)}.custom-select option{background:#0F172A;color:#F8FAFC}.pwg-intro-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:rgba(7,12,24,0.94);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);z-index:999999;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:1;transition:opacity 0.42s cubic-bezier(0.16,1,0.3,1);overflow:hidden}.pwg-intro-overlay.fade-out{opacity:0}.pwg-intro-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;height:420px;background:radial-gradient(circle,rgba(255,201,74,0.25) 0%,rgba(255,201,74,0.08) 45%,transparent 70%);border-radius:50%;pointer-events:none;animation:introGlowPulse 1.4s ease-in-out infinite alternate}@keyframes introGlowPulse{from{transform:translate(-50%,-50%) scale(0.88);opacity:0.7}to{transform:translate(-50%,-50%) scale(1.18);opacity:1}}.pwg-intro-center{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;text-align:center}.pwg-intro-logo-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:105px;height:105px;will-change:transform,opacity;transform-origin:center center;animation:introLogoEntry 0.35s cubic-bezier(0.16,1,0.3,1)}@keyframes introLogoEntry{from{opacity:0;transform:scale(0.82)}to{opacity:1;transform:scale(1)}}.pwg-intro-logo{width:105px;height:105px;object-fit:contain;filter:drop-shadow(0 0 24px rgba(255,201,74,0.55))}.pwg-intro-logo-ring{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:1.5px solid rgba(255,201,74,0.45);border-radius:50%;box-shadow:0 0 16px rgba(255,201,74,0.25),inset 0 0 16px rgba(255,201,74,0.15);animation:introRingSpin 4s linear infinite}@keyframes introRingSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pwg-intro-caption{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center;gap:0.35rem;transition:opacity 0.28s ease,transform 0.28s ease}.pwg-intro-caption.hide{opacity:0;transform:translateY(10px)}.pwg-intro-brand-name{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:#FFC94A;letter-spacing:0.2em;text-transform:uppercase;text-shadow:0 0 16px rgba(255,201,74,0.4)}.pwg-intro-tagline{font-size:0.68rem;font-weight:600;color:rgba(248,250,252,0.65);letter-spacing:0.22em;text-transform:uppercase}.dock-logo-docked{will-change:transform;animation:dockLogoLand 0.55s cubic-bezier(0.16,1,0.3,1)}@keyframes dockLogoLand{0%{transform:scale3d(0.88,0.88,1)}50%{transform:scale3d(1.15,1.15,1)}100%{transform:scale3d(1,1,1)}}