@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600&display=swap";.navbar{z-index:40;background:#faf5ef;border-bottom:1px solid #e4d8cc;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;height:4.75rem;display:flex}.navbar__brand{flex-direction:column;line-height:1.2;display:flex}.navbar__brand-name{letter-spacing:.14em;color:#5c1015;font-family:Fraunces,serif;font-size:1.4rem;font-weight:700}.navbar__brand-sub{letter-spacing:.22em;text-transform:uppercase;color:#6e5f5a;font-size:.6rem;font-weight:500}.navbar__links{align-items:center;gap:2.25rem;display:none}.navbar__links a{color:#241a18;font-size:.9rem;font-weight:500}.navbar__links a:hover{color:#5c1015}@media (width>=768px){.navbar__links{display:flex}}.navbar__links--open{background:#faf5ef;border-bottom:1px solid #e4d8cc;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.75rem 1.5rem 2.25rem;display:flex;position:absolute;top:4.75rem;left:0;right:0}@media (width>=768px){.navbar__links--open{border:none;flex-direction:row;align-items:center;padding:0;position:static}}.navbar__cta.btn{color:#fff;padding:.65rem 1.4rem}.navbar__cta.btn:hover{color:#fff}.navbar__toggle{flex-direction:column;gap:5px;padding:.5rem;display:flex}.navbar__toggle span{background:#241a18;width:22px;height:2px;transition:transform .2s,opacity .2s}.navbar__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0}.navbar__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=768px){.navbar__toggle{display:none}}.hero{color:#fff;background:#5c1015;padding:6.5rem 0 5rem;position:relative;overflow:hidden}@media (width>=768px){.hero{padding:9rem 0 7rem}}.hero__inner{z-index:1;align-items:center;gap:3rem;display:grid;position:relative}@media (width>=1024px){.hero__inner{grid-template-columns:1.15fr .85fr}}.hero__content{max-width:640px}.hero h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.4rem,5.5vw,4rem)}.hero .eyebrow{color:#faf5ef;opacity:.85}.hero__desc{color:#ffffffd9;max-width:46ch;margin-bottom:2.5rem;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__badge{display:none}@media (width>=1024px){.hero__badge{justify-content:center;display:flex}}.hero__badge-frame{width:100%;max-width:340px;position:relative}.hero__badge-frame:before{content:"";z-index:0;background-image:repeating-linear-gradient(135deg,#ffffffe6 0 3px,#0000 3px 11px);width:6.5rem;height:6.5rem;position:absolute;top:-1.5rem;right:-1.5rem}.hero__badge-frame img{z-index:1;border-radius:4px;width:100%;display:block;position:relative;box-shadow:0 25px 60px #00000059}.intro__inner{flex-direction:column;gap:2.5rem;display:flex}@media (width>=1024px){.intro__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.intro__pillars{flex-direction:column;gap:1.1rem;min-width:260px;display:flex}.intro__pillars li{color:#5c1015;border-bottom:1px solid #e4d8cc;padding-bottom:1.1rem;font-family:Fraunces,serif;font-size:1.2rem}.gallery{padding-top:0;padding-bottom:2rem}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=480px){.gallery__grid{grid-template-columns:1fr}}.gallery__item{aspect-ratio:4/5;background:#f1e7dc;border-radius:4px;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%}.services__list{border-top:1px solid #e4d8cc}.services__row{border-bottom:1px solid #e4d8cc;grid-template-columns:auto 1fr;align-items:baseline;gap:.5rem 1.5rem;padding:2rem 0;display:grid}.services__row h3{color:#241a18;font-size:1.5rem}.services__row p{color:#6e5f5a;grid-column:2;max-width:56ch}@media (width>=768px){.services__row{grid-template-columns:4rem 1fr 2fr;column-gap:2.5rem}.services__row p{grid-column:3}}.services__index{color:#5c1015;font-family:Fraunces,serif;font-size:1.1rem}.visit{color:#fff;background:#241a18}.visit .eyebrow{color:#faf5ef}.visit .section-title{color:#fff}.visit__inner{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}@media (width>=1024px){.visit__inner{flex-direction:row;justify-content:space-between;align-items:center}}.visit__title{color:#fff;margin-bottom:1rem}.visit__desc{color:#ffffffb3;max-width:40ch}.contact__inner{flex-direction:column;gap:3rem;display:flex}@media (width>=1024px){.contact__inner{flex-direction:row;justify-content:space-between}}.contact__form{flex-direction:column;gap:1.25rem;width:100%;max-width:480px;display:flex}.contact__row{flex-direction:column;gap:1.25rem;display:flex}@media (width>=480px){.contact__row{flex-direction:row}.contact__row label{flex:1}}.contact label{color:#241a18;flex-direction:column;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.contact input,.contact textarea{color:#241a18;resize:vertical;background:#fff;border:1px solid #e4d8cc;border-radius:2px;padding:.8rem .9rem;font-family:inherit;font-size:.95rem}.contact input:focus,.contact textarea:focus{border-color:#5c1015;outline:none}.contact__note{font-size:.9rem}.contact__note--success{color:#2f6b3a}.contact__note--error{color:#a5342a}.footer{color:#ffffffd9;background:#390a0d;padding:3.5rem 0 1.5rem}.footer__inner{border-bottom:1px solid #ffffff26;flex-direction:column;gap:2rem;padding-bottom:2.5rem;display:flex}@media (width>=768px){.footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__name{letter-spacing:.14em;color:#fff;font-family:Fraunces,serif;font-size:1.3rem;display:block}.footer__tagline{padding-bottom:.5rem}.footer__links{gap:1.5rem;display:flex}.footer__links a:hover,.footer__contact a:hover{color:#fff}.footer__bottom.container{color:#ffffff8c;padding-top:1.75rem;font-size:.85rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#241a18;background:#faf5ef;font-family:Work Sans,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Fraunces,serif;font-weight:600;line-height:1.15}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width>=1024px){.container{padding:0 2.5rem}}.section{padding:5rem 0}@media (width>=768px){.section{padding:7.5rem 0}}.section-head{max-width:620px;margin:0 0 3.5rem}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#5c1015;margin-bottom:1.25rem;font-size:.8rem;font-weight:600;display:block}.section-title{color:#241a18;margin-bottom:1rem;font-size:clamp(1.9rem,3.2vw,2.75rem)}.section-desc{color:#6e5f5a;max-width:46ch;font-size:1.05rem}.btn{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-primary{color:#fff;background:#5c1015}.btn-primary:hover{background:#390a0d}.btn-outline{color:#241a18;background:0 0;border:1px solid #241a18}.btn-outline:hover{color:#fff;background:#241a18}.btn-outline-light{color:#fff;background:0 0;border:1px solid #ffffff8c}.btn-outline-light:hover{color:#390a0d;background:#fff}
