@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#0b2034;--blue:#82bfd2;--orange:#efa447;--muted:#596672;--serif:'Cormorant Garamond',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;color:var(--navy);background:#fff;font:16px/1.75 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button,input,textarea{outline-offset:6px}a:focus-visible,button:focus-visible{outline:2px solid var(--orange)}a,button{touch-action:manipulation}p,h1,h2,h3{margin-top:0}.header{height:122px;display:flex;align-items:center;justify-content:space-between;padding:12px 6.5%;background:#fff}.brand{display:block;width:100px;height:96px}.brand img{width:100%;height:100%;object-fit:contain}nav{display:flex;gap:44px;align-items:center;font-size:14px;letter-spacing:.5px}.nav-cta{padding:9px 0;border-bottom:1px solid #b08046}nav a:hover{color:#926223}.hero{position:relative;isolation:isolate;min-height:720px;min-height:min(820px,calc(100svh - 122px));display:flex;align-items:center;color:white;padding:85px 8% 105px;background:#17344b}.hero-image{position:absolute;inset:0;z-index:-2;overflow:hidden}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:50% 55%;filter:saturate(.62)}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,23,38,.88),rgba(8,29,45,.45) 57%,rgba(8,29,45,.15)),linear-gradient(0deg,rgba(4,20,34,.45),transparent 45%)}.hero-copy{width:100%;position:relative}.eyebrow{font-size:12px;letter-spacing:2.6px;font-weight:500;display:flex;align-items:center;gap:15px;margin-bottom:31px}.eyebrow span{width:32px;height:1px;background:var(--orange)}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-1.6px}h1{font-size:clamp(64px,7.6vw,116px);margin:0 0 28px;max-width:1000px}em{font-weight:400}h1 em{color:#e7eff2}.intro{font-size:16px;line-height:1.9;color:#e1e8ec;max-width:430px;margin-bottom:34px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:44px;font-size:14px;font-weight:500;letter-spacing:.3px;min-height:53px;padding:13px 23px;background:var(--orange);color:var(--navy);border:1px solid var(--orange);cursor:pointer;transition:background .25s,color .25s}.button:hover{background:#f5b765;border-color:#f5b765}.button span{font-size:23px;font-weight:400}.hero-note{margin:30px 0 0;font-size:12px;letter-spacing:1.7px;color:#d6e0e8}.image-caption{position:absolute;bottom:27px;left:8%;right:8%;display:flex;justify-content:space-between;gap:20px;color:#d7e2e7;z-index:1;font-size:12px;letter-spacing:1px;border-top:1px solid #ffffff38;padding-top:16px}.image-caption span:last-child{letter-spacing:3px}.about{padding:135px 8% 140px;display:grid;grid-template-columns:1.12fr 1fr;gap:9%;position:relative}.about .eyebrow{color:#956327;margin-bottom:30px}.about h2{font-size:clamp(43px,4.4vw,67px);line-height:1.1;margin:0}.about em{color:#48758a}.about-copy{padding-top:53px;color:var(--muted);max-width:510px}.lead{font-size:22px;color:var(--navy);line-height:1.65;margin-bottom:23px}.about-copy>p:not(.lead){font-size:16px;margin-bottom:20px}.signature{margin-top:40px;padding-top:24px;border-top:1px solid #dbe1e5;display:flex;flex-direction:column;line-height:1.5;color:var(--navy)}.signature>span:first-child{font-size:17px;letter-spacing:2px}.signature>span:last-child{font-size:12px;letter-spacing:2.6px;margin-top:4px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:110px 8% 115px;background:var(--navy);color:#fff}.contact .eyebrow{color:var(--orange);margin-bottom:33px}.contact h2{font-size:clamp(43px,4.3vw,64px);line-height:1.08;margin-bottom:28px}.contact em{color:var(--blue)}.contact-copy>p:not(.eyebrow){font-size:16px;color:#bdcbd6;max-width:345px;margin-bottom:32px}.email{font-family:var(--serif);font-size:28px;border-bottom:1px solid #62788a;padding-bottom:8px;overflow-wrap:anywhere}.location{margin-top:40px;font-size:14px;color:#bdcbd6;line-height:1.8}form{padding:8px 0 0;min-width:0}.form-heading h3{font-family:var(--serif);font-size:31px;font-weight:400;line-height:1.2;margin-bottom:10px}.form-heading p{font-size:13px;color:#abbcca;margin-bottom:34px}.fields{display:grid;grid-template-columns:1fr 1fr;column-gap:27px}label{display:block;font-size:14px;font-weight:400;margin-bottom:28px;color:#e0e8ed}input,textarea{display:block;width:100%;min-width:0;padding:12px 0;background:transparent;border:0;border-bottom:1px solid #667b8c;border-radius:0;color:white;margin-top:4px;font-size:16px;transition:border-color .2s}input:focus,textarea:focus{outline:0;border-bottom-color:var(--orange);box-shadow:0 1px 0 var(--orange)}textarea{resize:vertical;min-height:110px}::placeholder{color:#9bacb9;font-size:14px;opacity:1}.form-note{font-size:13px;line-height:1.7;color:#bac8d2;margin:0 0 24px;max-width:480px}form .button{width:100%;background:transparent;color:#fff;border-color:#8ca0ae}form .button:hover{background:var(--orange);color:var(--navy);border-color:var(--orange)}#form-status{font-size:14px;margin:19px 0 0;color:#d9e8ef}#form-status:empty{display:none}footer{background:#071726;color:#b5c2cc;padding:36px 8% 27px;display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;font-size:12px}footer>a{font-size:18px;letter-spacing:2px;color:#fff}footer p{margin:0}.photo-credit{flex-basis:100%;font-size:12px;border-top:1px solid #ffffff17;padding-top:20px;color:#94a7b6}.photo-credit a{text-decoration:underline;text-underline-offset:3px}@media(min-width:1700px){.about,.contact{padding-left:calc((100vw - 1420px)/2);padding-right:calc((100vw - 1420px)/2)}}@media(max-width:1000px){.hero{min-height:700px}.about,.contact{gap:6%;padding:85px 6%}.about h2,.contact h2{font-size:49px}.fields{grid-template-columns:1fr}.about-copy{padding-top:45px}}@media(max-width:650px){.header{height:100px;padding:8px 6%}.brand{width:83px;height:81px}nav{gap:25px;font-size:14px}.hero{min-height:690px;padding:66px 6% 110px;align-items:center}.hero-photo{object-position:57% center}.hero-image:after{background:linear-gradient(90deg,#071c30d9,#071c306b),linear-gradient(0deg,#071c3066,transparent)}h1{font-size:clamp(53px,12vw,77px);letter-spacing:-1px;line-height:1.07;margin-bottom:25px}.eyebrow{font-size:12px;letter-spacing:1.5px;gap:10px;flex-wrap:wrap;margin-bottom:27px}.hero .eyebrow span{width:18px}.intro{font-size:16px;max-width:340px}.hero-note{font-size:12px;letter-spacing:1px;max-width:270px}.image-caption{left:6%;right:6%;font-size:12px}.image-caption span:last-child{display:none}.about,.contact{grid-template-columns:1fr;gap:32px;padding:65px 7%}.about h2,.contact h2{font-size:46px;letter-spacing:-.7px}.about-copy{padding-top:0}.lead{font-size:20px}.signature{margin-top:29px}.contact{gap:47px}.contact .eyebrow{margin-bottom:27px}.email{font-size:26px}.location{margin-top:28px}form{border-top:1px solid #476073;padding-top:34px}.form-heading h3{font-size:30px}footer{padding:32px 7%;align-items:flex-start;flex-direction:column;gap:14px}.photo-credit{width:100%;margin-top:8px}.button{max-width:100%;gap:25px}.hero-note{margin-top:27px}}@media(prefers-reduced-motion:no-preference){.hero-copy{animation:appear .8s ease-out both}@keyframes appear{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.experiences{padding:105px 8% 85px;background:#f2f6f7}.experiences-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:8%;align-items:end;margin-bottom:52px}.experiences .eyebrow{color:#956327}.experiences h2{font-size:clamp(44px,4.7vw,70px);line-height:1.1;margin-bottom:0}.experiences h2 em{color:#48758a}.experiences-heading>p{max-width:370px;color:var(--muted);margin:0 0 6px;font-size:16px}.destination-panorama{position:relative;margin-bottom:62px;overflow:hidden}.destination-panorama img{display:block;width:100%;height:330px;object-fit:cover;filter:saturate(.75)}.destination-panorama:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#091e3599)}.destination-panorama>span{position:absolute;bottom:25px;left:30px;z-index:1;font-size:12px;letter-spacing:2px;color:white}.experience-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:8%;row-gap:53px}.experience{border-top:1px solid #b6c6ce;padding-top:21px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.experience-meta{width:100%;display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:23px;font-size:12px;letter-spacing:1.8px;color:#506777}.experience-meta>span:first-child{font-family:var(--serif);font-size:25px;letter-spacing:0;color:#936429}.experience h3{font-family:var(--serif);font-size:49px;line-height:1.1;font-weight:400;letter-spacing:-.7px;margin-bottom:11px}.experience>p{max-width:480px;color:var(--muted);font-size:16px;margin-bottom:17px}.experience .experience-subtitle{color:var(--navy);font-size:17px}.experience .experience-detail{font-size:14px;color:#586e7b;margin-bottom:28px}.experience-link{margin-top:auto;display:inline-flex;justify-content:space-between;align-items:center;gap:45px;min-height:44px;border-bottom:1px solid #a67b42;font-size:14px;color:var(--navy)}.experience-link span{font-size:23px}.experience-link:hover{color:#986a30}.experiences-closing{margin-top:65px;padding-top:34px;border-top:1px solid #b6c6ce;display:flex;justify-content:space-between;align-items:center;gap:45px}.experiences-closing p{font:34px/1.2 var(--serif);margin:0}.experiences-closing em{color:#48758a}.experiences-closing>span{font-size:14px;color:var(--muted);max-width:340px}@media(min-width:1700px){.experiences{padding-left:calc((100vw - 1420px)/2);padding-right:calc((100vw - 1420px)/2)}}@media(max-width:900px){.experiences{padding:75px 6%}.experiences-heading{grid-template-columns:1fr;gap:25px}.experiences-heading>p{max-width:560px}.experience-grid{column-gap:6%}.experience h3{font-size:44px}}@media(max-width:650px){nav{gap:15px;font-size:13px}.header{padding-left:5%;padding-right:5%}.brand{width:73px}.experiences{padding:65px 7%}.experiences-heading{margin-bottom:35px}.experiences h2{font-size:43px;letter-spacing:-.7px}.destination-panorama img{height:220px}.destination-panorama{margin-bottom:35px}.destination-panorama>span{left:18px;bottom:18px;font-size:12px;letter-spacing:1px;right:18px}.experience-grid{grid-template-columns:1fr;gap:38px}.experience h3{font-size:45px}.experience-meta{margin-bottom:17px}.experience .experience-detail{margin-bottom:15px}.experiences-closing{flex-direction:column;align-items:flex-start;gap:23px;margin-top:44px}.experiences-closing p{font-size:32px}}@media(max-width:360px){nav{gap:10px;font-size:12px}.brand{width:65px}}
