:root{--bg: #f5efe6;--surface: #faf6ef;--ink: #1f1b16;--ink-soft: #6b5f52;--muted: #8a7d6e;--line: #e3d9c9;--accent: #b8945a;--accent-ink: #1f1b16;--radius: 0px;--max: 1400px;--font-head: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Karla", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink)}body{font-family:var(--font-body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;font-weight:300}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--ink)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;background:var(--ink);color:var(--bg);padding:.75rem 1rem;z-index:100}.container{max-width:var(--max);margin:0 auto;padding:0 2rem}@media(min-width:1024px){.container{padding:0 3rem}}h1,h2,h3,h4{font-family:var(--font-head);font-weight:300;letter-spacing:-.01em;color:var(--ink);margin:0 0 .5em;line-height:1.05}h1{font-size:clamp(2.75rem,6.5vw,5.5rem)}h2{font-size:clamp(2.25rem,4.5vw,3.75rem);line-height:1.1}h3{font-size:1.75rem}h1 em,h2 em,h3 em{font-style:italic;font-weight:400}p{margin:0 0 1em;color:var(--ink-soft)}.eyebrow{font-family:var(--font-body);font-size:.69rem;letter-spacing:.32em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.05rem 2.5rem;border:1px solid var(--ink);background:var(--ink);color:var(--bg);font-family:var(--font-body);font-size:.69rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:0}.btn:hover{background:#1f1b16d9}.btn--ghost{background:transparent;color:var(--ink);border-color:#1f1b1666}.btn--ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.btn--full{width:100%}input,select,textarea{font-family:var(--font-body);font-size:.95rem;padding:.85rem 1rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:var(--radius);width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--ink)}label{display:block;font-size:.69rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.4rem;color:var(--ink-soft);font-weight:500}.site-header{position:absolute;top:0;left:0;right:0;z-index:50;background:transparent}.site-header.is-solid,body:not(.template-index) .site-header{position:sticky;background:var(--bg);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 0}.site-header__logo{font-family:var(--font-head);font-size:1.5rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400}.site-nav{display:none;gap:2.5rem}@media(min-width:900px){.site-nav{display:flex}}.site-nav a{font-size:.69rem;letter-spacing:.22em;text-transform:uppercase;color:inherit;font-weight:500}.site-header__actions{display:flex;gap:1.5rem;align-items:center}.site-header__actions a{display:inline-flex;align-items:center;gap:.35rem;font-size:.69rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500}.cart-count{display:inline-block;min-width:1.2rem;padding:0 .35rem;background:var(--ink);color:var(--bg);font-size:.62rem;border-radius:999px;text-align:center;line-height:1.2rem;font-weight:600}.hero{position:relative;min-height:100dvh;overflow:hidden;background:var(--bg);color:var(--ink);display:flex;flex-direction:column;justify-content:flex-end}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(245,239,230,.3) 0%,transparent 30%,transparent 60%,rgba(245,239,230,.7) 100%)}.hero__inner{position:relative;padding:10rem 0 6rem}.hero__eyebrow{font-size:.69rem;letter-spacing:.32em;text-transform:uppercase;color:#1f1b16b3;margin-bottom:2rem;font-weight:500}.hero h1{color:var(--ink);max-width:1000px;margin-bottom:0}.hero__heading p{margin:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}.hero__sub{margin-top:2.5rem;max-width:38rem;font-size:1.05rem;line-height:1.7;color:#1f1b16bf}.hero__actions{margin-top:3rem;display:flex;gap:1rem;flex-wrap:wrap}.hero__strip{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(31,27,22,.15);display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}@media(min-width:700px){.hero__strip{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.hero__strip{grid-template-columns:repeat(5,1fr)}}.hero__strip p{font-size:.69rem;letter-spacing:.18em;text-transform:uppercase;color:#1f1b16b3;margin:0}.section{padding:6rem 0}@media(min-width:1024px){.section{padding:10rem 0}}.section--tight{padding:3rem 0}.section__head{margin-bottom:5rem;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media(min-width:768px){.section__head{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section__head>div:first-child{max-width:36rem}.section__head>p{max-width:22rem;color:var(--muted)}.section__head.center{text-align:center;align-items:center}.section__head.center>div:first-child{max-width:720px}.grid{display:grid;gap:1.5rem}@media(min-width:1024px){.grid{gap:2rem}}.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:900px){.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.card{background:transparent;border:0;overflow:hidden;display:flex;flex-direction:column}.card__media{aspect-ratio:4/5;background:var(--surface);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.card:hover .card__media img{transform:scale(1.04)}.card__body{padding:1.25rem 0 0}.card__title{font-family:var(--font-head);font-size:1.4rem;font-weight:400;margin:.15rem 0 .4rem}.card__vendor{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);font-weight:500}.card__price{font-size:.9rem;color:var(--ink);margin-top:.4rem}.card__quote{display:inline-block;margin-top:.85rem;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:2px;font-weight:500}.product{display:grid;gap:2.5rem;padding:4rem 0}@media(min-width:900px){.product{grid-template-columns:1.1fr 1fr;gap:4rem;padding:6rem 0}}.product__gallery img{width:100%;aspect-ratio:4/5;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}.product__thumbs img{aspect-ratio:1;cursor:pointer;opacity:.8;transition:opacity .2s}.product__thumbs img:hover{opacity:1}.product__price{font-family:var(--font-head);font-size:2rem;font-weight:400;margin:1rem 0 1.5rem}.product__description{margin:2rem 0;color:var(--ink-soft);line-height:1.8}.variant-group{margin:1.25rem 0}.variant-group__values{display:flex;gap:.5rem;flex-wrap:wrap}.variant-pill{padding:.55rem 1rem;border:1px solid var(--line);background:var(--surface);cursor:pointer;font-size:.8rem;letter-spacing:.1em}.variant-pill input{display:none}.variant-pill:has(input:checked){border-color:var(--ink);background:var(--ink);color:var(--bg)}.qty{display:inline-flex;align-items:center;border:1px solid var(--line)}.qty button{background:none;border:0;padding:.75rem 1rem;cursor:pointer;font-size:1rem;color:var(--ink)}.qty input{width:3rem;text-align:center;border:0;padding:.75rem 0}.collection-banner{padding:5rem 0 2rem;text-align:center}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 2rem;border-bottom:1px solid var(--line);margin-bottom:2.5rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.cart{padding:4rem 0 6rem}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--line);align-items:center}.cart-line img{aspect-ratio:1;object-fit:cover}.cart-totals{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--ink);display:flex;justify-content:space-between;align-items:center}.cart-totals__sum{font-family:var(--font-head);font-size:1.75rem}.site-footer{background:var(--ink);color:#f5efe6b3;padding:6rem 0 2rem;margin-top:0}.site-footer h4{color:var(--bg);font-family:var(--font-body);font-size:.69rem;letter-spacing:.28em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500}.site-footer p{color:#f5efe6a6}.site-footer a{color:#f5efe6c7}.site-footer a:hover{color:var(--bg)}.site-footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.site-footer__brand{font-family:var(--font-head);font-size:1.75rem;letter-spacing:.22em;color:var(--bg);text-transform:uppercase;margin-bottom:1rem;font-weight:400}.site-footer__legal{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(245,239,230,.12);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.mosaic{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.mosaic{grid-template-columns:repeat(12,1fr);gap:2rem}}.mosaic__tile{position:relative;display:block;overflow:hidden;grid-column:span 1}@media(min-width:900px){.mosaic__tile{grid-column:span 4}.mosaic__tile--wide{grid-column:span 6}}.mosaic__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--surface)}.mosaic__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s ease}.mosaic__tile:hover .mosaic__media img{transform:scale(1.04)}.mosaic__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(31,27,22,.45) 0%,transparent 55%);opacity:.65;transition:opacity .4s}.mosaic__tile:hover .mosaic__media:after{opacity:.85}.mosaic__caption{position:absolute;left:0;right:0;bottom:0;padding:2rem;display:flex;align-items:flex-end;justify-content:space-between;color:var(--bg)}.mosaic__num{font-size:.62rem;letter-spacing:.32em;text-transform:uppercase;color:#f5efe6bf;margin-bottom:.5rem}.mosaic__title{font-family:var(--font-head);font-size:1.75rem;font-weight:300;color:var(--bg);margin:0}.mosaic__view{font-family:var(--font-head);font-style:italic;font-size:.95rem;color:#f5efe6d9}.why-grid{display:grid;gap:1px;background:var(--line);grid-template-columns:1fr}@media(min-width:600px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-cell{background:var(--bg);padding:2.5rem;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.why-cell__num{font-family:var(--font-head);font-size:1.85rem;font-weight:300;color:var(--accent)}.why-cell__title{margin-top:2.5rem;font-family:var(--font-head);font-size:1.3rem;font-weight:300;line-height:1.3}.process{background:var(--ink);color:var(--bg);padding:6rem 0}@media(min-width:1024px){.process{padding:10rem 0}}.process h2{color:var(--bg)}.process .eyebrow{color:#f5efe699}.process__grid{display:grid;gap:4rem}@media(min-width:1024px){.process__grid{grid-template-columns:5fr 7fr;gap:5rem}}.process__intro img{width:100%;aspect-ratio:4/5;object-fit:cover;margin-top:3rem}.process__list{list-style:none;padding:0;margin:0}.process__item{display:grid;grid-template-columns:auto 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(245,239,230,.15)}.process__num{font-family:var(--font-head);font-size:1.4rem;font-weight:300;color:#f5efe680}.process__title{font-family:var(--font-head);font-size:1.75rem;font-weight:300;color:var(--bg);margin:0 0 .5rem}.process__desc{color:#f5efe6b3;font-size:.9rem;margin:0;max-width:28rem}.rte{color:var(--ink-soft);line-height:1.8}.rte a{color:var(--ink);border-bottom:1px solid currentColor}.center{text-align:center}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.account{padding:5rem 0;max-width:640px;margin:0 auto}.account h1{text-align:center;margin-bottom:2rem}.account .field{margin-bottom:1.25rem}.notice{padding:1rem 1.25rem;border:1px solid var(--line);background:var(--surface);margin:1rem 0;font-size:.9rem}.notice--error{border-color:#b03a3a;color:#b03a3a}.pagination{display:flex;justify-content:center;gap:.5rem;padding:3rem 0}.pagination a,.pagination span{padding:.5rem .9rem;border:1px solid var(--line);font-size:.85rem}.pagination .current{background:var(--ink);color:var(--bg);border-color:var(--ink)}.materials-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.materials-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.materials-grid{grid-template-columns:repeat(6,1fr)}}.material-card{display:block;text-align:center}.material-card__media{aspect-ratio:1;overflow:hidden;border:1px solid var(--line);background:var(--surface);margin-bottom:.9rem;transition:border-color .25s}.material-card:hover .material-card__media{border-color:var(--ink)}.material-card__media img{width:100%;height:100%;object-fit:cover}.material-card__placeholder{width:100%;height:100%}.material-card__name{font-family:var(--font-head);font-size:1.15rem;font-weight:400;margin:0 0 .15rem}.material-card__meta{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.material-card p{font-size:.85rem;margin:0}.trade-section{background:var(--bg);color:var(--ink);padding:6rem 0}@media(min-width:1024px){.trade-section{padding:10rem 0}}.trade-section h2,.trade-section h3{color:var(--bg)}.trade-section p{color:#f5efe6c7}.trade-section .btn{background:var(--bg);color:var(--ink);border-color:var(--bg);margin-top:1.25rem}.trade-section .btn:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.trade-grid{display:grid;gap:3.5rem}@media(min-width:900px){.trade-grid{grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}}.trade-benefits{list-style:none;margin:0;padding:0;display:grid;gap:1.75rem}@media(min-width:700px){.trade-benefits{grid-template-columns:repeat(2,1fr)}}.trade-benefit{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(245,239,230,.18)}.trade-benefit__num{font-family:var(--font-head);font-size:1.5rem;color:var(--accent);font-weight:300}.trade-benefit h3{font-size:1.1rem;margin:0 0 .35rem}.trade-benefit p{font-size:.9rem;margin:0}.trade-section{background:var(--ink);color:var(--bg)}.trade-section .eyebrow{color:#f5efe699}.gallery-section{background:#e3d9c959}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:900px){.gallery-grid{grid-template-columns:repeat(12,1fr);gap:2rem;grid-auto-rows:320px}}.gallery-item{position:relative;margin:0;overflow:hidden;background:var(--surface)}@media(min-width:900px){.gallery-item--regular{grid-column:span 4}.gallery-item--wide{grid-column:span 7}.gallery-item--tall{grid-column:span 5;grid-row:span 2}}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--line),var(--bg))}.gallery-item figcaption{position:absolute;left:1.25rem;bottom:1rem;right:1.25rem;color:var(--bg);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;display:flex;justify-content:space-between;gap:1rem;text-shadow:0 1px 12px rgba(0,0,0,.6)}.gallery-item__loc{opacity:.8}.reviews-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:800px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{padding:2.5rem 1.75rem;border:1px solid var(--line);background:var(--surface);text-align:center}.review-card__stars{font-size:1.2rem;letter-spacing:.25em;color:var(--accent);margin-bottom:1rem}.review-card__placeholder{color:var(--ink-soft);font-style:italic;margin:0}.quote-cta{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:5rem 0}.quote-cta__inner{display:grid;gap:2rem;align-items:center}@media(min-width:900px){.quote-cta__inner{grid-template-columns:1.4fr 1fr;gap:4rem}}.quote-cta h2{margin-bottom:.5rem}.quote-cta p{max-width:36rem;margin:0}.quote-cta__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}@media(min-width:900px){.quote-cta__actions{justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
