@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
:root{--ink:#29372c;--paper:#f5f2e9;--orange:#b25735}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #d79647;outline-offset:6px}header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 5.2%;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:600;letter-spacing:2px}.brand small{display:block;font-size:10px;letter-spacing:2.7px;margin-top:5px}.brand-mark{display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;width:44px;height:44px;font-family:Georgia,serif;font-size:33px;font-weight:400}nav{display:flex;gap:34px;font-size:14px}nav a:hover{color:var(--orange)}.header-cta{border-bottom:1px solid var(--ink);padding:10px 0;font-size:14px}.header-cta span{margin-left:22px}.hero{position:relative;min-height:650px;height:calc(100svh - 108px);max-height:960px;color:white;background:#615343;isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-image{object-position:center 60%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(17,28,20,.65),rgba(17,28,20,.08)),linear-gradient(0deg,rgba(17,28,20,.52),transparent 45%)}.hero-content{padding:100px 7% 120px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.5px;margin:0 0 28px;line-height:1.7}h1,h2,h3,.card-symbol{font-family:'Playfair Display',Georgia,serif;font-weight:400}h1{font-size:clamp(55px,6.4vw,98px);line-height:1.1;letter-spacing:-2px;margin:0 0 27px}h1 em{color:#f3d7a2}em{font-weight:400}.hero-content>p:not(.eyebrow){font-size:17px;line-height:1.8;color:#f1eee4}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;padding:19px 25px;font-size:14px;margin-top:21px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.light{background:var(--paper);color:var(--ink)}.light:hover{background:#fff}.dark{background:var(--ink);color:white}.dark:hover{background:#445941}.hero-bottom{position:absolute;bottom:29px;left:7%;right:7%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff50;padding-top:24px;font-size:12px;letter-spacing:2px}.hero-bottom a{letter-spacing:.5px;font-size:14px}.hero-bottom a span{margin-left:35px}.section{padding:100px 7%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:48px}h2{font-size:clamp(38px,4vw,60px);line-height:1.17;letter-spacing:-1.3px;margin:0}h2 em{color:#8a583b}.section-heading>p{max-width:370px;line-height:1.9;margin:0;color:#5e655d}.stay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.stay-card{padding:29px 29px 27px;background:#e5e6dc;display:flex;flex-direction:column}.stay-card.camp{background:#e6d5b8}.stay-card.hotel{background:#dadfd8}.number{font-size:12px;letter-spacing:2px}.card-symbol{font-size:clamp(46px,5vw,76px);font-style:italic;padding:48px 0 38px;color:#606c56}.camp .card-symbol{color:#976343}.hotel .card-symbol{color:#586f67}.stay-card h3{font-size:25px;margin:0 0 14px}.stay-card p{line-height:1.8;color:#535c51;margin:0 0 30px}.stay-card a{border-top:1px solid #29372c40;padding-top:22px;display:flex;justify-content:space-between;font-size:14px;margin-top:auto;gap:15px}.stay-card a:hover{text-decoration:underline}.spirit{background:var(--ink);color:var(--paper)}.spirit>.eyebrow{color:#d7bd8a}.spirit>div{display:grid;grid-template-columns:1fr 1fr;gap:80px}.spirit h2{font-size:clamp(55px,6vw,85px)}.spirit h2 em{color:#d7bd8a}.spirit-copy{max-width:480px}.spirit-copy p{line-height:1.9;margin:0 0 25px;color:#d8dcd3}.spirit-copy p:first-child{font-size:20px;color:var(--paper)}.location{display:block;font-size:12px;letter-spacing:1.5px;margin-top:40px}.contact{text-align:center;padding-top:110px;padding-bottom:90px}.contact h2{font-size:clamp(45px,5vw,72px)}.contact>p:not(.eyebrow){color:#62685f;line-height:1.8}.contact-details{display:flex;justify-content:center;gap:28px;margin-top:40px;font-size:14px;flex-wrap:wrap}.contact-details a{text-decoration:underline;text-underline-offset:5px}footer{margin:0 5.2%;border-top:1px solid #29372c30;padding:40px 0;display:flex;align-items:center;justify-content:space-between;gap:35px}footer>div{font-size:13px;line-height:1.8}footer>div p{color:#73796e;margin:8px 0 0}.demo{font-size:12px;color:#73796e;line-height:1.8} @media(min-width:1700px){.section{padding-left:calc((100% - 1450px)/2);padding-right:calc((100% - 1450px)/2)}}@media(max-width:900px){header{height:92px;padding:0 5%}nav{gap:20px}.brand{font-size:17px}.header-cta{display:none}.hero{height:auto;min-height:720px}.hero-content{padding-top:115px}.section{padding:75px 6%}.section-heading{gap:30px}.section-heading>p{max-width:290px}.stay-grid{gap:12px}.stay-card{padding:22px}.stay-card h3{font-size:23px}.spirit>div{gap:35px}footer{flex-wrap:wrap}.demo{flex-basis:100%}}@media(max-width:600px){header{height:90px;gap:15px}.brand{font-size:16px;letter-spacing:1.3px}.brand small{font-size:9px;letter-spacing:1.7px}.brand-mark{width:36px;height:36px;font-size:27px}nav{font-size:13px}nav a:not(:first-child){display:none}.hero{min-height:665px}.hero-content{padding:85px 6% 130px}.hero .eyebrow{font-size:10px;letter-spacing:1.8px}h1{font-size:57px;letter-spacing:-1.7px}.hero-content>p:not(.eyebrow){font-size:16px;max-width:280px}.hero-content br:not(h1 br){display:none}.hero-bottom{left:6%;right:6%;font-size:10px;letter-spacing:1px}.hero-bottom a{font-size:12px}.hero-bottom a span{margin-left:10px}.section-heading{display:block}.section-heading>p{max-width:none;margin-top:25px}.stay-grid{grid-template-columns:1fr;gap:18px}.stay-card{padding:28px}.card-symbol{padding:30px 0;font-size:66px}.spirit>div{grid-template-columns:1fr;gap:35px}.spirit h2{font-size:60px}.contact-details{gap:18px}footer{align-items:flex-start;gap:25px}.section{padding:65px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.gallery{padding-top:40px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.gallery figure{margin:0;min-width:0}.gallery figure a{display:block;overflow:hidden;background:#e5e6dc}.gallery img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.gallery figcaption{font-family:Georgia,serif;font-size:22px;margin-top:14px}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}nav{gap:16px}}@media(max-width:600px){nav a.gallery-link{display:block}.gallery-grid{grid-template-columns:1fr;gap:28px}.gallery figcaption{font-size:21px}}
.has-carousel .gallery-grid{display:block;background:#172219}.has-carousel figure[hidden]{display:none}.has-carousel figure{position:relative}.has-carousel figure img{height:55vh;height:55svh;min-height:260px;max-height:650px;aspect-ratio:auto;object-fit:contain}.has-carousel figcaption{position:absolute;bottom:0;left:0;right:0;margin:0;padding:38px 24px 20px;background:linear-gradient(transparent,rgba(0,0,0,.75));color:white;pointer-events:none}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:22px}.gallery-controls button{border:1px solid #29372c50;background:transparent;color:var(--ink);font:inherit;padding:12px 18px;cursor:pointer}.gallery-controls button:hover{background:#e5e6dc}.gallery-controls button:focus-visible{outline:3px solid #b25735;outline-offset:3px}.gallery-count{font-size:14px}.gallery-controls [data-play]{margin-left:auto}@media(max-width:600px){.gallery-controls{gap:12px}.gallery-controls button{font-size:13px;padding:10px 12px}.gallery-controls [data-play]{margin-left:0}.has-carousel figcaption{font-size:19px}}
