@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--forest:#0b3b2b;--forest2:#062b20;--moss:#536b4d;--sage:#8ea384;--gold:#c69a32;--sand:#dccba7;--ivory:#f5f2e9;--white:#fff;--charcoal:#1b1d1b;--muted:#68746e;--line:rgba(11,59,43,.16);--shadow:0 18px 50px rgba(7,31,23,.12);--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:var(--sans);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 44px));margin:auto}.eyebrow{font-size:.72rem;letter-spacing:.2em;font-weight:800;color:var(--gold);text-transform:uppercase}.section{padding:78px 0}.section-title{font-family:var(--serif);font-weight:600;color:var(--forest);font-size:clamp(2rem,4vw,3.3rem);line-height:.95;margin:.35rem 0 1rem}.section-copy{color:#5e675f;max-width:660px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:4px;padding:14px 20px;font-size:.82rem;font-weight:800;letter-spacing:.03em;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:white;box-shadow:0 9px 20px rgba(198,154,50,.22)}.btn-green{background:var(--forest);color:#fff}.btn-outline{border-color:rgba(255,255,255,.6);color:white;background:rgba(6,43,32,.26);backdrop-filter:blur(7px)}.icon{width:20px;height:20px;display:inline-block;vertical-align:middle}.wa-icon{width:18px;height:18px;display:block;flex:0 0 auto;filter:brightness(0) invert(1)}
/* header */
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:78px;transition:.25s ease;color:white}.site-header.scrolled{background:rgba(245,242,233,.96);box-shadow:0 10px 30px rgba(7,31,23,.11);color:var(--forest);backdrop-filter:blur(12px)}.nav-wrap{height:78px;display:flex;align-items:center;gap:24px}.brand{width:104px;height:104px;display:inline-flex;align-items:center;justify-content:center;padding:12px;border-radius:50%;background:rgba(245,242,233,.98);box-shadow:0 10px 28px rgba(5,32,23,.14);overflow:hidden;flex:0 0 auto}.brand img{width:100%;height:100%;object-fit:contain;object-position:center}.nav{display:flex;gap:20px;margin-left:auto;align-items:center}.nav a{font-size:.74rem;font-weight:700;white-space:nowrap}.nav a:hover{color:var(--gold)}.header-cta{margin-left:8px}.menu-btn{display:none;background:none;border:0;color:inherit;padding:8px}.site-header.scrolled .btn-gold{color:#fff}
/* hero */
.hero{position:relative;min-height:710px;height:86vh;max-height:840px;color:white;overflow:hidden;background:var(--forest2)}.hero picture,.hero-media,.hero-media img{position:absolute;inset:0;width:100%;height:100%}.hero-media img{object-fit:cover;object-position:center}.hero::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,25,18,.9) 0%,rgba(4,25,18,.64) 38%,rgba(4,25,18,.18) 66%,rgba(4,25,18,.08) 100%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-top:82px}.hero-main{width:min(650px,66%)}.hero h1{font-family:var(--serif);font-weight:600;letter-spacing:-.02em;font-size:clamp(3.5rem,6vw,6rem);line-height:.78;margin:12px 0 24px;text-shadow:0 3px 24px rgba(0,0,0,.2)}.hero p{max-width:590px;font-size:1.03rem;color:rgba(255,255,255,.92)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-meta{margin-top:24px;font-size:.78rem;letter-spacing:.04em;color:rgba(255,255,255,.84)}.hero-meta strong{color:white}.hero-side{margin-left:auto;width:210px;align-self:center;padding:24px 0 0 26px;border-left:1px solid rgba(255,255,255,.2)}.hero-side .eyebrow{color:#fff;font-size:.65rem}.origin{display:flex;align-items:center;gap:10px;margin:15px 0;font-size:.9rem;font-weight:700}.origin svg{color:var(--gold)}
.trustbar{background:var(--forest);color:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:20px 26px;display:flex;gap:14px;align-items:center;border-right:1px solid rgba(255,255,255,.16)}.trust-item:last-child{border:0}.trust-item svg{flex:0 0 auto;color:var(--gold)}.trust-item b{display:block;font-size:.75rem}.trust-item small{display:block;font-size:.67rem;color:rgba(255,255,255,.75);margin-top:3px}
/* destinations */
.destinations-wrap{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:center}.dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.dest-card{height:330px;border-radius:8px;overflow:hidden;position:relative;box-shadow:var(--shadow);background:#123}.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.dest-card:hover img{transform:scale(1.05)}.dest-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(2,26,18,.88) 100%)}.dest-card .txt{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:white}.dest-card h3{font-family:var(--serif);font-size:1.6rem;line-height:1;margin:0 0 8px}.dest-card p{font-size:.7rem;margin:0;color:rgba(255,255,255,.85)}
.why{background:#eee8dc;border-top:1px solid rgba(11,59,43,.08);border-bottom:1px solid rgba(11,59,43,.08);padding:34px 0}.why h2{text-align:center;font-family:var(--serif);color:var(--forest);font-size:2rem;margin:0 0 24px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;text-align:center}.why-item svg{width:34px;height:34px;color:var(--forest);margin-bottom:8px}.why-item b{display:block;font-size:.72rem}.why-item small{font-size:.62rem;color:#666}
/* tours */
.tour-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.tour-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.tour-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 12px 32px rgba(7,31,23,.09);display:grid;grid-template-columns:48% 52%;min-height:360px}.tour-card .photo{min-height:360px;position:relative}.tour-card .photo img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;left:14px;top:14px;background:var(--gold);color:#fff;padding:7px 10px;border-radius:4px;font-size:.61rem;font-weight:800;text-transform:uppercase}.tour-card .body{padding:26px}.tour-card h3{font-family:var(--serif);font-size:2rem;line-height:1;margin:4px 0 12px;color:var(--forest)}.tour-facts{display:flex;gap:16px;flex-wrap:wrap;color:#667169;font-size:.69rem}.tour-card p{font-size:.83rem;color:#5f6861}.price{margin:18px 0;font-size:.73rem}.price strong{font-size:1.65rem;color:var(--forest);font-family:var(--serif)}.tour-actions{display:flex;gap:8px}.mini-btn{width:42px;height:42px;display:grid;place-items:center;background:#25D366;color:white;border-radius:4px}.mini-btn .wa-icon{width:20px;height:20px}
/* about */
.about{background:linear-gradient(135deg,var(--forest2),var(--forest));color:white}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center}.about .section-title{color:white}.about .section-copy{color:rgba(255,255,255,.78)}.fact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.fact{border-left:2px solid var(--gold);padding-left:14px}.fact b{font-family:var(--serif);font-size:1.9rem;display:block}.fact small{color:rgba(255,255,255,.72);font-size:.68rem}.about-photo{height:430px;border-radius:8px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.2)}.about-photo img{width:100%;height:100%;object-fit:cover}
/* editorial quote */
.story-band{padding:55px 0;background:white}.story-box{display:grid;grid-template-columns:1.1fr .9fr;gap:0;background:#f2eee4;border-radius:10px;overflow:hidden}.story-box img{width:100%;height:360px;object-fit:cover}.story-text{padding:48px;display:flex;flex-direction:column;justify-content:center}.story-text blockquote{font-family:var(--serif);font-size:2rem;line-height:1.05;color:var(--forest);margin:12px 0 16px}.story-text p{font-size:.82rem;color:#626a64}

/* immersive photo gallery */
.photo-gallery{padding:82px 0 72px;background:linear-gradient(145deg,#041f17 0%,#0b3b2b 62%,#123f31 100%);color:#fff;overflow:hidden;position:relative}
.photo-gallery::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 10%,rgba(198,154,50,.13),transparent 28%),radial-gradient(circle at 12% 80%,rgba(142,163,132,.10),transparent 26%)}
.gallery-head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.photo-gallery .section-title{color:#fff;margin-bottom:.7rem}.photo-gallery .section-copy{color:rgba(255,255,255,.74);max-width:720px}.gallery-controls{display:flex;gap:10px;flex:0 0 auto}.gallery-arrow{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;font-size:1.3rem;cursor:pointer;display:grid;place-items:center;transition:.2s}.gallery-arrow:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}
.gallery-viewport{position:relative;z-index:1;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px max(22px,calc((100vw - 1180px)/2)) 22px;scrollbar-width:none}.gallery-viewport::-webkit-scrollbar{display:none}.gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(230px,24vw,330px);grid-template-rows:410px;gap:14px;width:max-content}.gallery-item{position:relative;height:100%;padding:0;border:0;border-radius:16px;overflow:hidden;background:#173a2e;cursor:zoom-in;scroll-snap-align:start;box-shadow:0 18px 45px rgba(0,0,0,.22)}.gallery-item--wide{grid-column:span 2;min-width:clamp(480px,48vw,680px)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .3s ease}.gallery-item::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(3,24,17,.78) 100%);pointer-events:none}.gallery-item span{position:absolute;z-index:2;left:18px;bottom:16px;color:#fff;font-family:var(--serif);font-size:1.35rem;text-shadow:0 2px 12px rgba(0,0,0,.35);pointer-events:none}.gallery-item:hover img{transform:scale(1.045);filter:saturate(1.05)}.gallery-item:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.gallery-hint{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:12px;color:rgba(255,255,255,.56);font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;margin-top:8px}
.gallery-lightbox{position:fixed;z-index:120;inset:0;background:rgba(1,14,10,.94);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;padding:32px 82px}.gallery-lightbox.open{display:flex}.lightbox-figure{margin:0;max-width:min(1180px,100%);width:100%;display:grid;justify-items:center;gap:14px}.lightbox-figure img{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 24px 80px rgba(0,0,0,.45)}.lightbox-figure figcaption{width:min(900px,100%);display:flex;justify-content:space-between;align-items:center;gap:20px;color:#fff;font-size:.78rem}.lightbox-figure figcaption small{color:rgba(255,255,255,.55);white-space:nowrap}.lightbox-close{position:absolute;right:24px;top:20px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:2rem;line-height:1;cursor:pointer}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;font-size:2rem;cursor:pointer}.lightbox-prev{left:22px}.lightbox-next{right:22px}.lightbox-close:hover,.lightbox-arrow:hover{background:var(--gold)}body.gallery-open{overflow:hidden}

/* gallery */
.insta{padding:58px 0}.insta h2{text-align:center;font-family:var(--serif);color:var(--forest);font-size:2rem}.gallery-row{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.gallery-row a{height:190px;border-radius:7px;overflow:hidden}.gallery-row img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery-row a:hover img{transform:scale(1.05)}
/* faq contact */
.final-zone{background:#eee9df;padding:60px 0 0}.final-grid{display:grid;grid-template-columns:1fr 1.1fr .9fr;gap:34px;padding-bottom:60px}.final-col+.final-col{border-left:1px solid rgba(11,59,43,.18);padding-left:34px}.final-col h3{font-family:var(--serif);color:var(--forest);font-size:1.7rem;margin-top:0}.faq-item{border-bottom:1px solid rgba(11,59,43,.16)}.faq-q{width:100%;background:none;border:0;text-align:left;padding:13px 2px;display:flex;justify-content:space-between;font-size:.75rem;cursor:pointer;color:var(--charcoal)}.faq-a{display:none;padding:0 2px 13px;color:#69716d;font-size:.7rem}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}.big-cta{text-align:center}.big-cta p{font-size:.8rem;color:#6a706b}.phone{font-family:var(--serif);font-size:1.9rem;color:var(--forest);margin:14px 0}.contact-list{display:grid;gap:12px;font-size:.75rem}.contact-line{display:flex;gap:10px;align-items:flex-start}.contact-line svg{color:var(--forest);flex:0 0 auto}

/* booking steps */
.booking-steps{position:relative;overflow:hidden;background:var(--forest2);color:#fff;padding:88px 0 78px}
.booking-steps::before{content:'';position:absolute;width:520px;height:520px;border:1px solid rgba(198,154,50,.14);border-radius:50%;right:-210px;top:-270px;box-shadow:0 0 0 70px rgba(198,154,50,.025),0 0 0 140px rgba(198,154,50,.018)}
.booking-steps .container{position:relative;z-index:1}
.booking-steps-head{display:grid;grid-template-columns:1fr minmax(280px,470px);gap:54px;align-items:end;margin-bottom:56px}
.booking-steps .section-title{color:#fff;margin-bottom:0;font-size:clamp(2.8rem,5vw,4.6rem)}
.booking-steps-head>p{margin:0;color:rgba(255,255,255,.72);font-size:.9rem;max-width:470px;padding-bottom:7px}
.booking-timeline{display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:0;border-top:1px solid rgba(255,255,255,.17)}
.booking-timeline::before{content:'';position:absolute;left:0;top:-1px;width:25%;height:1px;background:var(--gold)}
.booking-step{position:relative;padding:34px 30px 28px 0;min-height:250px}
.booking-step:not(:last-child){border-right:1px solid rgba(255,255,255,.12);margin-right:30px}
.booking-step-number{display:block;font-family:var(--serif);font-size:3.4rem;line-height:1;color:rgba(255,255,255,.18);margin-bottom:34px;font-weight:600}
.booking-step-kicker{display:block;font-size:.58rem;letter-spacing:.18em;color:var(--gold);font-weight:800;margin-bottom:9px}
.booking-step h3{font-family:var(--serif);font-size:1.7rem;line-height:1.05;margin:0 0 12px;font-weight:600;color:#fff}
.booking-step p{font-size:.73rem;line-height:1.7;color:rgba(255,255,255,.67);margin:0;max-width:230px}
.booking-steps-cta{margin-top:34px;padding-top:28px;border-top:1px solid rgba(255,255,255,.13);display:flex;align-items:center;justify-content:space-between;gap:24px}
.booking-steps-cta>span{font-family:var(--serif);font-size:1.35rem;color:rgba(255,255,255,.9)}

/* form */
.booking{background:white}.booking-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.booking-card{background:#fff;border:1px solid rgba(11,59,43,.1);box-shadow:var(--shadow);padding:30px;border-radius:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.68rem;font-weight:800;color:var(--forest)}.field input,.field select,.field textarea{width:100%;background:#faf8f2;border:1px solid rgba(11,59,43,.16);padding:12px;border-radius:4px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}

/* final cta */
.cta-final-band{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:var(--forest2);color:white}.cta-final-bg,.cta-final-bg img{position:absolute;inset:0;width:100%;height:100%}.cta-final-bg img{object-fit:cover;object-position:center}.cta-final-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,18,.90) 0%,rgba(4,25,18,.78) 42%,rgba(4,25,18,.44) 100%)}.cta-final-content{position:relative;z-index:2;padding:84px 0;max-width:760px}.cta-final-content .eyebrow{color:var(--sand)}.cta-final-content h2{font-family:var(--serif);font-size:clamp(2.4rem,5vw,4.9rem);line-height:.86;margin:12px 0 18px;letter-spacing:-.02em}.cta-final-content p{max-width:700px;font-size:1rem;color:rgba(255,255,255,.9)}.cta-final-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.cta-final-band .btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.52)}
/* footer */
.footer{background:var(--forest2);color:white;padding:48px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:34px}.footer h4{font-family:var(--serif);font-size:1.2rem;margin:0 0 12px}.footer a,.footer p{font-size:.68rem;color:rgba(255,255,255,.75);display:block;margin:6px 0}.footer .brand{width:220px;height:78px;margin-bottom:14px;padding:8px 14px;border-radius:16px;overflow:visible}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:.62rem;color:rgba(255,255,255,.55)}
/* subpages */
.subhero{min-height:520px;position:relative;color:white;display:flex;align-items:flex-end;background:#123;overflow:hidden}.subhero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.subhero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,18,.88),rgba(4,25,18,.22))}.subhero .container{position:relative;z-index:2;padding-bottom:62px}.subhero h1{font-family:var(--serif);font-size:clamp(3rem,6vw,5.2rem);line-height:.85;margin:10px 0}.info-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.feature{padding:16px;background:white;border:1px solid var(--line);border-radius:6px}.feature b{display:block;color:var(--forest);font-size:.8rem}.feature small{font-size:.7rem;color:#69716d}.side-card{background:var(--forest);color:white;padding:28px;border-radius:8px;position:sticky;top:100px}.side-card h3{font-family:var(--serif);font-size:2rem;margin:0 0 12px}.itinerary{display:grid;gap:0;margin-top:24px}.stop{display:grid;grid-template-columns:54px 1fr;gap:16px;position:relative;padding-bottom:24px}.stop .num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:white;font-weight:800;z-index:1}.stop:not(:last-child)::before{content:'';position:absolute;width:1px;background:#d7c99f;top:42px;bottom:0;left:21px}.stop b{color:var(--forest)}.stop p{margin:3px 0;color:#6a716c;font-size:.78rem}
.whatsapp-float{position:fixed;z-index:45;right:22px;bottom:22px;background:#25D366;color:white;border-radius:999px;padding:13px 18px;box-shadow:0 10px 30px rgba(0,0,0,.22);font-size:.76rem;font-weight:800;display:flex;gap:9px;align-items:center}.whatsapp-float .wa-icon{width:20px;height:20px}.mobile-bar{display:none}
@media (max-width:1000px){.nav{display:none}.menu-btn{display:block;margin-left:auto}.header-cta{display:none}.hero-side{display:none}.hero-main{width:76%}.destinations-wrap{grid-template-columns:1fr}.dest-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.tour-card{grid-template-columns:1fr}.about-grid,.story-box,.booking-grid,.info-grid{grid-template-columns:1fr}.about-photo{height:360px}.gallery-row{grid-template-columns:repeat(3,1fr)}.final-grid{grid-template-columns:1fr}.final-col+.final-col{border-left:0;padding-left:0;border-top:1px solid rgba(11,59,43,.18);padding-top:28px}.footer-grid{grid-template-columns:1fr 1fr}.site-header.menu-open{background:rgba(5,42,31,.98)}.site-header.menu-open .nav{display:flex;position:absolute;left:0;right:0;top:78px;background:rgba(5,42,31,.98);padding:22px;flex-direction:column;align-items:flex-start}.site-header.scrolled.menu-open .nav{background:rgba(245,242,233,.98)}}
@media (max-width:680px){.container{width:min(100% - 30px,1180px)}.site-header{height:68px}.nav-wrap{height:68px}.brand{width:66px;height:66px;padding:8px;border-radius:50%}.brand img{width:100%;height:100%}.hero{height:86svh;min-height:640px;max-height:780px}.hero-media img{object-position:center top}.hero::before{background:linear-gradient(180deg,rgba(4,25,18,.48) 0%,rgba(4,25,18,.08) 32%,rgba(4,25,18,.66) 70%,rgba(4,25,18,.92) 100%)}.hero-content{align-items:flex-end;padding:90px 0 78px}.hero-main{width:100%}.hero h1{font-size:3.55rem;line-height:.8;margin:8px 0 16px}.hero p{font-size:.88rem;max-width:100%}.hero-actions .btn{flex:1 1 160px;padding:13px 14px}.hero-meta{font-size:.67rem}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:16px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.trust-item:nth-child(2){border-right:0}.section{padding:58px 0}.dest-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.dest-card{min-width:78vw;scroll-snap-align:start}.why-grid{grid-template-columns:1fr 1fr}.tour-header{align-items:flex-start;flex-direction:column}.tour-grid{grid-template-columns:1fr}.tour-card{display:block}.tour-card .photo{height:270px;min-height:0}.tour-card .body{padding:22px}.fact-row{grid-template-columns:1fr}.about-photo{height:300px}.story-text{padding:30px}.story-box img{height:280px}.gallery-row{display:flex;overflow-x:auto}.gallery-row a{min-width:62vw}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.whatsapp-float{display:none}.mobile-bar{position:fixed;z-index:48;bottom:0;left:0;right:0;background:rgba(6,43,32,.98);height:58px;color:white;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid rgba(255,255,255,.1)}.mobile-bar a{display:flex;align-items:center;justify-content:center;gap:7px;font-size:.66rem;font-weight:800;border-right:1px solid rgba(255,255,255,.12)}.mobile-bar a[href*="wa.me"]{background:#25D366;color:#fff}.mobile-bar a[href*="wa.me"] .wa-icon{width:19px;height:19px}.mobile-bar a:last-child{border:0;background:var(--gold)}body{padding-bottom:58px}.subhero{min-height:600px}.subhero .container{padding-bottom:50px}.feature-list{grid-template-columns:1fr}.side-card{position:static}.site-header.menu-open .nav{top:68px}}


@media (max-width:680px){
  .photo-gallery{padding:62px 0 54px}.gallery-head{align-items:flex-start;margin-bottom:22px}.gallery-controls{display:none}.gallery-track{grid-auto-columns:82vw;grid-template-rows:430px;gap:11px}.gallery-item--wide{grid-column:auto;min-width:82vw}.gallery-viewport{padding-left:15px;padding-right:15px}.gallery-hint{justify-content:flex-start;overflow:hidden;white-space:nowrap;font-size:.58rem}.gallery-lightbox{padding:68px 14px 28px}.lightbox-figure img{max-height:72vh}.lightbox-arrow{width:44px;height:44px;top:auto;bottom:18px;transform:none}.lightbox-prev{left:calc(50% - 52px)}.lightbox-next{right:calc(50% - 52px)}.lightbox-close{right:14px;top:14px}.lightbox-figure figcaption{padding:0 4px 52px;font-size:.7rem}.lightbox-figure figcaption small{font-size:.62rem}
}
/* SEO editorial content */
.seo-content{margin-top:36px;padding-top:30px;border-top:1px solid var(--line)}
.seo-content h2{font-family:var(--serif);color:var(--forest);font-size:2rem;line-height:1.05;margin:24px 0 12px}
.seo-content p{color:#5f6861;font-size:.88rem;max-width:760px}
.seo-content a{color:var(--forest);font-weight:700;text-decoration:underline;text-decoration-color:rgba(198,154,50,.55);text-underline-offset:3px}

/* seo landing pages */
.seo-subhero{min-height:560px}.seo-subhero img{filter:saturate(.96) contrast(1.02)}.seo-landing .info-grid{align-items:start}.seo-faq{margin-top:42px;padding-top:28px;border-top:1px solid var(--line)}.seo-faq .faq-item{max-width:800px}.seo-related{background:#eee9df;border-top:1px solid rgba(11,59,43,.08)}.seo-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.seo-related-card{background:#fff;border:1px solid rgba(11,59,43,.12);border-radius:10px;padding:20px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 28px rgba(7,31,23,.06);transition:.2s}.seo-related-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(7,31,23,.1)}.seo-related-card span{font-family:var(--serif);font-size:1.35rem;line-height:1;color:var(--forest)}.seo-related-card b{font-size:.68rem;color:var(--gold);margin-top:18px}@media(max-width:900px){.seo-related-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.seo-related-grid{grid-template-columns:1fr}.seo-subhero{min-height:580px}}

@media (max-width:1000px){.booking-steps-head{grid-template-columns:1fr;gap:18px}.booking-timeline{grid-template-columns:repeat(2,1fr)}.booking-step:nth-child(2){border-right:0;margin-right:0;padding-left:20px}.booking-step:nth-child(3),.booking-step:nth-child(4){border-top:1px solid rgba(255,255,255,.12);padding-top:34px}.booking-step:nth-child(4){border-right:0;margin-right:0;padding-left:20px}.booking-timeline::before{width:50%}}
@media (max-width:680px){.booking-steps{padding:66px 0 60px}.booking-steps-head{margin-bottom:36px}.booking-steps .section-title{font-size:3rem}.booking-steps-head>p{font-size:.82rem}.booking-timeline{display:block;border-top:1px solid rgba(255,255,255,.17)}.booking-timeline::before{width:72px}.booking-step,.booking-step:nth-child(2),.booking-step:nth-child(3),.booking-step:nth-child(4){min-height:0;margin:0;padding:26px 0 26px 68px;border-right:0;border-top:0;border-bottom:1px solid rgba(255,255,255,.12)}.booking-step-number{position:absolute;left:0;top:26px;font-size:2.5rem;margin:0}.booking-step-kicker{font-size:.54rem}.booking-step h3{font-size:1.55rem}.booking-step p{font-size:.72rem;max-width:100%}.booking-steps-cta{align-items:flex-start;flex-direction:column;margin-top:28px}.booking-steps-cta .btn{width:100%}.booking-steps-cta>span{font-size:1.2rem}}

/* Un día en Huilo Huilo */
.huilo-day{padding:88px 0 0;background:#f3efe6;overflow:visible}.huilo-day-head{display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:end;margin-bottom:34px}.huilo-day-head .section-copy{max-width:720px}.huilo-day-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(11,59,43,.18);border-bottom:1px solid rgba(11,59,43,.18)}.huilo-day-meta div{padding:16px 18px;border-right:1px solid rgba(11,59,43,.14)}.huilo-day-meta div:last-child{border-right:0}.huilo-day-meta span{display:block;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:#728078;font-weight:800}.huilo-day-meta strong{display:block;margin-top:4px;font-family:var(--serif);font-size:1.35rem;line-height:1;color:var(--forest)}
.huilo-day-media{display:grid;grid-template-columns:1.55fr .7fr;gap:14px;height:520px;margin-bottom:0}.huilo-day-media figure{margin:0;position:relative;overflow:hidden;border-radius:16px;background:#173a2e}.huilo-day-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.huilo-day-media figure:hover img{transform:scale(1.025)}.huilo-day-main-photo::after,.huilo-day-side-photos figure::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,27,19,.78) 100%)}.huilo-day-main-photo figcaption{position:absolute;z-index:2;left:30px;bottom:26px;color:white}.huilo-day-main-photo figcaption span{display:block;font-size:.62rem;letter-spacing:.18em;font-weight:800;color:#e0bd67;margin-bottom:6px}.huilo-day-main-photo figcaption strong{font-family:var(--serif);font-size:2rem;line-height:1}.huilo-day-side-photos{display:grid;grid-template-rows:1fr 1fr;gap:14px}.huilo-day-side-photos figure figcaption{position:absolute;z-index:2;left:20px;bottom:17px;color:white;font-family:var(--serif);font-size:1.45rem}
.huilo-route-wrap{margin-top:58px;padding:56px 0 52px;background:linear-gradient(145deg,#041f17,#0b3b2b 68%,#123f31);color:#fff;position:relative}.huilo-route-wrap::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 12%,rgba(198,154,50,.12),transparent 30%)}.huilo-route-head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.huilo-route-head h3{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);line-height:.95;margin:7px 0 0;color:#fff;font-weight:600}.huilo-route-controls{display:flex;gap:10px}.huilo-route-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:white;display:grid;place-items:center;font-size:1.2rem;cursor:pointer;transition:.2s}.huilo-route-arrow:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}.huilo-route-viewport{position:relative;z-index:1;width:min(1180px,calc(100% - 44px));max-width:100%;margin:0 auto;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-inline:0;overscroll-behavior-inline:contain;padding:4px 0 18px;scrollbar-width:none}.huilo-route-viewport::-webkit-scrollbar{display:none}.huilo-route-track{display:flex;width:max-content;gap:20px;position:relative;padding-right:4px}.huilo-route-track::before{content:'';position:absolute;left:42px;right:42px;top:48px;height:1px;background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.2),var(--gold))}.huilo-route-step{position:relative;width:272px;flex:0 0 272px;min-height:260px;padding:82px 28px 24px 0;scroll-snap-align:start;scroll-snap-stop:always}.huilo-route-step::before{content:'';position:absolute;left:18px;top:39px;width:18px;height:18px;border-radius:50%;background:#0b3b2b;border:4px solid var(--gold);box-shadow:0 0 0 6px rgba(198,154,50,.13)}.huilo-route-step+.huilo-route-step{padding-left:26px}.huilo-route-step+.huilo-route-step::before{left:44px}.huilo-route-num{position:absolute;top:0;left:0;font-family:var(--serif);font-size:2.5rem;line-height:1;color:#fff;font-weight:600}.huilo-route-step+.huilo-route-step .huilo-route-num{left:26px}.huilo-route-step small{display:block;font-size:.55rem;letter-spacing:.16em;font-weight:800;color:#d8b55e;margin-bottom:8px}.huilo-route-step h4{font-family:var(--serif);font-size:1.55rem;line-height:1;margin:0 0 10px;color:#fff}.huilo-route-step p{font-size:.7rem;line-height:1.55;color:rgba(255,255,255,.67);margin:0;max-width:200px}.huilo-route-step--featured{background:rgba(198,154,50,.09);border-radius:14px;margin:0;padding-right:20px}.huilo-route-step--featured::after{content:'ALMUERZO';position:absolute;right:15px;top:17px;font-size:.5rem;letter-spacing:.15em;color:#f1d68e;font-weight:800}.huilo-route-foot{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:22px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}.huilo-route-foot p{margin:0;color:rgba(255,255,255,.63);font-size:.68rem;max-width:700px}
@media(max-width:1000px){.huilo-day-head{grid-template-columns:1fr;gap:20px}.huilo-day-media{grid-template-columns:1.35fr .8fr;height:460px}.huilo-day-meta{max-width:680px}}
@media(max-width:680px){.huilo-day{padding-top:62px}.huilo-day-head{margin-bottom:24px}.huilo-day-meta{grid-template-columns:1fr 1fr}.huilo-day-meta div{padding:13px 10px}.huilo-day-meta div:nth-child(2){border-right:0}.huilo-day-meta div:nth-child(3){grid-column:1/-1;border-top:1px solid rgba(11,59,43,.14);border-right:0}.huilo-day-media{display:block;height:auto}.huilo-day-main-photo{height:420px}.huilo-day-side-photos{grid-template-columns:1fr 1fr;grid-template-rows:none;height:190px;margin-top:10px;gap:10px}.huilo-day-main-photo figcaption{left:20px;bottom:20px;right:18px}.huilo-day-main-photo figcaption strong{font-size:1.65rem}.huilo-day-side-photos figure figcaption{font-size:1.15rem;left:14px;bottom:12px}.huilo-route-wrap{margin-top:42px;padding:44px 0 42px}.huilo-route-head{align-items:flex-start}.huilo-route-controls{display:none}.huilo-route-head h3{font-size:2.35rem}.huilo-route-viewport{width:calc(100% - 30px);padding-left:0;padding-right:0}.huilo-route-track{gap:14px}.huilo-route-step{width:calc(100vw - 30px);flex-basis:calc(100vw - 30px);max-width:none;padding-right:22px}.huilo-route-step p{max-width:260px}.huilo-route-foot{align-items:flex-start;flex-direction:column}.huilo-route-foot .btn{width:100%}}

@media(max-width:360px){.huilo-day-main-photo{height:360px}.huilo-day-side-photos{height:165px}.huilo-route-step{width:calc(100vw - 30px);flex-basis:calc(100vw - 30px)}.huilo-route-head h3{font-size:2.05rem}}

/* Responsive hardening */
html,body{max-width:100%}
main{min-width:0}
.nav-wrap,.hero-content,.destinations-wrap,.tour-grid,.about-grid,.story-box,.booking-grid,.final-grid,.footer-grid,.huilo-day-head,.huilo-day-media,.seo-related-grid{min-width:0}
.nav-wrap>*,.hero-content>*,.destinations-wrap>*,.tour-grid>*,.about-grid>*,.story-box>*,.booking-grid>*,.final-grid>*,.footer-grid>*,.huilo-day-head>*,.huilo-day-media>*,.seo-related-grid>*{min-width:0}
.insta{overflow-x:hidden}
.insta h2{overflow-wrap:anywhere;word-break:normal;line-height:1.05}
.gallery-row{scrollbar-width:none;overscroll-behavior-inline:contain}
.gallery-row::-webkit-scrollbar{display:none}

@media (max-width:1000px){
  .site-header.menu-open .nav{max-height:calc(100svh - 78px);overflow-y:auto;overscroll-behavior:contain}
}

@media (max-width:680px){
  .insta h2{font-size:clamp(1.45rem,7vw,1.9rem);padding-inline:4px}
  .gallery-row{scroll-snap-type:x mandatory;padding-bottom:10px}
  .gallery-row a{min-width:min(72vw,300px);scroll-snap-align:start;scroll-snap-stop:always}
  .site-header.menu-open .nav{max-height:calc(100svh - 68px);overflow-y:auto;padding:18px 22px}
  .hero-actions{width:100%}
  .hero-actions .btn{min-width:0;white-space:normal;text-align:center;line-height:1.2}
  .tour-actions{align-items:stretch}
  .tour-actions .btn{min-width:0;flex:1 1 auto;text-align:center;white-space:normal}
  .booking-card{padding:22px}
  .cta-final-actions{width:100%}
  .cta-final-actions .btn{min-width:0;text-align:center;white-space:normal}
}

@media (max-width:480px){
  .container{width:calc(100% - 28px)}
  .hero h1{font-size:clamp(2.85rem,15vw,3.45rem)}
  .hero p{line-height:1.5}
  .trust-item{padding:14px 10px;gap:10px}
  .trust-item b{font-size:.7rem}.trust-item small{font-size:.61rem}
  .why-grid{gap:16px 10px}.why h2{font-size:1.75rem}.why-item small{line-height:1.4;display:block}
  .tour-card .body{padding:20px}.tour-card h3{font-size:1.85rem}
  .huilo-day-main-photo{height:390px}.huilo-day-side-photos{height:176px}
  .huilo-route-head h3{font-size:2.1rem}
  .huilo-route-viewport{width:calc(100% - 28px)}
  .huilo-route-step{width:calc(100vw - 28px);flex-basis:calc(100vw - 28px)}
  .story-text{padding:26px}.story-text blockquote{font-size:1.75rem}
  .photo-gallery{padding-top:56px}.gallery-track{grid-template-rows:390px}
  .booking-steps .section-title{font-size:2.65rem}
  .final-zone{padding-top:50px}.phone{font-size:1.65rem;overflow-wrap:anywhere}
  .footer{padding-bottom:34px}.footer .brand{max-width:100%}
}

@media (max-width:360px){
  .container{width:calc(100% - 24px)}
  .brand{width:60px;height:60px;padding:7px}
  .hero h1{font-size:2.8rem}
  .hero-actions{gap:9px}.hero-actions .btn{padding:12px 10px;font-size:.72rem}
  .hero-meta{font-size:.62rem;line-height:1.45}
  .dest-card{min-width:82vw}
  .huilo-day-main-photo{height:340px}.huilo-day-side-photos{height:155px}
  .huilo-route-viewport{width:calc(100% - 24px)}
  .huilo-route-step{width:calc(100vw - 24px);flex-basis:calc(100vw - 24px)}
  .huilo-route-step h4{font-size:1.42rem}
  .gallery-track{grid-auto-columns:84vw;grid-template-rows:370px}.gallery-item--wide{min-width:84vw}
  .booking-step,.booking-step:nth-child(2),.booking-step:nth-child(3),.booking-step:nth-child(4){padding-left:60px}
  .booking-step-number{font-size:2.25rem}
  .mobile-bar a{font-size:.6rem;gap:5px}
}

@media (max-width:680px) and (max-height:700px){
  .hero{height:100svh;min-height:560px;max-height:none}
  .hero-content{padding-top:78px;padding-bottom:64px}
  .hero h1{font-size:clamp(2.7rem,14vw,3.15rem);margin-bottom:12px}
  .hero p{font-size:.82rem;margin-block:10px}
  .hero-actions{margin-top:18px}
  .hero-meta{margin-top:16px}
  .subhero,.seo-subhero{min-height:540px}
}

/* huilo huilo mockup page */
.nav a.is-active{color:var(--gold)}
.huilo-page .site-header.scrolled .nav a.is-active{color:var(--gold)}
.tour-detail-hero{position:relative;min-height:890px;color:#fff;background:var(--forest2);overflow:hidden}
.tour-detail-media,.tour-detail-media img{position:absolute;inset:0;width:100%;height:100%}
.tour-detail-media img{object-fit:cover;object-position:center}
.tour-detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,17,.92) 0%,rgba(3,24,17,.78) 33%,rgba(3,24,17,.42) 66%,rgba(3,24,17,.24) 100%)}
.tour-detail-content{position:relative;z-index:2;display:flex;align-items:center;min-height:760px;padding-top:90px;padding-bottom:120px}
.tour-detail-copy{max-width:650px}
.tour-detail-copy h1{font-family:var(--serif);font-size:clamp(4.4rem,8vw,7rem);line-height:.9;font-weight:600;margin:18px 0 24px;letter-spacing:-.03em}
.tour-detail-copy p{font-size:1.04rem;max-width:520px;color:rgba(255,255,255,.92)}
.tour-detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.tour-detail-facts-wrap{position:absolute;left:0;right:0;bottom:0;z-index:2;background:linear-gradient(180deg,rgba(6,43,32,.35),rgba(6,43,32,.74));backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.12)}
.tour-detail-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.tour-fact-card{display:flex;gap:14px;align-items:center;padding:22px 16px;border-right:1px solid rgba(255,255,255,.16)}
.tour-fact-card:last-child{border-right:0}
.tour-fact-icon{width:46px;height:46px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;font-size:1.1rem;flex:0 0 auto;background:rgba(255,255,255,.05)}
.tour-fact-card small{display:block;font-size:.73rem;color:rgba(255,255,255,.78)}
.tour-fact-card strong{display:block;font-size:.94rem;color:#fff;font-weight:700;margin-top:4px}
.huilo-detail-section{padding:86px 0;background:#f8f5ef}
.huilo-main-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:54px;align-items:start}
.huilo-main-copy{min-width:0}
.huilo-main-copy h2{font-family:var(--serif);font-size:3.5rem;line-height:.95;color:var(--forest);margin:0 0 20px;font-weight:600}
.huilo-main-copy p{color:#59645c;font-size:1rem;max-width:740px}
.huilo-block-title{font-family:var(--serif);font-size:2.2rem;line-height:1;color:var(--forest);margin:34px 0 24px;position:relative;padding-top:8px}
.huilo-block-title::before{content:'';position:absolute;top:0;left:0;width:68px;height:4px;background:var(--gold);border-radius:999px}
.huilo-itinerary-list{display:grid;gap:14px;max-width:780px}
.huilo-itinerary-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;position:relative;padding-left:4px}
.huilo-itinerary-item span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#194235,#0d2f24);color:#fff;font-size:.83rem;font-weight:800;box-shadow:0 8px 18px rgba(9,39,29,.12)}
.huilo-itinerary-item strong{display:block;color:#2b3932;font-size:1rem}
.huilo-itinerary-item p{margin:4px 0 0;font-size:.92rem;color:#6a746d}
.huilo-price-card{background:linear-gradient(145deg,#063429 0%,#0d4937 55%,#062c22 100%);color:#fff;border-radius:16px;padding:34px 30px;box-shadow:0 20px 50px rgba(8,35,26,.18);position:sticky;top:96px;overflow:hidden}
.huilo-price-card::after{content:'';position:absolute;inset:-30% auto auto -20%;width:260px;height:260px;background:radial-gradient(circle,rgba(198,154,50,.18) 0%,rgba(198,154,50,0) 70%);pointer-events:none}
.huilo-price-card .eyebrow{color:#f5ca66;text-align:center}
.price-big{font-family:var(--serif);font-size:5rem;line-height:.9;text-align:center;margin:18px 0 8px;position:relative;z-index:1}
.price-person{text-align:center;color:#f0d9a1;font-size:1.7rem;font-family:var(--serif);position:relative;z-index:1}
.price-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);margin:26px 0}
.huilo-check-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;position:relative;z-index:1}
.huilo-check-list li{position:relative;padding-left:28px;color:rgba(255,255,255,.94);font-size:.95rem}
.huilo-check-list li::before{content:'✓';position:absolute;left:0;top:0;color:#f2c55d;font-weight:800}
.reserve-full{width:100%;margin-top:28px;justify-content:center}
.price-note{margin-top:18px;color:rgba(255,255,255,.78);font-size:.82rem;text-align:center;position:relative;z-index:1}
.huilo-includes-section{padding:68px 0 80px;background:#f2efe9}
.includes-title{font-family:var(--serif);font-size:2.6rem;color:var(--forest);text-align:center;margin:0 0 28px;font-weight:600;letter-spacing:.03em}
.huilo-includes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.huilo-include-card{background:#fff;border:1px solid rgba(11,59,43,.1);border-radius:12px;padding:28px 20px;text-align:center;box-shadow:0 12px 30px rgba(7,31,23,.06)}
.huilo-include-icon{font-size:2rem;line-height:1;margin-bottom:14px}
.huilo-include-card h3{font-family:var(--serif);font-size:1.8rem;line-height:1;margin:0 0 10px;color:var(--forest);font-weight:600}
.huilo-include-card p{font-size:.84rem;color:#647068;margin:0}
.huilo-gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px}
.huilo-gallery-strip img{width:100%;height:170px;object-fit:cover;border-radius:10px;box-shadow:0 12px 28px rgba(7,31,23,.08)}
.huilo-cta-band .cta-final-content{max-width:850px;text-align:center}
.huilo-cta-band .cta-final-content p{margin-left:auto;margin-right:auto}
.huilo-cta-band .cta-final-actions{justify-content:center}
.footer-grid-rich{grid-template-columns:1.25fr 1fr 1fr 1.15fr}
.footer-socials{display:flex;gap:12px;margin-top:18px}
.footer-socials a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.06);font-size:1rem}
.footer-socials .wa-icon{width:18px;height:18px}
@media (max-width:1100px){.tour-detail-hero{min-height:940px}.tour-detail-copy{max-width:560px}.tour-detail-facts{grid-template-columns:repeat(2,1fr)}.tour-fact-card:nth-child(2){border-right:0}.tour-fact-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.huilo-main-grid{grid-template-columns:1fr}.huilo-price-card{position:static}.huilo-includes-grid{grid-template-columns:repeat(2,1fr)}.huilo-gallery-strip{grid-template-columns:repeat(3,1fr)}.footer-grid-rich{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.tour-detail-hero{min-height:980px}.tour-detail-shade{background:linear-gradient(180deg,rgba(4,25,18,.44) 0%,rgba(4,25,18,.20) 26%,rgba(4,25,18,.76) 68%,rgba(4,25,18,.94) 100%)}.tour-detail-content{align-items:flex-end;min-height:760px;padding-top:104px;padding-bottom:180px}.tour-detail-copy h1{font-size:4rem;line-height:.88}.tour-detail-copy p{font-size:.92rem}.tour-detail-actions .btn{flex:1 1 100%}.tour-detail-facts{grid-template-columns:1fr}.tour-fact-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.tour-fact-card:last-child{border-bottom:0}.huilo-detail-section{padding:60px 0}.huilo-main-copy h2{font-size:2.8rem}.price-big{font-size:4rem}.price-person{font-size:1.4rem}.huilo-includes-grid{grid-template-columns:1fr}.huilo-gallery-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.huilo-gallery-strip img{min-width:78vw;scroll-snap-align:start;height:210px}.footer-grid-rich{grid-template-columns:1fr}}
