@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Montserrat:wght@400;600&display=swap");:root{--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:3rem;--color-primary:#5f7d5e;--color-primary-light:#7d9a7c;--color-secondary:#6b4d32;--color-secondary-light:#8b6c4f;--color-accent:#6a8caf;--color-accent-light:#9db7d3;--color-bg:#f9f5f0;--color-bg-alt:#efe8dd;--color-text:#3a2e24;--color-text-light:#7c6148;--border-radius-sm:2px;--border-radius-md:4px;--border-radius-lg:8px;--transition-speed:0.3s;--container-width:90%;--container-max-width:1400px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Montserrat,Arial,sans-serif;line-height:1.5;color:var(--color-text);background-color:var(--color-bg)}img{max-width:100%;height:auto;display:block}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}section{position:relative;transition:background-color .5s ease}section:not(:first-child){padding-top:var(--spacing-xl)}section:not(:last-child):after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:150px;height:2px;background:linear-gradient(to right,transparent,var(--color-primary),transparent)}@media (max-width:700px){.hero-frame-section{background:#000;min-height:100vh}.hero-frame{padding:0;max-width:100vw}.hero-frame,.hero-framed-img{box-shadow:none;border-radius:0;width:100vw;height:100vh}.hero-framed-img{object-fit:cover}.hero-overlay-frame{position:absolute;bottom:10%;left:0;width:100vw;background:rgba(0,0,0,.5);color:#fff;border-radius:0;padding:1.5rem 1rem;box-shadow:none}.hero-opening-title{font-size:2rem;margin-bottom:.3rem}.hero-opening-subtitle{font-size:1.1rem;margin-bottom:.3rem}.hero-opening-location{font-size:.95rem}}@media (min-width:992px){.bioImage img,.carouselImg,.serviceImage{transition:transform .5s ease-out}.bioImage:hover img,.carousel:hover .carouselImg,.serviceCard:hover .serviceImage{transform:scale(1.03)}}