@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;background:transparent;transition:var(--transition-smooth);z-index:1000}.navbar.scrolled{background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 5px 30px #0000001a}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;flex-direction:column;gap:.2rem;z-index:1001}.nav-logo-img{height:80px;width:auto;filter:brightness(0) invert(1);transition:var(--transition-smooth)}.navbar.scrolled .nav-logo-img{height:60px}@media(max-width:768px){.nav-logo-img{height:60px}}.navbar-links{display:flex;align-items:center;gap:3rem}@media(max-width:1366px){.navbar-links{gap:1.5rem}.nav-cta{padding:.6rem 1.2rem!important;font-size:.85rem!important}}.nav-link{color:var(--text-light);font-weight:500;font-size:1rem;position:relative;padding:.5rem 0;transition:var(--transition-smooth);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.nav-link.active,.nav-link:hover{color:var(--primary-gold)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-gold);transition:width .3s ease}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-cta{padding:.8rem 2rem!important;font-size:.9rem!important;margin-left:1rem}.mobile-menu-toggle{display:none;flex-direction:column;gap:6px;background:none;cursor:pointer;z-index:1001}.mobile-menu-toggle span{width:30px;height:2px;background:var(--primary-gold);transition:var(--transition-smooth)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1200px){.navbar-links{gap:1.5rem}.nav-cta{padding:.7rem 1.5rem!important;font-size:.85rem!important}}@media(max-width:1024px){.mobile-menu-toggle{display:flex}.navbar-links{position:fixed;top:0;right:-100%;width:min(320px,85%);height:100vh;background:#0f0f0ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:transform .6s cubic-bezier(.4,0,.2,1);padding:3rem;box-shadow:-10px 0 30px #00000080}.navbar-links.active{transform:translate(-100%)}.nav-link{font-size:1.3rem;width:100%;text-align:center;letter-spacing:2px}.nav-cta{margin-left:0!important;width:100%;text-align:center;margin-top:1rem}}@media(max-width:480px){.logo-text{font-size:1.4rem}.logo-subtext{font-size:.6rem}.navbar{padding:1rem 0}}@media(max-width:480px){.nav-logo-img{height:50px}.navbar{padding:.8rem 0}.navbar-container{padding:0 1rem}}.footer{background:linear-gradient(135deg,var(--dark-charcoal) 0%,#0F0F0F 100%);color:var(--text-light);margin-top:auto}.footer-content{padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{color:var(--primary-gold);margin-bottom:1.5rem}.footer-logo-img{height:100px;width:auto;margin-bottom:2rem;filter:brightness(0) invert(1)}.footer-description{color:#f5f5f5cc;line-height:1.8;margin-bottom:1.5rem;font-size:.95rem}.footer-title{font-size:1.2rem;font-weight:600;letter-spacing:.5px;position:relative;padding-bottom:.5rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--primary-gold),var(--accent-saffron))}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#f5f5f5cc;font-size:.95rem;transition:var(--transition-smooth);display:inline-block}.footer-links a:hover{color:var(--primary-gold);transform:translate(5px)}.footer-contact{list-style:none}.footer-contact li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:#f5f5f5cc;font-size:.95rem}.footer-contact i{color:var(--primary-gold);margin-top:.2rem;font-size:1rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{width:40px;height:40px;border-radius:50%;background:#d4af371a;border:1px solid rgba(212,175,55,.3);display:flex;align-items:center;justify-content:center;color:var(--primary-gold);transition:var(--transition-smooth);font-size:1rem}.social-link:hover{background:var(--primary-gold);color:var(--dark-charcoal);transform:translateY(-3px);box-shadow:0 5px 20px #d4af374d}.footer-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.3),transparent);margin:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:#f5f5f599;font-size:.9rem}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#f5f5f599;transition:var(--transition-smooth)}.footer-bottom-links a:hover{color:var(--primary-gold)}.footer-bottom-links span{color:#f5f5f54d}@media(max-width:1200px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-section:first-child{grid-column:span 3}}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-section:first-child{grid-column:span 2}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-section:first-child{grid-column:span 1}.footer-title:after{left:50%;transform:translate(-50%)}.footer-contact li,.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1.5rem}}@media(max-width:480px){.footer-logo-img{height:60px}.footer-description{font-size:.85rem}}.home{overflow-x:hidden}@keyframes mistMove{0%{transform:translate(-20%) translateZ(0)}50%{transform:translate(10%) translateZ(0)}to{transform:translate(-20%) translateZ(0)}}@keyframes mistFade{0%,to{opacity:.2}50%{opacity:.5}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity 1s ease-out,transform 1s ease-out}.slide-in-left{opacity:0;transform:translate(-50px);transition:opacity 1s ease-out,transform 1s ease-out}.slide-in-right{opacity:0;transform:translate(50px);transition:opacity 1s ease-out,transform 1s ease-out}.visible{opacity:1;transform:translate(0)}.image-hover-zoom{overflow:hidden}.card-hover{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.card-hover:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001a}.hero{height:100vh;min-height:700px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin-top:-80px}.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transform:scale(1);transition:opacity 2.5s ease-in-out,transform 2.5s ease-out}.hero-slide.active{opacity:1;transform:scale(1.05);transition:opacity 2.5s ease-in-out,transform 10s ease-out}.hero-atmosphere{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.hero-thumbnails-container{position:absolute;bottom:2rem;right:2rem;z-index:10;pointer-events:none;transition:all .5s ease}@media(max-width:1400px)and (max-height:850px){.hero-thumbnails-container{position:relative;bottom:auto;right:auto;margin:2rem auto 0;display:flex;justify-content:center;width:100%;order:10}.hero{height:auto;min-height:100vh;padding:120px 0 60px;display:flex;flex-direction:column;justify-content:center}.hero-content{margin-bottom:0}}@media(max-width:992px){.hero-thumbnails-container{bottom:2rem;right:50%;transform:translate(50%);width:auto;margin:0}}.hero-thumbnails{display:flex;gap:1rem;padding:1rem;pointer-events:auto}.thumbnail-item{width:120px;height:70px;border-radius:4px;overflow:hidden;position:relative;cursor:pointer;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.thumbnail-item img{width:100%;height:100%;object-fit:cover;filter:brightness(.7);transition:all .3s ease}.thumbnail-item.active{border-color:var(--pure-white);transform:scale(1.05)}.thumbnail-item.active img{filter:brightness(1)}.thumbnail-item:hover{border-color:#fffc;transform:translateY(-5px)}.thumbnail-item:hover img{filter:brightness(1)}.thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;transition:background .3s ease}.thumbnail-item.active .thumbnail-overlay{background:transparent}.mist{position:absolute;top:0;left:0;width:200%;height:100%;background:url(https://www.transparenttextures.com/patterns/fog.png);background-repeat:repeat-x;opacity:.3}.mist.layer-1{animation:mistMove 60s linear infinite,mistFade 10s ease-in-out infinite}.mist.layer-2{top:20%;animation:mistMove 90s linear infinite reverse,mistFade 15s ease-in-out infinite;opacity:.2}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1a1a1a4d,#1a1a1a99);z-index:2}.hero-content{position:relative;z-index:3;padding:0 2rem;max-width:1200px;margin:0 auto}.hero-label{display:block;font-size:1.1rem;color:var(--pure-white);text-transform:uppercase;letter-spacing:4px;margin-bottom:1rem;font-weight:500}.hero-title{font-size:clamp(2rem,7vw,6rem);font-weight:700;line-height:1.1;margin-bottom:2rem;color:var(--pure-white);text-shadow:0 10px 30px rgba(0,0,0,.3)}.text-gradient{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--pure-white);max-width:800px;margin:0 auto 3rem;font-weight:300;line-height:1.8}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.hero-buttons .btn-primary{padding:.8rem 2rem;font-weight:600;letter-spacing:1px;box-shadow:0 10px 25px #d4af374d;white-space:nowrap}.hero-buttons .btn-secondary{padding:.8rem 2rem;font-weight:600;letter-spacing:1px;background:transparent;border:2px solid var(--pure-white);color:var(--pure-white)}.hero-buttons .btn-secondary:hover{background:var(--pure-white);color:var(--dark-charcoal)}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2}.scroll-arrow{width:30px;height:50px;border:2px solid var(--primary-gold);border-radius:25px;position:relative}.scroll-arrow:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary-gold);border-radius:50%;animation:scrollDown 2s infinite}@keyframes scrollDown{0%,to{top:10px;opacity:1}50%{top:30px;opacity:.3}}.features{background:var(--soft-cream)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-description{max-width:700px;margin:2rem auto 0;color:#2d2d2dcc;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card{background:var(--pure-white);padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014;transition:var(--transition-smooth)}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 2rem;background:#d4af371a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.feature-icon-wrapper i{font-size:2.2rem;color:var(--primary-gold)}.feature-card:hover .feature-icon-wrapper{background:var(--primary-gold);transform:rotateY(360deg)}.feature-card:hover .feature-icon-wrapper i{color:var(--pure-white)}.feature-card h3{margin-bottom:1rem;color:var(--text-dark);font-size:1.5rem}.feature-card p{color:#2d2d2db3;line-height:1.7}.about-preview{background:var(--soft-cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.about-img-real{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.about-image:hover .about-img-real{transform:scale(1.05)}.about-content h2{margin-bottom:1rem}.about-content p{margin:1.5rem 0;color:#2d2d2dcc}.about-content .btn-primary{margin-top:2rem}.tours-preview{background:var(--pure-white)}.tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:3rem}.tour-card{background:var(--pure-white);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.tour-image{height:300px;position:relative;overflow:hidden}.tour-card:hover .tour-img-real{transform:scale(1.1)}.tour-badge{position:absolute;top:1.5rem;right:1.5rem;background:#1a1a1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-gold);padding:.6rem 1.2rem;border-radius:30px;font-size:.9rem;font-weight:600;z-index:2}.tour-image{position:relative;height:300px;overflow:hidden}.tour-category-tag{position:absolute;top:20px;left:20px;background:#1a1a1acc;color:var(--primary-gold);padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:1px;z-index:2}.tour-content{padding:2.5rem}.tour-content h3{margin-bottom:.8rem;font-size:1.8rem;color:var(--text-dark)}.tour-rating{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.tour-rating .stars{color:#ff9800;font-size:.9rem;display:flex;gap:2px}.review-count{font-size:.85rem;color:#2d2d2d80}.tour-description-short{font-size:1.05rem;line-height:1.8;color:#2d2d2db3;margin-bottom:2rem}.highlights-title,.included-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.tour-highlights{list-style:none;margin-bottom:2rem}.tour-highlights li{padding:.4rem 0;color:#2d2d2dcc;font-size:.95rem;display:flex;align-items:center;gap:.8rem}.highlight-icon{color:var(--text-dark);font-size:.8rem;opacity:.6}.included-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.included-tag{background:#f0f0f0;color:#444;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:500}.tour-footer{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.tour-price{display:flex;flex-direction:column}.price-label{font-size:.85rem;color:#2d2d2d80;text-transform:uppercase;letter-spacing:.5px}.price-amount{font-size:2rem;font-weight:700;color:var(--primary-gold)}.tours-cta{text-align:center;margin-top:4rem}.destinations-section.bg-light{background:var(--soft-cream)}.destinations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.dest-card{position:relative;height:350px;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #0000001a}.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dest-card:hover img{transform:scale(1.1)}.dest-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:var(--pure-white);transform:translateY(10px);transition:transform .3s ease}.dest-card:hover .dest-overlay{transform:translateY(0)}.dest-overlay h3{font-size:1.4rem;margin-bottom:.3rem}.dest-overlay p{font-size:.9rem;color:#fffc;font-weight:300}.essentials-section{background:var(--pure-white)}.essentials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.essential-item{text-align:center;padding:2rem;border:1px solid rgba(0,0,0,.05);border-radius:10px;background:var(--pure-white);transition:transform .3s ease,box-shadow .3s ease}.essential-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d;border-color:var(--primary-gold)}.essential-icon-wrapper{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--soft-cream);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.essential-icon-wrapper i{font-size:1.8rem;color:var(--primary-gold)}.essential-item:hover .essential-icon-wrapper{background:var(--primary-gold);color:var(--pure-white)}.essential-item:hover .essential-icon-wrapper i{color:var(--pure-white)}.essential-item h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-dark)}.essential-item p{font-size:.9rem;color:#2d2d2db3;line-height:1.6}.testimonials{background:var(--pure-white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.testimonial-card{background:var(--soft-cream);padding:3rem 2.5rem;border-radius:20px;border-left:4px solid var(--primary-gold);transition:var(--transition-smooth);position:relative}.testimonial-image-top{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid var(--pure-white);box-shadow:0 5px 15px #0000001a;margin-bottom:1.5rem}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001a}.testimonial-stars{color:var(--primary-gold);font-size:1.1rem;margin-bottom:1.5rem;display:flex;gap:.3rem}.testimonial-text{font-style:italic;line-height:1.8;margin-bottom:1.5rem;color:#2d2d2dcc}.testimonial-author{display:flex;flex-direction:column;gap:.1rem;margin-top:1.5rem}.testimonial-author strong{color:var(--text-dark);font-size:1rem;line-height:1.2}.testimonial-author span{color:#2d2d2d99;font-size:.85rem}.cta-section{position:relative;padding:8rem 0;overflow:hidden}.cta-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--secondary-burgundy),var(--primary-gold))}.cta-content p{color:#f5f5f5e6;font-size:1.25rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-content .btn-primary{background:var(--pure-white);color:var(--secondary-burgundy)}.cta-content .btn-primary:hover{transform:translateY(-5px) scale(1.05)}.stats-section{background:var(--primary-gold);padding:4rem 0;color:var(--pure-white);position:relative;box-shadow:0 10px 30px #d4af3733;z-index:5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:4.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:.5rem;line-height:1}.stat-label{font-size:.95rem;text-transform:uppercase;letter-spacing:2px;opacity:.9;font-weight:500}.sustainability-section{background:var(--pure-white)}.sustainability-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.sustainability-text h2{margin-bottom:1rem}.sustainability-text p{margin-bottom:1.5rem;line-height:1.8;color:#2d2d2dcc;font-size:1.1rem}.sustainability-image{border-radius:20px;overflow:hidden;height:400px;box-shadow:0 20px 50px #0000001a}.sustainability-image img{width:100%;height:100%;object-fit:cover}.decorative-line.lefty{margin:1.5rem 0;width:60px}.gallery-section{background:var(--pure-white)}.gallery-grid-expanded{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 10px 30px #0000001a}.gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 60%,rgba(20,20,20,.6));opacity:0;transition:var(--transition-smooth);z-index:1}.gallery-item:hover:after{opacity:1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery-item:hover img{transform:scale(1.1)}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 2}@media(max-width:1200px){.destinations-grid,.essentials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.about-grid{gap:clamp(2rem,5vw,5rem)}.tours-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.gallery-grid-expanded{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.hero-buttons{flex-direction:column;width:100%;max-width:320px;margin:1rem auto 0;gap:1rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;padding:.8rem 1.8rem}}@media(max-width:768px){.hero{height:auto;min-height:100vh;padding:160px 0 140px}.hero-title{font-size:3rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.1rem;line-height:1.6;padding:0 1rem;margin-bottom:2.5rem}.hero-buttons{max-width:280px}.hero-thumbnails-container{bottom:2rem}.thumbnail-item{width:100px;height:60px}.about-grid,.sustainability-content{grid-template-columns:1fr;text-align:center;gap:3rem}.decorative-line.lefty{margin:1.5rem auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:2.5rem}.sustainability-image{order:-1;height:300px}.gallery-grid-expanded{grid-template-columns:1fr;grid-auto-rows:300px}.gallery-item.wide,.gallery-item.tall{grid-column:span 1;grid-row:span 1}.features-grid{grid-template-columns:1fr}}@media(max-width:600px){.destinations-grid,.essentials-grid,.stats-grid{grid-template-columns:1fr}.tour-card{max-width:100%}.faq-question h3{font-size:1.1rem}}@media(max-width:480px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1rem;line-height:1.6}.hero-label{font-size:.9rem;letter-spacing:3px}.hero-thumbnails-container{bottom:1.5rem}.hero-thumbnails{gap:.5rem}.thumbnail-item{width:80px;height:50px}.tour-footer{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.tour-price{align-items:center}.tour-footer .btn-secondary{width:100%}.section-header{margin-bottom:3rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%}.faq-question{padding:1.25rem 1.5rem}.faq-answer p{padding:0 1.5rem 1.5rem;font-size:.95rem}}.faq-section{background:var(--soft-cream)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--pure-white);border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d;overflow:hidden;cursor:pointer;transition:var(--transition-smooth)}.faq-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.faq-question{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--text-dark)}.faq-toggle{color:var(--primary-gold);font-size:1rem;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:#d4af3705}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{padding:0 2rem 2rem;margin:0;color:#2d2d2dcc;font-size:1rem;line-height:1.7}.faq-item.active .faq-toggle{transform:rotate(45deg)}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.tours-hero{position:relative;padding:14rem 0 10rem;background:linear-gradient(135deg,var(--mountain-blue),var(--forest-green));text-align:center;color:var(--text-light);overflow:hidden;margin-top:-80px}.tours-hero .container{position:relative;z-index:2}.tours-hero h1{color:var(--pure-white);margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem)}.tours-hero p{color:#f5f5f5e6;font-size:1.3rem;max-width:700px;margin:0 auto}.tours-filter{background:var(--soft-cream);padding:3rem 0}.filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-btn{padding:.8rem 2rem;background:var(--pure-white);color:var(--text-dark);border:2px solid transparent;border-radius:50px;font-weight:600;font-size:1rem;transition:var(--transition-smooth);cursor:pointer}.filter-btn:hover{border-color:var(--primary-gold);color:var(--primary-gold);transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,var(--primary-gold),var(--primary-deep-gold));color:var(--pure-white);border-color:var(--primary-gold);box-shadow:0 5px 20px #d4af374d}.tours-section{background:var(--pure-white)}.tours-grid-page{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:3rem}.tour-card-detailed{background:var(--pure-white);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column}.tour-image-detailed{height:280px;position:relative;overflow:hidden}.tour-img-real{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.tour-card-detailed:hover .tour-img-real{transform:scale(1.1)}.tour-category-badge{position:absolute;top:1.5rem;left:1.5rem;background:#1a1a1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-gold);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.tour-duration-badge{position:absolute;top:1.5rem;right:1.5rem;background:#fffffff2;color:var(--text-dark);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}.tour-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.tour-header{margin-bottom:1rem}.tour-header h3{font-size:1.6rem;margin-bottom:.8rem;color:var(--text-dark)}.tour-rating{display:flex;align-items:center;gap:.5rem}.stars{color:var(--primary-gold);font-size:1.1rem}.reviews{color:#2d2d2d99;font-size:.9rem}.tour-description{color:#2d2d2dcc;line-height:1.7;margin-bottom:1.5rem}.tour-highlights-section{margin-bottom:1.5rem}.tour-highlights-section h4,.tour-included h4{font-size:1.1rem;margin-bottom:.8rem;color:var(--text-dark)}.highlights-list{list-style:none}.highlights-list li{padding:.4rem 0;color:#2d2d2dcc;font-size:.95rem}.tour-included{margin-bottom:1.5rem}.included-tags{display:flex;flex-wrap:wrap;gap:.5rem}.included-tag{background:var(--soft-cream);color:var(--text-dark);padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:500}.tour-card-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;gap:1rem}.tour-price-section{display:flex;flex-direction:column}.price-from{font-size:.8rem;color:#2d2d2d99;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:2rem;font-weight:700;color:var(--primary-gold);font-family:var(--font-heading);line-height:1;margin:.2rem 0}.price-per{font-size:.8rem;color:#2d2d2d99}.tour-card-footer .btn-primary{padding:.9rem 2rem;font-size:.95rem;white-space:nowrap}.custom-tours-cta{background:var(--soft-cream)}.cta-box{background:linear-gradient(135deg,var(--secondary-burgundy),var(--primary-gold));padding:4rem 3rem;border-radius:30px;text-align:center;color:var(--text-light);box-shadow:0 20px 60px #00000026}.cta-box h2{color:var(--pure-white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.cta-box p{color:#f5f5f5e6;font-size:1.2rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-box .btn-secondary{background:var(--pure-white);color:var(--secondary-burgundy);border-color:var(--pure-white)}.cta-box .btn-secondary:hover{background:transparent;color:var(--pure-white);border-color:var(--pure-white)}@media(max-width:1024px){.tours-grid-page{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}}@media(max-width:768px){.tours-hero{padding:140px 0 60px}.filter-buttons{gap:.8rem;justify-content:flex-start;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none}.filter-buttons::-webkit-scrollbar{display:none}.filter-btn{padding:.7rem 1.4rem;font-size:.9rem;white-space:nowrap}.tours-grid-page{grid-template-columns:1fr;gap:2rem}.tour-card-footer{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.tour-price-section{align-items:center}.tour-card-footer .btn-primary{width:100%;max-width:320px}.cta-box{padding:4rem 1.5rem;border-radius:20px}}@media(max-width:480px){.tour-image-detailed{height:min(240px,50vw)}.tour-card-content{padding:1.5rem}.tour-header h3{font-size:1.4rem}.price-value{font-size:1.8rem}}.tour-detail-hero{height:50vh;min-height:400px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;margin-top:-80px}.tour-header-block{padding:3rem 0 2rem;border-bottom:1px solid #eee;margin-bottom:2rem}.tour-category{display:inline-block;padding:.5rem 1rem;background:var(--primary-gold);color:var(--pure-white);border-radius:4px;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.tour-header-block h1{font-size:3rem;margin-bottom:1rem;line-height:1.2;color:var(--text-dark)}.tour-meta-hero{display:flex;gap:2rem;font-size:1.1rem}.tour-meta-hero.dark-text{color:var(--text-dark)}.tour-detail-container{margin-top:0;position:relative;z-index:3;padding-bottom:4rem}.tour-content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.tour-main-content{background:var(--pure-white);padding:2rem;border-radius:8px;box-shadow:0 5px 20px #0000000d}.tour-tabs{display:flex;gap:2rem;border-bottom:1px solid #eee;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:1rem 0;font-size:1.1rem;color:#2d2d2d99;cursor:pointer;position:relative;transition:color .3s ease;font-family:var(--font-heading)}.tab-btn.active{color:var(--primary-gold);font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--primary-gold)}.tab-content{min-height:300px}.overview-section h3,.itinerary-section h3,.costs-section h3,.info-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.detail-highlights{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.detail-highlights li{font-size:1rem;color:#2d2d2dcc}.overview-section p{line-height:1.8;color:#2d2d2dcc;margin-bottom:1.5rem}.timeline{position:relative;padding-left:20px;border-left:2px solid #eee}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:30px}.day-circle{position:absolute;left:-41px;top:0;width:40px;height:40px;background:var(--primary-gold);color:var(--pure-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;border:4px solid var(--pure-white);box-shadow:0 0 0 2px #eee}.day-content h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.day-content p{color:#2d2d2db3;line-height:1.6}.tour-sidebar{position:sticky;top:100px;height:fit-content}.booking-card{background:var(--pure-white);padding:2rem;border-radius:12px;box-shadow:0 10px 40px #00000014;text-align:center;border-top:5px solid var(--primary-gold);margin-bottom:2rem}.price-header{margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1.5rem}.price-header .label{display:block;font-size:.9rem;color:#2d2d2d99;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.price-header .price{font-size:3rem;font-weight:700;color:var(--primary-gold);font-family:var(--font-heading)}.price-header .per-person{display:block;font-size:.9rem;color:#2d2d2d99}.booking-features{text-align:left;margin-bottom:2rem}.booking-features .feature{padding:.8rem 0;border-bottom:1px solid #f5f5f5;color:#2d2d2dcc;display:flex;align-items:center;gap:1rem}.booking-features .feature span{width:20px}.booking-card .btn-primary{margin-bottom:1rem;background-color:var(--primary-gold);color:var(--pure-white);display:block;text-decoration:none;padding:.8rem;border-radius:6px;font-weight:600}.booking-card .btn-secondary{display:block;width:100%;padding:.8rem;border:2px solid var(--primary-gold);color:var(--primary-gold);text-decoration:none;border-radius:6px;font-weight:600;text-align:center;transition:all .3s ease;background:transparent;margin-top:1rem}.booking-card .btn-secondary:hover{background:var(--primary-gold);color:var(--pure-white)}.booking-note{font-size:.85rem;color:#666;margin-top:1rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.help-text{margin-top:1.5rem;font-size:.9rem;color:#2d2d2db3}.help-text a{color:var(--text-dark);font-weight:600;display:block;margin-top:.3rem}.related-tours-sidebar{background:var(--pure-white);padding:1.5rem;border-radius:12px;box-shadow:0 5px 20px #0000000d}.related-tours-sidebar h3{font-size:1.2rem;margin-bottom:1.5rem;color:var(--secondary-burgundy);border-bottom:2px solid #eee;padding-bottom:.5rem}.related-list{display:flex;flex-direction:column;gap:1.5rem}.related-item{display:flex;gap:1rem;align-items:center;transition:transform .2s ease}.related-item:hover{transform:translate(5px)}.related-thumb{width:80px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.related-thumb img{width:100%;height:100%;object-fit:cover}.related-info h4{font-size:.95rem;margin-bottom:.3rem;color:var(--text-dark);line-height:1.3}.related-info span{font-size:.8rem;color:#2d2d2d99}.costs-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.cost-column h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-dark);border-bottom:2px solid #eee;padding-bottom:.5rem}.included-list li,.excluded-list li{padding:.5rem 0;color:#2d2d2dcc;list-style:none}.excluded-list li{color:#2d2d2db3}.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.fact-item{background:var(--soft-cream);padding:1rem;border-radius:8px;display:flex;flex-direction:column}.fact-label{font-size:.85rem;color:#2d2d2d99;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.fact-value{font-size:1.1rem;font-weight:600;color:var(--text-dark)}@media(max-width:1200px){.tour-content-wrapper{gap:2rem}.tour-main-content{padding:2.5rem}}@media(max-width:1024px){.tour-header-block h1{font-size:clamp(2rem,5vw,2.8rem)}.tour-content-wrapper{grid-template-columns:1fr}.tour-sidebar{position:static;order:2}.booking-card{max-width:600px;margin:0 auto 3rem}.related-tours-sidebar{max-width:600px;margin:0 auto}}@media(max-width:768px){.tour-detail-hero{height:40vh;min-height:300px}.tour-header-block{padding:2.5rem 0 1.5rem;text-align:center}.tour-header-block h1{font-size:1.8rem}.tour-meta-hero{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.95rem}.tour-tabs{gap:.5rem;justify-content:center;padding-bottom:1rem}.tab-btn{padding:.6rem 1.2rem;background:#f1f5f9;border-radius:30px;font-size:.85rem;font-weight:500}.tab-btn.active{background:var(--primary-gold);color:var(--pure-white)}.tab-btn.active:after{display:none}.detail-highlights{grid-template-columns:1fr}.costs-section{grid-template-columns:1fr;gap:2.5rem}.facts-grid{grid-template-columns:1fr}.tour-main-content{padding:2rem 1.5rem}.timeline{padding-left:15px}.price-header .price{font-size:2.5rem}}@media(max-width:480px){.tour-meta-hero{flex-direction:column;align-items:center;gap:.8rem}.booking-card{padding:2rem 1.5rem}}.booking-page{background:var(--soft-cream);min-height:100vh;padding-bottom:4rem;position:relative;z-index:1}.booking-header{background:var(--dark-charcoal);padding:14rem 0 4rem;margin-top:-80px;box-shadow:0 5px 20px #0000000d;color:var(--pure-white)}.booking-header h1{font-size:2rem;text-align:center;margin-bottom:1.5rem;color:var(--pure-white)}.booking-steps{display:flex;justify-content:center;gap:2rem;font-size:.9rem;color:#fff9;font-weight:600}.step.active{color:var(--primary-gold)}.booking-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:3rem}.booking-section{background:var(--pure-white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #00000008;margin-bottom:2rem}.booking-section h2{font-size:1.3rem;color:var(--secondary-burgundy);border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem;margin-bottom:2rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-gold);outline:none;box-shadow:0 0 0 3px #d4af371a}.traveller-counter{display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden}.traveller-counter button{background:#f5f5f5;border:none;width:40px;font-size:1.2rem;cursor:pointer;color:var(--text-dark)}.traveller-counter button:hover{background:#e0e0e0}.traveller-counter input{border:none;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;border-radius:0}.form-group.full{grid-column:span 2}.hint{display:block;margin-top:.5rem;font-size:.8rem;color:#888}.booking-form-area{display:flex;flex-direction:column;gap:1rem}.submit-booking-btn{width:100%;padding:.9rem;font-size:1rem;cursor:pointer;background:linear-gradient(135deg,var(--primary-gold),var(--primary-deep-gold));color:var(--pure-white);border:none;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:var(--transition-smooth);position:relative;z-index:10}.submit-booking-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #d4af3766}.submit-booking-btn:disabled{opacity:.7;cursor:not-allowed}.form-actions{margin-top:2rem;position:relative;z-index:5}.form-message{padding:1.2rem;border-radius:12px;margin-bottom:2rem;font-weight:600;text-align:center;position:relative;z-index:20}.form-message.loading{background:#d4af371a;color:var(--primary-gold);border:2px solid var(--primary-gold)}.summary-card{background:var(--pure-white);padding:1.5rem;border-radius:15px;box-shadow:0 5px 15px #00000008;position:sticky;top:100px}.summary-card h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-dark)}.summary-image{width:100%;height:150px;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.summary-image img{width:100%;height:100%;object-fit:cover}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;color:#666}.summary-row strong{color:var(--text-dark)}.summary-total{border-top:1px solid #eee;padding-top:1rem;margin-top:1rem;display:flex;justify-content:space-between;align-items:center}.total-price{font-size:1.2rem;font-weight:700;color:var(--primary-gold)}.secure-badge{margin-top:1.5rem;text-align:center;font-size:.8rem;color:var(--forest-green);background:#2d6a4f1a;padding:.5rem;border-radius:5px}@media(max-width:1200px){.booking-container{gap:2rem}.booking-section{padding:2rem}}@media(max-width:1024px){.booking-container{grid-template-columns:1fr}.booking-sidebar{order:-1;margin-bottom:2rem}.summary-card{position:static;max-width:600px;margin:0 auto}}@media(max-width:768px){.booking-header{padding:140px 0 3rem}.booking-header h1{font-size:1.6rem}.booking-steps{font-size:.8rem;gap:1.2rem;flex-wrap:wrap;padding:0 1rem}.booking-section{padding:1.5rem;border-radius:12px}.form-grid-2{grid-template-columns:1fr;gap:0}.submit-booking-btn{padding:1rem;font-size:1rem}}@media(max-width:480px){.booking-steps{gap:.8rem}.step:after{content:"〉";margin-left:.5rem;opacity:.3}.step:last-child:after{display:none}.form-grid-phone{grid-template-columns:70px 1fr;gap:.5rem}}.form-grid-phone input[name=countryCode]{background-color:#f9f9f9;text-align:center;color:#666;font-weight:600}.nationality-wrapper{position:relative}.nationality-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:250px;overflow-y:auto;z-index:100;box-shadow:0 5px 15px #0000001a;margin-top:5px}.nationality-dropdown li{padding:.8rem 1rem;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .2s;font-size:.95rem;color:var(--text-dark)}.nationality-dropdown li:hover{background-color:var(--soft-cream);color:var(--primary-gold)}.about-hero{position:relative;padding:14rem 0 10rem;background:linear-gradient(135deg,var(--secondary-burgundy),var(--primary-gold));text-align:center;color:var(--text-light);overflow:hidden;margin-top:-80px}.about-hero .container{position:relative;z-index:2}.about-hero h1{color:var(--pure-white);margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem)}.about-hero p{color:#f5f5f5e6;font-size:1.3rem;margin:0 auto}.story-section{background:var(--pure-white)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-content h2{margin-bottom:1rem}.story-content p{margin:1.5rem 0;color:#2d2d2dcc;line-height:1.9}.story-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.story-image-real{width:100%;height:550px;object-fit:cover;transition:var(--transition-smooth)}.story-image:hover .story-image-real{transform:scale(1.05)}.stats-section{background:linear-gradient(135deg,var(--dark-charcoal),#0F0F0F);padding:5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;text-align:center}.stat-item{color:var(--text-light)}.stat-number{font-size:clamp(3rem,6vw,5rem);font-weight:700;font-family:var(--font-heading);background:linear-gradient(135deg,var(--primary-gold),var(--accent-saffron));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#f5f5f5cc;text-transform:uppercase;letter-spacing:1px;font-weight:500}.values-section{background:var(--soft-cream)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.value-card{background:var(--pure-white);padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014;transition:var(--transition-smooth)}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.value-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block}.value-card h3{margin-bottom:1rem;color:var(--text-dark);font-size:1.6rem}.value-card p{color:#2d2d2db3;line-height:1.7}.team-section{background:var(--pure-white)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.team-card{background:var(--pure-white);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.team-image{height:350px;position:relative;background:linear-gradient(135deg,var(--mountain-blue),var(--primary-gold))}.team-1{background:linear-gradient(135deg,var(--secondary-burgundy),var(--primary-gold))}.team-2{background:linear-gradient(135deg,var(--accent-saffron),var(--primary-deep-gold))}.team-3{background:linear-gradient(135deg,var(--mountain-blue),var(--forest-green))}.team-image:after{content:"👤";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6rem;opacity:.3}.team-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a1a1acc;display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition-smooth)}.team-card:hover .team-overlay{opacity:1}.team-social{display:flex;gap:1.5rem}.team-social a{width:50px;height:50px;border-radius:50%;background:#d4af3733;border:2px solid var(--primary-gold);display:flex;align-items:center;justify-content:center;color:var(--primary-gold);font-size:1.2rem;transition:var(--transition-smooth)}.team-social a:hover{background:var(--primary-gold);color:var(--dark-charcoal);transform:translateY(-5px)}.team-info{padding:2rem;text-align:center}.team-info h3{margin-bottom:.5rem;font-size:1.6rem;color:var(--text-dark)}.team-role{color:var(--primary-gold);font-weight:600;margin-bottom:1rem;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.team-description{color:#2d2d2db3;line-height:1.7;font-size:.95rem}.mission-section{background:var(--soft-cream)}.mission-content{max-width:900px;margin:0 auto;text-align:center}.mission-content h2{margin-bottom:1rem}.mission-text{font-size:1.2rem;line-height:2;color:#2d2d2dcc;margin-top:2rem}.about-cta-section{position:relative;padding:8rem 0;overflow:hidden}.cta-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--mountain-blue),var(--forest-green))}.cta-content{position:relative;z-index:2;text-align:center;color:var(--text-light)}.cta-content h2{color:var(--pure-white);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem)}.cta-content p{color:#f5f5f5e6;font-size:1.2rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-content .btn-secondary{background:transparent;color:var(--pure-white);border-color:var(--pure-white)}.cta-content .btn-secondary:hover{background:var(--pure-white);color:var(--mountain-blue)}@media(max-width:1024px){.story-grid{gap:clamp(2rem,5vw,5rem)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media(max-width:768px){.about-hero{padding:140px 0 60px}.story-grid{grid-template-columns:1fr;text-align:center}.story-image-real{height:min(400px,60vw)}.stats-grid{grid-template-columns:1fr;gap:2.5rem}.team-grid{grid-template-columns:1fr}.mission-text{font-size:clamp(1rem,4vw,1.2rem);line-height:1.8}.about-cta-section{padding:6rem 0}}@media(max-width:480px){.team-image{height:280px}.team-info{padding:1.5rem}.value-card{padding:2.5rem 1.5rem}}.bhutan-about{margin-top:0;color:var(--text-dark)}.bhutan-hero{height:85vh;min-height:650px;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;position:relative;color:var(--pure-white)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0f0f0fb3,#0f0f0f66,#0f0f0fcc)}.bhutan-hero .container{position:relative;z-index:2}.bhutan-hero .hero-content{max-width:900px;margin:0 auto}.bhutan-hero h1{font-size:clamp(3.5rem,10vw,7rem);margin-bottom:2rem;line-height:1;font-weight:800;letter-spacing:-.03em;text-align:center}.bhutan-hero p{font-size:1.4rem;opacity:.95;max-width:650px;line-height:1.6;font-weight:400;margin:0 auto;text-align:center}p{color:#475569;line-height:1.8;font-size:1.1rem;max-width:800px}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.philosophy-text h2{margin-top:.5rem}.philosophy-image{position:relative}.philosophy-image img{width:100%;border-radius:24px;box-shadow:0 40px 80px #0000001f;display:block}.image-caption{margin-top:1.5rem;font-size:.95rem;color:#64748b;font-style:italic;font-weight:500;text-align:right}.nature-section{background:#f8fafc}.nature-section .decorative-line:after{background:#f8fafc}.nature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:6rem}.nature-card{text-align:left;padding:3.5rem 2.5rem;background:var(--pure-white);border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9}.nature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d4af374d}.nature-card i{font-size:2.8rem;color:var(--primary-gold);margin-bottom:2rem;opacity:.9}.nature-card h3{font-size:1.5rem;margin-bottom:1.2rem;color:#1e293b;font-weight:700}.nature-card p{font-size:1rem;margin-bottom:0}.nature-main-img img{width:100%;height:600px;object-fit:cover;border-radius:30px;box-shadow:0 25px 50px -12px #00000040}.culture-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10rem;align-items:center}.culture-image{position:relative}.culture-image img{width:100%;border-radius:30px;box-shadow:0 20px 25px -5px #0000001a}.culture-accent-box{position:absolute;bottom:-40px;right:-40px;background:#0f172a;color:var(--pure-white);padding:3rem;border-radius:24px;box-shadow:0 30px 60px #0000004d;text-align:center;border:1px solid rgba(255,255,255,.1)}.accent-number{display:block;font-size:3.5rem;font-weight:900;line-height:1;color:var(--primary-gold);margin-bottom:.5rem}.accent-text{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;opacity:.8}.culture-highlights{margin-top:4rem;display:grid;gap:3rem}.highlight-item h4{font-size:1.4rem;color:#1e293b;margin-bottom:.8rem;font-weight:700;display:flex;align-items:center;gap:1rem}.highlight-item h4:before{content:"";width:24px;height:2px;background:var(--primary-gold)}.food-section{background:#0f172a;color:var(--pure-white)}.food-section .decorative-line:after{background:#0f172a}.food-text h2{color:var(--pure-white)}.food-text p{color:#94a3b8;font-size:1.2rem}.food-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.food-list{margin-top:3rem;list-style:none}.food-list li{margin-bottom:1.5rem;display:flex;align-items:center;gap:1.5rem;font-size:1.15rem;color:#cbd5e1;font-weight:500}.food-list i{color:var(--primary-gold);font-size:1.2rem}.food-image img{width:100%;border-radius:30px;box-shadow:0 25px 50px -12px #00000080}.facts-section{background:#f8fafc}.facts-section .decorative-line:after{background:#f8fafc}.facts-table{max-width:900px;margin:0 auto;background:var(--pure-white);padding:3rem 4rem;border-radius:30px;box-shadow:0 10px 15px -3px #0000001a}.fact-row{display:flex;justify-content:space-between;padding:1.8rem 0;border-bottom:1px solid #f1f5f9}.fact-row:last-child{border-bottom:none}.fact-title{font-weight:700;color:#1e293b;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.fact-value{color:#475569;font-weight:600;font-size:1.1rem}.cta-box{position:relative;border-radius:40px;overflow:hidden;padding:10rem 4rem;color:var(--pure-white);text-align:center;box-shadow:0 25px 50px -12px #00000040}.cta-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.cta-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f172ae6,#0f172a66);z-index:2}.cta-content{position:relative;z-index:3;max-width:700px;margin:0 auto}.cta-content h2{color:var(--pure-white);font-size:3.5rem;font-weight:800;margin-bottom:1.5rem}.cta-content p{color:#cbd5e1;font-size:1.4rem;margin-bottom:3.5rem}.cta-buttons{display:flex;gap:2rem;justify-content:center}.cta-buttons .btn-primary{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700}.cta-buttons .btn-secondary{padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;border:2px solid var(--pure-white);color:var(--pure-white)}@media(max-width:1200px){.philosophy-grid,.culture-grid,.food-grid{gap:clamp(2rem,5vw,6rem)}}@media(max-width:1024px){.philosophy-grid,.culture-grid,.food-grid{grid-template-columns:1fr;text-align:center}.philosophy-text,.culture-text,.food-text{max-width:800px;margin:0 auto}.culture-image,.food-image{order:2}.nature-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.facts-table{padding:2.5rem}}@media(max-width:768px){.bhutan-hero{height:auto;min-height:90vh;padding:140px 0 60px}.nature-grid{grid-template-columns:1fr}.nature-main-img img{height:350px}.culture-accent-box{position:relative;right:0;bottom:0;margin:2rem auto 0;max-width:280px}.food-list{display:inline-block;text-align:left}.facts-table{padding:2rem 1.5rem;border-radius:20px}.fact-row{flex-direction:column;gap:.5rem;align-items:center;text-align:center}.cta-box{padding:4rem 1.5rem;border-radius:25px}.cta-content h2{font-size:clamp(2rem,8vw,3rem)}}.contact-hero{position:relative;padding:14rem 0 10rem;background:linear-gradient(135deg,var(--forest-green),var(--mountain-blue));text-align:center;color:var(--text-light);overflow:hidden;margin-top:-80px}.contact-hero .container{position:relative;z-index:2}.contact-hero h1{color:var(--pure-white);margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem)}.contact-hero p{color:#f5f5f5e6;font-size:1.3rem;margin:0 auto}.map-section{background:var(--soft-cream);padding-bottom:0!important}.map-container{height:400px;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000000d}.contact-content{background:var(--soft-cream)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem}.contact-form-section h2,.contact-info-section h2{margin-bottom:1rem}.form-description,.info-description{color:#2d2d2db3;margin:1.5rem 0 2.5rem;line-height:1.7}.contact-form{background:var(--pure-white);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.2rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-family:var(--font-body);font-size:1rem;transition:var(--transition-smooth);background:var(--pure-white);color:var(--text-dark)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-gold);box-shadow:0 0 0 3px #d4af371a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;margin-top:1rem;padding:1.2rem;font-size:1.1rem}.form-message{padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:500}.form-message.success{background:#1b43321a;color:var(--forest-green);border:2px solid var(--forest-green)}.form-message.error{background:#8b26351a;color:var(--secondary-burgundy);border:2px solid var(--secondary-burgundy)}.contact-info-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.info-card{background:var(--pure-white);padding:2rem;border-radius:15px;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:0 5px 20px #0000000d;transition:var(--transition-smooth)}.info-card:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.info-icon{font-size:2.5rem;flex-shrink:0}.info-content h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.info-content p{color:#2d2d2db3;font-size:.95rem;line-height:1.6}.social-section{background:var(--pure-white);padding:2rem;border-radius:15px;text-align:center;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}.social-section h3{margin-bottom:1.5rem;color:var(--text-dark)}.social-links-contact{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-link-contact{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-gold),var(--accent-saffron));display:flex;align-items:center;justify-content:center;color:var(--pure-white);font-size:1.2rem;transition:var(--transition-smooth)}.social-link-contact:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 10px 25px #d4af3766}.faq-section{background:var(--pure-white)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.faq-item{background:var(--soft-cream);padding:2.5rem;border-radius:15px;border-left:4px solid var(--primary-gold);transition:var(--transition-smooth)}.faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.faq-item h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.faq-item p{color:#2d2d2db3;line-height:1.7}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:4rem}.contact-info-section{order:-1;text-align:center}.contact-info-cards{align-items:center}.info-card{width:100%;max-width:500px;justify-content:center}}@media(max-width:768px){.contact-hero{padding:140px 0 60px}.contact-form{padding:clamp(1.5rem,5vw,3rem);border-radius:15px}.form-row{grid-template-columns:1fr;gap:1.5rem}.faq-grid{grid-template-columns:1fr}}@media(max-width:480px){.contact-form{padding:1.5rem}.info-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.info-icon{font-size:2rem}.social-section{padding:1.5rem}.faq-item{padding:2rem 1.5rem}.form-grid-phone{grid-template-columns:70px 1fr;gap:.5rem}}.form-grid-phone{display:grid;grid-template-columns:80px 1fr;gap:1rem}.phone-code-input{background-color:#f9f9f9!important;text-align:center;color:#555!important;font-weight:600}.country-input-container{position:relative}.country-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:250px;overflow-y:auto;z-index:100;box-shadow:0 5px 15px #0000001a;margin-top:5px;list-style:none;padding:0}.country-dropdown li{padding:.8rem 1rem;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .2s;font-size:.95rem;color:var(--text-dark)}.country-dropdown li:hover{background-color:var(--soft-cream);color:var(--primary-gold)}.thank-you-page{min-height:80vh;display:flex;justify-content:center;align-items:center;background-color:var(--soft-cream);padding:2rem;padding-top:120px}.thank-you-card{background:var(--pure-white);padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000000d;text-align:center;max-width:600px;width:100%;animation:fadeInUp .6s ease-out}.success-icon{width:80px;height:80px;background:#4caf501a;color:#4caf50;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem}.success-icon svg{width:40px;height:40px}.thank-you-card h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-family:var(--font-heading)}.thank-you-message{color:var(--text-dark);font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.8}.thank-you-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.thank-you-card{padding:2rem 1.5rem}.thank-you-card h1{font-size:2rem}}:root{--primary-gold: #D4AF37;--primary-deep-gold: #B8860B;--secondary-burgundy: #8B2635;--accent-saffron: #F4C430;--mountain-blue: #1A3A5F;--forest-green: #1B4332;--text-dark: #2D2D2D;--text-light: #F5F5F5;--pure-white: #FFFFFF;--soft-cream: #FFFDF5;--dark-charcoal: #1A1A1A;--font-heading: "Playfair Display", serif;--font-body: "Outfit", sans-serif;--transition-smooth: all .5s cubic-bezier(.4, 0, .2, 1);--section-padding: clamp(60px, 12vw, 120px);--container-max: 1300px;--container-padding: clamp(1.5rem, 5vw, 4rem)}html{scroll-behavior:smooth;font-size:16px}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}body{font-family:var(--font-body);background-color:var(--soft-cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{image-rendering:auto;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);width:100%}.image-hover-zoom{overflow:hidden;position:relative}.image-hover-zoom img{transition:transform .8s cubic-bezier(.4,0,.2,1)}.image-hover-zoom:hover img{transform:scale(1.1)}.card-hover{transition:var(--transition-smooth);position:relative}.card-hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#d4af371a,#8b26351a);opacity:0;transition:var(--transition-smooth);pointer-events:none}.card-hover:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.card-hover:hover:after{opacity:1}.decorative-line{width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--primary-gold),transparent);margin:2rem auto;position:relative}.decorative-line.lefty{margin-left:0;margin-right:auto;background:linear-gradient(90deg,var(--primary-gold),transparent)}.decorative-line:after{content:"◈";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--primary-gold);font-size:1rem;background:var(--pure-white);padding:0 5px}.decorative-line.lefty:after{left:0;transform:translateY(-50%)}.text-gradient{background:linear-gradient(135deg,var(--primary-gold),var(--accent-saffron));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-gold),transparent);margin:4rem 0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating{animation:float 6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.pulse{animation:pulse 3s ease-in-out infinite}@keyframes shine{0%{left:-100%}to{left:100%}}.shine-effect{position:relative;overflow:hidden}.shine-effect:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s infinite}.hero-label{display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:6px;font-size:.85rem;font-weight:700;margin-bottom:2.5rem;color:var(--primary-gold);text-align:center}.hero-label:before,.hero-label:after{content:"";width:30px;height:1px;background:var(--primary-gold);margin:0 15px}[class*=-hero] h1,.hero-title{font-size:clamp(2.5rem,8vw,6.5rem)!important;font-weight:800!important;letter-spacing:-.02em!important;line-height:1.1!important;margin-bottom:clamp(1rem,4vw,2.5rem)!important;color:var(--pure-white)!important;text-align:center!important;font-family:var(--font-heading)!important;text-shadow:0 15px 50px rgba(0,0,0,.5)!important;max-width:1100px!important;margin-left:auto!important;margin-right:auto!important;word-break:break-word!important;overflow-wrap:break-word!important}[class*=-hero] p,.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem)!important;opacity:.9!important;max-width:850px!important;margin:0 auto clamp(2rem,6vw,4rem)!important;line-height:1.7!important;color:var(--pure-white)!important;text-align:center!important;font-weight:300!important;letter-spacing:.5px!important}.hero-content,.hero-content .container,[class*=-hero] .container{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;margin:0 auto!important;width:100%!important;max-width:100%!important}[class*=-hero]{background-attachment:fixed}@media(max-width:1024px){[class*=-hero]{background-attachment:scroll!important}}.hero-buttons,.cta-buttons{display:flex!important;gap:clamp(1rem,3vw,2rem)!important;justify-content:center!important;width:100%!important;flex-wrap:wrap!important}.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:auto!important;min-width:clamp(160px,20vw,240px)!important}@media(max-width:600px){.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%!important}}.section-header{text-align:center;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;width:100%}.section-label{display:inline-block;color:var(--primary-gold);text-transform:uppercase;letter-spacing:4px;font-weight:700;margin-bottom:1.5rem;font-size:.9rem}.section-description{max-width:700px;margin:1.5rem auto 0;color:var(--text-dark);opacity:.7;font-size:1.2rem;text-align:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dark-charcoal)}::-webkit-scrollbar-thumb{background:var(--primary-gold);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-deep-gold)}:root{--primary-gold: #D4AF37;--primary-deep-gold: #B8941E;--secondary-burgundy: #8B2635;--accent-saffron: #FF9933;--dark-charcoal: #1A1A1A;--soft-cream: #F5F1E8;--mountain-blue: #2C5F7C;--forest-green: #1B4332;--pure-white: #FFFFFF;--text-dark: #2D2D2D;--text-light: #F5F5F5;--font-heading: "Cormorant Garamond", serif;--font-body: "Montserrat", sans-serif;--section-padding: 120px;--container-max: 1400px;--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .8s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--pure-white);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-dark)}h1{font-size:clamp(2rem,8vw,6rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.8rem,6vw,4.5rem);font-weight:600}h3{font-size:clamp(1.8rem,4vw,3rem)}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:var(--text-dark)}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;transition:var(--transition-smooth)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.section{padding:var(--section-padding) 0}.btn-primary{background:linear-gradient(135deg,var(--primary-gold),var(--primary-deep-gold));color:var(--pure-white);padding:.8rem 2.2rem;font-size:.95rem;font-weight:600;letter-spacing:.5px;border-radius:50px;text-transform:uppercase;position:relative;overflow:hidden;z-index:1;box-shadow:0 10px 30px #d4af374d}.btn-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-deep-gold),var(--secondary-burgundy));z-index:-1;opacity:0;transition:var(--transition-smooth)}.btn-primary:hover:before{opacity:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #d4af3759}.btn-secondary{background:transparent;color:var(--primary-gold);padding:.8rem 2.2rem;font-size:.95rem;font-weight:600;letter-spacing:.5px;border:2px solid var(--primary-gold);border-radius:50px;text-transform:uppercase;transition:var(--transition-smooth)}.btn-secondary:hover{background:var(--primary-gold);color:var(--pure-white);transform:translateY(-3px);box-shadow:0 10px 30px #d4af374d}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a66,#1a1a1a99,#1a1a1acc);z-index:1}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:opacity .8s ease,transform .8s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:opacity .8s ease,transform .8s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}@media(max-width:1024px){:root{--section-padding: 80px}.container{padding:0 1.5rem}.btn-primary,.btn-secondary{padding:.75rem 2rem;font-size:.9rem}}@media(max-width:768px){:root{--section-padding: 60px}.btn-primary,.btn-secondary{padding:.7rem 1.8rem;font-size:.85rem}}@media(max-width:480px){:root{--section-padding: 40px}.container{padding:0 1rem}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--soft-cream)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-gold),var(--primary-deep-gold));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-burgundy)}
