@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Syne:wght@600;700;800;900&display=swap";:root{--bg-deep:#070a0e;--bg-card:#0e141cb3;--bg-card-hover:#16202cd9;--accent-gold:#e8b878;--accent-gold-light:#f7d8a7;--accent-terracotta:#e27855;--accent-pine:#1b382d;--text-pure:#fff;--text-snow:#f4f6f8;--text-mist:#9aa5b5;--border-subtle:#ffffff14;--border-glow:#e8b87859;--font-display:"Syne", sans-serif;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg-deep);color:var(--text-snow);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{min-height:100vh;position:relative;overflow-x:hidden}#webgl-canvas-container{z-index:1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.grain-overlay{pointer-events:none;z-index:2;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.content-wrapper{z-index:10;position:relative}.font-display{font-family:var(--font-display)}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}.text-gold{color:var(--accent-gold)}.text-terracotta{color:var(--accent-terracotta)}.text-mist{color:var(--text-mist)}.text-white{color:var(--text-pure)}#custom-cursor{background:var(--accent-gold);pointer-events:none;z-index:9999;border-radius:50%;width:6px;height:6px;transition:opacity .2s;position:fixed;top:0;left:0;transform:translate(-100px,-100px)}#cursor-follower{pointer-events:none;z-index:9998;border:1px solid #e8b87866;border-radius:50%;width:40px;height:40px;transition:width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),border-color .3s,background .3s;position:fixed;top:-20px;left:-20px;transform:translate(-100px,-100px)}#cursor-follower.cursor-hover{border-color:var(--accent-gold);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#e8b8781f;width:68px;height:68px;top:-34px;left:-34px}header{z-index:100;-webkit-backdrop-filter:blur(12px);background:linear-gradient(#070a0ed9 0%,#070a0e00 100%);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2.5rem;display:flex;position:fixed;top:0;left:0}.brand-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-icon{background:linear-gradient(135deg, var(--accent-gold), var(--accent-terracotta));color:#000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex}.brand-name{font-family:var(--font-display);letter-spacing:.08em;color:#fff;text-transform:uppercase;font-size:1.35rem;font-weight:800}.brand-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);font-size:.7rem;display:block}.header-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-snow);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;text-decoration:none;transition:color .25s;position:relative}.nav-link:hover{color:var(--accent-gold)}.nav-link:after{content:"";background:var(--accent-gold);width:0%;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.sound-toggle-btn{border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-snow);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0f;border-radius:30px;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.75rem;transition:all .3s;display:flex}.sound-toggle-btn:hover{border-color:var(--accent-gold);background:#e8b8781a}.sound-bars{align-items:flex-end;gap:2px;height:12px;display:flex}.sound-bars span{background:var(--text-mist);border-radius:1px;width:2px;height:4px;transition:height .2s,background-color .2s}.sound-toggle-btn.playing .sound-bars span{background:var(--accent-gold);animation:1s ease-in-out infinite alternate barEqualizer}.sound-toggle-btn.playing .sound-bars span:first-child{height:10px;animation-delay:.1s}.sound-toggle-btn.playing .sound-bars span:nth-child(2){height:12px;animation-delay:.4s}.sound-toggle-btn.playing .sound-bars span:nth-child(3){height:7px;animation-delay:.2s}.sound-toggle-btn.playing .sound-bars span:nth-child(4){height:11px;animation-delay:.5s}@keyframes barEqualizer{0%{height:3px}to{height:12px}}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1400px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-badge-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e8b87814;border:1px solid #e8b8784d;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.45rem 1.25rem;display:inline-flex}.pulse-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseDot;box-shadow:0 0 10px #34d399}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;color:#fff;perspective:1000px;margin-bottom:1.8rem;font-size:clamp(2.8rem,7.5vw,6.8rem);font-weight:900;line-height:.95}.hero-title-line{display:block}.hero-title-line.highlight{background:linear-gradient(135deg, #fff 30%, var(--accent-gold) 75%, var(--accent-terracotta) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-sub{font-family:var(--font-serif);color:var(--text-snow);opacity:.92;max-width:780px;margin:0 auto 2.5rem;font-size:clamp(1.2rem,2.2vw,1.8rem);font-style:italic;line-height:1.5}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.btn-primary{background:linear-gradient(135deg, var(--accent-gold), #d99a4e);color:#0c0f14;font-family:var(--font-sans);letter-spacing:.05em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 30px #e8b87847}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 35px #e8b87873}.btn-secondary{color:var(--text-snow);border:1px solid var(--border-subtle);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--accent-gold);color:#fff;background:#ffffff1f}.btn-whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:100px;font-size:.9rem;font-weight:600;transition:all .25s}.btn-whatsapp:hover{background:#20ba59;box-shadow:0 6px 20px #25d36659}.hero-floating-meta{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:950px;margin-top:5rem;display:grid}.meta-box{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;border-radius:16px;padding:1.25rem 1.5rem;transition:border-color .3s}.meta-box:hover{border-color:var(--border-glow)}.meta-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-mist);font-size:.72rem}.meta-value{font-family:var(--font-display);color:#fff;margin-top:.35rem;font-size:1.35rem;font-weight:700}section{max-width:1400px;margin:0 auto;padding:7rem 2rem;scroll-margin-top:5rem;position:relative}.section-tag{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.25em;color:var(--accent-gold);margin-bottom:.75rem;font-size:.75rem;display:block}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:800;line-height:1.05}.section-desc{color:var(--text-mist);max-width:650px;margin-top:1rem;font-size:1.1rem;line-height:1.7}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.75rem;margin-top:3.5rem;display:grid}.highlight-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;flex-direction:column;justify-content:flex-end;height:440px;padding:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden}.highlight-card:hover{border-color:var(--border-glow);transform:translateY(-8px)}.highlight-img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.highlight-card:hover .highlight-img{transform:scale(1.08)}.highlight-gradient{z-index:2;background:linear-gradient(#070a0e00 0%,#070a0eb3 40%,#070a0ef2 100%);width:100%;height:80%;position:absolute;bottom:0;left:0}.highlight-content{z-index:3;position:relative}.highlight-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);background:#e8b87826;border:1px solid #e8b8784d;border-radius:50px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.7rem;display:inline-block}.highlight-title{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:1.45rem;font-weight:700}.highlight-desc{color:var(--text-mist);font-size:.9rem;line-height:1.5}.itinerary-container{grid-template-columns:280px 1fr;align-items:flex-start;gap:3.5rem;margin-top:3.5rem;display:grid}.itinerary-nav-sticky{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;padding:1.5rem;position:sticky;top:100px}.day-tab-btn{width:100%;color:var(--text-mist);font-family:var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.4rem;padding:.85rem 1rem;font-size:.88rem;transition:all .25s;display:flex}.day-tab-btn:hover{color:#fff;background:#ffffff0d}.day-tab-btn.active{color:var(--accent-gold);border-left:3px solid var(--accent-gold);background:#e8b8781f}.day-num-badge{font-family:var(--font-display);font-size:1.1rem;font-weight:800}.itinerary-cards-list{flex-direction:column;gap:3rem;display:flex}.itinerary-card{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;transition:border-color .3s;overflow:hidden}.itinerary-card:hover{border-color:var(--border-glow)}.itinerary-card-hero{height:280px;position:relative;overflow:hidden}.itinerary-card-hero img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.itinerary-card:hover .itinerary-card-hero img{transform:scale(1.04)}.itinerary-card-overlay{background:linear-gradient(#070a0e1a 0%,#070a0ecc 100%);justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding:1.5rem 2rem;display:flex;position:absolute;top:0;left:0}.itinerary-card-body{padding:2.25rem}.activity-list{flex-direction:column;gap:.9rem;margin-top:1.5rem;list-style:none;display:flex}.activity-item{color:var(--text-snow);align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.5;display:flex}.activity-bullet{background:var(--accent-gold);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.45rem}.founder-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4.5rem;display:grid}.founder-image-wrapper{border:1px solid var(--border-subtle);aspect-ratio:4/5;border-radius:28px;position:relative;overflow:hidden}.founder-img{object-fit:cover;width:100%;height:100%}.founder-stamp{border:1px solid var(--accent-gold);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070a0ee0;border-radius:20px;max-width:260px;padding:1.25rem 1.5rem;position:absolute;bottom:2rem;right:2rem}.founder-quote{font-family:var(--font-serif);color:#fff;border-left:3px solid var(--accent-gold);margin-top:1.5rem;padding-left:1.5rem;font-size:clamp(1.4rem,2.3vw,2.1rem);font-style:italic;line-height:1.45}.manifesto-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.manifesto-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:1.5rem}.manifesto-card h5{font-family:var(--font-display);color:#fff;margin-bottom:.4rem;font-size:1.1rem}.manifesto-card p{color:var(--text-mist);font-size:.85rem;line-height:1.5}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.review-card{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:border-color .3s;display:flex}.review-card:hover{border-color:var(--border-glow)}.review-stars{color:var(--accent-gold);letter-spacing:.15em;margin-bottom:1.2rem}.review-text{font-family:var(--font-serif);color:var(--text-snow);font-size:1.15rem;font-style:italic;line-height:1.6}.reviewer-meta{border-top:1px solid #ffffff0f;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.25rem;display:flex}.reviewer-avatar{object-fit:cover;border:1px solid var(--accent-gold);border-radius:50%;width:46px;height:46px}.pricing-banner-box{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#141d27d9 0%,#0c1118f2 100%);border:1px solid #e8b8784d;border-radius:32px;grid-template-columns:1.2fr .8fr;gap:4rem;padding:4rem;display:grid;box-shadow:0 20px 60px #0009}.inclusion-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.inclusion-item{color:var(--text-snow);align-items:center;gap:.65rem;font-size:.88rem;display:flex}.pricing-action-card{border:1px solid var(--border-subtle);text-align:center;background:#070a0eb3;border-radius:24px;flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.faq-list{flex-direction:column;gap:1.25rem;max-width:900px;margin:3.5rem auto 0;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;overflow:hidden}.faq-question{color:#fff;width:100%;font-family:var(--font-display);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.15rem;font-weight:700;display:flex}.faq-icon{transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;color:var(--text-mist);padding:0 2rem;font-size:.95rem;line-height:1.7;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.75rem}footer{z-index:10;border-top:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#070a0ef2;padding:5rem 2.5rem 3rem;position:relative}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.footer-bottom{max-width:1400px;color:var(--text-mist);border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:3rem auto 0;padding-top:2rem;font-size:.8rem;display:flex}.modal-overlay{z-index:99999;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.modal-overlay.hidden{display:none!important}.modal-backdrop{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030507d9;width:100%;height:100%;position:absolute;top:0;left:0}.modal-container{z-index:10;background:#0d131a;border:1px solid #e8b87859;border-radius:28px;width:100%;max-width:640px;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 25px 80px #000000e6}.modal-close{width:36px;height:36px;color:var(--text-snow);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:#fff;background:#ffffff26}.badge-gold{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-gold);background:#e8b8781f;border-radius:30px;padding:.3rem .75rem;font-size:.68rem;display:inline-block}.form-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-mist);font-size:.8rem;font-weight:600;display:block}.batch-card,.tier-card{border:1px solid var(--border-subtle);cursor:pointer;background:#ffffff08;border-radius:14px;padding:1rem;transition:all .25s;display:block}.batch-card:hover,.tier-card:hover{background:#ffffff0f;border-color:#fff3}.batch-card.selected,.tier-card.selected{border-color:var(--accent-gold);background:#e8b8781a}.currency-toggle{background:#ffffff0d;border-radius:8px;padding:2px;display:flex}.currency-btn{color:var(--text-mist);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .65rem;font-size:.75rem;font-weight:600}.currency-btn.active{background:var(--accent-gold);color:#000}.form-input,.form-select{border:1px solid var(--border-subtle);color:#fff;width:100%;font-family:var(--font-sans);background:#ffffff0a;border-radius:12px;outline:none;padding:.85rem 1rem;font-size:.9rem;transition:border-color .25s}.form-input:focus,.form-select:focus{border-color:var(--accent-gold);background:#ffffff12}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.text-center{text-align:center}@media (width<=1024px){.itinerary-container{grid-template-columns:1fr}.itinerary-nav-sticky{display:none}.founder-layout{grid-template-columns:1fr;gap:3rem}.pricing-banner-box{grid-template-columns:1fr;padding:2.5rem}}@media (width<=768px){header{padding:1.25rem 1.5rem}.header-nav{display:none}.hero-floating-meta{grid-template-columns:repeat(2,1fr)}.grid-cols-2,.manifesto-grid,.inclusion-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}#custom-cursor,#cursor-follower{display:none!important}}.cinematic-section{padding:5rem 2rem 7rem;position:relative}.cinematic-container{background:#090e14;border:1px solid #e8b87859;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 30px 100px #000000d9}.video-screen{aspect-ratio:16/9;background:#000;width:100%;max-height:680px;position:relative;overflow:hidden}.video-element{object-fit:cover;width:100%;height:100%;transition:opacity .6s;display:block}.video-overlay-gradient{pointer-events:none;background:linear-gradient(#070a0e66 0%,#070a0e1a 40%,#070a0ed9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.video-top-meta{z-index:5;justify-content:space-between;align-items:center;display:flex;position:absolute;top:2rem;left:2rem;right:2rem}.video-bottom-controls{z-index:5;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex;position:absolute;bottom:2rem;left:2rem;right:2rem}.video-title-box{max-width:500px}.video-title-box h3{font-family:var(--font-display);color:#fff;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1.1}.video-title-box p{color:var(--text-snow);font-family:var(--font-serif);opacity:.9;margin-top:.5rem;font-size:1.15rem;font-style:italic}.video-track-bar{border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070a0ecc;border-radius:100px;gap:.75rem;padding:.5rem;display:flex}.video-track-btn{color:var(--text-mist);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .25s;display:flex}.video-track-btn:hover{color:#fff}.video-track-btn.active{background:var(--accent-gold);color:#000;box-shadow:0 4px 15px #e8b87859}.video-play-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex}.video-play-btn:hover{background:var(--accent-gold);color:#000;transform:scale(1.08)}:root{--accent-kesar:#e5a93c;--accent-alpenglow:#f59e6b;--accent-terracotta:#c25e3e;--accent-deodar:#19382c;--text-gold-light:#fbe6c2}.kullu-border-accent{background:repeating-linear-gradient(90deg, var(--accent-kesar) 0px, var(--accent-kesar) 14px, var(--accent-terracotta) 14px, var(--accent-terracotta) 28px, #fff 28px, #fff 32px, var(--accent-deodar) 32px, var(--accent-deodar) 46px);opacity:.65;border-radius:3px;width:100%;height:6px;margin:1.5rem auto}.comfort-pillars-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3.5rem;display:grid}.comfort-card{background:var(--bg-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.comfort-card:hover{border-color:var(--border-glow);transform:translateY(-5px)}.comfort-icon-box{width:48px;height:48px;color:var(--accent-kesar);background:#e5a93c1f;border:1px solid #e5a93c4d;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.comfort-title{font-family:var(--font-display);color:#fff;margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.comfort-desc{color:var(--text-mist);font-size:.88rem;line-height:1.6}.cuisine-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.cuisine-card{background:linear-gradient(#141b24d9 0%,#0c1118f2 100%);border:1px solid #e5a93c40;border-radius:22px;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex}.cuisine-name{font-family:var(--font-display);color:var(--accent-kesar);margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.cuisine-desc{color:var(--text-snow);font-size:.88rem;line-height:1.6}.badge-hindi{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-kesar);background:#e5a93c26;border:1px solid #e5a93c4d;border-radius:30px;padding:.35rem .85rem;font-size:.75rem;display:inline-block}.instagram-section{padding-top:4rem}.instagram-carousel{grid-template-columns:minmax(0,.9fr) minmax(300px,.8fr);align-items:stretch;gap:2.5rem;width:100%;max-width:980px;margin:3rem auto 0;display:grid}.instagram-carousel-media{aspect-ratio:4/5;isolation:isolate;background:#101820;border:1px solid #e8b87859;border-radius:28px;min-height:420px;position:relative;overflow:hidden;box-shadow:0 25px 70px #0000007a}.instagram-carousel-media:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#070a0e05 45%,#070a0e94 100%);position:absolute;inset:0}.instagram-slide{z-index:1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s,transform .9s cubic-bezier(.16,1,.3,1),visibility 0s linear .7s;display:block;position:absolute;inset:0;overflow:hidden;transform:scale(1.035)}.instagram-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:scale(1)}.instagram-slide img{object-fit:cover;object-position:center 36%;width:100%;max-width:none;height:100%;display:block}.instagram-slide:first-child img{object-position:center 34%}.instagram-carousel-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070a0e9e;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;line-height:1;transition:background .25s,border-color .25s,transform .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.instagram-carousel-arrow:hover{border-color:var(--accent-gold);color:#0c0f14;background:#e8b878e6;transform:translateY(-50%)scale(1.06)}.instagram-carousel-arrow.prev{left:1rem}.instagram-carousel-arrow.next{right:1rem}.instagram-carousel-caption{border:1px solid var(--border-subtle);background:linear-gradient(145deg,#17202adb,#090e14eb);border-radius:28px;flex-direction:column;justify-content:space-between;min-width:0;padding:2rem;display:flex;box-shadow:0 25px 70px #00000047}.instagram-caption-topline,.instagram-carousel-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.instagram-slide-count{color:var(--text-mist);letter-spacing:.12em;font-variant-numeric:tabular-nums;font-size:.72rem}.instagram-caption-copy{margin:4rem 0}.instagram-caption-copy h3{color:#fff;max-width:420px;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.8rem);line-height:1.08}.instagram-caption-copy p{max-width:390px;color:var(--text-mist);font-family:var(--font-serif);margin-top:1rem;font-size:1.3rem;font-style:italic;line-height:1.45}.instagram-dots{align-items:center;gap:.5rem;display:flex}.instagram-dot{cursor:pointer;background:#ffffff47;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:width .25s,border-radius .25s,background .25s}.instagram-dot.is-active{background:var(--accent-gold);border-radius:8px;width:28px}.instagram-autoplay-toggle{border:1px solid var(--border-subtle);color:var(--text-snow);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#ffffff0a;border-radius:100px;align-items:center;gap:.45rem;padding:.5rem .7rem;font-size:.72rem;transition:border-color .25s,background .25s;display:inline-flex}.instagram-autoplay-toggle:hover{border-color:var(--accent-gold);background:#e8b8781f}.instagram-toggle-icon{color:var(--accent-gold);font-size:.72rem}.is-instagram-card .highlight-img-portrait{object-position:center 34%}img,video{max-width:100%}@media (width<=768px){header{gap:.75rem;padding:.85rem .9rem}header>.flex{gap:.45rem;min-width:0}.brand-logo{gap:.55rem;min-width:0}.brand-icon{flex:0 0 28px;width:28px;height:28px}.brand-icon svg{width:15px;height:15px}.brand-name{letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;display:block;overflow:hidden}.brand-tag{letter-spacing:.12em;text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;overflow:hidden}header #sound-btn{padding:.55rem}header #sound-status-text{display:none}#header-reserve-btn{white-space:nowrap;flex:none;padding:.58rem .75rem!important;font-size:.68rem!important}.hero-section{min-height:auto;padding:8rem 1rem 3.5rem}.hero-badge-pill{text-align:left;align-items:flex-start;max-width:100%;margin-bottom:1.5rem;padding:.5rem .75rem}.hero-badge-pill .text-xs{font-size:.62rem;line-height:1.35}.hero-title{letter-spacing:-.055em;width:100%;max-width:100%;margin-bottom:1.35rem;font-size:clamp(1.95rem,8.7vw,3.8rem);line-height:.98}.hero-sub{max-width:34rem;font-size:1.18rem;line-height:1.4}.hero-cta-group{gap:.75rem;width:100%}.hero-cta-group>.btn-primary,.hero-cta-group>.btn-secondary{text-align:center;justify-content:center;width:100%;padding:.9rem 1rem}.hero-floating-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:2.75rem}.meta-box{min-width:0;padding:.9rem}.meta-label{font-size:.62rem}.meta-value{font-size:1.05rem;line-height:1.15}section{padding:4.5rem 1rem}.section-title{font-size:clamp(2rem,9vw,3.2rem)}.section-desc{font-size:.95rem;line-height:1.6}.comfort-pillars-grid,.highlights-grid,.reviews-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.comfort-card{padding:1.35rem}.highlight-card{height:min(118vw,430px);min-height:320px;padding:1.25rem}.highlight-title{font-size:1.2rem}.highlight-desc{font-size:.83rem}.instagram-section{padding-top:2.5rem}.instagram-carousel{grid-template-columns:1fr;gap:1rem;max-width:380px;margin-top:1.75rem}.instagram-carousel-media{border-radius:22px;min-height:0}.instagram-carousel-caption{border-radius:22px;min-height:250px;padding:1.25rem}.instagram-caption-copy{margin:2rem 0}.instagram-caption-copy h3{font-size:1.7rem}.instagram-caption-copy p{font-size:1.15rem}.cinematic-section{padding:3rem 1rem 4.5rem}.cinematic-container{border-radius:20px}.video-screen{aspect-ratio:4/5;max-height:none}.video-top-meta{align-items:flex-start;gap:.5rem;top:1rem;left:1rem;right:1rem}.video-top-meta .badge-gold{max-width:65%;line-height:1.35}#video-sound-toggle{white-space:nowrap;font-size:.65rem;padding:.45rem .65rem!important}.video-bottom-controls{align-items:flex-start;gap:.9rem;bottom:1rem;left:1rem;right:1rem}.video-title-box{max-width:none}.video-title-box h3{font-size:1.35rem}.video-title-box p{font-size:1rem}.video-bottom-controls>.flex{align-items:stretch;gap:.75rem;width:100%;min-width:0}.video-play-btn{flex:0 0 48px;width:48px;height:48px}.video-track-bar{scrollbar-width:none;border-radius:16px;width:100%;min-width:0;overflow-x:auto}.video-track-bar::-webkit-scrollbar{display:none}.video-track-btn{white-space:nowrap;flex:1 0 108px;justify-content:center;padding:.55rem .65rem;font-size:.68rem}.founder-layout{gap:2.25rem}.founder-image-wrapper{aspect-ratio:1/1.15}.founder-stamp{max-width:220px;padding:1rem;bottom:1rem;right:1rem}.founder-quote{padding-left:1rem;font-size:1.45rem}.manifesto-grid{grid-template-columns:1fr;gap:.85rem;margin-top:1.75rem}.manifesto-card,.review-card,.pricing-action-card{padding:1.35rem}.itinerary-card-hero{height:220px}.itinerary-card-overlay,.itinerary-card-body{padding:1rem}.activity-item{font-size:.85rem}.pricing-banner-box{border-radius:22px;gap:1.5rem;padding:1.5rem}.faq-list{margin-top:2rem}.faq-question{gap:.75rem;padding:1.2rem 1rem;font-size:1rem}.faq-answer{padding-left:1rem;padding-right:1rem;font-size:.88rem}footer{padding:3rem 1rem 2rem}.modal-overlay{padding:.65rem}.modal-container{border-radius:20px;padding:1.4rem}.modal-close{top:.75rem;right:.75rem}}@media (width<=420px){.brand-name{font-size:.85rem}.brand-tag{font-size:.44rem}#header-reserve-btn{padding-left:.6rem!important;padding-right:.6rem!important;font-size:.62rem!important}.hero-floating-meta{grid-template-columns:1fr}}@media (hover:none){.highlight-card:hover,.review-card:hover,.comfort-card:hover{transform:none}}
