@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Karla:wght@400;500;600;700&display=swap";:root{--bg: #f5eee1;--surface: #ede2d0;--surface-2: #e4d6c0;--line: #dccbb1;--ink: #312414;--ink-2: #5b4a37;--muted: #7c6a55;--accent: #c05a2b;--accent-2: #9c4620;--stone: #2f2417;--stone-2: #241b10;--font-head: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Karla", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--wrap: 71rem;--gutter: clamp(1.25rem, 5vw, 3rem);--section-y: clamp(3.5rem, 8.5vw, 7rem);--radius: 4px;--shadow: 0 1px 2px rgba(45, 30, 15, .06), 0 10px 26px rgba(45, 30, 15, .1);--header-h: 62px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1.075rem;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.12;letter-spacing:0;margin:0 0 .4em;font-weight:600;font-optical-sizing:auto}p{margin:0 0 1rem}a{color:var(--accent-2);text-underline-offset:2px}a:hover{color:var(--accent)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:.5rem;top:-3rem;z-index:200;background:var(--ink);color:#fff;padding:.6rem 1rem;border-radius:var(--radius);transition:top .15s ease}.skip-link:focus{top:.5rem;color:#fff}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.section-head{max-width:46rem;margin-bottom:clamp(2rem,5vw,3rem)}.eyebrow{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-2);margin:0 0 .85rem}.section-head h2{font-size:clamp(2.1rem,5.2vw,3.3rem);font-weight:600;letter-spacing:-.01em}.section-head p{color:var(--ink-2);font-size:1.12rem;margin-bottom:0}[id]{scroll-margin-top:calc(var(--header-h) + 1rem)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-body);font-size:1rem;font-weight:700;line-height:1;padding:.95rem 1.5rem;border-radius:var(--radius);border:2px solid transparent;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .05s ease}.btn:active{transform:translateY(1px)}.btn--accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--accent:hover{background:var(--accent-2);border-color:var(--accent-2);color:#fff}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn--ghost:hover{background:var(--ink);color:var(--bg)}.btn--ondark{background:#ffffff1a;color:#fff;border-color:#ffffff8c;backdrop-filter:blur(2px)}.btn--ondark:hover{background:#fff;color:var(--ink);border-color:#fff}.btn svg{width:1.15em;height:1.15em;flex:none}.u-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--line);box-shadow:inset 0 -3px color-mix(in srgb,var(--accent) 14%,transparent)}.site-header__inner{display:flex;align-items:center;gap:.5rem;min-height:var(--header-h)}@media(max-width:479px){.site-header .wrap{padding-inline:.9rem}}.brand{display:flex;align-items:center;gap:.7rem;line-height:1;text-decoration:none;margin-right:auto;min-width:0}.brand__logo{flex:none;width:40px;height:40px;border-radius:6px;box-shadow:0 0 0 1px var(--line)}@media(min-width:768px){.brand__logo{width:46px;height:46px}}.brand__words{display:flex;flex-direction:column;min-width:0}.brand__name{font-family:var(--font-head);font-weight:600;font-size:1.18rem;color:var(--ink);letter-spacing:0}@media(min-width:400px){.brand__name{font-size:1.3rem}}.brand__sub{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-top:.25rem;white-space:nowrap}@media(max-width:479px){.brand__words{display:none}}.site-nav{display:flex;align-items:center}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;color:var(--ink)}.nav-toggle__bars,.nav-toggle__bars:before,.nav-toggle__bars:after{content:"";display:block;width:20px;height:2px;background:currentColor;position:relative;transition:transform .18s ease,opacity .18s ease}.nav-toggle__bars:before{position:absolute;top:-6px}.nav-toggle__bars:after{position:absolute;top:6px}.site-header.is-open .nav-toggle__bars{background:transparent}.site-header.is-open .nav-toggle__bars:before{top:0;transform:rotate(45deg)}.site-header.is-open .nav-toggle__bars:after{top:0;transform:rotate(-45deg)}.nav-list{list-style:none;margin:0;padding:0}@media(max-width:767px){.nav-list{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:.5rem var(--gutter) 1rem}.site-header.is-open .nav-list{display:flex}.nav-list a{display:block;padding:.85rem 0;font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.nav-list li:last-child a{border-bottom:0}}.header-call{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.85rem;color:var(--accent-2);background:transparent;padding:.5rem .85rem;border:2px solid var(--accent);border-radius:var(--radius);text-decoration:none;white-space:nowrap}.header-call:hover{background:var(--accent);color:#fff}.header-call svg{width:1.05em;height:1.05em}@media(min-width:400px){.header-call{font-size:.92rem;padding:.55rem 1rem}}@media(min-width:768px){:root{--header-h: 72px}.nav-toggle{display:none}.nav-list{display:flex;align-items:center;gap:1.9rem;margin-right:1.6rem}.nav-list a{font-family:var(--font-body);font-weight:600;font-size:1rem;color:var(--ink-2);text-decoration:none;padding:.2rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.nav-list a:hover{color:var(--accent-2);border-bottom-color:var(--accent)}}.hero{background:var(--bg)}.hero--split{display:grid;grid-template-columns:1fr}.hero__text{padding:clamp(2.75rem,7vw,5.5rem) var(--gutter);display:flex;flex-direction:column;justify-content:center}.hero__content{max-width:34rem}.hero__media{position:relative;min-height:15rem;background:var(--surface-2)}.hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(min-width:900px){.hero--split{grid-template-columns:1.02fr .98fr;min-height:clamp(30rem,76svh,44rem)}.hero__text{padding-block:clamp(3rem,6vw,5rem)}.hero--split:not(.hero--reverse) .hero__text{padding-left:max(var(--gutter),calc((100vw - var(--wrap)) / 2 + var(--gutter)))}.hero__content{max-width:33rem}.hero--reverse .hero__media{order:-1}.hero--reverse .hero__text{padding-right:max(var(--gutter),calc((100vw - var(--wrap)) / 2 + var(--gutter)))}}.hero__kicker{color:var(--accent-2);font-weight:700;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.1rem}.hero__title{color:var(--ink);font-family:var(--font-head);font-weight:600;font-size:clamp(2.4rem,6vw,4rem);line-height:1.06;margin-bottom:1.1rem}.hero__lede{color:var(--ink-2);font-size:clamp(1.08rem,2.2vw,1.3rem);max-width:32rem;margin-bottom:1.9rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero__call{font-size:1.075rem;padding:1.05rem 1.7rem}.gallery{background:var(--surface)}.gallery-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:.8rem}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.gallery-thumb{display:block;width:100%;padding:0;border:0;background:var(--surface-2);border-radius:var(--radius);overflow:hidden;cursor:pointer;aspect-ratio:4 / 3}.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-thumb:hover img,.gallery-thumb:focus-visible img{transform:scale(1.05)}.lightbox{border:0;padding:0;margin:0;max-width:100vw;max-height:100dvh;width:100%;height:100%;background:transparent;overflow:hidden}.lightbox[open]{display:flex;align-items:center;justify-content:center}.lightbox::backdrop{background:#181008e6}.lightbox__figure{margin:0;padding:1rem;display:flex;align-items:center;justify-content:center}.lightbox__img{width:auto;height:auto;max-width:92vw;max-height:86dvh;border-radius:var(--radius);box-shadow:0 12px 48px #0000008c}.lightbox__close,.lightbox__nav{position:fixed;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:50%;cursor:pointer;backdrop-filter:blur(4px)}.lightbox__close{top:1rem;right:1rem;width:44px;height:44px}.lightbox__nav{top:50%;transform:translateY(-50%);width:48px;height:48px}.lightbox__nav--prev{left:.75rem}.lightbox__nav--next{right:.75rem}.lightbox__close:hover,.lightbox__nav:hover{background:#ffffff47}.lightbox__close svg{width:22px;height:22px}.lightbox__nav svg{width:24px;height:24px}.reviews{background:var(--bg)}.review-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}@media(min-width:768px){.review-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3.5vw,2rem);display:flex;flex-direction:column;gap:1rem}.review-card__stars{color:var(--accent);display:inline-flex;gap:2px}.review-card__quote{margin:0}.review-card__quote p{margin:0;font-family:var(--font-head);font-weight:500;font-size:1.2rem;line-height:1.5;color:var(--ink)}.review-card__by{margin-top:auto;display:flex;flex-direction:column;gap:.1rem;padding-top:.6rem;border-top:1px solid var(--line)}.review-card__name{font-weight:700;color:var(--ink)}.contact{background:var(--stone);color:#f0e6d8}.contact__inner{max-width:46rem;margin-inline:auto;text-align:center}.contact .eyebrow{color:#e6b48f}.contact h2{color:#fff;font-size:clamp(2.1rem,5.5vw,3.2rem)}.contact__lede{color:#ddd0bf;font-size:1.15rem;max-width:37rem;margin-inline:auto;margin-bottom:2rem}.contact__call{font-size:clamp(1.15rem,3.5vw,1.5rem);padding:1.15rem 2rem;gap:.7rem}.contact__call svg{width:1.2em;height:1.2em}.contact__facts{margin:2.75rem 0 0;display:grid;gap:1.5rem;text-align:center}@media(min-width:620px){.contact__facts{grid-template-columns:1fr 1fr;text-align:left}}.contact__facts dt{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:#c2ac93;font-weight:700;margin-bottom:.35rem}.contact__facts dd{margin:0;color:#f0e6d8;font-size:1.05rem;line-height:1.5}.site-footer{background:var(--stone-2);color:#ddd0bf;padding-block:clamp(2.5rem,6vw,3.5rem) 1.5rem}.site-footer__inner{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:640px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__name{font-family:var(--font-head);font-weight:600;font-size:1.3rem;color:#fff;margin:0 0 .25rem}.site-footer__meta{margin:0;font-size:.92rem;color:#bfa88d}.site-footer__contact{display:flex;flex-direction:column;gap:.3rem}@media(min-width:640px){.site-footer__contact{text-align:right}}.site-footer__contact a{color:#fff;font-weight:700;font-size:1.1rem;text-decoration:none}.site-footer__contact a:hover{color:var(--accent)}.site-footer__contact span{font-size:.9rem;color:#bfa88d}.site-footer__legal{display:flex;flex-direction:column;gap:.5rem;padding-top:1.25rem;font-size:.85rem;color:#a08a70}.site-footer__legal p{margin:0}.site-footer__legal a{color:#cbb89f}@media(min-width:640px){.site-footer__legal{flex-direction:row;justify-content:space-between}}.rating-badge{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem 1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem) clamp(1.5rem,4vw,2.25rem);box-shadow:var(--shadow)}.rating-badge__star{color:#fbbc04;display:inline-flex;line-height:0}.rating-badge__star svg{width:1.75rem;height:1.75rem}.rating-badge__score{margin:0;font-family:var(--font-head);font-size:clamp(1.3rem,3vw,1.7rem);font-weight:600;color:var(--ink)}.rating-badge__score strong{font-weight:800}.rating-badge__dot{color:var(--muted);margin:0 .15rem}.rating-badge__link{flex-basis:100%;margin:0;color:var(--ink-2);font-size:1rem}a.rating-badge{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .06s ease}a.rating-badge:hover{border-color:var(--accent);box-shadow:0 12px 30px color-mix(in srgb,var(--accent) 22%,transparent)}a.rating-badge:hover .rating-badge__link{color:var(--accent-2);text-decoration:underline}a.rating-badge:active{transform:translateY(1px)}.rating-badge__arrow{white-space:nowrap}
