@charset "UTF-8";
:root{--paper:#fbfbfb;--ink:#17161c;--muted:#62656a;--line:#d9dadd;--accent:#db7500;--slate:#6c7177;--width:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.06}button{color:inherit}::selection{background:#f3b164;color:var(--ink)}.container{width:min(var(--width),calc(100% - 64px));margin-inline:auto}.section{padding-block:110px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.08em}.skip{position:fixed;left:12px;top:-90px;background:white;padding:12px;z-index:100}.skip:focus{top:12px}
.site-header{position:sticky;top:0;z-index:30;height:90px;background:rgba(251,251,251,.97);border-bottom:1px solid transparent;transition:background .2s,border .2s}.nav-wrap{width:min(1400px,calc(100% - 40px));max-width:var(--width);margin:auto;display:flex;align-items:center;height:100%;gap:48px}.brand{display:block;flex-shrink:0;width:66px;height:70px}.brand img{object-fit:contain}.site-header nav{display:flex;align-items:center;gap:36px;width:100%}.site-header nav a{text-transform:uppercase;font-size:14px;white-space:nowrap}.site-header nav a:hover{color:var(--accent)}.nav-contact{margin-left:auto;display:flex;align-items:center;gap:25px}.nav-contact span{font-size:23px}.menu-toggle{display:none}.scrolled .site-header{border-color:var(--line)}.has-hero:not(.scrolled) .site-header{background:transparent;color:white}.has-hero:not(.scrolled) .nav-wrap{border-bottom:1px solid #ffffff75}.hero-photo{height:410px;position:relative;overflow:hidden}.has-hero .hero-photo{margin-top:-90px}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0006,transparent 70%)}.hero-photo img{object-position:center 48%}.hero-caption{position:absolute;bottom:24px;left:max(32px,calc((100% - var(--width))/2));color:white;font-size:10px;letter-spacing:.18em;z-index:1;text-shadow:0 1px 8px #000}
.intro{padding-block:90px 100px;display:grid;grid-template-columns:1.4fr 1fr;column-gap:50px;align-items:end}.intro h1{grid-column:1/-1;font-size:clamp(36px,8vw,112px);font-weight:800;letter-spacing:-.055em;line-height:.97;position:relative;z-index:0}.intro h1:before{content:"";position:absolute;background:var(--accent);height:28px;top:.37em;left:40%;right:0;z-index:-1}.intro-copy{grid-column:2;margin-top:34px;max-width:470px}.intro-copy p{font-size:18px;line-height:1.6;margin-bottom:26px}.arrow-link{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid currentColor;padding:10px 0;text-transform:uppercase;font-size:14px;line-height:1.4;transition:color .18s}.arrow-link>span:last-child{font-size:25px;line-height:1}.arrow-link:hover{color:var(--accent)}.mosaic{margin:0 20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:220px 260px;gap:0;overflow:hidden}.mosaic a{overflow:hidden}.mosaic img{transition:transform .5s}.mosaic a:hover img{transform:scale(1.04)}.mosaic a:nth-child(1){grid-row:1/3}.mosaic a:nth-child(4){grid-column:4/6}.mosaic a:nth-child(5){grid-column:2;grid-row:2}.mosaic a:nth-child(6){grid-column:3/5;grid-row:2}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:65px}.section-heading h2{font-size:clamp(34px,6.8vw,90px);font-weight:800;letter-spacing:-.05em;text-transform:uppercase;max-width:calc(100% - 65px)}.section-heading h2 span{position:relative;z-index:0}.section-heading h2 span:before{content:"";position:absolute;left:3%;right:0;top:53%;height:.23em;background:var(--accent);z-index:-1}.index{font-size:14px;white-space:nowrap;align-self:flex-start;padding-top:15px}.section-lead{font-size:19px;margin-top:-35px;margin-bottom:42px}.event{display:grid;grid-template-columns:220px 1fr 230px;gap:45px;padding:35px 0 45px;border-top:1px solid var(--line)}.event-date{display:flex;flex-direction:column;gap:12px}.event-date time{font-size:20px}.event-date span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em}.event h3{font-size:32px;font-weight:400;line-height:1.12}.event-copy p{margin-top:18px;color:var(--muted);max-width:440px}.event-action{align-self:start}.past-events{margin-top:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.past-events>summary{padding:23px 0;display:flex;justify-content:space-between;cursor:pointer;font-size:15px;color:var(--muted)}.past-events .event{padding-top:35px}.past-events .event h3{font-size:25px}.past-events .event-date time{font-size:17px}.past-events[open]>summary span{transform:rotate(45deg)}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.format-card{height:470px;position:relative;overflow:hidden;color:white}.format-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,#000b)}.format-card img{transition:transform .5s}.format-card:hover img{transform:scale(1.05)}.format-card>div{position:absolute;bottom:30px;left:28px;right:28px;z-index:1}.format-card .eyebrow{font-size:10px}.format-card h3{font-size:34px;font-weight:400;margin-top:15px;max-width:260px}.card-arrow{font-size:36px;display:block;margin-top:28px}.stats{background:var(--slate);color:white;padding:80px 0;margin-top:25px}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px}.stats-grid>div{display:flex;flex-direction:column;border-right:1px solid #ffffff50}.stats-grid>div:last-child{border:0}.stats strong{font-size:clamp(36px,4.5vw,62px);letter-spacing:-.055em;font-weight:400}.stats span{font-size:14px;margin-top:10px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.quote-mark{font-family:Georgia,serif;font-size:75px;color:var(--accent);line-height:1}.reviews figure{display:flex;flex-direction:column}.reviews blockquote{margin:0;line-height:1.65;font-size:17px;flex:1}.reviews figcaption{border-top:1px solid var(--line);margin-top:28px;padding-top:19px;display:flex;justify-content:space-between;gap:10px;font-size:13px}.reviews figcaption span{color:var(--muted)}.panorama{height:400px;overflow:hidden;margin:0 20px}.panorama img{object-position:center}.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.prices article{display:flex;flex-direction:column;border-top:1px solid var(--ink);padding-top:24px}.prices h3{font-size:21px;font-weight:400}.price{font-size:44px;letter-spacing:-.05em;line-height:1.2;margin:28px 0 22px;font-weight:400}.prices p{color:var(--muted);font-size:15px;line-height:1.65;flex:1;margin-bottom:28px}
.contact{background:#eef0f0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px}.contact-photo{min-height:660px}.contact-photo img{object-position:center}.contact-content{padding-top:8px}.large-copy{font-size:36px;letter-spacing:-.03em;line-height:1.15;margin-bottom:22px}.contact-content>p:not(.large-copy){font-size:15px;color:var(--muted)}form{margin-top:30px}form>label{display:block;font-size:12px;margin-bottom:20px}input:not([type=checkbox]),select,textarea{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #92969b;border-radius:0;padding:12px 0;color:var(--ink);font-size:16px}input::placeholder,textarea::placeholder{color:#676b71;opacity:1}textarea{resize:vertical;min-height:70px}.optional{color:var(--muted)}form .consent{display:flex;align-items:flex-start;gap:10px;margin-top:25px;font-size:11px;color:#52555a;line-height:1.5}.consent input{margin:2px 0 0;accent-color:var(--accent);flex-shrink:0;width:15px;height:15px}.consent a{text-decoration:underline;text-underline-offset:2px}.submit{width:100%;display:flex;justify-content:space-between;background:var(--ink);color:white;border:0;padding:20px 24px;text-transform:uppercase;font-size:14px;transition:background .15s}.submit:hover{background:#3a383e}.submit span:last-child{font-size:23px;line-height:1}.submit:disabled{opacity:.6;cursor:wait}.form-status{font-size:14px;margin-top:16px;line-height:1.5;min-height:0}.form-status:empty{display:none}.form-status.error{color:#a32920}.form-status.success{color:#176d3b}.contact-alternative{margin-top:25px!important}.contact-alternative a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.team{background:var(--slate);color:white}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.team-grid article{background:var(--paper);color:var(--ink)}.team-description{padding:30px;min-height:165px}.team-description h3{font-size:30px;font-weight:400}.team-description p{font-size:13px;max-width:240px;margin-top:20px;color:var(--muted)}.team-grid img{height:390px;object-position:center 30%}.faq{max-width:950px;margin-left:auto}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none}summary::-webkit-details-marker{display:none}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 0;font-size:22px;line-height:1.3;cursor:pointer}.faq summary span{font-size:30px;font-weight:300;flex-shrink:0}.faq details[open] summary span{transform:rotate(45deg)}.faq p{max-width:760px;font-size:17px;line-height:1.65;padding-bottom:30px;color:var(--muted)}
footer{background:var(--ink);color:white;padding:80px 0 28px}.footer-top{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:80px}.footer-top h2{font-size:clamp(38px,5vw,70px);font-weight:400;letter-spacing:-.04em;line-height:1.02;margin-top:28px}.footer-top .eyebrow{color:#a7a8ab}.footer-top .arrow-link{width:280px;font-size:22px;padding-bottom:18px}.footer-nav{display:flex;flex-wrap:wrap;gap:28px;font-size:13px;border-block:1px solid #ffffff40;padding:28px 0}.footer-nav a:first-child{margin-right:auto;text-transform:uppercase;letter-spacing:.04em}.footer-nav a:hover,.footer-bottom a:hover{color:#f3a244}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:26px;font-size:10px;color:#b5b5ba}.footer-bottom>span:last-child{max-width:270px}.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.route-grid article>img{height:400px}.route-grid article>div{padding-top:28px}.route-grid h3{font-weight:400;font-size:46px;margin-top:14px;letter-spacing:-.04em}.route-grid p{color:var(--muted);margin:22px 0;max-width:480px;font-size:17px}.route-grid .arrow-link{max-width:290px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.step-number{font-size:64px;font-weight:400;color:var(--accent);letter-spacing:-.055em}.steps h3{font-size:28px;font-weight:400;margin-top:25px}.steps p{font-size:17px;line-height:1.65;color:var(--muted);margin-top:20px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 20px;padding-bottom:110px}.gallery-item{display:block}.gallery-item img{height:320px}.gallery-item>span{display:flex;justify-content:space-between;gap:15px;font-size:12px;margin-top:12px}.gallery-item:nth-child(5n+1){grid-column:span 2}.gallery-item:hover>span{color:var(--accent)}.lightbox{border:0;background:var(--ink);color:white;padding:20px;max-width:95vw;width:1100px;max-height:95dvh}.lightbox::backdrop{background:#000d}.lightbox img{height:auto;max-height:80dvh;object-fit:contain}.lightbox p{font-size:13px;margin-top:12px}.lightbox-close{position:absolute;right:24px;top:24px;width:44px;height:44px;border:0;background:var(--paper);color:var(--ink);font-size:35px;line-height:1}.prose{max-width:850px;min-height:60vh}.prose h1{font-size:clamp(36px,5vw,62px);letter-spacing:-.05em;line-height:1.1;margin-bottom:35px}.prose h2{font-size:26px;font-weight:400;margin:35px 0 15px}.prose p{font-size:18px;line-height:1.7;color:var(--muted);margin-bottom:20px}.prose .arrow-link{max-width:320px;margin-top:40px}
@media(min-width:1700px){.hero-photo{height:520px}.mosaic{grid-template-rows:260px 300px}}
@media(max-width:1100px){.nav-wrap{gap:30px}.site-header nav{gap:24px}.site-header nav a{font-size:12px}.event{grid-template-columns:170px 1fr;gap:24px}.event-action{grid-column:2;max-width:240px}.format-card{height:400px}.format-card h3{font-size:28px}.format-card>div{left:22px;right:22px}.contact-grid{gap:45px}.contact-photo{min-height:620px}.section-heading h2{font-size:clamp(34px,6.8vw,78px)}.price{font-size:36px}.team-grid img{height:320px}.team-description{padding:25px;min-height:185px}.reviews{gap:25px}}
@media(max-width:760px){html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.section{padding-block:65px}.site-header{height:74px}.nav-wrap{width:calc(100% - 40px);justify-content:space-between;gap:20px}.brand{width:49px;height:56px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;border:0;background:transparent;padding:7px;color:inherit}.menu-toggle span{height:1px;width:28px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.site-header nav{display:none;position:absolute;left:0;right:0;top:74px;background:var(--paper);color:var(--ink);padding:18px 24px 28px;border-bottom:1px solid var(--line);align-items:stretch;gap:0}.site-header nav.open{display:flex;flex-direction:column}.site-header nav a{font-size:18px;padding:13px 0;border-top:1px solid var(--line)}.nav-contact{margin:0}.has-hero .hero-photo{margin-top:-74px}.hero-photo{height:340px}.hero-photo img{object-position:58% center}.hero-caption{font-size:8px;letter-spacing:.1em;bottom:20px;left:20px}.intro{display:block;padding-block:55px 60px}.intro h1{font-size:clamp(32px,8.2vw,62px);letter-spacing:-.045em;line-height:1}.intro h1:before{height:.24em;left:40%;top:.42em}.intro-copy{max-width:none;margin-top:30px}.intro-copy p{font-size:16px;line-height:1.6;max-width:490px}.intro-copy .arrow-link{max-width:280px}.mosaic{margin:0 10px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:180px 180px 180px}.mosaic a:nth-child(1){grid-row:1/3}.mosaic a:nth-child(4){grid-column:2/4;grid-row:2}.mosaic a:nth-child(5){grid-column:1;grid-row:3}.mosaic a:nth-child(6){grid-column:2;grid-row:3}.mosaic a:nth-child(7){grid-column:3;grid-row:3}.section-heading{margin-bottom:38px;gap:15px}.section-heading h2{font-size:clamp(30px,8vw,56px);max-width:calc(100% - 52px);line-height:1.05}.index{font-size:11px;padding-top:8px}.section-lead{font-size:16px;margin-top:-10px;margin-bottom:30px}.event{grid-template-columns:1fr;gap:22px;padding:25px 0 30px}.event-date{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.event-date time{font-size:17px}.event-date span{font-size:9px}.event h3{font-size:27px;max-width:430px}.event-copy p{font-size:15px;margin-top:15px}.event-action{grid-column:1;width:100%;max-width:280px}.past-events>summary{font-size:14px}.past-events .event h3{font-size:23px}.format-grid{grid-template-columns:1fr;gap:18px}.format-card{height:420px}.format-card>div{left:26px;bottom:26px}.format-card h3{font-size:36px;max-width:290px}.format-card .eyebrow{font-size:11px}.stats{padding-block:45px;margin-top:0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:35px 25px}.stats-grid>div{border-right:0;border-bottom:1px solid #ffffff40;padding-bottom:18px}.stats-grid>div:last-child{grid-column:span 2;border-bottom:1px solid #ffffff40}.stats strong{font-size:55px}.stats span{font-size:13px;margin-top:0}.reviews{grid-template-columns:1fr;gap:40px}.reviews blockquote{font-size:17px}.quote-mark{font-size:62px}.reviews figcaption{margin-top:20px;padding-top:15px}.panorama{height:230px;margin:0 10px}.prices{grid-template-columns:1fr;gap:38px}.prices article{padding-top:22px}.prices h3{font-size:23px}.price{font-size:46px;margin:20px 0}.prices p{font-size:16px;margin-bottom:20px}.prices .arrow-link{max-width:300px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-photo{min-height:0;height:290px}.contact-photo img{object-position:center 38%}.large-copy{font-size:32px}.contact-content{padding:0}.contact form{margin-top:28px}form .consent{font-size:12px}.team-grid{grid-template-columns:1fr;gap:25px}.team-description{min-height:0;padding:27px}.team-description h3{font-size:30px}.team-description p{max-width:none;margin-top:15px;font-size:14px}.team-grid img{height:420px}.faq summary{font-size:19px;padding:25px 0;gap:20px}.faq summary span{font-size:27px}.faq p{font-size:16px;padding-bottom:25px}.footer-top{display:block;margin-bottom:45px}.footer-top h2{font-size:48px;margin-top:24px}.footer-top .arrow-link{margin-top:35px;width:100%;max-width:290px;font-size:19px}.footer-nav{gap:20px 25px;padding-block:25px}.footer-nav a:first-child{width:100%}.footer-bottom{flex-direction:column;gap:14px;font-size:11px}.footer-bottom>span:last-child{max-width:none}footer{padding-block:55px 28px}.route-grid{grid-template-columns:1fr;gap:48px}.route-grid article>img{height:300px}.route-grid h3{font-size:40px}.route-grid p{font-size:16px}.steps{grid-template-columns:1fr;gap:30px}.steps article{border-top:1px solid var(--line);padding-top:20px}.step-number{font-size:52px}.steps h3{font-size:27px;margin-top:10px}.steps p{font-size:16px;margin-top:16px}.gallery-grid{grid-template-columns:1fr 1fr;gap:25px 15px;padding-bottom:65px}.gallery-item:nth-child(5n+1){grid-column:span 2}.gallery-item img{height:200px}.gallery-item:nth-child(5n+1) img{height:280px}.gallery-item>span{font-size:11px;line-height:1.4}.lightbox{padding:12px}.lightbox-close{top:16px;right:16px}.prose h1{font-size:39px}.prose p{font-size:16px}.prose h2{font-size:25px}}
@media(max-width:360px){.container{width:calc(100% - 32px)}.intro h1{font-size:29px}.section-heading h2{font-size:28px}.hero-photo{height:300px}.team-grid img{height:360px}.format-card{height:370px}.event-date{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
