:root{--hl-bg:#F5F1EA;--hl-paper:#FFFCF7;--hl-ink:#383630;--hl-muted:#745A48;--hl-line:#D8CDBD;--hl-accent:#9B6754;--hl-display:'Cormorant Garamond',Georgia,serif;--hl-body:'DM Sans',Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hl-bg);color:var(--hl-ink);font:400 16px/1.6 var(--hl-body)}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--hl-display);font-weight:500;line-height:1.03}
h1{font-size:clamp(3.4rem,7vw,7rem)}
h2{font-size:clamp(2.7rem,5vw,4.8rem)}
h3{font-size:clamp(1.7rem,2.5vw,2.5rem)}
.skip-link{position:absolute;top:-100px;left:1rem;z-index:1000;padding:.7rem 1rem;background:var(--hl-ink);color:white}
.skip-link:focus{top:1rem}
.hl-width{width:min(100% - 3rem,1440px);margin-inline:auto}
.hl-eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--hl-muted)}
.hl-button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:3.2rem;padding:.7rem 1.5rem;background:var(--hl-ink);border:1px solid var(--hl-ink);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;transition:background .2s,color .2s}
.hl-button:hover,.hl-button:focus-visible{background:transparent;color:var(--hl-ink)}
.hl-button--outline{background:transparent;color:var(--hl-ink)}
.hl-button--outline:hover{background:var(--hl-ink);color:#fff}
.hl-header{position:relative;z-index:30;background:var(--hl-paper);border-bottom:1px solid var(--hl-line)}
.hl-header__inner{width:min(100% - 3rem,1440px);margin:auto;min-height:5.4rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}
.hl-header__brand img{width:140px;max-height:42px;object-fit:contain}
.hl-header__nav,.hl-header__actions{display:flex;align-items:center;gap:1.6rem;font-size:.76rem;letter-spacing:.07em;text-transform:uppercase;font-weight:600}
.hl-header__nav{justify-content:center}
.hl-header__actions{justify-content:flex-end}
.hl-header__menu-button{display:none;border:0;background:transparent;text-transform:uppercase;letter-spacing:.1em}
.hl-header__shop{position:relative}
.hl-header__shop summary{cursor:pointer;list-style:none}
.hl-header__shop summary::-webkit-details-marker{display:none}
.hl-header__dropdown{position:absolute;top:calc(100% + 1.3rem);left:-1rem;min-width:230px;padding:1rem;background:var(--hl-paper);border:1px solid var(--hl-line);box-shadow:0 15px 35px #38363020;display:grid;gap:.7rem}
.hl-header__shop:not([open]) .hl-header__dropdown{display:none}
.hl-header a:hover,.hl-footer a:hover{text-decoration:underline;text-underline-offset:.25em}
.hl-section{padding:clamp(4rem,8vw,8rem) 0}
.hl-picture,.hl-picture img{display:block;width:100%;height:100%}
.hl-picture img{object-fit:cover}
.hl-hero{min-height:min(78vh,790px);display:grid;grid-template-columns:43% 57%;background:#E7DCCB}
.hl-hero__copy{padding:clamp(3rem,6vw,7rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hl-hero__copy p:not(.hl-eyebrow){max-width:26rem}
.hl-hero__media{min-height:500px}
.hl-intro{text-align:center;padding:3.3rem 1.5rem;border-bottom:1px solid var(--hl-line)}
.hl-intro p{max-width:48rem;margin:0 auto;font:400 clamp(1.25rem,2.3vw,2rem)/1.4 var(--hl-display)}
.hl-section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}
.hl-section-head h2{margin:0}
.hl-text-link{display:inline-flex;gap:.5rem;align-items:center;border-bottom:1px solid currentColor;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.hl-room-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.hl-room-card{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#E7DCCB}
.hl-room-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.hl-room-card:hover img{transform:scale(1.035)}
.hl-room-card span{position:absolute;left:1rem;right:1rem;bottom:1rem;background:#FFFCF7EE;padding:1rem;font:500 1.7rem/1 var(--hl-display)}
.hl-material{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,7rem)}
.hl-material__media{aspect-ratio:3/2;overflow:hidden}
.hl-material__copy p{max-width:31rem}
.hl-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}
.hl-product-card__image{aspect-ratio:1;background:#E7DCCB;overflow:hidden}
.hl-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hl-product-card:hover img{transform:scale(1.03)}
.hl-product-card__meta{padding:.9rem 0;display:flex;justify-content:space-between;gap:.8rem;font-size:.9rem}
.hl-product-card__meta strong{font-weight:500}
.hl-cta{text-align:center;background:#E7DCCB;padding:clamp(4rem,8vw,8rem) 1.5rem}
.hl-cta h2{max-width:45rem;margin-inline:auto}
.hl-footer{background:#383630;color:#F5F1EA;padding:4rem 1.5rem 2rem}
.hl-footer__columns,.hl-footer__bottom{width:min(100%,1440px);margin:auto;display:grid;gap:3rem}
.hl-footer__columns{grid-template-columns:1.2fr 1fr 1.4fr}
.hl-footer h2{font-size:1.6rem;margin-bottom:1.1rem}
.hl-footer__column nav{display:grid;gap:.45rem}
.hl-footer__text p{margin:0 0 .45rem}
.hl-footer__bottom{margin-top:4rem;border-top:1px solid #ffffff44;padding-top:1.5rem;grid-template-columns:1fr auto;font-size:.7rem}
.hl-footer__bottom nav{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem}
.hl-collection-hero{position:relative;min-height:360px;background:#E7DCCB}
.hl-collection-hero .hl-picture{position:absolute;inset:0}
.hl-collection-hero__copy{position:relative;z-index:1;width:min(100% - 3rem,1440px);margin:auto;padding:5rem 0;max-width:1440px}
.hl-collection-hero__copy h1{max-width:10ch}
.hl-collection-hero__copy p{max-width:23rem}
.hl-collection-grid__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}
.hl-collection-grid__toolbar select{border:1px solid var(--hl-line);background:var(--hl-paper);padding:.5rem}
.hl-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2rem,5vw,6rem);padding-top:3rem;padding-bottom:5rem}
.hl-gallery__stage{position:relative;aspect-ratio:1;background:#E7DCCB;overflow:hidden}
.hl-gallery__slide{position:absolute;inset:0;display:none}
.hl-gallery__slide.is-active{display:block}
.hl-gallery__slide img{width:100%;height:100%;object-fit:cover}
.hl-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);border:1px solid var(--hl-line);background:#FFFCF7DD;width:3rem;height:3rem;z-index:2}
.hl-gallery__arrow--prev{left:.8rem}.hl-gallery__arrow--next{right:.8rem}
.hl-gallery__under{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;font-size:.8rem}
.hl-gallery__dots{display:flex;gap:.5rem}
.hl-gallery__dot{width:.7rem;height:.7rem;padding:0;border:1px solid var(--hl-ink);border-radius:50%;background:transparent}
.hl-gallery__dot[aria-current="true"]{background:var(--hl-ink)}
.hl-product__summary{padding:2rem 0}
.hl-product__summary h1{font-size:clamp(3rem,5vw,5rem)}
.hl-product__price{font-size:1.3rem;margin:1.5rem 0}
.hl-product__form{display:grid;gap:1rem;margin-top:2rem}
.hl-product__form input[type=number]{width:6rem;padding:.7rem;border:1px solid var(--hl-line);background:var(--hl-paper)}
.hl-prose{max-width:820px;margin-inline:auto;font-size:1rem;line-height:1.8}
.hl-prose h2,.hl-prose h3{margin-top:2rem}
.hl-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.hl-story__grid img{width:100%;aspect-ratio:3/2;object-fit:cover}
.hl-contact-form{display:grid;gap:1rem;max-width:700px}
.hl-contact-form label{display:grid;gap:.3rem}
.hl-contact-form input,.hl-contact-form textarea{padding:.8rem;border:1px solid var(--hl-line);background:var(--hl-paper);color:var(--hl-ink)}
@media(max-width:900px){.hl-header__inner{grid-template-columns:auto 1fr auto}.hl-header__brand{justify-self:center}.hl-header__menu-button{display:block}.hl-header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--hl-paper);padding:1.5rem;box-shadow:0 20px 30px #38363020;align-items:stretch;flex-direction:column}.hl-header__nav.is-open{display:flex}.hl-header__dropdown{position:static;box-shadow:none;border:0;padding:.8rem}.hl-header__actions{gap:.7rem}.hl-room-grid,.hl-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hl-hero{grid-template-columns:1fr}.hl-hero__media{order:-1;min-height:0;aspect-ratio:4/5}.hl-material,.hl-product,.hl-story__grid{grid-template-columns:1fr}.hl-footer__columns{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hl-width{width:min(100% - 2rem,1440px)}.hl-header__inner{width:min(100% - 2rem,1440px);min-height:4.5rem;gap:.8rem}.hl-header__brand img{width:110px}.hl-header__actions{font-size:.68rem}.hl-header__actions a:first-child{display:none}.hl-section{padding:4rem 0}.hl-section-head{align-items:start;flex-direction:column}.hl-room-grid{gap:.6rem}.hl-room-card span{font-size:1.25rem;left:.5rem;right:.5rem;bottom:.5rem;padding:.7rem}.hl-product-grid{gap:.8rem}.hl-product-card__meta{display:block}.hl-footer{padding-bottom:6rem}.hl-footer__columns,.hl-footer__bottom{grid-template-columns:1fr}.hl-collection-hero{min-height:520px}.hl-collection-hero__copy{padding:3rem 0}.hl-product{padding-top:1rem}.hl-product__summary{padding:0}.hl-gallery__arrow{width:2.5rem;height:2.5rem}}
