
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,500&display=swap');
:root{--hm-paper:#f5f1e9;--hm-stone:#e4ddd1;--hm-ink:#3b4648;--hm-accent:#b47252;--hm-line:#d0c7bc;--hm-white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hm-paper);color:var(--hm-ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit}button,input,textarea{font:inherit}button{cursor:pointer}.hm-shell{width:min(100% - 3rem,1280px);margin-inline:auto}.hm-kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.hm-skip{position:absolute;left:-9999px;top:0}.hm-skip:focus{left:1rem;z-index:1000;background:#fff;padding:.6rem 1rem}.hm-header{position:sticky;top:0;z-index:30;background:rgba(245,241,233,.96);border-bottom:1px solid var(--hm-line);backdrop-filter:blur(14px)}.hm-header__row{min-height:78px;display:flex;align-items:center;gap:2rem}.hm-brand{flex:0 0 170px}.hm-brand img{width:160px;height:auto}.hm-nav{display:flex;align-items:center;gap:1.35rem;margin:auto}.hm-nav a,.hm-nav summary,.hm-header__tools a{text-decoration:none;font-size:.85rem;font-weight:600}.hm-nav summary{cursor:pointer;list-style:none}.hm-nav summary::-webkit-details-marker{display:none}.hm-nav__shop{position:relative}.hm-nav__dropdown{position:absolute;top:100%;left:0;min-width:240px;padding:1rem;background:var(--hm-paper);border:1px solid var(--hm-line);display:grid;gap:.7rem;box-shadow:0 16px 30px #3b46481a}.hm-nav__shop:not([open]) .hm-nav__dropdown{display:none}.hm-header__tools{display:flex;gap:1rem;margin-left:auto}.hm-menu-toggle{display:none;background:none;border:0}.hm-button{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;padding:.9rem 1.25rem;background:var(--hm-ink);color:white;text-decoration:none;border:1px solid var(--hm-ink);font-weight:700;font-size:.8rem;letter-spacing:.05em}.hm-button--secondary{background:transparent;color:var(--hm-ink)}.hm-text-link{text-decoration-thickness:1px;text-underline-offset:.35em;font-weight:700}.hm-hero{position:relative;min-height:670px;display:flex;align-items:end;isolation:isolate}.hm-hero picture,.hm-hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hm-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,35,36,.68),rgba(26,35,36,.02) 75%);z-index:-1}.hm-hero picture{z-index:-2}.hm-hero__inner{color:white;padding-block:7rem}.hm-hero h1,h1,h2{font-family:Fraunces,Georgia,serif;font-weight:400;line-height:1.07}.hm-hero h1{font-size:clamp(3.6rem,7vw,7.8rem);margin:.5rem 0 1.4rem;max-width:850px}.hm-hero p:not(.hm-kicker){font-size:1.15rem;max-width:430px}.hm-hero .hm-button{background:var(--hm-paper);color:var(--hm-ink);border-color:var(--hm-paper);margin-top:1.2rem}.hm-section{padding-block:6rem}.hm-section--stone{background:var(--hm-stone)}.hm-section__head{display:grid;grid-template-columns:minmax(200px,1fr) 2fr;gap:1rem 3rem;align-items:end;margin-bottom:2.5rem}.hm-section__head .hm-kicker{grid-column:1}.hm-section__head h2{grid-column:1/3;font-size:clamp(2.4rem,4vw,4.8rem);margin:0;max-width:850px}.hm-section__head>p:last-child{grid-column:2;margin:0}.hm-collection-grid,.hm-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hm-collection-card{position:relative;display:block;overflow:hidden;text-decoration:none;background:#ddd}.hm-collection-card img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .35s}.hm-collection-card:hover img{transform:scale(1.035)}.hm-collection-card span{position:absolute;left:0;right:0;bottom:0;padding:2rem 1rem 1rem;color:white;font-weight:700;background:linear-gradient(transparent,rgba(26,35,36,.72))}.hm-product-card a{text-decoration:none}.hm-product-card__image{background:#fff;aspect-ratio:1}.hm-product-card__image img{width:100%;height:100%;object-fit:cover}.hm-product-card__type{text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;margin:1rem 0 .25rem}.hm-product-card h3{font-size:1rem;margin:0}.hm-product-card p:last-child{font-weight:700;margin:.4rem 0}.hm-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:5vw;align-items:center;padding-block:5rem}.hm-editorial--reverse .hm-editorial__media{order:2}.hm-editorial__media img{width:100%;aspect-ratio:3/2;object-fit:cover}.hm-editorial h2{font-size:clamp(2.7rem,4.5vw,5rem);margin:.5rem 0 1rem}.hm-editorial__copy>p:not(.hm-kicker){max-width:450px;font-size:1.05rem}.hm-editorial .hm-button{margin-top:1rem}.hm-service{background:var(--hm-ink);color:#fff}.hm-service h2{font-size:clamp(2.6rem,4.5vw,5rem);max-width:780px}.hm-service__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.hm-service article{border-top:1px solid #ffffff66;padding-top:1rem}.hm-service article span{font-size:.75rem}.hm-service article h3{font-size:1.25rem}.hm-service .hm-text-link{color:#fff}.hm-collection-hero{position:relative;min-height:440px;color:white;display:flex;align-items:end;isolation:isolate}.hm-collection-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hm-collection-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,35,36,.65),transparent);z-index:-1}.hm-collection-hero .hm-shell{padding-block:5rem}.hm-collection-hero h1{font-size:clamp(3rem,6vw,6rem);margin:.3rem 0}.hm-collection-hero .hm-rte{max-width:560px}.hm-note{padding:4rem 0 7rem;border-top:1px solid var(--hm-line)}.hm-note h2{font-size:2.5rem}.hm-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:5vw;padding-block:4rem}.hm-product__gallery{min-width:0}.hm-product__slides{position:relative;aspect-ratio:1;background:#fff;overflow:hidden}.hm-product__slide{display:none;width:100%;height:100%}.hm-product__slide.is-active{display:block}.hm-product__slide img{width:100%;height:100%;object-fit:contain}.hm-product__controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1rem}.hm-product__controls button{border:1px solid var(--hm-line);background:transparent;border-radius:50%;width:2.7rem;height:2.7rem}.hm-product__dots{display:flex;justify-content:center;gap:.5rem;margin:1rem}.hm-product__dots button{width:.55rem;height:.55rem;border:0;border-radius:50%;padding:0;background:#adaba5}.hm-product__dots button.is-active{background:var(--hm-ink)}.hm-product__summary{position:sticky;top:110px;align-self:start}.hm-product__summary h1{font-size:clamp(2.8rem,4vw,4.6rem);margin:.4rem 0}.hm-product__price{font-size:1.25rem;font-weight:700}.hm-product__add{width:100%;margin:1rem 0}.hm-product__help{font-size:.85rem}.hm-product__links{display:flex;gap:1rem;font-size:.85rem}.hm-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hm-product-faq details{border-top:1px solid var(--hm-line);padding:1.25rem 0}.hm-product-faq details:last-child{border-bottom:1px solid var(--hm-line)}.hm-product-faq summary{font-weight:700;cursor:pointer}.hm-story h1{font-size:clamp(3rem,5vw,6rem)}.hm-lead{font-size:1.25rem;max-width:760px}.hm-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:5vw;margin-block:3rem}.hm-story figure{margin:0}.hm-story img{width:100%;aspect-ratio:4/5;object-fit:cover}.hm-story__copy{display:flex;flex-direction:column;justify-content:space-between}.hm-story__copy figure{max-width:70%;margin-top:2rem}.hm-page-content,.hm-contact{padding-block:5rem;max-width:900px}.hm-page-content h1,.hm-contact h1{font-size:clamp(2.8rem,5vw,5rem)}.hm-rte h2{font-family:Fraunces,Georgia,serif;font-size:2rem;margin-top:2rem}.hm-rte p,.hm-rte li{line-height:1.75}.hm-contact form{display:grid;gap:.5rem;margin-block:2rem}.hm-contact input,.hm-contact textarea{width:100%;padding:.9rem;border:1px solid var(--hm-line);background:white;margin-bottom:.8rem}.hm-contact form button{justify-self:start}.hm-business{padding-bottom:5rem}.hm-business h2{font-size:2rem}.hm-footer{background:#e4ddd1;border-top:1px solid var(--hm-line);padding-block:4rem 1rem}.hm-footer__grid{display:grid;grid-template-columns:1.1fr 1fr 1.4fr;gap:3rem}.hm-footer__column h2{font:600 1rem 'DM Sans',Arial,sans-serif;margin:0 0 1.3rem}.hm-footer__column ul{list-style:none;margin:0;padding:0}.hm-footer__column li{margin:.3rem 0}.hm-footer__column a{text-decoration:none}.hm-footer__copy p{margin:0}.hm-footer__bottom{border-top:1px solid var(--hm-line);margin-top:3rem;padding-top:1rem;font-size:.75rem}.hm-footer__bottom nav{display:flex;gap:.8rem;flex-wrap:wrap}.hm-cart-item{display:flex;gap:1rem;border-bottom:1px solid var(--hm-line);padding:1rem 0}.hm-cart-item img{width:90px;height:90px;object-fit:cover}.hm-cart-item h2{font-size:1.2rem}.hm-cart-item input{width:65px}
@media(max-width:980px){.hm-header__row{flex-wrap:wrap;padding-block:.8rem}.hm-menu-toggle{display:block;margin-left:auto}.hm-nav{display:none;order:5;width:100%;padding:1rem 0;border-top:1px solid var(--hm-line);align-items:flex-start;flex-direction:column}.hm-nav.is-open{display:flex}.hm-nav__dropdown{position:static;box-shadow:none}.hm-header__tools{margin-left:0}.hm-collection-grid,.hm-product-grid{grid-template-columns:repeat(2,1fr)}.hm-footer__grid{grid-template-columns:1fr 1fr}.hm-footer__grid>:last-child{grid-column:1/3}.hm-product{grid-template-columns:1fr}.hm-product__summary{position:static}}
@media(max-width:700px){.hm-shell{width:min(100% - 2rem,1280px)}.hm-header__row{gap:1rem}.hm-brand{flex-basis:125px}.hm-brand img{width:125px}.hm-header__tools{font-size:.8rem}.hm-hero{min-height:710px;align-items:end}.hm-hero:after{background:linear-gradient(0deg,rgba(26,35,36,.76),transparent 75%)}.hm-hero__inner{padding-block:3rem}.hm-hero h1{font-size:clamp(3.3rem,13vw,5rem)}.hm-section{padding-block:4rem}.hm-section__head{display:block}.hm-section__head h2{font-size:2.9rem}.hm-collection-grid,.hm-product-grid{gap:.7rem}.hm-collection-card span{font-size:.8rem}.hm-editorial,.hm-story__grid,.hm-details__grid{display:block;padding-block:3rem}.hm-editorial--reverse .hm-editorial__media{order:0}.hm-editorial h2{font-size:2.9rem}.hm-service__grid{display:block}.hm-service article{margin-bottom:2rem}.hm-footer__grid{display:block}.hm-footer__column{margin-bottom:2rem}.hm-product{padding-block:2rem}.hm-collection-hero{min-height:380px}.hm-story__copy figure{max-width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
