@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#123e38;--paper:#f7f7ef;--lime:#d9ef86;--line:#d7dfd5;--muted:#546b64}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #e68a44;outline-offset:5px}header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--paper);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-family:Manrope,Arial,sans-serif;font-weight:800;font-size:17px;letter-spacing:1px;line-height:1.3}.brand svg{width:50px;height:50px;flex-shrink:0}.brand small{display:block;font-family:Arial,sans-serif;font-size:8px;letter-spacing:2.2px;margin-top:6px}nav{display:flex;gap:32px;font-size:13px;font-weight:600}nav a:last-child{border-bottom:1px solid;padding-bottom:6px}nav a:hover,.foot-links a:hover{color:#718b2e}.menu{display:none}.skip{position:absolute;left:10px;top:-90px;background:white;z-index:10;padding:12px}.skip:focus{top:0}.hero{position:relative;min-height:650px;color:white;display:flex;align-items:center;overflow:hidden;background:#183e40}.hero-img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 48%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,31,31,.83),rgba(5,31,31,.1)),linear-gradient(0deg,rgba(5,31,31,.5),transparent 40%)}.hero-content{position:relative;z-index:1;padding:75px 7% 115px;width:100%}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px}.hero .eyebrow{color:var(--lime)}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;letter-spacing:-2px;margin:0 0 24px;font-weight:600}h1{font-size:clamp(48px,5.8vw,84px)}.hero h1{max-width:900px;font-size:clamp(44px,5.5vw,78px)}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--lime)}.hero p{font-size:17px;max-width:450px;color:#e2ebe6;margin:28px 0 32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;background:var(--ink);color:white;padding:16px 23px;border-radius:3px;font-size:13px;font-weight:700}.button:hover{filter:brightness(1.12)}.lime{background:var(--lime);color:var(--ink)}.hero-bottom{position:absolute;bottom:26px;left:7%;right:7%;z-index:1;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.5px}.ticker{display:flex;justify-content:space-around;gap:20px;padding:22px 5%;background:var(--lime);font-size:11px;font-weight:700;letter-spacing:1px}.wrap{max-width:1280px;margin:0 auto;padding:0 6%}.section{padding-top:90px;padding-bottom:90px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:35px}.section-head p{color:var(--muted);font-size:14px}h2{font-size:clamp(32px,3.6vw,48px)}h3{font-size:24px;letter-spacing:-.8px}.filters{display:flex;gap:18px;align-items:end;background:#eaf0e5;padding:22px;border-radius:5px}.filters label{display:flex;flex-direction:column;gap:7px;font-size:10px;letter-spacing:1px;font-weight:700;text-transform:uppercase;flex:1}.filters label:first-child{flex:1.5}input,select{background:var(--paper);border:1px solid #c9d5c7;border-radius:2px;padding:12px;width:100%;color:var(--ink);font-size:13px}.text-btn{border:0;background:transparent;color:var(--ink);padding:12px;cursor:pointer}.muted,.caption{color:var(--muted);font-size:12px}.caption{margin-top:24px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px;margin-top:26px}.destination{min-width:0}.destination[hidden]{display:none}.card-photo{height:250px;position:relative;overflow:hidden;border-radius:4px}.card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.destination a:hover img{transform:scale(1.04)}.badge{position:absolute;top:17px;left:17px;background:var(--paper);border-radius:30px;padding:5px 12px;font-size:10px;font-weight:600}.number{position:absolute;bottom:12px;right:18px;color:white;font-size:32px;font-family:Georgia,serif}.card-info{padding:22px 0 0}.card-info .eyebrow{font-size:9px;margin-bottom:10px;letter-spacing:1.8px}.card-info h3{font-size:22px;margin-bottom:10px;display:flex;justify-content:space-between;gap:12px}.card-info p{font-size:13px;color:var(--muted);margin:0 0 20px}.card-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;font-size:10px;color:var(--muted)}.manifesto{background:var(--ink);color:var(--paper);padding:85px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px}.manifesto .eyebrow{color:var(--lime)}.manifesto p{color:#d2dfd6}.outline{background:transparent;border:1px solid #819d91;margin-top:12px}.guides{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:35px 0}.guides>a,.guides>article{background:#e8ecdf;border-radius:4px;padding:30px}.guides>a:nth-child(2),.guides>article:nth-child(2){background:#ece5d5}.guides>a:nth-child(3),.guides>article:nth-child(3){background:#dce9e2}.guides span{font-size:10px;letter-spacing:1px}.guides h3{margin-top:30px;font-size:29px}.guides p{font-size:14px;color:var(--muted)}.guides b{display:block;margin-top:30px;font-size:12px}footer{background:#e8eddf;margin-top:80px;padding:55px 6% 20px}.foot-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.foot-top p{font-size:14px}.foot-links{display:flex;gap:30px;font-size:12px;padding:35px 0}.fine{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #c8d2c4;padding-top:20px;font-size:10px;color:var(--muted)}.page-intro{padding-top:70px;padding-bottom:50px}.page-intro h1{font-size:clamp(42px,5vw,68px);max-width:900px}.lede{max-width:670px;color:var(--muted);font-size:19px}.detail-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(250px,1fr);gap:65px}.detail-layout h2,.prose-wide>h2{font-size:32px;margin-top:45px;letter-spacing:-1px}.detail-layout p,.prose-wide p{color:var(--muted)}.facts{display:flex;justify-content:space-between;gap:18px;padding:22px 0;border-block:1px solid var(--line);font-size:13px}.facts small{display:block;font-size:9px;letter-spacing:1px;margin-bottom:6px}.sticky{position:sticky;top:30px;background:#e7edde;padding:30px;border-radius:4px}.sticky a:not(.button){display:block;padding:10px 0;font-size:13px}.sticky small{display:block;font-size:10px;color:var(--muted);margin-top:12px}.sticky hr{border:0;border-top:1px solid #c5d0bd;margin:24px 0}.notice{background:#e9eddc;padding:22px;border-left:3px solid #76935c;font-size:14px}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-size:20px;font-weight:600;list-style:none;display:flex;justify-content:space-between}.day{border-left:1px solid #bacdb9;padding-left:20px;margin:22px 0}.day p{font-size:14px;margin:6px 0}.prose-wide{max-width:1150px}.break-section{margin:50px 0}.break-section h2{font-size:32px}.table-scroll{overflow-x:auto;margin:20px 0}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}th,td{padding:17px;border-bottom:1px solid var(--line)}thead{background:#e8eddf;font-size:11px;text-transform:uppercase;letter-spacing:1px}tbody th{font-weight:600;min-width:180px}.prose-wide a:not(.button),.break-section>a{text-decoration:underline;text-underline-offset:4px}li{margin:12px 0;color:var(--muted)}@media(min-width:1450px){.hero-content{padding-left:calc((100vw - 1240px)/2)}}@media(max-width:900px){header{height:82px}.brand{font-size:14px}nav{gap:16px;font-size:11px}.cards{grid-template-columns:repeat(2,1fr)}.hero{min-height:600px}.section-head{display:block}.split{gap:30px}.guides{gap:12px}.guides>a,.guides>article{padding:20px}.detail-layout{gap:30px}.foot-links{flex-wrap:wrap}}@media(max-width:640px){header{padding:0 6%;height:80px;position:relative;z-index:5}.brand svg{width:42px}.brand small{font-size:7px;letter-spacing:1.4px}.menu{display:block;background:none;border:1px solid var(--line);padding:8px;color:var(--ink);font-size:12px}nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:24px;box-shadow:0 8px 20px #123e3820}nav.open{display:flex;flex-direction:column;gap:20px;font-size:15px}.hero{min-height:590px}.hero-content{padding:70px 6% 110px}.hero h1{font-size:47px;letter-spacing:-2px}.hero p{font-size:16px}.hero-img{object-position:62% center}.hero-bottom span:last-child{display:none}.ticker{flex-wrap:wrap;justify-content:flex-start;font-size:9px;gap:12px 24px}.ticker span:first-child{width:100%}.section{padding-top:55px;padding-bottom:55px}.filters{flex-wrap:wrap;padding:16px;gap:12px}.filters label{flex:1 1 40%}.filters label:first-child{flex:1 1 100%}.text-btn{padding:4px}.cards{grid-template-columns:1fr;gap:35px}.card-photo{height:280px}.card-info h3{font-size:25px}.split,.guides,.detail-layout{grid-template-columns:1fr}.manifesto{padding:55px 0}.guides h3{margin-top:20px}.guides>a,.guides>article{padding:28px}.foot-top{align-items:start;flex-direction:column}.foot-links{gap:16px 25px}.fine{flex-direction:column}.page-intro{padding-top:50px}.lede{font-size:17px}.facts{flex-wrap:wrap}.sticky{position:static}.hero .eyebrow{font-size:9px;letter-spacing:2px}.break-section h2{font-size:28px}th,td{padding:12px}.table-scroll{margin-right:-4%}footer{margin-top:50px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
