@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,400..600&family=Inter:wght@400;500;600&display=swap";:root{--color-bg:#f7f3ec;--color-bg-alt:#efe7da;--color-text:#2b2622;--color-text-muted:#6b6258;--color-accent:#b5663f;--color-accent-dark:#8f4d2e;--color-accent-soft:#d9a47e;--color-border:#ddd4c5;--color-surface:#fffdf9;--font-display:"Fraunces", serif;--font-body:"Inter", sans-serif;--max-width:1200px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:1.05rem;line-height:1.6;position:relative}body:before{content:"";z-index:1;pointer-events:none;opacity:.05;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.1}h1{letter-spacing:-.015em;font-size:clamp(2.75rem,7vw,5.5rem);font-weight:340}h2{font-size:clamp(1.8rem,4vw,3rem)}p{margin:0}a{color:inherit;text-decoration:none}.section{padding:clamp(4rem,10vw,7rem) 1.5rem}.section--alt{background:var(--color-bg-alt)}.container{max-width:var(--max-width);margin:0 auto;position:relative}.eyebrow{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:1.4rem;height:1px;display:block}.btn{min-height:44px;font-family:var(--font-body);letter-spacing:.02em;cursor:pointer;transition:background-color .35s var(--ease-out), color .35s var(--ease-out), border-color .35s var(--ease-out), transform .35s var(--ease-out);border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--color-accent);color:var(--color-surface)}.btn--primary:hover{background:var(--color-accent-dark)}.btn--outline{border-color:var(--color-text);color:var(--color-text);background:0 0}.btn--outline:hover{background:var(--color-text);color:var(--color-surface)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-reveal]{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translateY(28px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-group]>*{opacity:0;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:translateY(28px)}[data-reveal-group].is-visible>*{opacity:1;transform:translateY(0)}[data-reveal-group].is-visible>:first-child{transition-delay:0s}[data-reveal-group].is-visible>:nth-child(2){transition-delay:80ms}[data-reveal-group].is-visible>:nth-child(3){transition-delay:.16s}[data-reveal-group].is-visible>:nth-child(4){transition-delay:.24s}[data-reveal-group].is-visible>:nth-child(5){transition-delay:.32s}[data-reveal-group].is-visible>:nth-child(6){transition-delay:.4s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-group]>*{opacity:1;transition:none;transform:none}}.header[data-astro-cid-nen7h5rs]{z-index:50;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.header[data-astro-cid-nen7h5rs].is-scrolled{background:var(--color-bg);box-shadow:0 1px 0 var(--color-border)}.header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.header__logo[data-astro-cid-nen7h5rs]{font-family:var(--font-display);color:var(--color-text);font-size:1.5rem;font-style:italic;font-weight:600;transition:opacity .2s}.header__logo[data-astro-cid-nen7h5rs]:hover{opacity:.75}.header[data-astro-cid-nen7h5rs].is-scrolled .header__logo[data-astro-cid-nen7h5rs],.header[data-astro-cid-nen7h5rs].is-scrolled .header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-text)}.header[data-astro-cid-nen7h5rs]:not(.is-scrolled) .header__logo[data-astro-cid-nen7h5rs],.header[data-astro-cid-nen7h5rs]:not(.is-scrolled) .header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-surface)}.header__nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{font-size:.95rem;font-weight:500;transition:opacity .2s}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{opacity:.7}.header__nav[data-astro-cid-nen7h5rs]{display:block}.header__toggle[data-astro-cid-nen7h5rs]{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.header__toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--color-surface);width:24px;height:2px;margin:0 auto;transition:background-color .2s,transform .2s;display:block}.header[data-astro-cid-nen7h5rs].is-scrolled .header__toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--color-text)}.mobile-nav[data-astro-cid-nen7h5rs]{background:var(--color-bg);opacity:0;visibility:hidden;z-index:40;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.mobile-nav[data-astro-cid-nen7h5rs].is-open{opacity:1;visibility:visible}.mobile-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{text-align:center;margin:0;padding:0;list-style:none}.mobile-nav[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs]{margin:1.5rem 0}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{font-family:var(--font-display);font-size:2rem}@media (width<=1023px){.header__nav[data-astro-cid-nen7h5rs]{display:none}.header__toggle[data-astro-cid-nen7h5rs]{display:flex}}.hero[data-astro-cid-ge2uvauf]{align-items:center;height:100dvh;min-height:480px;display:flex;position:relative;overflow:hidden}.hero__image-wrap[data-astro-cid-ge2uvauf]{z-index:0;will-change:transform;position:absolute;inset:-8% 0}.hero__image[data-astro-cid-ge2uvauf]{object-fit:cover;width:100%;height:100%}.hero__overlay[data-astro-cid-ge2uvauf]{z-index:1;background:linear-gradient(#2b262240 0%,#2b26226b 55%,#2b2622b3 100%);position:absolute;inset:0}.hero__grain[data-astro-cid-ge2uvauf]{z-index:2;opacity:.12;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__content[data-astro-cid-ge2uvauf]{z-index:3;color:var(--color-surface);padding:0 1.5rem;position:relative}.hero__eyebrow[data-astro-cid-ge2uvauf]{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--color-surface);opacity:.92;animation:fade-in-up 1s var(--ease-out) .1s both;align-items:center;gap:.75rem;margin:0 0 1.5rem;font-size:.78rem;font-weight:600;display:flex}.hero__eyebrow-line[data-astro-cid-ge2uvauf]{background:var(--color-accent-soft);transform-origin:0;width:2.25rem;height:1px;animation:line-grow 1.1s var(--ease-out) .3s both;display:block}.hero__title[data-astro-cid-ge2uvauf]{color:var(--color-surface);flex-direction:column;display:flex}.hero__title-line[data-astro-cid-ge2uvauf]{animation:fade-in-up 1.1s var(--ease-out) both;display:block;overflow:hidden}.hero__title-line[data-astro-cid-ge2uvauf]:first-of-type{animation-delay:.2s}.hero__title-line--accent[data-astro-cid-ge2uvauf]{color:var(--color-accent-soft);font-style:italic;font-weight:400;animation-delay:.34s}.hero__actions[data-astro-cid-ge2uvauf]{animation:fade-in-up 1s var(--ease-out) .55s both;flex-wrap:wrap;gap:1rem;margin-top:2.75rem;display:flex}.btn--outline-light[data-astro-cid-ge2uvauf]{border-color:var(--color-surface);color:var(--color-surface)}.btn--outline-light[data-astro-cid-ge2uvauf]:hover{background:var(--color-surface);color:var(--color-text)}.hero__scroll[data-astro-cid-ge2uvauf]{z-index:3;opacity:.7;width:1px;height:3rem;transition:opacity .3s;position:absolute;bottom:2rem;left:50%;overflow:hidden;transform:translate(-50%)}.hero__scroll[data-astro-cid-ge2uvauf]:hover{opacity:1}.hero__scroll-line[data-astro-cid-ge2uvauf]{background:var(--color-surface);transform-origin:top;width:100%;height:100%;animation:2.2s ease-in-out infinite scroll-pulse;display:block;transform:scaleY(0)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes line-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes scroll-pulse{0%{transform-origin:top;transform:scaleY(0)}45%{transform-origin:top;transform:scaleY(1)}55%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (prefers-reduced-motion:reduce){.hero__eyebrow[data-astro-cid-ge2uvauf],.hero__title-line[data-astro-cid-ge2uvauf],.hero__actions[data-astro-cid-ge2uvauf]{opacity:1;animation:none;transform:none}.hero__scroll-line[data-astro-cid-ge2uvauf]{animation:none;transform:scaleY(1)}}@media (width<=640px){.hero__scroll[data-astro-cid-ge2uvauf]{display:none}}.about__inner[data-astro-cid-ved4y6mq]{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.about__image-wrap[data-astro-cid-ved4y6mq]{border-radius:2px;position:relative;overflow:hidden}.about__image[data-astro-cid-ved4y6mq]{aspect-ratio:4/5;object-fit:cover;filter:saturate(.96);width:100%;height:auto;transition:filter .6s}.about__image-wrap[data-astro-cid-ved4y6mq]:hover .about__image[data-astro-cid-ved4y6mq]{filter:saturate(1.05)}.about__image-frame[data-astro-cid-ved4y6mq]{pointer-events:none;border:1px solid #fffdf98c;position:absolute;inset:1rem}.about__text[data-astro-cid-ved4y6mq] p[data-astro-cid-ved4y6mq]{color:var(--color-text-muted);max-width:38rem;margin-bottom:1.25rem}.about__text[data-astro-cid-ved4y6mq] h2[data-astro-cid-ved4y6mq]{margin-bottom:1.5rem}.about__quote[data-astro-cid-ved4y6mq]{font-family:var(--font-display);color:var(--color-text);border-left:2px solid var(--color-accent);margin-top:2.25rem;padding-left:1.5rem;font-size:1.35rem;font-style:italic;font-weight:400;line-height:1.45;position:relative}@media (width>=768px){.about__inner[data-astro-cid-ved4y6mq]{grid-template-columns:.9fr 1.2fr;gap:4rem}}.lightbox[data-astro-cid-utnzf2kr]{z-index:100;opacity:0;visibility:hidden;transition:opacity .35s var(--ease-out);background:#2b2622f5;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox[data-astro-cid-utnzf2kr].is-open{opacity:1;visibility:visible}.lightbox__stage[data-astro-cid-utnzf2kr]{justify-content:center;align-items:center;width:90vw;height:85vh;display:flex;position:relative}.lightbox__image[data-astro-cid-utnzf2kr]{object-fit:contain;opacity:0;width:auto;max-width:90vw;height:auto;max-height:85vh;transition:opacity .4s var(--ease-out), transform .4s var(--ease-out);pointer-events:none;position:absolute;transform:scale(.97)}.lightbox__image[data-astro-cid-utnzf2kr].is-active{opacity:1;pointer-events:auto;transform:scale(1)}.lightbox__close[data-astro-cid-utnzf2kr],.lightbox__nav[data-astro-cid-utnzf2kr]{color:var(--color-surface);cursor:pointer;z-index:1;opacity:.8;background:0 0;border:none;min-width:44px;min-height:44px;font-size:1.8rem;transition:opacity .25s,transform .25s;position:absolute}.lightbox__close[data-astro-cid-utnzf2kr]:hover,.lightbox__nav[data-astro-cid-utnzf2kr]:hover{opacity:1}.lightbox__nav[data-astro-cid-utnzf2kr]:hover{transform:translateY(-50%)scale(1.15)}.lightbox__close[data-astro-cid-utnzf2kr]{top:1rem;right:1rem}.lightbox__nav--prev[data-astro-cid-utnzf2kr]{font-size:2.5rem;top:50%;left:.5rem;transform:translateY(-50%)}.lightbox__nav--next[data-astro-cid-utnzf2kr]{font-size:2.5rem;top:50%;right:.5rem;transform:translateY(-50%)}.lightbox__counter[data-astro-cid-utnzf2kr]{font-family:var(--font-display);color:var(--color-surface);opacity:.7;margin:0;font-size:.95rem;font-style:italic;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.gallery[data-astro-cid-yfwvpblw] h2[data-astro-cid-yfwvpblw]{margin-bottom:2.5rem}.gallery__grid[data-astro-cid-yfwvpblw]{grid-template-columns:1fr;gap:1rem;display:grid}.gallery__item[data-astro-cid-yfwvpblw]{cursor:pointer;aspect-ratio:4/5;background:0 0;border:none;border-radius:2px;padding:0;position:relative;overflow:hidden}.gallery__item[data-astro-cid-yfwvpblw] img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out), filter .6s var(--ease-out);filter:saturate(.95)}.gallery__item[data-astro-cid-yfwvpblw]:hover img{filter:saturate(1.05);transform:scale(1.05)}.gallery__overlay[data-astro-cid-yfwvpblw]{opacity:0;transition:opacity .4s var(--ease-out);background:linear-gradient(#2b262200 55%,#2b2622bf 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}.gallery__item[data-astro-cid-yfwvpblw]:hover .gallery__overlay[data-astro-cid-yfwvpblw],.gallery__item[data-astro-cid-yfwvpblw]:focus-visible .gallery__overlay[data-astro-cid-yfwvpblw]{opacity:1}.gallery__index[data-astro-cid-yfwvpblw]{font-family:var(--font-display);color:var(--color-accent-soft);font-size:.95rem;font-style:italic}.gallery__category[data-astro-cid-yfwvpblw]{font-family:var(--font-body);color:var(--color-surface);font-size:1rem;font-weight:500}@media (width>=640px){.gallery__grid[data-astro-cid-yfwvpblw]{grid-template-columns:1fr 1fr}}@media (width>=1024px){.gallery__grid[data-astro-cid-yfwvpblw]{grid-template-columns:repeat(3,1fr)}.gallery__item[data-astro-cid-yfwvpblw]:nth-child(2){aspect-ratio:4/5;margin-top:2.5rem}}.pricing-card[data-astro-cid-4nlvgvc4]{background:var(--color-surface);border:1px solid var(--color-border);transition:transform .4s var(--ease-out), border-color .4s var(--ease-out), box-shadow .4s var(--ease-out);border-radius:2px;padding:2.25rem 2rem;position:relative;overflow:hidden}.pricing-card[data-astro-cid-4nlvgvc4]:hover{border-color:var(--color-accent-soft);transform:translateY(-6px);box-shadow:0 18px 40px -20px #2b262240}.pricing-card__edge[data-astro-cid-4nlvgvc4]{background:var(--color-accent);transform-origin:top;width:3px;height:100%;transition:transform .45s var(--ease-out);position:absolute;top:0;left:0;transform:scaleY(0)}.pricing-card[data-astro-cid-4nlvgvc4]:hover .pricing-card__edge[data-astro-cid-4nlvgvc4]{transform:scaleY(1)}.pricing-card[data-astro-cid-4nlvgvc4] h3[data-astro-cid-4nlvgvc4]{margin-bottom:.5rem;font-size:1.4rem}.pricing-card__price[data-astro-cid-4nlvgvc4]{font-family:var(--font-display);color:var(--color-accent);margin-bottom:1rem;font-size:1.2rem;font-style:italic;font-weight:500}.pricing-card__desc[data-astro-cid-4nlvgvc4]{color:var(--color-text-muted);font-size:.95rem}.pricing[data-astro-cid-ajjeame4] h2[data-astro-cid-ajjeame4]{margin-bottom:2.5rem}.pricing__grid[data-astro-cid-ajjeame4]{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.pricing__note[data-astro-cid-ajjeame4]{color:var(--color-text-muted);max-width:40ch;margin-bottom:1.5rem}@media (width>=640px){.pricing__grid[data-astro-cid-ajjeame4]{grid-template-columns:1fr 1fr}}.faq[data-astro-cid-kpn7xbay] h2[data-astro-cid-kpn7xbay]{margin-bottom:2.5rem}.faq__list[data-astro-cid-kpn7xbay]{max-width:42rem}.faq__item[data-astro-cid-kpn7xbay]{border-bottom:1px solid var(--color-border)}.faq__item[data-astro-cid-kpn7xbay]:first-child{border-top:1px solid var(--color-border)}.faq__question[data-astro-cid-kpn7xbay]{cursor:pointer;font-family:var(--font-display);color:var(--color-text);padding:1.5rem 2.5rem 1.5rem 0;font-size:1.15rem;font-weight:500;list-style:none;position:relative}.faq__question[data-astro-cid-kpn7xbay]::-webkit-details-marker{display:none}.faq__question[data-astro-cid-kpn7xbay]:after{content:"+";font-family:var(--font-body);color:var(--color-accent);transition:transform .35s var(--ease-out);font-size:1.3rem;position:absolute;top:1.4rem;right:.25rem}.faq__item[data-astro-cid-kpn7xbay][open] .faq__question[data-astro-cid-kpn7xbay]:after{transform:rotate(45deg)}.faq__answer[data-astro-cid-kpn7xbay]{color:var(--color-text-muted);max-width:38rem;padding-bottom:1.5rem}.contact[data-astro-cid-uukcahgk]{background:var(--color-text);color:var(--color-bg);text-align:center;position:relative;overflow:hidden}.contact__texture[data-astro-cid-uukcahgk]{opacity:.4;pointer-events:none;background:radial-gradient(circle at 20% 20%,#b5663f2e,#0000 55%),radial-gradient(circle at 80% 80%,#b5663f1f,#0000 55%);position:absolute;inset:0}.contact__inner[data-astro-cid-uukcahgk]{position:relative}.contact[data-astro-cid-uukcahgk] h2[data-astro-cid-uukcahgk]{color:var(--color-surface);margin-bottom:1.5rem}.contact__accent[data-astro-cid-uukcahgk]{color:var(--color-accent-soft);font-style:italic;font-weight:400}.contact__eyebrow[data-astro-cid-uukcahgk]{color:var(--color-accent);justify-content:center}.contact__eyebrow[data-astro-cid-uukcahgk]:before{display:none}.contact__areas[data-astro-cid-uukcahgk]{color:var(--color-text-muted);margin-bottom:2.5rem}.contact__cta[data-astro-cid-uukcahgk]{margin-bottom:2.5rem;font-size:1.1rem}.contact__social[data-astro-cid-uukcahgk]{justify-content:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.contact__social[data-astro-cid-uukcahgk] a[data-astro-cid-uukcahgk]{padding-bottom:.25rem;position:relative}.contact__social[data-astro-cid-uukcahgk] a[data-astro-cid-uukcahgk]:after{content:"";background:var(--color-accent);transform-origin:100%;width:100%;height:1px;transition:transform .3s var(--ease-out);position:absolute;bottom:0;left:0;transform:scaleX(0)}.contact__social[data-astro-cid-uukcahgk] a[data-astro-cid-uukcahgk]:hover{color:var(--color-accent-soft)}.contact__social[data-astro-cid-uukcahgk] a[data-astro-cid-uukcahgk]:hover:after{transform-origin:0;transform:scaleX(1)}.footer[data-astro-cid-jo6i4kqk]{background:var(--color-text);color:var(--color-bg-alt);padding:3rem 1.5rem 2rem}.footer__inner[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer__logo[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);font-size:1.5rem}.footer__social[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__social[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--color-accent)}.footer__copy[data-astro-cid-jo6i4kqk]{color:var(--color-text-muted);font-size:.85rem}main[data-astro-cid-lcdefpme]>section{scroll-margin-top:80px}
