:root{--forest:#24402f;--forest-dark:#182d20;--forest-light:#4d715a;--cream:#faf6ee;--cream-dark:#f1e8d8;--blush:#e9ded0;--text:#2b2822;--text-soft:#6b6459;--white:#fff;--serif:"Cormorant Garamond", "Georgia", serif;--script:"Marck Script", cursive;--sans:"Jost", system-ui, sans-serif;--max-width:1180px;font-family:var(--sans);color:var(--text);background:var(--cream);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}main{flex:1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--serif);color:var(--forest-dark);letter-spacing:.01em;margin:0 0 .5em;font-weight:500}h1{font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.05}h2{font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.1}h3{font-size:clamp(1.3rem,2vw,1.6rem)}p{color:var(--text-soft);margin:0 0 1em;line-height:1.7}.eyebrow{font-family:var(--script);color:var(--forest);margin-bottom:.25em;font-size:1.6rem;display:inline-block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--tight{padding:3rem 0}.btn{border:1px solid var(--forest);background:var(--forest);color:var(--cream);font-family:var(--sans);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5em;padding:.85em 2em;font-size:.95rem;transition:background .2s,color .2s,transform .15s;display:inline-flex}.btn:hover{background:var(--forest-dark);transform:translateY(-1px)}.btn--outline{color:var(--forest);background:0 0}.btn--outline:hover{background:var(--forest);color:var(--cream)}.text-center{text-align:center}@media (width<=720px){.section{padding:3.5rem 0}}.navbar{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--blush);background:#faf6eeeb;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;padding-block:.65rem;display:flex;overflow:hidden}.navbar__brand{align-items:center;height:56px;display:flex}.navbar__brand img{width:auto;max-width:none;height:100%}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__link{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--text);border-bottom:1px solid #0000;padding-bottom:4px;font-size:.85rem;transition:color .2s,border-color .2s}.navbar__link:hover,.navbar__link.is-active{color:var(--forest);border-color:var(--forest)}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.navbar__toggle span{background:var(--forest-dark);width:100%;height:2px;transition:transform .2s,opacity .2s}.navbar__toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle.is-open span:nth-child(2){opacity:0}.navbar__toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=780px){.navbar__toggle{display:flex}.navbar__links{background:var(--cream);border-bottom:1px solid var(--blush);flex-direction:column;align-items:flex-start;gap:0;max-height:0;transition:max-height .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.navbar__links.is-open{max-height:320px}.navbar__link{border-bottom:1px solid var(--blush);width:100%;padding:1rem 1.5rem}}.footer{background:var(--forest-dark);color:var(--cream);margin-top:4rem;padding:3.5rem 0 2rem}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.footer__logo{filter:brightness(0)invert();opacity:.92;width:auto;height:64px}.footer__tagline{font-family:var(--script);color:var(--cream-dark);max-width:30ch;margin:0;font-size:1.3rem}.footer__links{letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.5rem;font-size:.85rem;display:flex}.footer__links a:hover{color:var(--blush)}.footer__social{letter-spacing:.05em;text-transform:uppercase;opacity:.8;gap:1.25rem;font-size:.8rem;display:flex}.footer__social a:hover{opacity:1}.footer__copy{color:var(--cream-dark);opacity:.6;margin-top:1.5rem;font-size:.75rem}.hero{align-items:flex-end;height:88svh;min-height:520px;display:flex;position:relative;overflow:hidden}.hero__img{object-fit:cover;filter:grayscale(.15);width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(#182d2026 0%,#182d2059 55%,#182d20bf 100%);position:absolute;inset:0}.hero__content{color:var(--cream);max-width:760px;padding-bottom:4.5rem;position:relative}.hero__content h1{color:var(--cream)}.eyebrow--light{color:var(--cream-dark)}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.btn--outline-light{border-color:var(--cream);color:var(--cream)}.btn--outline-light:hover{background:var(--cream);color:var(--forest-dark)}.intro__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;display:grid}.intro__img{object-fit:cover;aspect-ratio:4/5;border-radius:12px;width:100%}.gallery-teaser{background:var(--cream-dark)}.gallery-teaser__grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:2.5rem 0;display:grid}.gallery-teaser__grid img{object-fit:cover;border-radius:8px;width:100%;height:260px}.cta{text-align:center}.cta h2{max-width:24ch;margin-inline:auto}@media (width<=860px){.intro__grid{grid-template-columns:1fr;gap:2rem}.intro__img{max-width:360px;margin:0 auto}.gallery-teaser__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.hero{height:78svh}}.page-header{padding-top:3.5rem}.page-header__sub{max-width:52ch;margin:.5rem auto 0}.gallery-grid{columns:3 260px;column-gap:.85rem}.gallery-grid__item{cursor:pointer;break-inside:avoid;background:0 0;border:none;border-radius:8px;width:100%;margin-bottom:.85rem;padding:0;display:block;overflow:hidden}.gallery-grid__item img{width:100%;transition:transform .35s;display:block}.gallery-grid__item:hover img{transform:scale(1.03)}.lightbox{z-index:100;background:#141e16eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox__img{object-fit:contain;border-radius:4px;max-width:min(90vw,1100px);max-height:88vh}.lightbox__close{color:var(--cream);cursor:pointer;background:0 0;border:none;font-size:2.5rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.lightbox__nav{color:var(--cream);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:3rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav--prev{left:.5rem}.lightbox__nav--next{right:.5rem}@media (width<=600px){.gallery-grid{columns:2 150px}}.about__grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:3.5rem;display:grid}.about__img{object-fit:cover;aspect-ratio:3/4;border-radius:12px;width:100%;position:sticky;top:6rem}@media (width<=860px){.about__grid{grid-template-columns:1fr}.about__img{max-width:380px;margin:0 auto;position:static}}.packages-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.package-card{background:var(--white);border:1px solid var(--blush);border-radius:14px;flex-direction:column;padding:2.25rem;display:flex}.package-card h3{margin-bottom:.6rem}.package-card p{margin-bottom:1.25rem}.package-card ul{flex:1;margin:0 0 1.75rem;padding:0;list-style:none}.package-card li{border-top:1px solid var(--cream-dark);color:var(--text-soft);padding:.4rem 0;font-size:.95rem}.package-card li:first-child{border-top:none}.package-card .btn{align-self:flex-start}@media (width<=720px){.packages-grid{grid-template-columns:1fr}}.contact__grid{grid-template-columns:1fr 1fr;min-height:80svh;display:grid}.contact__img{object-fit:cover;filter:grayscale();width:100%;height:100%;min-height:420px}.contact__panel{background:var(--cream-dark);align-items:center;display:flex}.contact__inner{max-width:460px;padding:3.5rem 0}.contact__form{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.contact__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact__form label{letter-spacing:.03em;text-transform:uppercase;color:var(--text);flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.contact__form input,.contact__form textarea{font-family:var(--sans);border:1px solid var(--blush);background:var(--white);color:var(--text);text-transform:none;letter-spacing:normal;border-radius:8px;padding:.7em .9em;font-size:1rem}.contact__form input:focus,.contact__form textarea:focus{border-color:var(--forest);outline:none}.contact__form button{align-self:flex-start;margin-top:.5rem}.contact__success{font-family:var(--serif);color:var(--forest);margin-top:1.5rem;font-size:1.3rem}.contact__error{color:#a33;font-size:.9rem}.hidden-field{display:none}@media (width<=860px){.contact__grid{grid-template-columns:1fr}.contact__img{min-height:260px}.contact__row{grid-template-columns:1fr}}
