:root{--ink:#0c221c;--forest:#123b2e;--green:#1e6047;--lime:#bfd35a;--sand:#f2eee5;--paper:#fbfaf7;--white:#fff;--muted:#66746f;--line:#dce2dc;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.site-header{height:88px;padding:0 4vw;display:flex;align-items:center;gap:34px;background:rgba(251,250,247,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(12,34,28,.08)}
.brand{display:flex;align-items:center;gap:11px;min-width:185px;line-height:1}.brand-mark{width:40px;height:40px;border:1px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-family:var(--serif);font-weight:700}.brand strong,.brand small{display:block;letter-spacing:.18em}.brand strong{font-size:14px}.brand small{font-size:9px;margin-top:4px;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:25px;margin:auto;font-size:13px;font-weight:600}.main-nav a{padding:34px 0;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--green);transition:.25s}.main-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:16px}.language-switcher{display:flex;gap:7px;font-size:9px;font-weight:700}.language-switcher a{opacity:.4}.language-switcher a.active,.language-switcher a:hover{opacity:1}.menu-toggle{display:none}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 25px;background:var(--lime);color:var(--ink);border:1px solid var(--lime);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:.25s}.button:hover{background:var(--white);border-color:var(--white);transform:translateY(-2px)}.button-small{min-height:42px;padding:0 17px}.button-outline{background:transparent;color:var(--white);border-color:rgba(255,255,255,.45)}.button-light{background:var(--white);border-color:var(--white)}.text-link,.line-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:5px}
.hero{min-height:calc(100vh - 88px);position:relative;display:flex;align-items:center;padding:9vw 7vw;color:var(--white);background:linear-gradient(90deg,rgba(4,24,20,.86) 0%,rgba(5,31,24,.47) 48%,rgba(5,20,16,.06) 72%),url("../images/ChatGPT-Image-29-de-mai.-de-2026-00_51_20.png") center/cover}.hero-content{max-width:830px}.eyebrow{display:block;margin-bottom:20px;color:var(--lime);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em}.eyebrow.dark{color:var(--green)}h1,h2,h3{font-family:var(--serif);line-height:1.05;margin:0}h1{font-size:clamp(60px,7vw,110px);letter-spacing:-.04em}.hero h1 em{color:var(--lime);font-weight:600}.hero-content>p{max-width:660px;font-size:18px;color:rgba(255,255,255,.86);margin:28px 0 36px}.hero-actions{display:flex;align-items:center;gap:30px}.hero-note{position:absolute;right:3vw;bottom:38px;display:flex;gap:18px;align-items:center;font-size:9px;letter-spacing:.18em;writing-mode:vertical-rl}.hero-note strong{color:var(--lime)}
.trust-strip{height:74px;display:flex;align-items:center;justify-content:center;gap:35px;background:var(--sand);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.trust-strip i{width:4px;height:4px;background:var(--green);border-radius:50%}
.section{padding:110px 7vw}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:11vw;align-items:start}.intro-grid h2,.section-heading h2,.quote-section h2{font-size:clamp(44px,5vw,74px);letter-spacing:-.035em}.intro-grid .lead{font-family:var(--serif);font-size:29px;line-height:1.35;margin-top:0}.intro-grid p:not(.lead){color:var(--muted);max-width:600px}.line-link{display:inline-block;margin-top:24px}
.section-dark{background:var(--ink);color:var(--white)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.section-heading h2{font-size:clamp(42px,4vw,66px)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.experience-card{background:#173128;color:var(--white);min-width:0}.cards-light .experience-card{background:var(--white);color:var(--ink);box-shadow:0 12px 35px rgba(12,34,28,.08)}.card-image{height:270px;display:block;background-size:cover;background-position:center;position:relative;overflow:hidden}.card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,24,19,.45),transparent 55%);transition:.35s}.experience-card:hover .card-image:after{background:rgba(191,211,90,.12)}.card-tag{position:absolute;left:18px;top:18px;z-index:1;background:var(--white);color:var(--ink);padding:7px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.card-body{padding:25px}.card-meta{display:flex;gap:15px;color:var(--lime);font-size:10px;text-transform:uppercase;letter-spacing:.14em}.cards-light .card-meta{color:var(--green)}.card-body h3{font-size:27px;margin:12px 0}.card-body>p{font-size:13px;color:rgba(255,255,255,.66);min-height:64px}.cards-light .card-body>p{color:var(--muted)}.card-footer{border-top:1px solid rgba(255,255,255,.14);padding-top:18px;margin-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:11px}.cards-light .card-footer{border-color:var(--line)}.card-footer a{color:var(--lime);font-weight:700}.cards-light .card-footer a{color:var(--green)}
.destination-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:260px;gap:18px}.destination-card{position:relative;background-size:cover;background-position:center;color:var(--white);display:flex;flex-direction:column;justify-content:space-between;padding:25px;overflow:hidden}.destination-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,27,20,.9),rgba(4,20,16,.05))}.destination-card>*{position:relative}.destination-card>span{font-size:11px;letter-spacing:.15em}.destination-card h3{font-size:34px}.destination-card p{max-width:390px;margin-bottom:0;font-size:13px;color:rgba(255,255,255,.78)}.destination-1{grid-column:span 7;grid-row:span 2}.destination-2{grid-column:span 5}.destination-3{grid-column:span 5}.destination-4{grid-column:span 6}.destination-5{grid-column:span 6}
.brazil-banner{min-height:620px;display:flex;align-items:center;color:var(--white);background:linear-gradient(90deg,rgba(4,25,19,.85),rgba(4,25,19,.1)),url("../images/Iguazu_Cataratas2.jpg") center/cover}.brazil-banner>div{max-width:640px}.brazil-banner h2{font-size:clamp(55px,7vw,95px)}.brazil-banner p{font-size:18px;margin:25px 0 32px}.quote-section{text-align:center}.quote-section .button{margin-top:40px}
.page-hero{min-height:480px;padding:110px 7vw 80px;background:var(--forest);color:var(--white);display:flex;flex-direction:column;justify-content:end}.page-hero h1{max-width:1050px;font-size:clamp(54px,7vw,98px)}.page-hero p{font-size:18px;max-width:700px;color:rgba(255,255,255,.75)}.page-hero .button{align-self:flex-start;margin-top:25px}
.catalog{padding-top:60px}.filters{display:flex;align-items:center;gap:25px;padding:20px 25px;background:var(--sand);margin-bottom:25px}.filters strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em}.filters select{margin-left:auto;min-width:250px;padding:12px;border:1px solid var(--line);background:var(--white)}.catalog-count{margin-bottom:25px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.cards-light{row-gap:35px}
.detail-hero{min-height:650px;padding:120px 7vw 70px;color:var(--white);background-size:cover;background-position:center;display:flex;align-items:end}.detail-hero>div{max-width:900px}.detail-hero h1{font-size:clamp(58px,7vw,105px)}.detail-hero p{font-family:var(--serif);font-size:27px;color:rgba(255,255,255,.8)}.detail-summary{display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:stretch;background:var(--sand);padding:0 7vw}.detail-summary>div{padding:28px 35px;border-right:1px solid rgba(12,34,28,.12)}.detail-summary small,.detail-summary strong{display:block}.detail-summary small{text-transform:uppercase;letter-spacing:.12em;font-size:9px;color:var(--muted)}.detail-summary strong{font-family:var(--serif);font-size:20px;margin-top:3px}.detail-summary .button{align-self:center;margin-left:30px}
.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:9vw}.detail-layout article>h2{font-size:45px;margin:12px 0 30px}.detail-layout article>h2:not(:first-of-type){margin-top:70px}.rich-text{font-size:17px;color:#43534d}.detail-box{position:sticky;top:120px;background:var(--forest);color:var(--white);padding:35px}.detail-box h3{font-size:25px;margin:10px 0 18px}.detail-box h3:not(:first-child){margin-top:35px}.detail-box p{font-size:13px;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:10px}.itinerary>div{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:18px 0;border-top:1px solid var(--line)}.itinerary span{font-family:var(--serif);font-size:22px;color:var(--green)}.itinerary p{margin:0}.detail-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;padding:0 7vw 110px}.detail-gallery img{width:100%;height:360px;object-fit:cover}.detail-gallery img:first-child{height:100%}
.site-footer{background:#081914;color:var(--white);display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px;padding:80px 7vw 30px}.brand-light .brand-mark{color:var(--lime);border-color:var(--lime)}.brand-light small{color:rgba(255,255,255,.55)}.site-footer>div:first-child p{max-width:400px;color:rgba(255,255,255,.55);font-size:13px}.site-footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--lime)}.site-footer>div>a:not(.brand){display:block;font-size:13px;color:rgba(255,255,255,.66);margin:9px 0}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:25px;font-size:10px;color:rgba(255,255,255,.45)}.floating-whatsapp{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--white);z-index:40;box-shadow:0 8px 28px rgba(0,0,0,.22);transition:.25s}.floating-whatsapp:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 12px 32px rgba(0,0,0,.28)}.floating-whatsapp img{width:48px;height:48px;object-fit:contain}
@media(max-width:1050px){.site-header{height:74px}.main-nav{display:none;position:absolute;left:0;right:0;top:74px;background:var(--paper);padding:25px 4vw;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.main-nav a{padding:5px}.header-actions .button{display:none}.menu-toggle{display:block;margin-left:auto;border:0;background:transparent;font-weight:700}.cards-grid{grid-template-columns:repeat(2,1fr)}.destination-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:350px}.destination-card{grid-column:auto!important;grid-row:auto!important}.detail-summary{grid-template-columns:repeat(3,1fr)}.detail-summary .button{grid-column:1/-1;margin:20px 0}.site-footer{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.site-header{padding:0 20px}.language-switcher{display:none}.hero{min-height:720px;padding:95px 25px 55px;background-position:62% center}.hero h1{font-size:57px}.hero-content>p{font-size:15px}.hero-note{display:none}.hero-actions{align-items:flex-start;flex-direction:column}.trust-strip{overflow:hidden;justify-content:flex-start;padding:0 25px;gap:20px;white-space:nowrap}.section{padding:75px 25px}.intro-grid,.detail-layout{grid-template-columns:1fr;gap:45px}.intro-grid h2,.section-heading h2,.quote-section h2{font-size:42px}.intro-grid .lead{font-size:23px}.section-heading{align-items:flex-start;gap:25px;flex-direction:column}.cards-grid{grid-template-columns:1fr}.card-image{height:250px}.destination-grid{grid-template-columns:1fr;grid-auto-rows:360px}.brazil-banner{min-height:620px;background-position:56% center}.page-hero{padding:100px 25px 55px}.page-hero h1{font-size:54px}.filters{align-items:stretch;flex-direction:column}.filters select{margin:0;min-width:0}.detail-hero{min-height:570px;padding:100px 25px 50px}.detail-hero h1{font-size:55px}.detail-summary{grid-template-columns:1fr;padding:15px 25px}.detail-summary>div{padding:14px 0;border-right:0;border-bottom:1px solid rgba(12,34,28,.12)}.detail-gallery{grid-template-columns:1fr;padding:0 25px 75px}.detail-gallery img{height:250px!important}.site-footer{grid-template-columns:1fr;padding:65px 25px 25px}.footer-bottom{grid-column:auto}}

html,body{overflow-x:hidden}.hero-content{min-width:0}
@media(max-width:700px){.site-header{gap:12px}.brand{min-width:0}.brand-mark{flex:0 0 40px}.hero-content{width:100%;max-width:calc(100vw - 50px)}.hero h1{font-size:50px;overflow-wrap:anywhere}.hero-content>p{max-width:100%}}

.blog-hero{background:linear-gradient(90deg,rgba(9,43,33,.94),rgba(9,43,33,.72)),url("../images/Iguazu_Cataratas2.jpg") center/cover}.blog-grid{padding-top:75px}.post-card{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}.post-image{min-height:500px;background-size:cover;background-position:center}.post-card h2{font-size:clamp(40px,4.5vw,68px);margin:10px 0 24px}.post-card p{font-size:17px;color:var(--muted);max-width:600px}
.story-header{padding:110px 14vw 70px;background:var(--forest);color:var(--white)}.story-header h1{max-width:1100px;font-size:clamp(55px,7vw,100px)}.story-header>p{max-width:780px;font-family:var(--serif);font-size:24px;color:rgba(255,255,255,.75)}.story-meta{display:flex;gap:35px;margin-top:35px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--lime)}.story-cover{margin:0;padding:0 7vw;background:linear-gradient(var(--forest) 50%,var(--paper) 50%)}.story-cover img{width:100%;height:650px;object-fit:cover}.story-layout{max-width:1100px;margin:90px auto;display:grid;grid-template-columns:160px 1fr;gap:70px;padding:0 25px}.story-layout aside{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.story-layout aside span,.story-layout aside a{display:block;margin-bottom:12px}.story-layout aside a{color:var(--green);font-weight:700}.story-content{font-family:var(--serif);font-size:21px;line-height:1.8}.story-content>p:first-child:first-letter{float:left;font-size:86px;line-height:.75;padding:12px 12px 0 0;color:var(--green)}.story-content h2{font-size:42px;margin:65px 0 22px}.story-end{text-align:center;padding:90px 25px 120px;background:var(--sand)}.story-end h2{font-size:clamp(42px,5vw,70px);margin-bottom:35px}
@media(max-width:700px){.post-card{grid-template-columns:1fr;gap:35px}.post-image{min-height:360px}.story-header{padding:90px 25px 50px}.story-header h1{font-size:48px}.story-header>p{font-size:19px}.story-cover{padding:0}.story-cover img{height:360px}.story-layout{grid-template-columns:1fr;margin:60px auto;gap:30px}.story-content{font-size:18px}.story-content h2{font-size:34px}}

.story-cover img{object-position:center 42%}

.brand-logo{width:245px;height:66px;min-width:245px;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:contain}.footer-logo{width:290px;height:115px;min-width:0;background:var(--white);padding:12px 18px;border-radius:2px}
@media(max-width:1200px){.brand-logo{width:205px;min-width:205px}}
@media(max-width:700px){.brand-logo{width:190px;height:58px;min-width:190px}.footer-logo{width:250px;height:100px}}
