:root{--eh-green: #2e604a;--eh-green-dark: #225d47;--eh-card: rgba(245, 252, 248, .95)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-image:url(/assets/bg-bokeh-D9TaEssK.png);background-repeat:no-repeat;background-size:cover;background-position:center top;background-attachment:fixed;color:#063f31}.eh-shell{min-height:100vh;display:flex;flex-direction:column}.eh-topbar{background:#fff;border-bottom:1px solid rgba(0,0,0,.05);padding:.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.eh-brand img{height:50px;width:auto}.eh-nav{display:flex;gap:.75rem}.eh-nav button{background:none;border:none;font-weight:600;color:#043226;cursor:pointer;padding:.25rem .35rem}.eh-nav button.active,.eh-nav button:hover{color:var(--eh-green)}.eh-main{flex:1;padding:1.5rem 1rem 8.5rem}.eh-page-card{max-width:1200px;margin:2rem auto;background:var(--eh-card);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 35px #00000008}.eh-page-card h2{font-size:2.1rem;margin-bottom:.85rem;line-height:1.03}.eh-page-card p,.eh-page-card ul{line-height:1.6}.eh-home-shell{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.eh-video-wrap{width:min(1000px,96vw)}.eh-hero-video{width:100%;border-radius:16px;background:#000;box-shadow:0 12px 28px #00000026}.eh-about-page{display:grid;grid-template-columns:1.02fr .98fr;gap:1.75rem;align-items:flex-start}.eh-about-page>h2{grid-column:1 / -1}.eh-about-lead{grid-column:1;font-size:1.02rem;max-width:39rem}.eh-about-page .eh-plat-img{display:block;width:100%;max-width:560px;margin:1.25rem 0 1.4rem;border-radius:14px;background:#fff;padding:.7rem;box-shadow:0 5px 12px #0000000d}.eh-map-wrap iframe{width:100%;min-height:320px;border:0;border-radius:14px;box-shadow:0 6px 18px #0000000d}@media(max-width:820px){.eh-about-page{grid-template-columns:1fr}.eh-about-page .eh-plat-img{max-width:100%;margin:1rem auto 1.2rem}}.eh-amenities-page .eh-amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.eh-amenity-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 18px 35px #0000000d}.eh-amenity-card img{width:100%;height:180px;object-fit:cover;display:block}.eh-amenity-body{padding:.9rem 1rem 1.1rem}.eh-docs-page{background:#f7fffb99;border-radius:22px 22px 0 0;padding:1.5rem 1.5rem 2.5rem}.eh-subhead{text-align:left;margin-bottom:1.4rem}.eh-docs-list{display:flex;flex-direction:column;gap:.85rem}.eh-doc-card{background:#ecfcf3e6;border-radius:14px;padding:.9rem 1.1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.eh-doc-text h3{margin:0 0 .25rem;font-size:1.02rem}.eh-doc-download{background:#006b60;color:#fff;text-decoration:none;padding:.45rem 1.2rem;border-radius:9999px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #006b6040;transition:transform .1s ease-out,box-shadow .1s ease-out}@media(max-width:720px){.eh-doc-card{flex-direction:column;align-items:flex-start}}.eh-contact-wrap{display:flex;justify-content:center}.eh-contact-card{background:#fffffff2;border-radius:18px;box-shadow:0 12px 35px #00000014;max-width:1100px;width:100%;padding:2.25rem 2.4rem 2.5rem}.eh-contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.2rem}.eh-contact-form label{display:flex;flex-direction:column;gap:.4rem}.eh-contact-form span{font-weight:500}.eh-contact-form input,.eh-contact-form select,.eh-contact-form textarea{padding:.6rem .75rem;border:1px solid #cfe1d8;border-radius:10px;font-size:.95rem;background:#fff}.eh-contact-form textarea{min-height:160px}.eh-form-alert{padding:.5rem .8rem;border-radius:.7rem;font-size:.85rem}.eh-form-alert--success{background:#e8fff0;color:#034f34}.eh-form-alert--error{background:#ffeaea;color:#7b0d0d}.eh-field-error{color:#a11a1a;font-size:.7rem}@media(min-width:820px){.eh-contact-form label{flex-direction:row;align-items:center}.eh-contact-form label span{width:120px}.eh-contact-form input,.eh-contact-form select,.eh-contact-form textarea,.eh-contact-form .g-recaptcha{flex:1 1 auto}}.eh-footer{position:fixed;bottom:0;left:0;right:0;background:var(--eh-green-dark);color:#fff;text-align:left;padding:.9rem 1.4rem;font-size:.85rem;z-index:50}@media(max-width:760px){.eh-topbar{flex-direction:column;align-items:flex-start}.eh-nav{flex-wrap:wrap}.eh-page-card,.eh-contact-card{margin:1.4rem auto;border-radius:1.25rem}.eh-main{padding-bottom:9.5rem}.eh-about-page .eh-plat-img{width:100%;max-width:100%}}.eh-contact-form{width:min(1100px,100%);margin:0 auto 2.5rem;display:flex;flex-direction:column;gap:1rem}.eh-contact-row{display:flex;flex-direction:column;gap:.4rem}.eh-contact-row label{font-weight:500;color:#0f4b3a}.eh-contact-row input,.eh-contact-row textarea{width:100%;border:1px solid #d6e8dd;border-radius:10px;padding:.55rem .85rem;font-size:1rem;background:#fff}.eh-contact-actions{display:flex;justify-content:flex-start}@media(min-width:900px){.eh-contact-form{gap:1.1rem}.eh-contact-row{display:grid;grid-template-columns:180px 1fr;align-items:flex-start;gap:.75rem}.eh-contact-row label{line-height:2.5rem;text-align:left;white-space:nowrap}.eh-contact-row textarea{min-height:150px}.eh-contact-actions{grid-column:1 / -1;justify-content:flex-end}}.eh-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.6rem 1.6rem;font-weight:600;border:none;cursor:pointer;transition:transform .05s ease-out,box-shadow .05s ease-out}.eh-btn-primary{background:#006b60;color:#fff;border:none;border-radius:9999px;padding:.55rem 2.3rem;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 4px 12px #006b6040;transition:transform .1s ease-out,box-shadow .1s ease-out;align-self:flex-start}.eh-btn-primary:hover{background:#005448;filter:none;transform:translateY(0)}.eh-form-alert{border-radius:10px;padding:.6rem 1rem;font-size:.9rem}.eh-form-alert--success{background:#e6f4ea;color:#0f5132}.eh-form-alert--error{background:#fce4e4;color:#b00020}.eh-required{color:#b00020;font-weight:600;margin-left:.25rem}.eh-contact-row label{white-space:nowrap;display:inline-flex;align-items:center;gap:.2rem}.eh-contact-row label .eh-required{color:#b00020;font-weight:600;margin-left:.1rem}.eh-contact-row label{display:block;font-weight:600;color:var(--text-color, #164e3e)}.eh-contact-row label .eh-required{display:inline;color:#b00020;margin-left:.2rem;font-weight:700;vertical-align:baseline}.eh-btn-primary:hover,.eh-doc-download:hover{transform:translateY(-2px);box-shadow:0 6px 16px #006b604d;filter:brightness(1.03)}.eh-page-card,.eh-about-page,.eh-amenities-page,.eh-quick-links-page,.eh-contact-card{background:#f7fffba6;border-radius:22px;box-shadow:0 18px 32px #00000008;border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.eh-page-card h2,.eh-about-page h2,.eh-amenities-page h2,.eh-quick-links-page h2,.eh-contact-card h2{font-size:1.8rem;font-weight:700;color:#063f31}.eh-about-page,.eh-about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:flex-start}@media(max-width:820px){.eh-about-grid{grid-template-columns:1fr}}.eh-page-card h2,.eh-about-page h2,.eh-amenities-page h2,.eh-quick-links-page h2,.eh-contact-card h2{font-size:1.55rem;line-height:1.05;margin-bottom:1rem}.eh-docs-group{background:transparent;border:0}.eh-docs-group>summary.eh-docs-heading{list-style:none;cursor:pointer;font-weight:650;color:#0f3f30;background:#ecfcf38c;border:1px solid rgba(12,123,92,.07);border-radius:12px;padding:.6rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.eh-docs-group>summary.eh-docs-heading:after{content:"▾";font-size:.85rem;color:#0f3f30;transition:transform .2s ease-out}@media(max-width:720px){.eh-docs-group>summary.eh-docs-heading{font-size:.9rem;padding:.55rem .75rem}}.eh-docs-group{margin:0;padding:0;border:none}.eh-docs-group>summary.eh-docs-heading{list-style:none;cursor:pointer;font-weight:650;color:#0f3f30;background:#ecfcf38c;border:1px solid rgba(12,123,92,.07);border-radius:14px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;margin-top:.85rem;margin-bottom:.35rem;box-shadow:0 2px 6px #00000008}.eh-docs-group:first-of-type>summary.eh-docs-heading{margin-top:0}.eh-docs-group>summary.eh-docs-heading::-webkit-details-marker{display:none}.eh-docs-group>summary.eh-docs-heading:after{content:"▾";font-size:.8rem;color:#0f3f30;transition:transform .2s ease-out;margin-left:.5rem}.eh-docs-group[open]>summary.eh-docs-heading:after{transform:rotate(180deg)}@media(max-width:720px){.eh-docs-group>summary.eh-docs-heading{font-size:.95rem;padding:.65rem .85rem;margin-top:.65rem;margin-bottom:.25rem}}.eh-about-page{display:block}.eh-about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.9fr);gap:2.4rem;align-items:flex-start}@media(max-width:900px){.eh-about-grid{grid-template-columns:1fr}}.eh-page-card h2,.eh-docs-page h2,.eh-contact-card h2,.eh-amenities-page h2,.eh-about-page h2{font-size:1.65rem;line-height:1.15;margin-bottom:1.1rem;color:#063f31}.eh-nav-toggle{display:none;border:none;background:transparent;cursor:pointer;padding:.25rem .4rem;margin-left:auto;gap:.18rem;flex-direction:column;align-items:center;justify-content:center}.eh-nav-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#063f31;transition:transform .18s ease-out,opacity .18s ease-out}.eh-nav-toggle.is-open span:nth-child(1){transform:translateY(4px) rotate(40deg)}.eh-nav-toggle.is-open span:nth-child(2){opacity:0}.eh-nav-toggle.is-open span:nth-child(3){transform:translateY(-4px) rotate(-40deg)}@media(max-width:768px){.eh-topbar{padding-inline:1.1rem}.eh-nav-toggle{display:inline-flex}.eh-nav{position:absolute;left:0;right:0;top:72px;flex-direction:column;justify-content:flex-start;gap:.35rem;background:#f5fcf8fa;padding:.6rem 1.1rem .9rem;box-shadow:0 14px 30px #0000001f;transform:translateY(-150%);opacity:0;pointer-events:none;z-index:80}.eh-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.eh-nav button{width:100%;text-align:left}}.eh-nav-toggle{display:none;background:none;border:none;padding:.3rem .5rem;border-radius:9999px;cursor:pointer}.eh-nav-toggle-bar{display:block;width:22px;height:2px;border-radius:999px;background:#043226}.eh-nav-toggle-bar+.eh-nav-toggle-bar{margin-top:4px}@media(max-width:760px){.eh-topbar{gap:.75rem}.eh-nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;margin-left:auto}.eh-nav{display:none;flex-direction:column;width:100%;margin-top:.5rem;gap:.35rem;background:#f5fcf8fa;padding:.5rem 0 .75rem;border-radius:0 0 16px 16px;box-shadow:0 10px 20px #0000001a}.eh-nav.is-open{display:flex}.eh-nav button{text-align:left;padding-inline:.2rem}}@media(max-width:768px){.eh-topbar{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:.75rem 1.25rem!important;height:72px!important;background:#fff!important;position:relative!important;z-index:2000!important}.eh-brand{display:flex!important;align-items:center!important}.eh-nav-toggle{display:flex!important;align-items:center!important;justify-content:center!important;background:none!important;border:none!important;padding:0!important;cursor:pointer}.eh-nav-toggle .eh-nav-icon,.eh-nav-toggle svg,.eh-nav-toggle span{width:26px!important;height:22px!important;display:block!important;margin:0!important;padding:0!important}}@media(max-width:768px){.eh-nav-toggle{background:none!important;border:none!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.eh-nav-toggle svg{width:28px!important;height:24px!important;stroke:#063f31!important;fill:none!important;stroke-width:3!important}.eh-nav-toggle span,.eh-nav-toggle .eh-nav-icon{display:block!important;width:28px!important;height:3px!important;background:#063f31!important;border-radius:2px!important;margin:5px 0!important}}@media(max-width:768px){.eh-nav-toggle span,.eh-nav-toggle .eh-nav-icon{display:block!important;width:28px!important;height:3px!important;background:#063f31!important;border-radius:2px!important;margin:3px 0!important}}@media(max-width:768px){nav.eh-nav{margin-top:0!important;top:60px!important}header.eh-topbar{padding-bottom:0!important}.eh-brand{margin:0!important;padding:0!important}}@media(max-width:768px){.eh-nav-toggle span{display:block;width:26px;height:2px;border-radius:999px;background:#004737;margin-block:2px}.eh-nav{padding-top:.3rem}.eh-nav-list{padding-top:0;margin-top:0}.eh-nav-list a,.eh-nav-list button{padding-top:.6rem;padding-bottom:.6rem}}@media(max-width:767.98px){header.eh-topbar{position:sticky;top:0;z-index:20}header.eh-topbar+nav.eh-nav{position:absolute;top:64px;right:1.25rem;left:auto;width:min(260px,calc(100% - 2.5rem));margin:0;box-shadow:0 18px 40px #00000029;border-radius:18px;overflow:hidden}header.eh-topbar+nav.eh-nav .eh-nav-list{align-items:flex-start}}@media(min-width:768px){header.eh-topbar+nav.eh-nav{position:static;width:auto;margin:0;box-shadow:none;border-radius:999px}header.eh-topbar+nav.eh-nav .eh-nav-list{align-items:center}}@media(max-width:767.98px){nav.eh-nav .eh-nav-list li{font-size:1.25rem;padding:1rem 1.25rem;line-height:1.45}nav.eh-nav .eh-nav-list li a{font-size:1.25rem}}@media(max-width:767.98px){nav.eh-nav.is-open ul.eh-nav-list li,nav.eh-nav.is-open ul.eh-nav-list li a{font-size:1.35rem!important;line-height:1.5!important;padding:.9rem 1.2rem!important}}
