*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.skip-link{position:absolute;z-index:999;left:1rem;top:-100px;background:#fff;padding:.8rem 1rem}.skip-link:focus{top:1rem}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:80px 0}.section--compact{padding:48px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 40px}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:.76rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.display,.section-heading h2,.story__content h2,.product-info h1,.page-title{font-family:Georgia,'Times New Roman',serif;line-height:1.08;letter-spacing:-.025em}.section-heading h2{font-size:clamp(2rem,4vw,3.5rem);margin:0 0 14px}.section-heading p{color:var(--muted);margin:0}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 26px;border:1px solid var(--button);background:var(--button);color:var(--button-text);font-size:.76rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;transition:.2s ease}.button:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.button--outline{background:transparent;color:var(--ink);border-color:var(--ink)}.button--outline:hover{color:#fff}.button--full{width:100%}.icon-button{display:grid;place-items:center;width:42px;height:42px;border:0;background:transparent}.icon-button svg,.header-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.placeholder-svg{width:100%;height:100%;background:#eee7df;color:#c9b9a8}.announcement{background:var(--accent);color:#fff;text-align:center;font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:9px 16px}.site-header{position:relative;z-index:30;background:rgba(255,252,248,.96);border-bottom:1px solid var(--border)}.site-header--sticky{position:sticky;top:0}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px;gap:24px}.header__nav{display:flex;align-items:center;gap:28px;font-size:.76rem;letter-spacing:.11em;text-transform:uppercase}.header__nav a{position:relative}.header__nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--accent);transition:.2s}.header__nav a:hover:after{right:0}.header__logo{text-align:center;font-family:Georgia,serif;font-size:1.35rem;letter-spacing:.1em}.header__logo img{max-height:48px;width:auto;margin:auto}.header__icons{justify-self:end;display:flex;align-items:center;gap:4px}.header-icon{position:relative;display:grid;place-items:center;width:42px;height:42px}.cart-count{position:absolute;right:0;top:2px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--ink);color:#fff;font-size:10px}.mobile-toggle{display:none;border:0;background:transparent;padding:8px}.mobile-toggle svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6}.mobile-menu,.menu-overlay{display:none}.hero{position:relative;min-height:680px;background:var(--surface);overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,18,14,.55),rgba(24,18,14,.05) 70%)}.hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:680px}.hero__content{max-width:620px;color:#fff;padding:60px 0}.hero__content h1{font-family:Georgia,serif;font-size:clamp(3.2rem,7vw,6rem);line-height:.98;margin:0 0 22px;font-weight:500}.hero__content p{max-width:560px;font-size:1.08rem;margin:0 0 32px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.hero--no-image .hero__content{color:var(--ink)}.hero--no-image .hero__overlay{display:none}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{position:relative;overflow:hidden;min-height:460px;background:var(--surface)}.category-card img,.category-card .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover img{transform:scale(1.03)}.category-card__shade{position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(25,18,12,.72))}.category-card__content{position:absolute;left:28px;right:28px;bottom:28px;color:#fff}.category-card__content h3{font-family:Georgia,serif;font-size:2rem;margin:0 0 4px}.category-card__content span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;background:var(--surface);border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover img{transform:scale(1.025)}.badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;padding:5px 10px;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.product-card__info{padding:15px 2px}.product-card h3{margin:0 0 5px;font-size:.93rem;font-weight:600}.price{display:flex;gap:10px;color:var(--muted);font-size:.9rem}.price--sale span{color:var(--accent);font-weight:700}.price s{opacity:.7}.trust{background:var(--surface);border-block:1px solid var(--border)}.trust__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust__item{text-align:center;padding:38px 30px;border-right:1px solid var(--border)}.trust__item:last-child{border:0}.trust__icon{width:42px;height:42px;margin:0 auto 14px;color:var(--accent)}.trust__icon svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.trust__item h3{font-family:Georgia,serif;margin:0 0 4px;font-size:1.22rem}.trust__item p{margin:0;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.09em}.story{display:grid;grid-template-columns:1.3fr .7fr;min-height:610px}.story__media img,.story__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.story__content{background:var(--surface);padding:70px 9%;display:flex;flex-direction:column;justify-content:center}.story__quote{font-family:Georgia,serif;font-style:italic;font-size:1.5rem;color:var(--accent);margin:0 0 40px}.story__content h2{font-size:clamp(2.2rem,4vw,4rem);margin:0 0 22px}.story__content .rte{color:var(--muted);margin-bottom:28px}.testimonials{background:var(--ink);color:#fff}.testimonials .section-heading p{color:#d8cec5}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial{border:1px solid rgba(255,255,255,.2);padding:34px}.stars{color:var(--accent);letter-spacing:.2em;margin-bottom:16px}.testimonial blockquote{font-family:Georgia,serif;font-size:1.18rem;margin:0 0 24px}.testimonial cite{font-style:normal;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#d8cec5}.newsletter{text-align:center;background:var(--surface)}.newsletter__form{display:flex;max-width:570px;margin:28px auto 0}.field{width:100%;min-height:50px;border:1px solid var(--border);background:#fff;padding:12px 15px}.newsletter__form .button{flex:0 0 auto}.footer{background:var(--ink);color:#fff;padding:70px 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px}.footer h3{font-family:Georgia,serif;margin:0 0 18px}.footer__brand h2{font-family:Georgia,serif;letter-spacing:.08em;margin:0 0 16px}.footer__brand p{color:#d0c6bd;max-width:380px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:8px 0;color:#d0c6bd}.footer a:hover{color:var(--accent)}.footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16);font-size:.75rem;color:#bfb5ac}.socials{display:flex;gap:16px}.page-hero{padding:70px 0 42px;text-align:center}.page-title{font-size:clamp(2.5rem,5vw,4.8rem);margin:0}.breadcrumbs{font-size:.75rem;color:var(--muted);margin-bottom:14px;text-transform:uppercase;letter-spacing:.12em}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;color:var(--muted);font-size:.85rem}.collection-toolbar select{background:#fff;border:1px solid var(--border);padding:9px 35px 9px 12px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--border)}.pagination .current{background:var(--ink);color:#fff}.product{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;padding:60px 0 90px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery__item{background:var(--surface)}.product-gallery img{width:100%;height:auto}.product-info{position:sticky;top:125px;align-self:start}.product-info h1{font-size:clamp(2.5rem,5vw,4.2rem);margin:0 0 14px}.product-info__price{font-size:1.18rem;margin-bottom:24px}.product-info__description{color:var(--muted);margin:24px 0}.product-form__field{margin:18px 0}.product-form__field label{display:block;margin-bottom:7px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.product-form__field select{width:100%;min-height:50px;border:1px solid var(--border);background:#fff;padding:10px}.quantity{display:flex;width:max-content;border:1px solid var(--border)}.quantity button{width:44px;border:0;background:#fff}.quantity input{width:55px;border:0;text-align:center;-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__submit{margin-top:20px}.product-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:30px}.product-meta__item{text-align:center;background:var(--surface);padding:15px 8px;font-size:.72rem}.product-meta__item svg{width:26px;height:26px;margin:0 auto 8px;fill:none;stroke:currentColor;stroke-width:1.5}.cart{padding-bottom:90px}.cart__grid{display:grid;grid-template-columns:1fr 380px;gap:55px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item img{width:110px;height:130px;object-fit:cover}.cart-item h3{margin:0 0 5px}.cart-item__remove{font-size:.72rem;text-decoration:underline;color:var(--muted)}.cart-summary{background:var(--surface);padding:30px;height:max-content}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:22px;font-size:1.15rem;font-weight:700}.cart-summary p{color:var(--muted);font-size:.8rem}.empty-state{text-align:center;padding:80px 20px}.content-page{max-width:850px;margin:auto;padding-bottom:90px}.search-form{display:flex;max-width:680px;margin:0 auto 45px}.search-form .field{border-right:0}.article-card{border-bottom:1px solid var(--border);padding:25px 0}.article-card h2{font-family:Georgia,serif;margin:0 0 8px}.article-meta{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form .full{grid-column:1/-1}.contact-form textarea{min-height:150px}.form-status{padding:12px;background:var(--surface);margin-bottom:18px}.shopify-payment-button{margin-top:10px}.shopify-payment-button__button{border-radius:0!important;min-height:50px!important}
@media(max-width:990px){.header__nav{display:none}.mobile-toggle{display:block}.header{grid-template-columns:1fr auto 1fr}.header__icons .account-link{display:none}.mobile-menu{display:block;position:fixed;z-index:60;inset:0 auto 0 0;width:min(86vw,390px);background:var(--page);padding:22px;transform:translateX(-105%);transition:.3s ease}.mobile-menu.is-open{transform:none}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:18px}.mobile-menu nav{display:flex;flex-direction:column;padding-top:22px}.mobile-menu nav a{padding:14px 4px;border-bottom:1px solid var(--border);font-family:Georgia,serif;font-size:1.35rem}.menu-overlay{display:block;position:fixed;z-index:55;inset:0;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;transition:.2s}.menu-overlay.is-open{opacity:1;visibility:visible}.product-grid{grid-template-columns:repeat(3,1fr)}.story{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer__column:last-child{grid-column:2}.product{gap:35px}.cart__grid{grid-template-columns:1fr 320px}}
@media(max-width:740px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding:58px 0}.header{min-height:70px;gap:8px}.header__logo{font-size:1rem}.header__logo img{max-height:38px}.header-icon{width:36px}.hero,.hero__inner{min-height:590px}.hero__overlay{background:linear-gradient(0deg,rgba(24,18,14,.6),rgba(24,18,14,.1))}.hero__inner{align-items:flex-end}.hero__content{padding:52px 0}.hero__content h1{font-size:3.25rem}.hero__buttons{display:grid}.hero__buttons .button{width:100%}.category-grid{grid-template-columns:1fr}.category-card{min-height:420px}.product-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.product-card h3{font-size:.83rem}.trust__grid{grid-template-columns:1fr}.trust__item{border-right:0;border-bottom:1px solid var(--border);padding:28px 20px}.story{grid-template-columns:1fr}.story__media{min-height:420px}.story__content{padding:52px 28px}.testimonial-grid{grid-template-columns:1fr}.newsletter__form{display:grid;gap:10px}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__column:last-child{grid-column:auto}.footer__bottom{display:block}.product{grid-template-columns:1fr;padding-top:25px}.product-gallery{gap:6px}.product-info{position:static}.product-info h1{font-size:2.5rem}.product-meta{grid-template-columns:1fr}.cart__grid{grid-template-columns:1fr}.cart-item{grid-template-columns:85px 1fr}.cart-item img{width:85px;height:105px}.cart-item__price{grid-column:2}.collection-toolbar{align-items:flex-start;flex-direction:column}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.page-hero{padding:50px 0 30px}}
