@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--green:#223b30;--paper:#f7f7f2;--ink:#25372f;--line:#cdd2c8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #c99b52;outline-offset:5px}header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:32px;background:var(--paper)}.brand{font-family:'Manrope',sans-serif;font-size:29px;line-height:.95;font-weight:600;letter-spacing:-1.8px;display:block;width:150px}.brand-bottom{display:block;white-space:nowrap}.brand-star{font-size:32px;display:inline-block;margin-left:7px;vertical-align:middle}nav{display:flex;gap:34px;font-size:14px}nav a:hover{text-decoration:underline;text-underline-offset:6px}.button{background:var(--green);border:1px solid var(--green);color:#fff;padding:16px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-size:14px;font-weight:500;border-radius:2px}.button:hover{background:#365442}.button span{font-size:22px}.button.light{background:var(--paper);color:var(--green);border-color:var(--paper)}.button.light:hover{background:#e4e9df}.menu{display:none}.hero{height:710px;height:min(780px,calc(100svh - 108px));min-height:570px;position:relative;color:white;isolation:isolate}.hero>img,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero>img{object-position:center 54%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(8,24,18,.52),rgba(8,24,18,.05)),linear-gradient(0deg,rgba(8,24,18,.5),transparent 40%)}.hero-content{padding:85px 7% 50px;max-width:1100px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.2px;line-height:1.6;margin:0 0 25px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400;line-height:1.08;letter-spacing:-2.2px}h1{font-size:clamp(50px,5.5vw,84px);margin-bottom:25px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1 em{font-size:1.08em}h2{font-size:clamp(36px,3.8vw,57px);margin-bottom:28px}h3{font-size:27px;letter-spacing:-.8px}.hero-content>p:not(.eyebrow){font-size:17px;line-height:1.7;margin-bottom:28px}.hero-foot{position:absolute;bottom:28px;left:7%;right:7%;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:1.5px}.hero-foot>span:nth-child(2){display:flex;align-items:center;gap:15px}.line{display:inline-block;width:55px;height:1px;background:white;opacity:.7}.hero-foot>a{font-size:26px}.section{padding:100px 7%}.intro{display:grid;grid-template-columns:1fr 2.3fr;gap:40px;align-items:start;border-bottom:1px solid var(--line)}.intro>.eyebrow{padding-top:10px}.intro h2{font-size:clamp(32px,3.1vw,47px);line-height:1.2}.intro-copy{display:grid;grid-template-columns:1fr 1fr;gap:35px;max-width:830px;color:#5a655d}.intro-copy p{margin:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:46px}.section-heading h2{margin-bottom:0}.section-heading>p{color:#657066;margin-bottom:5px}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.destination{position:relative;height:490px;border:0;padding:0;color:white;text-align:left;overflow:hidden;background:var(--green);isolation:isolate}.destination img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s;z-index:-2}.destination:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,23,13,.7),transparent 65%,rgba(0,0,0,.2));z-index:-1}.destination:hover img{transform:scale(1.05)}.card-top{position:absolute;top:25px;left:24px;right:24px;display:flex;justify-content:space-between;font-size:12px}.card-top span{font-size:10px;letter-spacing:1px}.card-bottom{position:absolute;bottom:30px;left:25px;right:25px;display:flex;align-items:end;justify-content:space-between}.card-bottom strong{display:block;font-weight:400;font-size:43px;letter-spacing:-1.7px;line-height:1.3}.card-bottom small{font-size:13px}.round-arrow{border:1px solid #ffffff80;border-radius:50%;display:flex;align-items:center;justify-content:center;width:43px;height:43px;font-size:23px;flex-shrink:0}.destination-note{font-size:14px;color:#6a716a;text-align:center;margin:25px 0 0}.experience-section{background:#e9ede4;display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.experience-picture{height:640px;position:relative}.experience-picture img{width:100%;height:100%;object-fit:cover}.picture-caption{position:absolute;bottom:0;left:0;right:0;padding:45px 28px 25px;background:linear-gradient(transparent,#122b24a8);color:#fff;font-size:11px;letter-spacing:2px}.experience-content h2{margin-bottom:40px}.experience{width:100%;border:0;background:transparent;border-top:1px solid #b9c3b4;display:flex;justify-content:space-between;padding:20px 0;text-align:left;color:var(--ink);font-size:21px;letter-spacing:-.5px}.experience small{font-size:12px;color:#6a786a;margin-right:22px;letter-spacing:0}.experience-description{padding:0 22px 23px 39px;font-size:15px;color:#5b685c;line-height:1.8}.experiences{border-bottom:1px solid #b9c3b4}.text-link{border:0;background:none;border-bottom:1px solid var(--green);padding:0 0 9px;color:var(--green);display:flex;gap:45px;margin-top:33px;font-size:14px}.text-link span{font-size:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:60px}.steps article{border-top:1px solid var(--line);padding-top:25px}.steps article>span{font-size:12px;letter-spacing:1.5px}.steps h3{margin:24px 0 16px}.steps p{color:#637064}.closing{background:var(--green);color:var(--paper);text-align:center;padding:95px 8%}.closing h2{max-width:970px;margin:0 auto 35px;line-height:1.16}.closing>p:last-child{font-size:14px;color:#c2cdbf;margin:24px 0 0}footer{padding:65px 7% 25px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px}footer>p{font-size:14px;margin:0}footer>div:not(.footer-bottom){display:flex;flex-direction:column;font-size:14px;gap:10px}footer button{border:0;background:none;color:inherit;padding:0;text-align:left}.footer-bottom{display:flex;justify-content:space-between;width:100%;border-top:1px solid var(--line);padding-top:24px;margin-top:24px;font-size:11px;letter-spacing:.6px}dialog{border:0;background:var(--paper);color:var(--ink);padding:0;width:min(880px,calc(100% - 32px));max-height:90svh;overflow:auto}dialog::backdrop{background:#0c1e19b5;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close{position:absolute;right:18px;top:18px;border:0;width:42px;height:42px;background:var(--paper);font-size:30px;border-radius:50%;color:var(--green);z-index:2}.detail-image{width:100%;height:280px;object-fit:cover}.detail-inner,.plan-inner{padding:40px 48px}.detail-inner h2{font-size:50px}.detail-intro{color:#59675d}.detail-tags{font-size:12px;letter-spacing:1px;text-transform:uppercase}.journey-days{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:26px 0}.journey-days article{border-top:1px solid var(--line);padding-top:18px}.journey-days small{font-size:12px}.journey-days h3{font-size:22px;margin:10px 0}.journey-days p{font-size:14px;color:#627061}.detail-note{font-size:13px;color:#687266}.plan-inner h2{margin-bottom:16px}.plan-inner>.eyebrow{padding-right:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:14px;margin-bottom:17px}input,select,textarea{display:block;width:100%;border:1px solid #bcc7bb;background:#fff;color:var(--ink);padding:12px;margin-top:7px;border-radius:2px}fieldset{border:0;padding:0;margin:8px 0 20px}legend{font-size:14px;margin-bottom:10px}fieldset label{display:inline-flex;align-items:center;gap:8px;margin:0 14px 8px 0}input[type=checkbox]{width:17px;height:17px;margin:0;accent-color:var(--green)}.form-note{font-size:12px;color:#6e786c;margin:15px 0 0}#brief-result pre{white-space:pre-wrap;font:inherit;background:#e9ede4;padding:20px}#brief-result .text-link{margin-top:20px}
@media(min-width:1500px){.section,header,footer{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}@media(max-width:1000px){nav{gap:18px}.nav-cta{padding:12px 16px;gap:15px}.destination{height:420px}.card-bottom{left:18px;right:18px}.card-bottom strong{font-size:34px}.card-bottom small{font-size:11px}.round-arrow{width:34px;height:34px}.experience-section{gap:6%}.experience-picture{height:580px}.experience{font-size:18px}.intro{grid-template-columns:1fr}.intro>.eyebrow{margin-bottom:0}.steps{gap:25px}}@media(max-width:720px){header{height:88px;padding:0 6%}.brand{font-size:25px}.brand-star{font-size:27px}.nav-cta{margin-left:auto;font-size:12px;padding:9px 12px;gap:10px}.nav-cta span{font-size:18px}.menu{display:block;border:0;background:none;color:var(--green);font-size:24px;padding:0}nav{display:none;position:absolute;top:88px;left:0;right:0;background:var(--paper);padding:25px 6%;z-index:10;flex-direction:column}nav.open{display:flex}.hero{height:680px;min-height:600px;max-height:calc(100svh - 88px)}.hero-content{padding:75px 7% 60px}h1{font-size:50px;letter-spacing:-2px;line-height:1.08}.hero-content>.eyebrow{font-size:10px;letter-spacing:1.8px}.hero-content>p:not(.eyebrow){font-size:15px}.hero-foot>span:first-child{display:none}.hero-foot{font-size:10px}.section{padding:65px 7%}.intro{gap:24px}.intro-copy{grid-template-columns:1fr;gap:20px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:24px;font-size:15px}.destination-grid{grid-template-columns:1fr;gap:22px}.destination{height:430px}.card-bottom{left:24px;right:24px}.card-bottom strong{font-size:42px}.card-bottom small{font-size:14px}.round-arrow{width:42px;height:42px}.destination-note{font-size:13px}.experience-section{grid-template-columns:1fr;gap:40px}.experience-picture{height:390px}.experience-content h2{margin-bottom:30px}.experience{font-size:21px}.steps{grid-template-columns:1fr;gap:25px;margin-top:40px}.steps h3{margin-top:18px}.closing{padding:70px 7%}.closing h2{font-size:38px}footer{padding:45px 7% 25px;align-items:start}footer>p{width:100%;order:2}footer>div:not(.footer-bottom){margin-left:auto}.footer-bottom{order:3;font-size:10px;flex-direction:column;gap:10px}.detail-inner,.plan-inner{padding:32px 24px}.detail-image{height:220px}.detail-inner h2{font-size:42px}.journey-days,.form-grid{grid-template-columns:1fr}.journey-days{gap:6px}.form-grid{gap:0}.plan-inner h2{font-size:38px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
