*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#034225;--green-light:#055c35;--green-dark:#022d19;--white:#fff;--off-white:#f5f5f3;--gray-light:#e8e8e5;--gray:#888880;--text:#1a1a18;--font:"Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth;background:#022d19}body{font-family:var(--font);color:var(--text);-webkit-font-smoothing:antialiased;background:#022d19;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.page{color:#ffffffd9;background-color:#022d19;background-image:linear-gradient(#022d19,#0000 80px calc(100% - 80px),#022d19),radial-gradient(70vw 45vh at 50% 20vh,#0a6637 0%,#0000 100%),radial-gradient(70vw 45vh at 100% 68vh,#033a20 0%,#0000 100%);background-repeat:no-repeat;background-attachment:scroll,fixed,fixed;flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem}.hero{text-align:center;padding:5rem 1.5rem 5.5rem}.hero-inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:560px;margin:0 auto;display:flex}.hero-tagline{color:#ffffff73;letter-spacing:.01em;margin:0;font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.55}.logo-wrap{width:310px;max-width:78vw;position:relative}.logo{width:100%;display:block}.logo-phone-tap{cursor:pointer;border-radius:4px;position:absolute;inset:72% 5% 10% 50%}.logo-phone-tap:hover{background:#ffffff14}.btn-primary{color:#ffffffe6;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:3px;padding:.85rem 2.25rem;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s;display:inline-block}.btn-primary:hover{background:#ffffff2b;border-color:#ffffff59}.section{padding:5rem 0}.section-label{letter-spacing:.18em;text-transform:uppercase;color:#5cae80;text-align:center;margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}.section-title{color:#fff;text-align:center;letter-spacing:-.03em;margin-bottom:2.25rem;font-size:clamp(1.6rem,4vw,2rem);font-weight:700;line-height:1.2}.about-grid{grid-template-columns:1fr 1.3fr;align-items:center;gap:4rem;display:grid}.about-image-wrap{aspect-ratio:3/4;border-radius:12px;overflow:hidden}.about-image{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.about-text{flex-direction:column;gap:1rem;display:flex}.about-text .section-label{text-align:left}.about-text .section-title{text-align:left;margin-bottom:0}.about-text p{color:#ffffffa6;font-size:.95rem;line-height:1.75}@media (width<=720px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-image-wrap{aspect-ratio:3/4;width:100%;max-height:420px;margin:0 auto}.about-image-wrap .about-image{object-position:center 5%}}.price-table{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden}.price-row{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.4rem;transition:background .12s;display:flex}.price-row:nth-child(2n){background:#ffffff08}.price-row:last-child{border-bottom:none}.price-row:hover{background:#ffffff12}.price-name{color:#ffffffbf;flex:1;font-size:.92rem}.price-amount{color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.92rem;font-weight:700}.price-note{text-align:center;color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin-top:.75rem;padding:.85rem 1.4rem;font-size:.88rem}.price-note strong{color:#fff}.price-note-star{color:#5cae80}.price-extra-note{text-align:center;color:#ffffff80;margin-top:1rem;font-size:.85rem}.contact-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.contact-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.75rem 1rem;transition:background .15s,transform .15s}.contact-card:hover{background:#ffffff17;transform:translateY(-2px)}.contact-icon-wrap{color:#5cae80;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto .9rem;display:flex}.contact-card h3{text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:.4rem;font-size:.65rem;font-weight:700}.contact-card p{color:#fffc;font-size:.87rem;line-height:1.65}.contact-card a{color:#fffc;border-bottom:1px solid #fff3;padding-bottom:1px;text-decoration:none;transition:color .15s,border-color .15s}.contact-card a:hover{color:#fff;border-color:#fff9}.booking-form-wrap{margin-top:10rem}.booking-form-title{color:#fff;text-align:center;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.booking-form-subtitle{color:#ffffff8c;text-align:center;margin-bottom:1.5rem;font-size:.9rem}.booking-form{flex-direction:column;gap:1rem;max-width:560px;margin:0 auto;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.booking-form label,.form-full{letter-spacing:.04em;color:#ffffff8c;flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:700;display:flex}.booking-form input,.booking-form textarea{color:#fff;letter-spacing:normal;resize:vertical;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;padding:.7rem .85rem;font-family:inherit;font-size:.92rem;font-weight:400;transition:border-color .15s,background .15s}.booking-form input:focus,.booking-form textarea:focus{background:#ffffff14;border-color:#fff6;outline:none}.form-submit{cursor:pointer;color:var(--green-dark);background:#fff;border:none;align-self:center;margin-top:.5rem}.form-submit:hover{background:#ffffffd9}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-message{text-align:center;letter-spacing:normal;font-size:.88rem;font-weight:400}.form-message.success{color:#5cae80}.form-message.error{color:#fffc}@media (width<=500px){.form-row{grid-template-columns:1fr}}.map-wrapper{opacity:.92;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden}.footer{color:#ffffff4d;text-align:center;margin-top:auto;padding:3rem 1.5rem 2.5rem}.footer .container{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.footer-logo{opacity:.6;width:140px}.instagram-link{color:#ffffff80;letter-spacing:.02em;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.85rem;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.instagram-link:hover{color:#ffffffe6;border-color:#ffffff4d}.footer-copy{letter-spacing:.01em;font-size:.75rem}@media (width<=720px){.section{padding:3.5rem 0}.contact-grid{grid-template-columns:1fr 1fr;gap:.75rem}.contact-card{padding:1.4rem .9rem}.booking-form-wrap{margin-top:7rem}}@media (width<=500px){.price-row{flex-direction:column;align-items:flex-start;gap:.1rem;padding:.85rem 1.1rem}.price-amount{color:#5cae80;font-size:1rem}}@media (width<=400px){.contact-grid{grid-template-columns:1fr}}.policy-container{max-width:700px}.back-link{color:#ffffff8c;margin-bottom:2rem;font-size:.85rem;transition:color .15s;display:inline-block}.back-link:hover{color:#fff}.policy-content{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}.policy-content h2{color:#fff;margin-top:1.75rem;font-size:1.05rem;font-weight:700}.policy-content p{color:#ffffffa6;font-size:.92rem;line-height:1.75}.policy-updated{color:#fff6;margin-top:1.5rem;font-size:.8rem}.footer-links{gap:1rem;font-size:.78rem;display:flex}.footer-links a{color:#fff6;transition:color .15s}.footer-links a:hover{color:#ffffffbf}
