@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--green:#112f27;--lime:#d5fa68;--paper:#f8f9f4;--muted:#53655d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--green);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit}a:focus-visible,summary:focus-visible{outline:3px solid #64881a;outline-offset:5px}.skip{position:absolute;top:-80px;background:white;padding:12px;z-index:10}.skip:focus{top:0}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #d6ddd5}.brand{font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;line-height:1;font-weight:800;text-decoration:none;letter-spacing:-1px}.brand-mark{margin-left:8px;color:#557f27}nav{display:flex;gap:30px;align-items:center}nav a{text-decoration:none;font-size:14px;font-weight:600}nav a:hover{text-decoration:underline}.nav-contact{border:1px solid;padding:10px 18px;border-radius:30px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:670px}.hero-copy{padding:65px 10% 45px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 22px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-1px;line-height:.96}h1{font-size:clamp(65px,7.5vw,112px);margin-bottom:26px}em{font-style:normal;color:#597734}h2{font-size:clamp(52px,5.5vw,80px);margin-bottom:24px}.intro{max-width:390px;font-size:18px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--green);color:white;text-decoration:none;padding:17px 24px;border-radius:4px;font-weight:600;margin-top:10px}.button:hover{background:#285740}.hero-note{font-size:12px;color:var(--muted);margin:20px 0 0}.hero-photo{position:relative;background:linear-gradient(145deg,#314f35,#6f854b);min-height:580px;background-size:cover;background-position:center}.photo-overlay{position:absolute;inset:0;background:linear-gradient(transparent 50%,#06251ece);display:flex;align-items:flex-end;justify-content:space-between;padding:36px;color:white;font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;font-weight:700;line-height:1.05}.roundel{border:1px solid #ffffff99;border-radius:100%;width:104px;height:104px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:42px}.roundel small{font:9px 'DM Sans',sans-serif;margin-top:7px}.ticker{background:var(--lime);padding:20px 5%;display:flex;justify-content:space-between;gap:16px;font-size:13px;font-weight:700;letter-spacing:1px}.section{padding:90px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.section-heading>p{max-width:350px;color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:27px;background:#e6ecdd;border-top:4px solid var(--green)}.card:nth-child(2){background:#ede4d6}.card:nth-child(3){background:#dde8e7}.card-top{display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:1px;font-weight:700}.card h3{font-family:'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;font-size:48px;margin:48px 0 12px;line-height:1}.card p{font-size:16px;min-height:80px}.card-bottom{border-top:1px solid #112f2730;padding-top:20px;display:flex;flex-direction:column;gap:10px;font-size:14px}.card-bottom>a{font-weight:700;text-underline-offset:4px}.destination-notes{margin-top:30px}details{border-bottom:1px solid #d6ddd5;padding:14px 0}summary{cursor:pointer;font-weight:600}details p{max-width:850px;margin:14px 0 5px;color:var(--muted)}.how{background:var(--green);color:white;display:grid;grid-template-columns:1fr 1fr;gap:12%}.how em{color:var(--lime)}.how>div>p:last-child{max-width:370px;color:#c1cfc7}.how ol{padding:0;list-style:none;margin:0}.how li{display:flex;gap:25px;padding:20px 0;border-bottom:1px solid #ffffff30}.how li>span{font-size:14px;color:var(--lime)}.how h3{font-size:22px;margin-bottom:8px}.how li p{color:#c1cfc7;font-size:15px;margin:0}.about{display:grid;grid-template-columns:1fr 1fr;gap:0 12%}.about>.eyebrow{grid-column:1/-1}.about>div{padding-top:10px;max-width:490px}.about .small{font-size:14px;color:var(--muted);border-top:1px solid #d6ddd5;padding-top:20px}.contact{background:var(--lime);text-align:center}.contact h2{font-size:64px}.contact-pending{font-size:14px}footer{padding:45px 5% 24px;background:var(--green);color:white}.footer-top,.footer-bottom{display:flex;justify-content:space-between;gap:25px}.footer-top{padding-bottom:42px}.footer-top>span{font-size:14px;color:#c1cfc7}.footer-bottom{border-top:1px solid #ffffff30;padding-top:23px;font-size:12px}.footer-bottom nav{gap:22px}.footer-bottom a{font-size:12px}.legal{max-width:860px;margin:auto;min-height:65vh}.legal h1{font-size:65px}.legal h2{font-family:'DM Sans',Arial,sans-serif;font-size:23px;text-transform:none;letter-spacing:0;line-height:1.3;margin-top:32px}.legal p{color:var(--muted)}@media(max-width:800px){header{height:auto;min-height:85px;gap:20px;padding:22px 5%;flex-wrap:wrap}.brand{font-size:32px}nav{gap:16px;flex-wrap:wrap}nav a{font-size:13px}.nav-contact{padding:5px 12px}.hero{grid-template-columns:1fr}.hero-copy{padding:46px 6%}.hero h1{font-size:80px}.hero-photo{min-height:430px}.ticker{flex-wrap:wrap;justify-content:center;font-size:11px}.section{padding:60px 6%}.section-heading{display:block}.cards{grid-template-columns:1fr}.card h3{margin-top:30px}.card p{min-height:0}.card-top{font-size:12px}.how,.about{grid-template-columns:1fr;gap:28px}.about>.eyebrow{margin-bottom:0}.contact h2{font-size:52px}.footer-bottom{flex-direction:column}.footer-bottom nav{gap:14px}.photo-overlay{padding:25px}.legal h1{font-size:52px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.hero-photo{background-image:url("https://images.unsplash.com/photo-1699394426296-9c549c27fcaf?auto=format&fit=crop&w=2400&q=85")}

.card-top{font-size:12px;letter-spacing:.4px}.hero-note,.footer-bottom,.footer-bottom a{font-size:14px}@media(max-width:800px){.hero h1{font-size:clamp(58px,10vw,80px)}}
