:root{--terra: #B5532A;--terra-deep: #8B3A18;--terra-pale: #E8C4A8;--cream: #F5EFE0;--cream-warm: #EDE3CC;--ink: #1A1410;--ink-mid: #3D2B1F;--forest: #2C4A35;--forest-lt: #3E6B4A;--sand: #C9B08A;--gold: #C49A3C;--gold-lt: #E8C96A;--sky: #3A6B8A;--white: #FDFAF5;--font-display: "Bebas Neue", sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-body: "DM Sans", sans-serif;--font-elegant: "Cormorant Garamond", serif;--radius: 6px;--radius-lg: 14px;--shadow-sm: 0 2px 12px rgba(26,20,16,.1);--shadow-md: 0 8px 32px rgba(26,20,16,.16);--shadow-lg: 0 20px 60px rgba(26,20,16,.22);--nav-h: 70px;--max-w: 1360px;--section-gap: 110px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}input,textarea,select{font-family:var(--font-body);font-size:1rem}.section-eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--terra);margin-bottom:.75rem}.section-eyebrow--light{color:var(--terra-pale)}.section-title{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.08;color:var(--ink)}.section-title em{font-style:italic;color:var(--terra);font-weight:400}.section-sub{font-family:var(--font-elegant);font-size:1.15rem;color:var(--ink-mid);max-width:620px;margin:1.25rem auto 0;line-height:1.7}.section-header{text-align:center;margin-bottom:3.5rem}.section-header--left{text-align:left}.section-header--light .section-title{color:var(--white)}.section-header--light .section-sub{color:var(--cream-warm)}.btn{display:inline-block;padding:.85rem 2.2rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.06em;border-radius:var(--radius);transition:all .25s ease;white-space:nowrap}.btn-primary{background:var(--terra);color:var(--white);border:2px solid var(--terra)}.btn-primary:hover{background:var(--terra-deep);border-color:var(--terra-deep);transform:translateY(-2px);box-shadow:0 8px 24px #b5532a59}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.65)}.btn-outline:hover{background:#ffffff1f;border-color:var(--white)}.btn-large{padding:1.1rem 2.8rem;font-size:1rem}#navbar{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--nav-h);transition:background .3s ease,box-shadow .3s ease}#navbar.scrolled{background:var(--ink);box-shadow:0 2px 20px #0000004d}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;flex-direction:column;line-height:1;transition:opacity .2s}.nav-logo:hover{opacity:.8}.logo-ms{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.04em;color:var(--white)}.logo-tag{font-family:var(--font-elegant);font-size:.7rem;font-style:italic;color:var(--terra-pale);letter-spacing:.12em}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.85rem;font-weight:400;color:#ffffffd1;letter-spacing:.04em;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-links .nav-cta{background:var(--terra);color:var(--white)!important;padding:.5rem 1.3rem;border-radius:var(--radius);font-weight:500;transition:background .2s,transform .2s}.nav-links .nav-cta:hover{background:var(--terra-deep);transform:translateY(-1px)}.nav-toggle{display:none;color:var(--white);font-size:1.5rem;line-height:1}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.06);animation:heroZoom 18s ease-in-out infinite alternate}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1.12)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1410d1,#2c4a358c,#1a1410b8)}.hero-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,transparent,transparent 60px,rgba(255,255,255,.018) 60px,rgba(255,255,255,.018) 61px)}.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:calc(var(--nav-h) + 4rem) 2rem 6rem;width:100%;animation:fadeUp .9s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-kicker{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--terra-pale);margin-bottom:1.5rem;animation:fadeUp .9s .1s ease both}.hero-title{display:flex;flex-direction:column;font-family:var(--font-display);line-height:.92;color:var(--white);margin-bottom:2rem}.hero-line1{font-size:clamp(5rem,14vw,12rem);letter-spacing:-.01em;animation:fadeUp .9s .15s ease both}.hero-line2{font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:clamp(3rem,9vw,7.5rem);color:var(--terra-pale);letter-spacing:.01em;animation:fadeUp .9s .25s ease both}.hero-line3{font-size:clamp(2.8rem,8vw,6.8rem);letter-spacing:-.01em;animation:fadeUp .9s .35s ease both}.hero-sub{font-family:var(--font-elegant);font-size:clamp(1rem,2vw,1.25rem);color:#fdfaf5d9;max-width:620px;line-height:1.75;margin-bottom:2.5rem;animation:fadeUp .9s .45s ease both}.hero-sub strong{color:var(--terra-pale);font-style:italic}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem;animation:fadeUp .9s .55s ease both}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap;animation:fadeUp .9s .65s ease both}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-n{font-family:var(--font-display);font-size:2.2rem;color:var(--white);letter-spacing:.02em}.stat-l{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--terra-pale)}.hero-scroll-hint{position:absolute;bottom:2.5rem;right:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;animation:fadeIn 1.5s 1.2s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-scroll-hint span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#fdfaf58c;writing-mode:vertical-rl}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(253,250,245,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.5);opacity:1}}.intro-band{background:var(--ink);padding:var(--section-gap) 2rem}.intro-band-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.intro-text h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.intro-text h2 em{font-style:italic;color:var(--terra-pale);font-weight:400}.intro-text p{font-family:var(--font-elegant);font-size:1.08rem;color:#fdfaf5bf;line-height:1.8;margin-bottom:1rem}.intro-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:420px;flex-shrink:0}.intro-image{height:100%}.intro-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--ink);border:1px solid var(--sand);color:var(--white);padding:.7rem 1.1rem;border-radius:var(--radius);display:flex;align-items:center;gap:.6rem;font-size:.75rem;line-height:1.3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-icon{font-size:1.4rem}.tours-section{padding:var(--section-gap) 2rem;max-width:var(--max-w);margin:0 auto}.tours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.tour-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.tour-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.tour-card--wide{grid-column:span 2}.tour-card--full{grid-column:span 3}.card-img-wrap{position:relative;height:220px;flex-shrink:0;overflow:hidden}.card-img-wrap img{transition:transform .5s ease}.tour-card:hover .card-img-wrap img{transform:scale(1.06)}.card-label{position:absolute;top:1rem;left:1rem;background:var(--terra);color:var(--white);font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .8rem;border-radius:100px}.card-label--gold{background:var(--gold);color:var(--ink)}.card-body{padding:1.6rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.card-body h3{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;line-height:1.2;color:var(--ink)}.card-body p{font-family:var(--font-elegant);font-size:1rem;color:var(--ink-mid);line-height:1.7}.card-note{font-size:.85rem!important;font-style:italic;color:var(--terra)!important}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.card-tags li{font-size:.68rem;font-weight:500;letter-spacing:.08em;padding:.25rem .7rem;border-radius:100px;background:var(--cream);color:var(--ink-mid);border:1px solid var(--cream-warm)}.card-destinations{font-size:.8rem;color:var(--ink-mid);line-height:1.5;padding-top:.25rem;border-top:1px solid var(--cream-warm)}.card-destinations strong{color:var(--ink)}.card-link{margin-top:auto;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--terra);letter-spacing:.03em;transition:color .2s,letter-spacing .2s}.card-link:hover{color:var(--terra-deep);letter-spacing:.06em}.tour-card--cultura .card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(60,40,20,.45) 0%,transparent 50%)}.tour-card--mare .card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,50,80,.45) 0%,transparent 55%)}.tour-card--montagna .card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(20,50,30,.45) 0%,transparent 55%)}.tour-card--food .card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(100,50,10,.45) 0%,transparent 55%)}.tour-card--casino{border:2px solid var(--gold)}.tour-card--casino .card-body{background:var(--ink)}.tour-card--casino .card-body h3{color:var(--gold-lt)}.tour-card--casino .card-body p{color:#fdfaf5cc}.tour-card--casino .card-destinations{color:#fdfaf5a6;border-color:#fdfaf51f}.tour-card--casino .card-destinations strong{color:var(--gold-lt)}.tour-card--casino .card-link{color:var(--gold)}.tour-card--casino .card-link:hover{color:var(--gold-lt)}.tour-card--casino .card-tags li{background:#ffffff14;color:#fdfaf5b3;border-color:#ffffff1f}.casino-notice{font-size:.75rem;color:#fdfaf580;padding:.5rem .75rem;background:#ffffff0d;border-radius:var(--radius);border-left:3px solid var(--gold);line-height:1.4}.tour-card--custom{background:var(--forest);min-height:320px}.card-body-custom{display:grid;grid-template-columns:1fr 1fr;height:100%}.custom-text{padding:2.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}.custom-text .card-label{position:static;width:fit-content;background:#ffffff26}.custom-text h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2.1rem);color:var(--white);font-weight:900;line-height:1.1}.custom-text p{font-family:var(--font-elegant);color:#fdfaf5cc;font-size:1.05rem;line-height:1.7}.custom-text em{color:var(--terra-pale);font-style:italic}.custom-img-wrap{position:relative;overflow:hidden}.custom-img-wrap img{height:100%;object-position:center}.destinations-section{background:var(--ink-mid);padding:var(--section-gap) 2rem}.destinations-section .section-title{color:var(--white)}.destinations-section .section-eyebrow{color:var(--terra-pale)}.destinations-map-area{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.dest-collage{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:520px}.dest-main-img{height:100%}.dest-list-wrap{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-top:.5rem}.dest-region h4{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.1em;color:var(--terra-pale);margin-bottom:.9rem;padding-bottom:.5rem;border-bottom:1px solid rgba(253,250,245,.12)}.dest-region ul{display:flex;flex-direction:column;gap:.5rem}.dest-region li{display:flex;align-items:center;gap:.6rem;font-family:var(--font-elegant);font-size:1rem;color:#fdfaf5c7;line-height:1.4}.dest-dot{flex-shrink:0;width:6px;height:6px;background:var(--terra);border-radius:50%}.how-section{padding:var(--section-gap) 2rem;background:var(--cream)}.how-steps{max-width:var(--max-w);margin:0 auto;display:flex;align-items:flex-start;gap:0;flex-wrap:wrap}.step{flex:1;min-width:180px;padding:2rem 1.5rem;position:relative}.step-num{font-family:var(--font-display);font-size:5rem;line-height:1;color:var(--terra-pale);letter-spacing:-.02em;margin-bottom:.5rem}.step-body h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;margin-bottom:.6rem;color:var(--ink)}.step-body p{font-family:var(--font-elegant);font-size:.98rem;color:var(--ink-mid);line-height:1.7}.step-arrow{flex-shrink:0;font-size:2rem;color:var(--terra);align-self:center;margin-top:-1rem;opacity:.6}.how-note{max-width:var(--max-w);margin:2.5rem auto 0;text-align:center;font-size:.82rem;color:var(--ink-mid);letter-spacing:.06em;padding:1rem 2rem;background:var(--cream-warm);border-radius:var(--radius);border-left:4px solid var(--terra)}.why-section{background:var(--forest);padding:var(--section-gap) 2rem}.why-inner{max-width:var(--max-w);margin:0 auto}.why-section .section-eyebrow{color:var(--terra-pale)}.why-section .section-title{color:var(--white)}.why-section .section-title em{color:var(--terra-pale);font-style:italic}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem}.why-item{background:#ffffff12;border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(255,255,255,.1);transition:background .3s,transform .3s}.why-item:hover{background:#ffffff1c;transform:translateY(-4px)}.why-icon{font-size:2.2rem;margin-bottom:1rem;line-height:1}.why-item h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.25}.why-item p{font-family:var(--font-elegant);font-size:.97rem;color:#fdfaf5b8;line-height:1.7}.reviews-section{padding:var(--section-gap) 2rem;background:var(--cream-warm);overflow:hidden}.reviews-section .section-title{color:var(--ink)}.reviews-track-wrap{position:relative;max-width:var(--max-w);margin:0 auto;overflow:hidden}.reviews-track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.review-card{flex:0 0 calc(33.333% - 1rem);background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem}.review-stars{font-size:1rem;color:var(--gold);letter-spacing:.1em}.review-card blockquote{font-family:var(--font-elegant);font-size:1.05rem;font-style:italic;color:var(--ink-mid);line-height:1.75;flex:1}.review-card blockquote:before{content:"“";font-size:2rem;line-height:.5;color:var(--terra-pale);display:block;margin-bottom:.25rem}.review-author{display:flex;flex-direction:column;gap:.2rem;padding-top:.75rem;border-top:1px solid var(--cream-warm)}.review-author strong{font-size:.9rem;color:var(--ink)}.review-author span{font-size:.78rem;color:var(--terra);letter-spacing:.04em}.reviews-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--ink);color:var(--white);border-radius:50%;font-size:1.4rem;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10;transition:background .2s,transform .2s;box-shadow:var(--shadow-md)}.reviews-btn:hover{background:var(--terra);transform:translateY(-50%) scale(1.1)}.reviews-btn--prev{left:-1.5rem}.reviews-btn--next{right:-1.5rem}.reviews-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.reviews-dots button{width:8px;height:8px;background:var(--sand);border-radius:50%;transition:all .3s}.reviews-dots button.active{background:var(--terra);width:24px;border-radius:4px}.cta-section{position:relative;background:var(--ink);padding:var(--section-gap) 2rem calc(var(--section-gap) + 2rem);overflow:hidden}.cta-bg-text{position:absolute;bottom:-3rem;right:-2rem;font-family:var(--font-display);font-size:clamp(8rem,18vw,22rem);color:#ffffff06;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.02em}.cta-inner{position:relative;z-index:2;max-width:900px;margin:0 auto}.cta-title{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.25rem}.cta-title em{font-style:italic;color:var(--terra-pale);font-weight:400}.cta-sub{font-family:var(--font-elegant);font-size:1.15rem;color:#fdfaf5bf;line-height:1.75;margin-bottom:3rem;max-width:640px}.cta-contacts{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:3.5rem}.cta-contact-item{display:flex;align-items:center;gap:.9rem;transition:opacity .2s}.cta-contact-item:hover{opacity:.8}.cta-contact-icon{font-size:1.6rem;line-height:1}.cta-contact-item div{display:flex;flex-direction:column;gap:.15rem}.cta-contact-item strong{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--terra-pale)}.cta-contact-item span{font-size:1rem;color:var(--white)}.cta-form{display:flex;flex-direction:column;gap:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:var(--radius-lg)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-row--single{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#fdfaf599}.form-group input,.form-group select,.form-group textarea{background:#ffffff12;border:1px solid rgba(255,255,255,.14);color:var(--white);padding:.85rem 1rem;border-radius:var(--radius);transition:border-color .2s,background .2s;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#fdfaf54d}.form-group select option{background:var(--ink);color:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--terra);background:#ffffff1a}.form-submit-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.form-privacy{font-size:.75rem;color:#fdfaf566;line-height:1.5}.form-privacy a{color:var(--terra-pale);text-decoration:underline}.form-success{display:flex;align-items:center;gap:1rem;background:#3e6b4a66;border:1px solid var(--forest-lt);padding:1.25rem 1.5rem;border-radius:var(--radius);color:var(--white);font-family:var(--font-elegant);font-size:1rem}.form-success span{font-size:1.5rem}.site-footer{background:#0f0c09;padding:4rem 2rem 0}.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{font-family:var(--font-display);font-size:2rem;letter-spacing:.06em;color:var(--white);margin-bottom:.75rem}.footer-brand p{font-family:var(--font-elegant);font-size:.95rem;color:#fdfaf580;line-height:1.6;margin-bottom:.5rem}.footer-legal-mini{font-size:.72rem!important;color:#fdfaf54d!important;line-height:1.5!important}.footer-links h5,.footer-social h5{font-family:var(--font-body);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--terra-pale);margin-bottom:1rem}.footer-links ul{display:flex;flex-direction:column;gap:.6rem}.footer-links li a{font-size:.88rem;color:#fdfaf58c;transition:color .2s}.footer-links li a:hover{color:var(--white)}.social-links{display:flex;gap:.75rem;margin-bottom:1.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);color:#fdfaf5b3;font-size:.75rem;font-weight:600;text-transform:uppercase;transition:all .2s}.social-links a:hover{border-color:var(--terra);color:var(--white);background:var(--terra)}.footer-badge{display:flex;align-items:center;gap:.6rem;font-size:.72rem;color:#fdfaf566;line-height:1.4;padding:.75rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}.footer-badge span:first-child{font-size:1.2rem}.footer-bottom{max-width:var(--max-w);margin:0 auto;padding:1.5rem 0;display:flex;justify-content:center}.footer-bottom p{font-size:.75rem;color:#fdfaf54d;letter-spacing:.06em}.footer-bottom em{font-style:italic;color:#fdfaf573}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (max-width: 1100px){.tours-grid{grid-template-columns:repeat(2,1fr)}.tour-card--wide,.tour-card--full{grid-column:span 2}.why-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 900px){:root{--section-gap: 72px}.intro-band-inner{grid-template-columns:1fr;gap:2.5rem}.intro-image-wrap{height:300px}.destinations-map-area{grid-template-columns:1fr}.dest-collage{height:300px}.dest-list-wrap{grid-template-columns:repeat(2,1fr)}.card-body-custom{grid-template-columns:1fr}.custom-img-wrap{height:220px}.how-steps{flex-direction:column;gap:0}.step-arrow{transform:rotate(90deg);align-self:flex-start;margin-left:3.5rem}.review-card{flex:0 0 calc(50% - .75rem)}}@media (max-width: 700px){:root{--section-gap: 56px}.nav-toggle{display:block}.nav-links{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--ink);flex-direction:column;gap:0;padding:1rem 0;box-shadow:var(--shadow-lg)}.nav-links.open{display:flex}.nav-links a{display:block;padding:.85rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);width:100%}.nav-links .nav-cta{margin:.5rem 2rem;display:inline-block;width:auto}.tours-grid{grid-template-columns:1fr}.tour-card--wide,.tour-card--full{grid-column:span 1}.why-grid{grid-template-columns:1fr}.hero-stats{gap:2rem}.form-row{grid-template-columns:1fr}.cta-contacts{flex-direction:column;gap:1.25rem}.footer-inner{grid-template-columns:1fr}.review-card{flex:0 0 100%}.reviews-btn--prev{left:.25rem}.reviews-btn--next{right:.25rem}.dest-list-wrap{grid-template-columns:1fr}.form-submit-row{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.hero-line1{font-size:4.5rem}.hero-line2{font-size:2.8rem}.hero-line3{font-size:2.5rem}.cta-form{padding:1.5rem}}
