*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dark: #111110;--light: #F8F6F2;--white: #FFFFFF;--accent: #C4A882;--accent2: #8A7A68;--muted: rgba(17,17,16,.45);--muted2: rgba(17,17,16,.28);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--ease: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:auto}body{font-family:var(--font-sans);background:var(--white);color:var(--dark);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{border:none;background:none;font-family:inherit;cursor:pointer}.lh-label{font-family:var(--font-sans);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;color:var(--accent2);margin-bottom:.75rem;display:block}.lh-eyebrow{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;display:block}.lh-section-title{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1.15;color:var(--dark);margin-bottom:1.5rem}.lh-section-title em{font-style:italic;color:var(--accent)}.lh-body{font-size:.95rem;line-height:1.8;color:var(--muted);margin-bottom:1rem}.lh-btn{display:inline-block;font-family:var(--font-sans);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;padding:.85rem 2rem;border-radius:2px;transition:all .3s var(--ease);cursor:pointer}.lh-btn--solid{background:var(--accent);color:var(--dark)}.lh-btn--solid:hover{background:#d4b892}.lh-btn--outline{border:1px solid rgba(17,17,16,.25);color:var(--dark)}.lh-btn--outline:hover{border-color:var(--dark);background:var(--dark);color:var(--white)}.lh-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.75rem 5rem;display:flex;align-items:center;gap:3rem;transition:padding .5s var(--ease),background .5s var(--ease),backdrop-filter .5s var(--ease),box-shadow .5s var(--ease)}.lh-nav--scrolled{padding:1.1rem 5rem;background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px #11111014}.lh-nav__logo{flex-shrink:0;display:flex;align-items:center}.lh-nav__logo-img{height:44px;width:auto;display:block}.lh-nav__links{display:flex;gap:2.5rem;list-style:none;margin-left:auto}.lh-nav__links a{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#11111080;transition:color .25s}.lh-nav__links a:hover{color:var(--dark)}.lh-nav__cta{margin-left:1.5rem}.lh-nav__burger{display:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px}.lh-nav__burger span{display:block;width:24px;height:1px;background:var(--dark);transition:all .3s var(--ease);transform-origin:center}.lh-nav__burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.lh-nav__burger.open span:nth-child(2){opacity:0}.lh-nav__burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.lh-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;opacity:0;pointer-events:none;transition:opacity .35s var(--ease)}.lh-mobile-menu.open{opacity:1;pointer-events:all}.lh-mobile-menu a{font-family:var(--font-serif);font-size:2.5rem;font-weight:300;color:var(--dark);letter-spacing:.05em;transition:color .2s}.lh-mobile-menu a:hover{color:var(--accent)}.lh-mobile-menu .lh-btn{font-family:var(--font-sans);font-size:.78rem;margin-top:1rem}.lh-hero{display:flex;min-height:100svh;overflow:hidden}.lh-hero__content{flex:0 0 46%;display:flex;flex-direction:column;justify-content:flex-end;padding:9rem 4.5rem 6rem 5rem;background:var(--white);position:relative}.lh-hero__photo{flex:1;display:flex;align-items:center;justify-content:center;padding:5rem 5.5rem 5rem 2rem;background:var(--white)}.lh-hero__photo-wrap{position:relative;flex-shrink:0}.lh-hero__photo-wrap:before{content:"";position:absolute;top:16px;left:16px;right:-16px;bottom:-16px;border:1px solid rgba(196,168,130,.45);pointer-events:none;z-index:0}.lh-hero__photo-wrap img{position:relative;z-index:1;display:block;width:clamp(240px,28vw,400px);height:clamp(360px,68svh,640px);object-fit:cover;object-position:center 15%}.lh-hero__title{font-family:var(--font-serif);font-size:clamp(2.8rem,4.5vw,5.5rem);font-weight:300;line-height:1.08;color:var(--dark);margin-bottom:1.5rem;letter-spacing:-.01em}.lh-hero__title em{font-style:italic;color:var(--accent)}.lh-hero__sub{font-size:.95rem;line-height:1.8;color:var(--muted);margin-bottom:2.5rem;max-width:380px}.lh-hero__scroll{position:absolute;bottom:2.5rem;left:5rem;display:flex;flex-direction:column;align-items:center}.lh-hero__scroll span{display:block;width:1px;height:60px;background:linear-gradient(to bottom,transparent,rgba(196,168,130,.55));animation:scrollLine 1.8s ease-in-out infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.lh-about{background:var(--light);padding:8rem 5rem}.lh-about__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.lh-about__image{position:relative}.lh-about__img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:2px;display:block}.lh-services{background:var(--white);padding:8rem 5rem;border-top:1px solid rgba(17,17,16,.06)}.lh-services__inner{max-width:1200px;margin:0 auto}.lh-services__header{margin-bottom:4rem;max-width:560px}.lh-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 4rem;margin-bottom:4rem}.lh-service-cat__title{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;color:var(--dark);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(17,17,16,.1)}.lh-service-cat__list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.lh-service-cat__item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.88rem;color:var(--muted)}.lh-service-cat__price{color:var(--accent2);white-space:nowrap;flex-shrink:0;font-weight:500}.lh-services__cta{display:flex;align-items:center;gap:2rem;padding-top:3rem;border-top:1px solid rgba(17,17,16,.08)}.lh-team{background:var(--light);padding:8rem 5rem}.lh-team__inner{max-width:900px;margin:0 auto}.lh-team__header{margin-bottom:4rem}.lh-team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.lh-team-card{display:flex;flex-direction:column}.lh-team-card__img{aspect-ratio:4/5;border-radius:2px;overflow:hidden;background:#e8e5e0;margin-bottom:1.5rem}.lh-team-card__img img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .7s var(--ease)}.lh-team-card:hover .lh-team-card__img img{transform:scale(1.03)}.lh-team-card__name{font-family:var(--font-serif);font-size:1.7rem;font-weight:400;color:var(--dark);margin-bottom:.4rem}.lh-team-card__role{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent2)}.lh-gallery{background:var(--dark);padding:8rem 5rem 6rem}.lh-gallery__header{max-width:1400px;margin:0 auto 2.5rem}.lh-gallery__header .lh-label{color:#c4a882a6}.lh-gallery__header .lh-section-title{color:var(--white)}.lh-gallery__grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:clamp(180px,21vw,360px);gap:5px}.lh-gallery__item:nth-child(1),.lh-gallery__item:nth-child(6){grid-column:span 2}.lh-gallery__item{overflow:hidden;background:#1a1a18;cursor:pointer}.lh-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease),filter .8s var(--ease);filter:brightness(.92)}.lh-gallery__item:hover img{transform:scale(1.06);filter:brightness(1)}.lh-contact{background:var(--white);padding:8rem 5rem;border-top:1px solid rgba(17,17,16,.06)}.lh-contact__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:6rem;align-items:start}.lh-contact__details{display:flex;flex-direction:column;gap:1.1rem;margin:2rem 0}.lh-contact__row{display:grid;grid-template-columns:110px 1fr;gap:1rem;font-size:.9rem;line-height:1.6}.lh-contact__key{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent2);padding-top:.15rem}.lh-contact__row a{transition:opacity .2s}.lh-contact__row a:hover{opacity:.5}.lh-contact__socials{display:flex;gap:1.5rem;margin-bottom:2rem}.lh-contact__social{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color .2s}.lh-contact__social:hover{color:var(--dark)}.lh-contact__map{height:480px;border-radius:2px;overflow:hidden;background:#e8e5e0}.lh-footer{background:var(--dark);padding:4rem 5rem 2.5rem;border-top:1px solid rgba(255,255,255,.06)}.lh-footer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.lh-footer__logo-img{height:52px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.9}.lh-footer__links{display:flex;gap:2rem;align-items:center}.lh-footer__links a{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;transition:color .2s}.lh-footer__links a:hover{color:var(--white)}.lh-footer__bottom{display:flex;align-items:center;justify-content:space-between}.lh-footer__copy{font-size:.75rem;color:#ffffff40}.lh-footer__credit{display:flex;align-items:center;gap:.6rem;text-decoration:none;opacity:.35;transition:opacity .25s}.lh-footer__credit:hover{opacity:.75}.lh-footer__credit span{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:#fffc}.lh-footer__credit-logo{height:26px;width:auto;display:block;filter:brightness(0) invert(1)}.reveal{opacity:0}@media (max-width: 1024px){.lh-services__grid{grid-template-columns:1fr 1fr}.lh-gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(160px,28vw,320px)}.lh-gallery__item:nth-child(6){grid-column:span 1}}@media (max-width: 900px){.lh-nav{padding:1.5rem 2rem}.lh-nav--scrolled{padding:1rem 2rem}.lh-nav__links,.lh-nav__cta{display:none}.lh-nav__burger{display:flex}.lh-hero{flex-direction:column;min-height:100svh;justify-content:flex-end}.lh-hero__photo{display:none}.lh-hero__content{flex:unset;padding:0 2rem 5rem;justify-content:flex-end}.lh-hero__scroll{left:2rem;bottom:1.5rem}.lh-about{padding:5rem 2rem}.lh-about__inner{grid-template-columns:1fr;gap:3rem}.lh-services{padding:5rem 2rem}.lh-services__grid{grid-template-columns:1fr;gap:2.5rem}.lh-services__cta{flex-direction:column;align-items:flex-start}.lh-team{padding:5rem 2rem}.lh-team__grid{gap:2rem}.lh-gallery{padding:5rem 2rem}.lh-gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(150px,42vw,280px)}.lh-gallery__item:nth-child(1),.lh-gallery__item:nth-child(6){grid-column:span 1}.lh-contact{padding:5rem 2rem}.lh-contact__inner{grid-template-columns:1fr;gap:3rem}.lh-contact__map{height:300px}.lh-footer{padding:3rem 2rem 2rem}.lh-footer__top{flex-direction:column;gap:1.5rem;align-items:flex-start}.lh-footer__bottom{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width: 600px){.lh-team__grid{grid-template-columns:1fr;gap:3rem}.lh-gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(140px,44vw,240px)}}
