:root{--green:#183e36;--lime:#d8ec81;--ink:#17362f;--paper:#f8f9f5;--muted:#69776d;--line:#dce2db}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #9bb84a;outline-offset:5px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:12px}.skip:focus{top:0}.header{height:98px;padding:0 5%;display:flex;align-items:center;gap:35px;background:var(--paper)}.brand{font-size:33px;line-height:1;font-weight:800;letter-spacing:-1.7px;flex-shrink:0}.brand span{font-weight:400}.brand i{display:block;font-style:normal;font-size:9px;letter-spacing:1.5px;margin-top:9px}.header nav{display:flex;gap:30px;margin:auto;font-size:14px}.header nav a:hover{color:#6c842a}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:36px;border-radius:4px;padding:17px 24px;font-weight:600;font-size:15px;line-height:1.4;transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.btn span{font-size:22px;font-weight:400}.btn.lime{background:var(--lime);color:var(--green)}.btn.lime:hover{background:#e5f7a7}.btn.light{background:transparent;border:1px solid #acb5a9}.btn.small{padding:12px 18px;font-size:14px}.hero{height:740px;min-height:640px;position:relative;color:white;margin:0 18px;border-radius:6px;overflow:hidden}.hero-img,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 54%}.hero-shade{background:linear-gradient(90deg,rgba(7,31,32,.71),rgba(7,31,32,.09)),linear-gradient(0deg,rgba(7,31,32,.68),transparent 65%)}.hero-content{position:relative;padding:76px 5% 140px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 24px}.hero h1{font-size:clamp(56px,7.1vw,110px);letter-spacing:-5px;line-height:1.06;margin:0 0 24px;font-weight:500}.hero h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-4px}.hero-copy{font-size:18px;line-height:1.7;margin-bottom:30px}.hero-link{margin-left:32px;font-size:14px;border-bottom:1px solid #ffffff80;padding-bottom:8px}.hero-link span{padding-left:15px}.hero-bottom{position:absolute;bottom:0;left:5%;right:5%;border-top:1px solid #ffffff50;display:flex;gap:7%;padding:26px 0 28px}.hero-bottom b{display:block;font-size:17px;font-weight:500}.hero-bottom div span{display:block;font-size:13px;opacity:.75;margin-top:5px}.coordinates{font-size:10px;letter-spacing:1px;text-align:right;margin-left:auto;align-self:center;line-height:1.9}.green{color:#5c7350}footer{border-top:1px solid var(--line);padding:38px 5%;display:flex;align-items:center;gap:30px;flex-wrap:wrap}footer p,footer>span{font-size:13px}footer>span{width:100%;color:var(--muted)}footer>a[href^=tel]{margin-left:auto}dialog{width:min(560px,calc(100% - 28px));border:0;border-radius:10px;padding:40px;color:var(--ink);max-height:90dvh;overflow:auto;background:var(--paper)}dialog::backdrop{background:#0d2925b8;backdrop-filter:blur(5px)}dialog h2{font-size:33px;line-height:1.15;margin:10px 0 15px;letter-spacing:-1px}dialog>p:not(.eyebrow){color:var(--muted);font-size:15px}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:30px;color:var(--green);width:40px;height:40px}form{margin-top:22px}label{display:block;font-size:14px;font-weight:600;margin-bottom:16px}input,select,textarea{width:100%;display:block;border:1px solid #bbc7bc;border-radius:4px;background:white;padding:12px;margin-top:6px;color:var(--ink);font-size:16px}input:focus,select:focus,textarea:focus{outline:2px solid #779151;outline-offset:1px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.muted{font-weight:400;color:var(--muted)}.form-note{font-size:12px;color:var(--muted);line-height:1.6}.full{width:100%}#form-status{font-size:14px}.lock{overflow:hidden}@media(max-width:900px){.header nav{gap:15px}.coordinates{display:none}.hero h1{letter-spacing:-3px}.hero{height:690px}.hero-bottom{gap:6%}.header{gap:20px}.header .btn{margin-left:auto}}@media(max-width:680px){.header{height:82px;padding:0 22px}.brand{font-size:28px}.brand i{font-size:7px;letter-spacing:1px}.header nav{display:none}.header .btn{font-size:12px;padding:10px 12px;gap:12px}.hero{margin:0 8px;min-height:760px;height:calc(100svh - 90px);max-height:950px}.hero-content{padding:52px 23px 220px}.eyebrow{font-size:10px;letter-spacing:1.6px}.hero h1{font-size:58px;letter-spacing:-2.6px}.hero h1 em{letter-spacing:-2.6px;font-size:49px}.hero-copy{font-size:16px;margin-bottom:26px}.hero-copy br{display:none}.hero-link{display:table;margin:22px 0 0}.hero-bottom{left:23px;right:23px;display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;padding:24px 0}.hero-bottom b{font-size:14px}.hero-bottom div span{font-size:11px}.hero-bottom>div:last-of-type{grid-column:1/-1}.hero-img{object-position:58% center}.hero-shade{background:linear-gradient(90deg,#062b2a99,#09292522),linear-gradient(0deg,#082b2ae6,transparent 90%)}dialog{padding:36px 23px 22px}.form-row{grid-template-columns:1fr}footer{padding:30px 24px}footer p{width:100%}footer>a[href^=tel]{margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Golden autumn: copper, pine and warm light */
:root{--green:#293d32;--lime:#efb570;--ink:#29382e;--paper:#fcfaf6;--muted:#74776b;--line:#e4dfd3}.btn.lime:hover{background:#f8c88f}.hero-shade{background:linear-gradient(90deg,#172d2bd6,#1b2b2933),linear-gradient(0deg,#132a2ac9,transparent 70%)}.hero-img{object-position:center 48%}.green{color:#9b6438}.wrap{width:min(1240px,88%);margin:auto}.section{padding:96px 0}h2{font-size:clamp(35px,4.1vw,60px);line-height:1.13;font-weight:500;letter-spacing:-2px;margin:0 0 26px}h2 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-1.8px;color:#986342}h3{font-size:23px;font-weight:500;line-height:1.3;letter-spacing:-.5px;margin:0 0 18px}p{margin-top:0}.intro{padding:106px 0;display:grid;grid-template-columns:1.1fr 1fr;gap:10%;align-items:center}.intro>div>p:not(.eyebrow){max-width:500px;color:var(--muted)}.intro .lead{font-size:20px!important;color:var(--ink)!important}.intro-facts{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:32px;padding-top:26px;gap:15px}.intro-facts strong{display:block;font-weight:400;font-size:13px;color:#a2734b;margin-bottom:10px}.intro-facts span{font-size:14px;line-height:1.5}.intro-photo{margin:0;position:relative;min-height:480px}.intro-photo>img{width:100%;height:500px;object-fit:cover;border-radius:3px}.intro-photo figcaption{position:absolute;bottom:28px;left:-40px;right:40px;background:var(--green);padding:23px 30px;color:white;font-size:19px;line-height:1.5}.intro-photo figcaption em{font-family:Georgia,serif;color:#ebbf8e}.image-label{display:block;text-align:right;font-size:10px;letter-spacing:1.5px;margin-top:8px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:45px}.section-head>div{flex:1}.section-head>p{width:360px;color:var(--muted);margin:0 0 30px;font-size:16px}.route{background:#f1eee6}.route-layout{display:grid;grid-template-columns:1fr 3fr;gap:8%}.route aside{align-self:start;position:sticky;top:25px}.big-eight{font-family:Georgia,serif;display:block;font-size:150px;line-height:1;color:#af784c;letter-spacing:-10px}.big-eight span{font-family:Arial,sans-serif;font-size:16px;letter-spacing:0;margin-left:18px}.route aside>p{font-size:25px;line-height:1.5;margin:24px 0}.text-button{font-size:14px;padding:0 0 7px;background:none;color:var(--ink);border:0;border-bottom:1px solid #a6ac9e}.day{border-top:1px solid #d6d8cc}.day:last-child{border-bottom:1px solid #d6d8cc}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.day summary{display:flex;align-items:center;gap:22px;padding:24px 0}.day-num{font-size:11px;letter-spacing:1px;color:#93714f;width:66px;flex-shrink:0}.day-title{font-size:24px;line-height:1.2}.day-title small{display:block;font-size:13px;color:var(--muted);margin-top:9px}.toggle{font-size:26px;line-height:1;color:#7d8174;margin-left:auto;font-weight:300}details[open] .toggle{transform:rotate(45deg)}.day-body{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;padding:0 0 28px 88px}.day-body>img{width:100%;height:260px;object-fit:cover;border-radius:3px}.day-body p{font-size:14px;line-height:1.7}.day-body .eyebrow{font-size:10px;letter-spacing:1px;margin:0 0 10px}.day-body .tags{font-size:11px;margin:20px 0 0;color:#926b45}.departure-body{padding:0 0 15px 88px;font-size:15px;color:var(--muted)}.comfort-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:35px}.villa-photo{margin:0;position:relative}.villa-photo img{width:100%;height:520px;object-fit:cover;border-radius:3px}.villa-photo figcaption{position:absolute;bottom:25px;left:25px;color:white;font-size:16px;text-shadow:0 2px 6px #000}.comfort-info>img{height:240px;object-fit:cover;width:100%;border-radius:3px;margin-bottom:25px}.amenities{list-style:none;padding:0;margin:0;display:grid;gap:11px;font-size:14px;color:var(--muted)}.amenities li:before{content:'✓';color:#a77343;margin-right:12px}.food-row{display:grid;grid-template-columns:280px 1fr;gap:40px;margin-top:36px;background:#f1eee6;padding:30px;align-items:center}.food-row img{width:100%;height:200px;object-fit:cover}.food-row .eyebrow{margin-bottom:12px;font-size:10px}.food-row h3{font-size:26px}.food-row p:last-child{max-width:660px;margin:0;font-size:15px;color:var(--muted)}.author-section{background:var(--green);color:#f8f6ed;padding:85px 0}.author{display:grid;grid-template-columns:.8fr 1.2fr;gap:11%;align-items:center}.author-image{position:relative}.author-image img{width:100%;height:530px;object-fit:cover;border-radius:3px}.author-image span{display:block;font-size:10px;letter-spacing:1.6px;margin-top:15px;color:#d1d3bd}.author h2 em{color:#e8b27a}.author .eyebrow{color:#e8b27a;font-size:11px}.author-quote{font-family:Georgia,serif;font-size:23px;line-height:1.5;color:#efe6d5}.author p:not(.eyebrow):not(.author-quote){color:#c4cbbd;font-size:15px}.author-notes{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0 30px}.author-notes span{font-size:12px;border:1px solid #5a6b5a;padding:6px 10px;border-radius:3px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:260px 260px;gap:14px}.gallery-item{padding:0;border:0;position:relative;overflow:hidden;border-radius:3px;background:var(--green);color:white;text-align:left}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.035)}.gallery-item:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#172719aa)}.gallery-item>span{position:absolute;bottom:20px;left:22px;right:22px;font-size:14px;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:15px;line-height:1.35}.gallery-item b{font-size:22px;font-weight:400}.g0{grid-column:1/3}.g1{grid-column:3;grid-row:1/3}.g2{grid-column:1}.g3{grid-column:2}.g4{display:none}.booking-steps{border-bottom:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:45px;margin-top:40px}.steps>div>span{display:block;font-family:Georgia,serif;font-size:44px;color:#b8895d;line-height:1;margin-bottom:28px}.steps h3{font-size:21px;margin-bottom:12px}.steps p{font-size:14px;color:var(--muted)}.faq-section{display:grid;grid-template-columns:1fr 1.25fr;gap:10%;padding-top:90px}.faq-section h2{font-size:46px}.faq-section>div>p:not(.eyebrow){color:var(--muted)}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:16px;line-height:1.5}.faq-list summary span{font-size:25px;color:#9b7a57;flex-shrink:0}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>p{font-size:15px;color:var(--muted);padding-right:20px;padding-bottom:12px}.final-cta{background:#ead5b9;display:flex;align-items:center;gap:50px;margin:0 18px 28px;border-radius:4px;padding:75px 6%}.final-cta h2{font-size:clamp(36px,4.4vw,65px)}.final-cta h2 em{color:#825632}.final-cta .btn{background:var(--green);color:#fff}.final-cta p:not(.eyebrow){color:#6e705d}.final-cta a{display:block;font-size:13px;margin-top:18px}.final-number{font-family:Georgia,serif;font-size:230px;line-height:.9;letter-spacing:-20px;color:#bf9464;display:block;margin-left:auto}.final-number>span{display:block;font-family:Arial,sans-serif;font-size:11px;letter-spacing:1px;text-align:center;line-height:1.6;margin-top:25px}#lightbox{padding:45px 20px 15px;width:min(1000px,95vw);background:#162a25;color:white;border-radius:5px;overflow:hidden}#lightbox .close{color:white}#lightbox>img{width:100%;height:70dvh;object-fit:contain}.lightbox-controls{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:12px}.lightbox-controls button{border:1px solid #ffffff60;color:white;background:transparent;font-size:24px;border-radius:50%;width:45px;height:45px;flex-shrink:0}.lightbox-controls p{font-size:14px;text-align:center;margin:0}.legal-links{display:flex;gap:22px;margin-left:auto;font-size:13px}
@media(max-width:1000px){.wrap{width:88%}.intro{gap:7%}.intro-photo figcaption{left:-20px;right:20px}.section-head{gap:35px}.route-layout{grid-template-columns:1fr 4fr;gap:5%}.day-body{padding-left:0}.author{gap:7%}.author-image img{height:490px}.final-number{font-size:150px}.steps{gap:25px}.faq-section{gap:5%}.faq-section h2{font-size:37px}}
@media(max-width:680px){.wrap{width:calc(100% - 44px)}.section{padding:62px 0}h2{font-size:37px;letter-spacing:-1.5px}h2 em{letter-spacing:-1.3px}.intro{grid-template-columns:1fr;padding:58px 0;gap:35px}.intro .lead{font-size:18px!important}.intro-photo>img{height:390px}.intro-photo{min-height:0}.intro-photo figcaption{left:-10px;right:20px;bottom:40px;font-size:17px}.intro-facts span{font-size:12px}.section-head{display:block;margin-bottom:28px}.section-head>p{width:auto;margin-bottom:0;font-size:15px}.route-layout{display:block}.route aside{display:none}.day summary{gap:14px;padding:23px 0}.day-num{font-size:9px;width:52px}.day-title{font-size:20px}.day-title small{font-size:12px}.day-body{display:block}.day-body>img{height:220px;margin-bottom:18px}.day-body p{font-size:15px}.departure-body{padding-left:0}.comfort-grid{display:block}.villa-photo img{height:340px}.comfort-info{margin-top:24px}.comfort-info>img{height:245px}.food-row{display:block;padding:20px;margin-top:28px}.food-row img{height:220px;margin-bottom:22px}.food-row h3{font-size:23px}.author-section{padding:55px 0}.author{grid-template-columns:1fr;gap:35px}.author-image img{height:410px;object-position:50% 40%}.author-quote{font-size:21px}.author .btn{padding:17px 18px;gap:20px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:240px 200px 230px;gap:10px}.g0{grid-column:1/3}.g1{grid-column:1;grid-row:2/4}.g2{grid-column:2;grid-row:2}.g3{grid-column:2;grid-row:3}.gallery-item>span{left:13px;right:13px;bottom:13px;font-size:12px}.gallery-item b{display:none}.steps{grid-template-columns:1fr 1fr;gap:30px 24px}.steps>div>span{font-size:36px;margin-bottom:16px}.steps h3{font-size:19px}.steps p{font-size:13px}.faq-section{display:block}.faq-section>div:first-child{margin-bottom:35px}.final-cta{margin:0 8px 10px;padding:50px 22px;display:block}.final-cta h2{font-size:36px}.final-number{display:none}.hero h1 em{font-size:clamp(37px,10.9vw,60px)}.hero h1{font-size:clamp(46px,13vw,65px)}.hero-shade{background:linear-gradient(90deg,#172d2bbf,#1b2b2944),linear-gradient(0deg,#132a2ae8,transparent 95%)}.legal-links{width:100%;margin-left:0}#lightbox>img{height:65dvh}.lightbox-controls p{font-size:12px}footer{padding-bottom:35px}}
[hidden]{display:none!important}.included-section{background:#f1eee6}.included{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:10px}.included>div+div{border-left:1px solid #d7d7cc;padding-left:14%}.included ul{list-style:none;margin:25px 0;padding:0}.included li{margin:14px 0;padding-left:26px;position:relative;font-size:16px}.included li:before{content:'✓';position:absolute;left:0;color:#8e673d}.included .excluded li:before{content:'+'}.included p{font-size:14px;color:var(--muted)}.quiz{width:min(660px,calc(100% - 24px));padding:35px 40px 25px}.quiz-top{display:flex;justify-content:space-between;gap:20px;padding-right:20px;font-size:10px;letter-spacing:1.5px;color:var(--muted);margin:0 0 16px}.quiz-progress{height:3px;background:#e7e1d6;margin-bottom:28px}.quiz-progress>span{display:block;width:20%;height:100%;background:#bc824b;transition:width .3s}.quiz h2{font-size:35px;letter-spacing:-1.3px;margin:0 0 18px;line-height:1.15;outline:none}.quiz .eyebrow{margin-bottom:15px;font-size:10px}.quiz-desc{font-size:15px;color:var(--muted);line-height:1.6}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:23px 0}.quiz-options.single{grid-template-columns:1fr}.quiz-options label{position:relative;display:flex;align-items:flex-start;gap:12px;border:1px solid #dcd8cd;border-radius:5px;padding:18px 14px;cursor:pointer;margin:0;transition:background .2s,border .2s}.quiz-options label:has(input:checked){background:#f4e4d0;border-color:#b68150}.quiz-options label:hover{border-color:#b68150}.quiz-options input{width:17px;height:17px;margin:4px 0 0;accent-color:#8f603a;flex-shrink:0}.quiz-options b{font-size:15px;font-weight:500;display:block}.quiz-options small{font-size:12px;font-weight:400;color:var(--muted);display:block;line-height:1.4;margin-top:6px}.quiz-insight{font-size:13px;background:#edece3;border-left:2px solid #b8895d;padding:12px 16px;color:#66705f;margin-top:20px;line-height:1.6}.quiz-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:18px}.quiz-actions .btn{margin-left:auto}.quiz form{margin:0}.optional-label{font-size:13px}.optional-label input{padding:10px 12px}.quiz-summary{background:#eeeadd;padding:16px 18px;border-radius:4px;margin:20px 0}.quiz-summary p{font-size:13px;margin:5px 0}.quiz-summary b{font-weight:600}.consent{display:flex;gap:12px;font-size:12px;font-weight:400;line-height:1.6;margin-top:20px}.consent input{width:17px;height:17px;flex-shrink:0;margin-top:3px;accent-color:#8f603a}.consent a,.form-note a,#form-status a{color:#85512b;text-decoration:underline}#quiz-error{font-size:14px;color:#a23e2b;margin:10px 0}.quiz .form-note{font-size:12px}.gallery-grid{grid-template-columns:1.2fr .8fr 1fr;grid-template-rows:280px 250px}.g0{grid-column:1/3}.g1{grid-column:3;grid-row:1}.g2{grid-column:1;grid-row:2}.g3{grid-column:2;grid-row:2}.g4{display:block;grid-column:3;grid-row:2}.hero-bottom div span{font-size:14px}.coordinates{font-size:12px}.brand i{font-size:10px}.day-num,.day-body .eyebrow,.day-body .tags,.image-label,.author-image span,.food-row .eyebrow{font-size:12px}.day-title small{font-size:14px}.author p:not(.eyebrow):not(.author-quote),.day-body p,.food-row p:last-child,.faq-list details>p{font-size:16px}
@media(max-width:680px){.included{grid-template-columns:1fr;gap:30px}.included>div+div{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.quiz{padding:35px 20px 20px}.quiz h2{font-size:30px}.quiz-options{gap:10px}.quiz-options label{padding:13px 10px;gap:8px}.quiz-options b{font-size:14px}.quiz-options small{font-size:12px}.quiz-top{font-size:9px;letter-spacing:1px}.quiz-actions .btn{font-size:14px;padding:15px 18px;gap:14px}.quiz-desc{font-size:14px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:230px 220px 220px}.g0{grid-column:1/3;grid-row:1}.g1{grid-column:1;grid-row:2}.g2{grid-column:2;grid-row:2}.g3{grid-column:1;grid-row:3}.g4{grid-column:2;grid-row:3}.hero-bottom div span{font-size:12px}.day-num{font-size:11px}.brand i{font-size:8px}}
.legal-page{width:min(820px,88%);margin:55px auto 85px}.legal-page h1{font-size:44px;line-height:1.12;font-weight:500;letter-spacing:-1.8px;margin-bottom:35px}.legal-page h2{font-family:Arial,sans-serif;font-size:25px;line-height:1.3;letter-spacing:-.5px;margin-top:35px;margin-bottom:15px}.legal-page p,.legal-page dd{font-size:16px;line-height:1.8;color:#5c695e}.legal-page a{text-decoration:underline;color:#8d603e}.legal-page dt{font-weight:600;margin-top:20px}.legal-page dd{margin:5px 0 18px}.draft-note{background:#f4e5cf;border-left:3px solid #b17a3e;padding:22px 25px;margin-bottom:30px}.draft-note p{font-size:14px;line-height:1.65;margin:8px 0 0}.legal-back{margin-left:auto;font-size:14px}.legal-page .eyebrow{font-size:12px}@media(max-width:680px){.legal-page h1{font-size:34px;overflow-wrap:anywhere}.legal-page h2{font-size:23px}.legal-page{margin-top:35px}.draft-note{padding:18px}.legal-links{flex-wrap:wrap;gap:14px}}
.hero-shade{background:linear-gradient(90deg,rgba(43,37,25,.7),rgba(50,35,18,.15)),linear-gradient(0deg,rgba(31,35,27,.82),transparent 65%)}.header nav a{white-space:nowrap}.hero-bottom{gap:5%}.coordinates{max-width:190px}.brand i{letter-spacing:1.3px}@media(max-width:1000px){.header nav{display:none}.header .btn{margin-left:auto}}@media(max-width:680px){.hero-shade{background:linear-gradient(90deg,#382b1c9e,#2a2b2055),linear-gradient(0deg,#222f22e8,transparent 95%)}.hero-img{object-position:42% center}.hero-bottom{gap:18px}.eyebrow{font-size:12px}.intro-facts span,.steps p{font-size:14px}}
.why-section{background:#e9e8dc}.why-grid,.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:25px}.why-grid article,.benefits-grid article{border-top:1px solid #b9c0ae;padding-top:18px}.why-grid span{display:block;letter-spacing:1.3px;font-size:12px;color:#986e45;font-weight:700;margin-bottom:14px}.why-grid p,.benefits-grid p{font-size:16px;line-height:1.75;color:#59675d}.brochure-spots{padding-top:80px}.spot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.spot-grid article{border-top:1px solid var(--line);padding-top:20px}.spot-grid span{font-size:12px;letter-spacing:1.2px;color:#8d6842;font-weight:600}.spot-grid p{font-size:18px;line-height:1.7;margin:12px 0 0}.weather-section{background:#e8d7bb}.weather-layout,.flight-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.weather-layout p:not(.eyebrow),.flight-layout p{font-size:18px;line-height:1.75}.weather-layout p+p{margin-top:20px}.flight-section{background:#efece3}.flight-layout button{margin-top:15px}.benefits-section{padding-top:75px}.benefits-grid{gap:38px}.benefits-grid h3{font-family:Georgia,serif;color:#8b613d}.day-body{align-items:start}.day-body p{font-size:15px;line-height:1.7}.day-body p strong{font-weight:600;color:#775b3f}.day-body .tags{padding-top:15px;border-top:1px solid #ddd8c9}.day-body>img{position:sticky;top:30px}.comfort-info .amenities{font-size:16px}.included li{line-height:1.5}
@media(max-width:900px){.why-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.weather-layout,.flight-layout{gap:6%}}@media(max-width:680px){.why-grid,.benefits-grid,.spot-grid,.weather-layout,.flight-layout{grid-template-columns:1fr;gap:23px}.spot-grid p,.weather-layout p:not(.eyebrow),.flight-layout p{font-size:16px}.brochure-spots{padding-top:55px}.day-body>img{position:static}.benefits-grid{margin-top:15px}.weather-section h2{margin-bottom:10px}.flight-layout button{margin-top:5px}}
.booking-steps .steps{grid-template-columns:repeat(5,1fr);gap:26px}.booking-steps .steps h3{font-size:20px}.booking-steps .steps>div{border-top:1px solid var(--line);padding-top:14px}@media(max-width:850px){.booking-steps .steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.booking-steps .steps{grid-template-columns:repeat(2,1fr);gap:22px}.booking-steps .steps h3{font-size:18px}}
/* Draw controls as vector strokes so iOS Safari cannot substitute emoji glyphs. */
.icon{display:inline-block;width:18px;height:18px;flex:0 0 18px;vertical-align:-3px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.btn .icon{width:20px;height:20px;flex-basis:20px}.hero-link .icon{margin-left:10px;width:16px;height:16px}.text-button .icon,.legal-back .icon{margin-left:6px;width:16px;height:16px}.legal-back .icon{margin:0 6px 0 0}.gallery-item .icon{width:20px;height:20px}.lightbox-controls button{display:flex;align-items:center;justify-content:center}.lightbox-controls button .icon{width:19px;height:19px}.close{display:flex;align-items:center;justify-content:center}.close .icon{width:19px;height:19px}.toggle,.disclosure-icon{position:relative;display:inline-block;width:20px;height:20px;flex:0 0 20px;font-size:0!important}.toggle::before,.toggle::after,.disclosure-icon::before,.disclosure-icon::after{content:'';position:absolute;left:2px;top:9px;width:16px;height:2px;background:currentColor;border-radius:2px}.toggle::after,.disclosure-icon::after{transform:rotate(90deg)}.day[open] .toggle,.faq-list details[open] .disclosure-icon{transform:none}.day[open] .toggle::after,.faq-list details[open] .disclosure-icon::after{display:none}.amenities li{position:relative;padding-left:25px}.amenities li::before,.included li::before{content:'';display:block;position:absolute;left:2px;top:6px;width:8px;height:13px;border-right:2px solid #a77343;border-bottom:2px solid #a77343;transform:rotate(45deg);margin:0}.included li::before{top:3px}.included .excluded li::before{content:'';width:10px;height:2px;border:0;background:#a77343;transform:none;top:13px}.included .excluded li::after{content:'';position:absolute;left:6px;top:9px;width:2px;height:10px;background:#a77343}
.hero .hero-img{inset:-120px 0 auto;height:calc(100% + 240px);transform:translate3d(0,var(--hero-parallax,0px),0);will-change:transform}
@media(max-width:680px){.hero .hero-img{inset:-80px 0 auto;height:calc(100% + 160px)}}
@media(prefers-reduced-motion:reduce){.hero .hero-img{inset:0;height:100%;transform:none;will-change:auto}}

.final-cta .btn{background:#c62828;color:#fff}.final-cta .btn:hover{background:#a91f1f}

.hero h1 em{white-space:nowrap}.intro-cta{margin-top:30px}.section-cta{margin-top:42px}.footer-whatsapp{margin-left:auto}.footer-whatsapp,.footer-instagram{font-size:13px;border-bottom:1px solid #b8b3a8;padding-bottom:3px}@media(max-width:680px){.hero h1 em{font-size:clamp(29px,10vw,49px);letter-spacing:-2px}.intro-cta{margin-top:24px}.section-cta{margin-top:30px}.section-cta .btn,.intro-cta{width:100%}.footer-whatsapp{margin-left:0}}

.season-label{white-space:nowrap}
