@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg: #FCFCFB;--bg-warm: #F4F2EE;--bg-muted: #EAE7E1;--text: #33312E;--text-muted: #736E68;--text-footer: #A39C93;--accent: #8A7E71;--border: #EAE7E1;--border-dark: #C4BCB3;--footer-bg: #33312E;--footer-hover: #524F4A;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 72rem;--nav-height: 5rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6}::selection{background:var(--bg-muted);color:var(--text)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);background:#fcfcfbf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--border)}.nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo{font-family:var(--font-serif);font-size:1.5rem;letter-spacing:-.02em;color:var(--text)}.nav__logo em{color:var(--accent);font-style:italic}.nav__links{display:none;gap:2rem;font-size:.875rem;font-weight:500;color:var(--text-muted)}.nav__links a{transition:color .3s ease}.nav__links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;border-radius:2px;transition:all .3s ease}.btn--primary{background:var(--text);color:var(--bg)}.btn--primary:hover{background:var(--footer-hover)}.btn--outline{background:transparent;border:1px solid var(--border-dark);color:var(--text)}.btn--outline:hover{background:var(--bg-muted)}.btn--lg{font-size:1rem;padding:.875rem 2rem}.hero{padding-top:8rem;padding-bottom:5rem;background:var(--bg-warm)}.hero__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.hero__content{width:100%;display:flex;flex-direction:column;gap:2rem}.hero__badge{display:inline-block;padding:.25rem .75rem;border:1px solid var(--border-dark);color:var(--text-muted);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}.hero__title{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4.25rem);line-height:1.1;font-weight:400;color:var(--text)}.hero__title em{color:var(--accent);font-style:italic}.hero__tagline{font-size:1.125rem;color:var(--text-muted);max-width:28rem;line-height:1.7;font-weight:300}.hero__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1rem}.hero__image-wrapper{width:100%;position:relative}.hero__image-bg{position:absolute;inset:0;background:var(--bg-muted);border-radius:10rem 10rem 2px 2px;transform:translate(1rem,1rem);z-index:0}.hero__image-frame{position:relative;z-index:1;aspect-ratio:4 / 5;width:100%;border-radius:10rem 10rem 2px 2px;overflow:hidden;border:1px solid rgba(196,188,179,.3)}.hero__image-frame img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);opacity:.9;mix-blend-mode:multiply}.about{padding:6rem 0;background:var(--bg)}.about__inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:4rem;align-items:center}.about__image-wrapper{width:100%;max-width:24rem;position:relative}.about__image-frame{aspect-ratio:3 / 4;width:100%;border-radius:2rem 2rem 2px 2px;overflow:hidden;border:1px solid rgba(196,188,179,.3)}.about__image-frame img{width:100%;height:100%;object-fit:cover}.about__content{display:flex;flex-direction:column;gap:1.5rem;width:100%}.about__title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--text);line-height:1.2}.about__subtitle{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin-top:1rem;color:var(--text)}.about__text{font-size:1.125rem;color:var(--text-muted);line-height:1.8;font-weight:300;display:flex;flex-direction:column;gap:1rem}.about__text a{color:var(--accent);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}.info-bar{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 1.5rem}.info-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:300;color:var(--text-muted)}.info-bar__item{display:flex;align-items:center;gap:.75rem}.info-bar__item svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.info-bar__divider{display:none;width:1px;height:1.5rem;background:var(--border)}.info-bar__item--social{cursor:pointer;transition:color .3s ease}.info-bar__item--social:hover{color:var(--text)}.services{padding:6rem 1.5rem;background:var(--bg)}.services__inner{max-width:var(--max-width);margin:0 auto}.services__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.services__title{font-family:var(--font-serif);font-size:clamp(1.875rem,4vw,2.25rem);font-weight:400;color:var(--text);margin-bottom:1rem}.services__subtitle{color:var(--text-muted);max-width:36rem;font-weight:300}.services__view-all{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);border-bottom:1px solid var(--text);padding-bottom:.25rem;font-size:.875rem;transition:color .3s ease,border-color .3s ease}.services__view-all:hover{color:var(--accent);border-color:var(--accent)}.services__view-all svg{width:16px;height:16px}.services__grid{display:grid;gap:2rem}.service-card{padding:2rem;border-radius:2px;border:1px solid var(--border);background:var(--bg);transition:border-color .3s ease;display:flex;flex-direction:column}.service-card:hover{border-color:var(--border-dark)}.service-card--featured{background:var(--bg-warm);border-color:var(--bg-warm)}.service-card__icon{width:3rem;height:3rem;background:var(--bg-warm);border-radius:2px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:2rem}.service-card--featured .service-card__icon{background:var(--bg-muted)}.service-card__icon svg{width:24px;height:24px}.service-card__image{width:100%;height:12rem;object-fit:cover;border-radius:2px;margin-bottom:2rem}.service-card__title{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;color:var(--text);margin-bottom:.75rem}.service-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.7;font-weight:300;margin-bottom:2rem;flex-grow:1}.service-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1rem;margin-top:auto}.service-card--featured .service-card__footer{border-color:var(--border-dark)}.service-card__price{font-weight:500;color:var(--text)}.service-card__arrow{color:var(--accent);font-size:.875rem;transition:transform .3s ease}.service-card:hover .service-card__arrow{transform:translate(4px)}.services-list-container{margin-top:6rem;max-width:48rem;margin-left:auto;margin-right:auto}.services-list-heading{font-family:var(--font-serif);font-size:1.75rem;font-weight:400;color:var(--text);margin-bottom:2rem;text-align:center}.services-list{display:flex;flex-direction:column}.service-list-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid var(--border);gap:1.5rem}.service-list-item:last-child{border-bottom:none}.service-list-info{display:flex;flex-direction:column;gap:.25rem}.service-list-title{font-size:1.125rem;font-weight:400;color:var(--text)}.service-list-price{font-size:.875rem;font-weight:300;color:var(--text-muted)}.service-list-btn{font-size:.75rem;padding:.5rem 1rem;white-space:nowrap}.footer{background:var(--footer-bg);color:var(--bg);padding:4rem 1.5rem}.footer__inner{max-width:var(--max-width);margin:0 auto;display:grid;gap:3rem}.footer__logo{font-family:var(--font-serif);font-size:1.5rem;letter-spacing:-.02em;margin-bottom:1rem}.footer__logo em{color:var(--border-dark);font-style:italic}.footer__blurb{color:var(--text-footer);font-size:.875rem;font-weight:300;max-width:18rem;line-height:1.6}.footer__heading{font-weight:500;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--border-dark);margin-bottom:1rem}.footer__list li{font-size:.875rem;color:var(--text-footer);font-weight:300;line-height:1.8}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--footer-hover);color:var(--bg);transition:all .3s ease}.footer__social-link:hover{background:var(--bg);color:var(--text)}.footer__social-link svg{width:18px;height:18px}.footer__bottom{max-width:var(--max-width);margin:4rem auto 0;padding-top:2rem;border-top:1px solid var(--footer-hover);font-size:.875rem;color:var(--text-footer);font-weight:300;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{transition:color .3s ease}.footer__bottom-links a:hover{color:var(--bg)}@media(min-width:768px){.nav__links{display:flex}.hero{padding-top:10rem;padding-bottom:8rem}.hero__inner{flex-direction:row;align-items:center}.hero__content,.hero__image-wrapper{width:50%}.about__inner{flex-direction:row;align-items:center;gap:6rem}.about__image-wrapper{width:40%}.about__content{width:60%}.info-bar__inner{flex-direction:row;justify-content:space-between}.info-bar__divider{display:block}.services__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.services__grid,.footer__inner{grid-template-columns:repeat(3,1fr)}.footer__bottom{flex-direction:row;justify-content:space-between}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}[class*=animate-fade-in-up]{opacity:0}
