@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#143c3d;--muted:#597171;--paper:#fafbf7;--line:#d6dfd8;--lime:#d6ee78;--sea:#124c4a}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #bb682e;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.12}h1{font-size:clamp(40px,5.8vw,82px);letter-spacing:-2px}h2{font-size:clamp(30px,3.3vw,48px);letter-spacing:-1px}h3{font-size:23px;line-height:1.3;font-weight:500}p{color:var(--muted)}.preview{padding:7px 5%;font-size:12px;letter-spacing:1.6px;background:var(--ink);color:white;display:flex;justify-content:space-between}.preview span{letter-spacing:.5px}header{padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:'Playfair Display',Georgia,serif;font-size:27px;line-height:1.2;white-space:nowrap}.brand span{display:block;font:10px/2 'DM Sans',sans-serif;letter-spacing:3.6px}.brand i{font-style:normal;letter-spacing:1px;margin-left:10px}nav{display:flex;gap:28px;font-size:14px}nav a{padding:10px 0}.menu{display:none}.hero{margin:0 22px;position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:#195b64}.hero img{position:absolute;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,39,46,.82),rgba(0,39,46,.14))}.hero-copy{position:relative;z-index:1;padding:65px 5%;color:white}.hero h1{margin:20px 0}.hero h1 em{color:#e7f4b5}.hero p{color:#eef6f0}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:600;display:block;margin-bottom:16px}.button{display:inline-flex;justify-content:space-between;gap:30px;align-items:center;padding:14px 23px;background:var(--ink);color:white;border:0;font-size:14px}.button.light{background:var(--lime);color:var(--ink)}.photo-caption{position:absolute;z-index:1;bottom:25px;right:30px;color:white;font-size:11px;letter-spacing:2px}.quick{display:flex;gap:25px;justify-content:space-between;align-items:center;padding:27px 6%;border-bottom:1px solid var(--line);font-size:14px}.quick>span{color:var(--muted)}.quick a{border-bottom:1px solid var(--ink)}.section{padding:75px 6%}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-head h2{margin-bottom:0}.section-head p{font-size:15px;margin-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category{background:#e4ece7;padding:28px 23px;min-height:230px;position:relative}.category:nth-child(2){background:#edddc4}.category:nth-child(3){background:#d7e4ef}.category:nth-child(4){background:#e5ecba}.category>span{font-size:11px;letter-spacing:1.5px}.category h3{font-family:Georgia,serif;font-size:29px;margin-top:36px}.category p{font-size:14px}.category b{position:absolute;right:20px;bottom:16px;font-size:23px;font-weight:400}.picks{background:#eff3ef}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{padding:28px;background:white;border:1px solid var(--line);display:flex;flex-direction:column;min-width:0}.card .eyebrow{font-size:11px;letter-spacing:1.1px}.card h3{font-family:Georgia,serif;font-size:28px}.card p{font-size:15px;flex:1}.card-foot{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:19px;font-size:13px}.card-foot a{font-weight:600}.split{padding:65px 6%;background:var(--sea);color:white;display:grid;grid-template-columns:1fr 1fr;gap:80px}.split p{color:#d5e5dc;max-width:500px}.free-list{align-self:center}.free-list>a{display:flex;align-items:center;gap:28px;padding:22px 0;border-bottom:1px solid #6b8980}.free-list span{font-size:23px;flex:1}.free-list small{display:block;font-size:13px;color:#d5e5dc}.editorial{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.editorial>a,.editorial>div{padding:35px;border:1px solid var(--line);background:#eef1e8}.editorial>a{font-size:13px;letter-spacing:.5px}.editorial h3{font:34px/1.2 Georgia,serif;letter-spacing:-.5px;margin-top:25px}.editorial h2{font-size:34px;margin-top:20px}.network{padding:60px 6%;background:#e4ecce;text-align:center}.network h2{font-size:50px}.page-intro{padding:65px 6%;background:#eaf0e8}.page-intro h1{max-width:1000px;margin-bottom:30px}.page-intro>p{max-width:780px;font-size:18px}.page-intro>a:first-child{display:inline-block;margin-bottom:30px}.filters{display:flex;align-items:end;gap:20px;margin-bottom:25px}.filters label{display:flex;flex-direction:column;gap:7px;flex:1;font-size:14px}.filters input,.filters select,.filters button{padding:13px;background:white;border:1px solid #8ea5a0;border-radius:0;color:var(--ink)}.chips{display:flex;gap:10px;flex-wrap:wrap}.chips a{border:1px solid var(--line);padding:8px 15px;font-size:14px}.chips [aria-current]{background:var(--ink);color:white}#results{margin:25px 0 15px}.detail{display:grid;grid-template-columns:2fr 1fr;gap:40px}.detail .cards{grid-template-columns:1fr 1fr}.booking{padding:30px;background:#e5ecce;align-self:start}.booking h2{font-size:30px}.small{font-size:14px!important}.booking .small{margin-top:20px}.text-button{border:0;background:none;color:inherit;padding:0;text-align:left}.consent{position:fixed;z-index:20;bottom:20px;left:20px;background:white;border:1px solid var(--line);padding:25px;max-width:420px;box-shadow:0 8px 40px #143c3d33}.consent button{padding:10px;border:1px solid var(--ink);background:white;color:var(--ink)}.consent button:last-child{background:var(--ink);color:white}.consent>div{display:flex;gap:10px}footer{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px;padding:55px 6% 25px;background:#143536;color:white}footer a,footer button{display:block;font-size:14px;margin:10px 0}footer .brand{font-size:26px}footer h3{font-size:14px}footer p{color:#bed0c8;font-size:14px}.ack{grid-column:1/-1;padding-top:25px;border-top:1px solid #4b6562}.skip{position:absolute;left:10px;top:-100px;z-index:30;background:white;padding:10px}.skip:focus{top:10px}[hidden]{display:none!important}@media(max-width:950px){nav{gap:15px}.brand i{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.quick{flex-wrap:wrap;justify-content:flex-start}.cards{grid-template-columns:repeat(2,1fr)}.split{gap:35px}footer{grid-template-columns:1fr 1fr}}@media(max-width:650px){header{padding:20px 6%;flex-wrap:wrap}.menu{display:block;background:none;border:1px solid var(--line);padding:8px 13px;color:var(--ink)}nav{display:none;width:100%;flex-direction:column;gap:0}nav.open{display:flex}.hero{margin:0 10px;min-height:530px}.hero-copy{padding:45px 7%}.hero h1{font-size:48px}.hero-copy p br{display:none}.photo-caption{font-size:9px}.quick{gap:14px}.quick>span{width:100%}.section{padding:45px 6%}.section-head{display:block}.section-head p{margin-top:20px}.section-head>a{display:block;margin-top:20px}.category{padding:22px 16px;min-height:215px}.category h3{font-size:25px}.cards,.editorial,.split,.detail,.detail .cards{grid-template-columns:1fr}.split{padding:45px 6%}.filters{flex-wrap:wrap}.filters label{flex-basis:100%}.page-intro{padding:40px 6%}.page-intro h1{font-size:43px}.network h2{font-size:40px}footer{grid-template-columns:1fr}.preview{font-size:9px}.consent{right:15px;left:15px;bottom:15px}.card-foot{font-size:14px}.eyebrow{line-height:1.6}}
