*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f5f0e8;--warm-white:#faf7f2;--sand:#e8d9c0;--clay:#c97c4a;--rust:#b55a2a;--deep-teal:#1a4a52;--teal:#2a6b78;--midnight:#0d1f24;--gold:#d4a84b;--text-dark:#1a2a2e;--text-mid:#3a5055;--text-light:#6a8a90;--radius:12px;--transition:0.3s ease}html{scroll-behavior:smooth}body{font-family:'Lato',sans-serif;background:var(--warm-white);color:var(--text-dark);line-height:1.7}h1,h2,h3,h4{font-family:'Playfair Display',serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:70px;background:rgba(13,31,36,0.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,168,75,0.2)}.nav-logo{display:flex;align-items:center;gap:10px;font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--cream);letter-spacing:0.02em}.nav-logo-icon{width:38px;height:38px;background:linear-gradient(135deg,var(--teal),var(--clay));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:rgba(245,240,232,0.85);font-size:0.875rem;font-weight:400;letter-spacing:0.06em;text-transform:uppercase;transition:color var(--transition)}.nav-links a:hover{color:var(--gold)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{display:block;width:26px;height:2px;background:var(--cream);border-radius:2px;transition:var(--transition)}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:rgba(13,31,36,0.97);backdrop-filter:blur(16px);z-index:999;padding:1.5rem 0 2rem;border-bottom:1px solid rgba(212,168,75,0.2)}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;align-items:center}.mobile-menu a{display:block;color:var(--cream);font-size:1rem;letter-spacing:0.08em;text-transform:uppercase;padding:0.85rem 2rem;width:100%;text-align:center;transition:background var(--transition),color var(--transition)}.mobile-menu a:hover{background:rgba(255,255,255,0.05);color:var(--gold)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url('hero.jpg');background-size:cover;background-position:center 40%;filter:brightness(0.55);transform:scale(1.03);animation:slowZoom 18s ease-in-out infinite alternate}@keyframes slowZoom{from{transform:scale(1.03)}to{transform:scale(1.10)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(13,31,36,0.3) 0%,rgba(13,31,36,0.15) 50%,rgba(13,31,36,0.7) 100%)}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem 1.5rem;animation:fadeUp 1.2s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{display:inline-block;font-size:0.75rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(212,168,75,0.5);padding:0.35rem 1.2rem;border-radius:50px;margin-bottom:1.5rem;backdrop-filter:blur(6px);background:rgba(13,31,36,0.3)}.hero h1{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;color:#fff;line-height:1.05;margin-bottom:0.5rem;text-shadow:0 2px 30px rgba(0,0,0,0.5)}.hero-slogan{font-family:'Playfair Display',serif;font-size:clamp(1rem,2.5vw,1.4rem);color:var(--gold);font-style:italic;letter-spacing:0.05em;margin-bottom:1.8rem}.hero-intro{font-size:clamp(0.95rem,2vw,1.1rem);color:rgba(245,240,232,0.9);max-width:580px;margin:0 auto 2.5rem;line-height:1.75}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;font-family:'Lato',sans-serif;font-weight:700;font-size:0.9rem;letter-spacing:0.08em;text-transform:uppercase;padding:0.9rem 2.2rem;border-radius:4px;border:none;cursor:pointer;transition:all var(--transition);text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--clay),var(--rust));color:#fff;box-shadow:0 4px 20px rgba(201,124,74,0.4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,124,74,0.5)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,0.7)}.btn-outline:hover{background:rgba(255,255,255,0.1);border-color:#fff}.btn-teal{background:linear-gradient(135deg,var(--deep-teal),var(--teal));color:#fff;box-shadow:0 4px 20px rgba(26,74,82,0.35)}.btn-teal:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(26,74,82,0.5)}.btn-gold{background:linear-gradient(135deg,var(--gold),#c49538);color:var(--midnight);box-shadow:0 4px 20px rgba(212,168,75,0.35)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(212,168,75,0.5)}section{scroll-margin-top:70px}.section-pad{padding:6rem 1.5rem}.container{max-width:1200px;margin:0 auto}.section-label{font-size:0.72rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--clay);font-weight:700;margin-bottom:0.75rem}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--deep-teal);line-height:1.2;margin-bottom:1rem}.section-lead{font-size:1.05rem;color:var(--text-mid);max-width:640px;line-height:1.8}#advantages{background:var(--cream)}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem}.adv-card{background:var(--warm-white);border-radius:var(--radius);padding:2.5rem 2rem;border-top:3px solid var(--clay);box-shadow:0 2px 20px rgba(26,74,82,0.07);transition:transform var(--transition),box-shadow var(--transition)}.adv-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(26,74,82,0.13)}.adv-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--teal),var(--deep-teal));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.4rem}.adv-card h3{font-size:1.2rem;color:var(--deep-teal);margin-bottom:0.75rem}.adv-card p{font-size:0.95rem;color:var(--text-mid);line-height:1.75}#history{background:var(--deep-teal);color:var(--cream);position:relative;overflow:hidden}#history::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(212,168,75,0.08) 0%,transparent 70%);border-radius:50%}.history-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.history-text .section-title{color:var(--cream)}.history-text .section-label{color:var(--gold)}.history-text p{color:rgba(245,240,232,0.82);font-size:1rem;line-height:1.85;margin-bottom:1.2rem}.history-img-wrap{position:relative}.history-img-wrap img{border-radius:var(--radius);width:100%;object-fit:cover;height:420px;box-shadow:0 20px 60px rgba(0,0,0,0.4)}.history-badge{position:absolute;bottom:-20px;left:-20px;background:var(--clay);color:#fff;border-radius:var(--radius);padding:1.2rem 1.5rem;font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;box-shadow:0 8px 28px rgba(0,0,0,0.3)}.history-badge span{display:block;font-family:'Lato',sans-serif;font-size:0.8rem;font-weight:400;opacity:0.85;margin-top:2px}.cta-banner{padding:3.5rem 1.5rem;text-align:center}.cta-banner h3{font-size:clamp(1.4rem,3vw,2rem);color:#fff;margin-bottom:0.6rem}.cta-banner p{color:rgba(255,255,255,0.85);margin-bottom:1.8rem;font-size:1rem}.cta-btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}#tours{background:var(--warm-white)}.tour-card{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 40px rgba(26,74,82,0.1);margin-bottom:3.5rem;transition:box-shadow var(--transition);background:#fff}.tour-card:hover{box-shadow:0 10px 60px rgba(26,74,82,0.17)}.tour-card.reverse{direction:rtl}.tour-card.reverse>*{direction:ltr}.tour-img{position:relative;overflow:hidden}.tour-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease;min-height:340px}.tour-card:hover .tour-img img{transform:scale(1.05)}.tour-img-badge{position:absolute;top:1.2rem;left:1.2rem;background:rgba(13,31,36,0.75);color:var(--gold);font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;padding:0.4rem 1rem;border-radius:50px;backdrop-filter:blur(6px);border:1px solid rgba(212,168,75,0.3)}.tour-body{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;background:#fff}.tour-body h2{font-size:clamp(1.4rem,2.5vw,1.8rem);color:var(--deep-teal);margin-bottom:1rem;line-height:1.25}.tour-body p{color:var(--text-mid);font-size:0.97rem;line-height:1.8;margin-bottom:1.8rem}.tour-features{list-style:none;margin-bottom:2rem}.tour-features li{display:flex;align-items:center;gap:0.5rem;font-size:0.88rem;color:var(--text-mid);margin-bottom:0.4rem}.tour-features li::before{content:'✓';color:var(--teal);font-weight:700}#faq{background:var(--cream)}.faq-grid{margin-top:3rem;max-width:820px;margin-left:auto;margin-right:auto}details{background:var(--warm-white);border-radius:var(--radius);margin-bottom:1rem;border:1px solid rgba(26,74,82,0.1);overflow:hidden;transition:box-shadow var(--transition)}details[open]{box-shadow:0 4px 24px rgba(26,74,82,0.1)}summary{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--deep-teal);padding:1.4rem 1.8rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;user-select:none}summary::-webkit-details-marker{display:none}summary::after{content:'+';font-size:1.4rem;color:var(--clay);font-family:'Lato',sans-serif;font-weight:300;flex-shrink:0;margin-left:1rem;transition:transform var(--transition)}details[open] summary::after{transform:rotate(45deg)}.faq-answer{padding:1rem 1.8rem 1.5rem;font-size:0.95rem;color:var(--text-mid);line-height:1.8;border-top:1px solid rgba(26,74,82,0.07)}.faq-answer a{color:var(--teal);text-decoration:underline}#reviews{background:var(--warm-white)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.review-card{background:#fff;border-radius:var(--radius);padding:1.8rem;box-shadow:0 2px 20px rgba(26,74,82,0.07);border-bottom:3px solid var(--teal);transition:transform var(--transition)}.review-card:hover{transform:translateY(-4px)}.review-stars{color:var(--gold);font-size:1rem;margin-bottom:0.8rem;letter-spacing:1px}.review-text{font-size:0.92rem;color:var(--text-mid);line-height:1.75;font-style:italic;margin-bottom:1.2rem}.review-author{display:flex;align-items:center;gap:0.75rem}.review-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--sand);flex-shrink:0;overflow:hidden}.review-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.review-name{font-weight:700;font-size:0.88rem;color:var(--deep-teal)}.review-location{font-size:0.78rem;color:var(--text-light)}footer{background:var(--midnight);color:rgba(245,240,232,0.75);padding:4rem 1.5rem 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.footer-brand h4{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--cream);margin-bottom:0.75rem}.footer-brand p{font-size:0.88rem;line-height:1.75;max-width:280px}.footer-col h5{font-family:'Playfair Display',serif;font-size:0.95rem;color:var(--cream);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(212,168,75,0.25)}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:0.55rem}.footer-col ul a{font-size:0.88rem;color:rgba(245,240,232,0.65);transition:color var(--transition)}.footer-col ul a:hover{color:var(--gold)}.footer-contact-item{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.88rem;margin-bottom:0.75rem}.footer-contact-item span{opacity:0.65}.footer-contact-item a{color:rgba(245,240,232,0.65);transition:color var(--transition)}.footer-contact-item a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:2rem;text-align:center;font-size:0.8rem;color:rgba(245,240,232,0.4);max-width:1200px;margin:0 auto}.footer-cta-box{background:rgba(255,255,255,0.04);border-radius:var(--radius);padding:2.5rem;text-align:center;margin-bottom:3rem;border:1px solid rgba(212,168,75,0.15);max-width:1200px;margin-left:auto;margin-right:auto}.footer-cta-box h4{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--cream);margin-bottom:0.5rem}.footer-cta-box p{font-size:0.9rem;color:rgba(245,240,232,0.65);margin-bottom:1.5rem}@media (max-width:900px){.advantages-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.history-inner{grid-template-columns:1fr;gap:3rem}.history-badge{bottom:10px;left:10px}.tour-card,.tour-card.reverse{grid-template-columns:1fr;direction:ltr}.tour-img img{min-height:240px}.reviews-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.footer-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}.nav{padding:0 1.5rem}.section-pad{padding:4rem 1.2rem}.hero-cta-group{flex-direction:column;align-items:center}.advantages-grid{text-align:center}.adv-icon{margin-left:auto;margin-right:auto}.tour-body{padding:2rem 1.5rem;text-align:center}.tour-features{text-align:left;display:inline-block}.tour-body .btn{width:100%;justify-content:center}.cta-btn-group{flex-direction:column;align-items:center}.cta-btn-group .btn{width:100%;max-width:320px;justify-content:center}.history-text{text-align:center}.history-text .section-lead{margin:0 auto}.section-lead{margin:0 auto}.tours-header{text-align:center}#faq .section-title,#faq .section-label{text-align:center}#reviews .section-title,#reviews .section-label{text-align:center}.reviews-grid{grid-template-columns:1fr}.footer-cta-box .btn{width:100%;justify-content:center}}@media (max-width:480px){.nav-logo .name-text{display:none}}.section-heading{text-align:center}.section-lead-centered{margin:.75rem auto 0}.section-lead-faq{margin:.75rem auto 2rem}.cta-clay{background:linear-gradient(135deg,var(--clay),var(--rust))}.cta-teal{background:linear-gradient(135deg,var(--deep-teal),var(--teal))}.footer-prelude{background:var(--cream);padding:0 1.5rem 3rem}.footer-prelude-title{color:var(--deep-teal)}.footer-prelude-copy{color:var(--text-mid)}.footer-brand-row{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-brand-title{margin:0}.btn-compact{font-size:.78rem;padding:.65rem 1.2rem}.footer-booking{margin-top:1.2rem}.footer-bottom-link{color:var(--gold)}.affiliate-disclosure{margin-top:1rem;font-size:.78rem;line-height:1.6;color:rgba(245,240,232,.55)}