@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{--bg:#111514;--panel:#1c211f;--text:#f5f6f2;--muted:#b8bfba;--line:#3a423d;--accent:#d6ee8d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{display:block;width:100%;object-fit:cover}button,a{ -webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}.skip{position:fixed;left:20px;top:-100px;z-index:9;background:white;color:black;padding:12px}.skip:focus{top:10px}header{height:100px;position:absolute;z-index:5;top:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #ffffff35}.brand{width:154px;height:90px;overflow:hidden;display:flex;align-items:center}.brand img{filter:invert(1);width:154px;height:154px;object-fit:contain}nav{display:flex;gap:32px;align-items:center;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--accent);color:#182013;padding:17px 25px;font-weight:700;border:1px solid var(--accent);font-size:15px}.button:hover{background:#e7f9b8;color:#111}.button.small{padding:12px 20px}.button.outline{background:transparent;color:var(--text);border-color:#788477}.button.outline:hover{background:var(--accent);color:#111}.hero{min-height:870px;height:100svh;max-height:1150px;position:relative;overflow:hidden}.hero>.parallax{position:absolute;height:120%;width:100%;top:-10%;object-position:center;will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#07100bda 0%,#07100b69 65%,#07100b26),linear-gradient(0deg,#111514b0,transparent 50%)}.hero-content{position:relative;padding:170px 7% 130px;z-index:1}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:600;margin:0 0 25px;color:var(--accent)}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.08;font-weight:500;letter-spacing:-.055em;margin:0}h1{font-size:clamp(42px,4.9vw,78px);max-width:1000px}em{font-style:normal;color:var(--accent)}.hero-content>p:not(.eyebrow){font-size:18px;color:#e3e7e1;margin:26px 0}.actions{display:flex;align-items:center;gap:30px}.text-link{font-size:15px;border-bottom:1px solid #778472;padding-bottom:7px;display:inline-block}.hero-bottom{position:absolute;bottom:30px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.15em}.delivery{display:grid;grid-template-columns:repeat(3,1fr);padding:28px 7%;background:#222923}.delivery p{margin:0;border-right:1px solid #52604f;padding:0 30px}.delivery p:first-child{padding-left:0}.delivery p:last-child{border:0}.delivery strong{display:block;font-size:21px;font-weight:500}.delivery span{font-size:14px;color:var(--muted)}.section{padding:110px 7%;scroll-margin-top:30px}.section-head{display:flex;justify-content:space-between;gap:70px;align-items:flex-end;margin-bottom:55px}.section-head>p{max-width:365px;color:var(--muted);margin:0}h2{font-size:clamp(36px,4.5vw,64px)}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:40px 28px;margin-bottom:38px}figure{margin:0}.gallery .wide{grid-column:1/-1}.gallery img{height:360px}.gallery .wide img{height:570px}.gallery figcaption{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:15px;font-size:15px}.gallery figcaption span:last-child{font-size:10px;letter-spacing:.12em;color:var(--muted)}.services{background:var(--panel)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.service-grid>a{padding:28px 25px 15px;border-right:1px solid var(--line)}.service-grid>a:first-child{padding-left:0}.service-grid>a:last-child{border:0}.service-grid span{font-size:12px;color:var(--accent)}h3{font-size:28px;letter-spacing:-.035em}.service-grid h3{margin:38px 0 20px}.service-grid p{color:var(--muted);font-size:15px}.service-grid b{font-size:13px;font-weight:500}.interlude{height:570px;position:relative;overflow:hidden;display:flex;align-items:center;padding:7%}.interlude>img{position:absolute;inset:-15% 0;height:130%;will-change:transform}.interlude>div:last-child{position:relative}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing article{border:1px solid var(--line);padding:35px;display:flex;flex-direction:column;align-items:flex-start}.pricing .featured{background:#242d20;border-color:#8f9f70}.pricing h3{font-size:56px}.pricing p:not(.eyebrow){color:var(--muted);font-size:15px}.pricing ul{padding-left:19px;font-size:15px;margin:10px 0 30px;flex:1}.pricing li{padding:8px 0}.pricing .button{width:100%}.note{font-size:14px;color:var(--muted);line-height:1.8}.note a{text-decoration:underline}.reviews{background:#e9eee6;color:#172117}.reviews .eyebrow{color:#46652b}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:50px 0 35px}.quotes blockquote{font-size:21px;line-height:1.55;margin:0 0 30px}.quotes figcaption{font-size:15px;font-weight:700}.quotes span{display:block;font-size:10px;letter-spacing:.13em;font-weight:400;margin-top:7px}.reviews a:hover{color:#44611f}.area{display:grid;grid-template-columns:1fr 1fr;gap:80px}.area p:first-child{margin-top:0}.area>div:last-child{color:var(--muted)}.booking{text-align:center;padding:100px 7%;background:#222b20}.booking .button{margin:40px 0 20px}.booking p:last-child{font-size:15px;color:var(--muted)}footer{display:flex;flex-wrap:wrap;gap:25px;align-items:center;justify-content:space-between;padding:40px 7%;font-size:13px;color:var(--muted)}.footer-brand{font-size:19px;letter-spacing:.17em;color:white}footer small{width:100%;font-size:12px}.subpage header{position:relative}.page-intro{padding:90px 7% 50px}.page-intro h1{font-size:clamp(44px,6vw,80px)}.page-intro>p:last-child{max-width:680px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detail-grid article{padding:35px;border:1px solid var(--line);scroll-margin-top:30px}.detail-grid p{color:var(--muted)}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-size:19px}.contact-links a{display:block;font-size:clamp(19px,3vw,35px);margin:20px 0}
@media(min-width:1600px){.section{padding-left:max(7%,calc((100% - 1400px)/2));padding-right:max(7%,calc((100% - 1400px)/2))}}@media(max-width:900px){nav{gap:18px}.service-grid{grid-template-columns:1fr 1fr}.service-grid>a:first-child{padding-left:25px}.pricing article{padding:23px}.quotes{gap:25px}.quotes blockquote{font-size:18px}.area{gap:35px}.gallery .wide img{height:400px}.section-head{gap:30px}}@media(max-width:640px){header{height:90px;padding:0 6%}.brand{width:118px}.brand img{width:118px;height:118px}nav>a:not(.button){display:none}nav .button{font-size:13px;padding:10px 15px}.hero{height:auto;min-height:810px}.hero-content{padding:160px 6% 115px}h1{font-size:43px}.hero-content>p:not(.eyebrow){font-size:17px}.eyebrow{font-size:10px}.actions{gap:20px;flex-wrap:wrap}.hero-bottom{font-size:9px;left:6%;right:6%}.delivery{padding:24px 6%;gap:15px}.delivery p{padding:0 8px 0 0}.delivery strong{font-size:16px;line-height:1.35;margin-bottom:7px}.delivery span{font-size:12px}.section{padding:70px 6%}.section-head{display:block;margin-bottom:32px}.section-head>p{margin-top:25px}.gallery{gap:30px;grid-template-columns:1fr}.gallery .wide{grid-column:auto}.gallery img,.gallery .wide img{height:280px}.gallery figcaption{font-size:13px}.gallery figcaption span:last-child{font-size:9px}.service-grid{grid-template-columns:1fr}.service-grid>a,.service-grid>a:first-child{padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}.service-grid h3{margin:15px 0}.interlude{height:430px}.pricing,.quotes,.area,.detail-grid{grid-template-columns:1fr}.pricing article{padding:30px}.quotes{gap:40px}.quotes blockquote{font-size:21px}.area{gap:25px}.booking{padding:70px 6%}.booking p:last-child a{display:block;padding:7px}.booking p:last-child span{display:none}footer{padding:35px 6%;gap:15px}footer p{margin:0}.page-intro{padding:60px 6% 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.parallax{transform:none!important;will-change:auto!important}}
