*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-ivory);color:var(--color-ink);font-family:Inter,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-weight:400;line-height:1.04;letter-spacing:var(--heading-tracking)}h1{font-size:clamp(3rem,7vw,7.6rem)}h2{font-size:clamp(2.3rem,4.2vw,5rem)}h3{font-size:clamp(1.35rem,2vw,2.05rem)}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section{padding:clamp(72px,9vw,140px) 0}.section--compact{padding:clamp(48px,6vw,88px) 0}.surface{background:var(--color-surface)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:20px;top:20px;padding:12px 18px;background:var(--color-ink);color:var(--color-surface);transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.eyebrow{display:block;margin:0 0 18px;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.rte{max-width:68ch;color:var(--color-muted)}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 24px;border:1px solid var(--color-ink);border-radius:var(--radius);background:var(--color-ink);color:var(--color-surface);font-size:.77rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;transition:background .2s,color .2s,border-color .2s,transform .2s}.button:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.button--secondary{background:transparent;color:var(--color-ink)}.button--secondary:hover{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-surface)}.text-link{display:inline-block;border-bottom:1px solid currentColor;font-size:.74rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:48px}.section-heading h1,.section-heading h2{max-width:900px;margin-bottom:0}.section-heading p{max-width:520px;margin-bottom:6px;color:var(--color-muted)}.announcement{background:var(--color-ink);color:var(--color-surface);text-align:center}.announcement__inner{display:flex;min-height:36px;align-items:center;justify-content:center;padding:7px 20px;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.site-header{position:relative;z-index:20;border-bottom:1px solid var(--color-line);background:color-mix(in srgb,var(--color-ivory) 94%,transparent)}.site-header--sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px;gap:28px}.header__brand{justify-self:center;font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:1.45rem;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.header__brand img{width:auto;max-height:46px}.header__brand .header__wordmark{width:170px;max-height:none}.header__nav{display:flex;align-items:center;gap:28px}.header__nav a,.header__action{position:relative;font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.header__nav a:after{content:"";position:absolute;right:0;bottom:-6px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .2s}.header__nav a:hover:after{transform:scaleX(1);transform-origin:left}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:24px}.header__cart-count{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;margin-left:4px;border-radius:999px;background:var(--color-ink);color:var(--color-surface);font-size:.62rem}.menu-toggle{display:none;padding:10px;border:0;background:transparent}.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:24px;height:1px;margin:6px 0;background:currentColor}.mobile-menu{display:none;position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;background:var(--color-ivory);padding:32px 24px}.mobile-menu.is-open{display:block}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:72px}.mobile-menu__close{border:0;background:transparent;font-size:1.8rem}.mobile-menu nav{display:grid;gap:20px}.mobile-menu nav a{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:clamp(2rem,10vw,3.5rem);line-height:1.1}.hero{position:relative;display:grid;min-height:min(820px,82vh);align-items:center;overflow:hidden;background:#d9d0c4}.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(90deg,#f5f1e8f0,#f5f1e8a8 35%,#f5f1e80f 68%,#0000001f)}.hero__content{position:relative;z-index:2;max-width:720px;padding-block:90px}.hero__content h1{margin-bottom:26px;font-size:clamp(4rem,7.6vw,8rem)}.hero__content p{max-width:540px;margin-bottom:34px;font-size:clamp(1rem,1.4vw,1.24rem);color:#4c4943}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.value-strip{border-block:1px solid var(--color-line)}.value-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-item{padding:32px 34px;text-align:center}.value-item+.value-item{border-left:1px solid var(--color-line)}.value-item h3{margin:0 0 4px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.value-item p{margin:0;color:var(--color-muted);font-size:.88rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 20px}.product-card{position:relative}.product-card__media{position:relative;overflow:hidden;aspect-ratio:4/5;margin-bottom:18px;background:#e5ded2;border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--color-muted)}.product-card__badge{position:absolute;top:12px;left:12px;padding:6px 10px;background:var(--color-ivory);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card__meta{display:grid;grid-template-columns:1fr auto;gap:12px}.product-card__title{margin:0;font-family:Inter,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.02em}.price{font-size:.86rem;color:var(--color-muted);white-space:nowrap}.price s{margin-right:7px;color:#968f85}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.collection-card{position:relative;min-height:520px;overflow:hidden;background:#ddd4c8;border-radius:var(--radius)}.collection-card img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.collection-card>svg{position:absolute;width:100%;height:100%;background:#d9d0c4;fill:#b4a99a}.collection-card:hover img{transform:scale(1.035)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(21,20,18,.65),transparent 58%)}.collection-card__content{position:absolute;right:0;bottom:0;left:0;padding:34px;color:#fff}.collection-card__content h3{margin:0 0 12px;font-size:2rem}.story{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);min-height:660px}.story__media{min-height:520px;background:#dfd7cb}.story__media img{width:100%;height:100%;object-fit:cover}.story__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(48px,7vw,110px);background:var(--color-ink);color:var(--color-surface)}.story__content h2{margin-bottom:28px}.story__content .rte{margin-bottom:34px;color:#cbc4b8}.story__content .button--secondary{border-color:var(--color-surface);color:var(--color-surface)}.story__content .button--secondary:hover{background:var(--color-surface);color:var(--color-ink)}.newsletter{text-align:center}.newsletter__inner{max-width:760px;margin-inline:auto}.newsletter h2{margin-bottom:18px}.newsletter p{margin:0 auto 30px;max-width:560px;color:var(--color-muted)}.newsletter-form{display:flex;max-width:580px;margin:auto;border-bottom:1px solid var(--color-ink)}.newsletter-form input{flex:1;min-width:0;padding:16px 4px;border:0;background:transparent;outline:0}.newsletter-form button{padding:16px 4px 16px 24px;border:0;background:transparent;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.form-message{margin-top:14px;font-size:.85rem}.site-footer{border-top:1px solid var(--color-line);padding:70px 0 28px}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(2,1fr);gap:60px;margin-bottom:72px}.footer__brand{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:2rem;letter-spacing:.12em;text-transform:uppercase}.footer__note{max-width:390px;color:var(--color-muted)}.footer__heading{margin-bottom:18px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.footer__links{display:grid;gap:10px;color:var(--color-muted);font-size:.9rem}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:26px;border-top:1px solid var(--color-line);color:var(--color-muted);font-size:.75rem}.product-page{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(48px,7vw,110px)}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-gallery__item{background:#e3dcd1}.product-gallery__item:first-child:last-child{grid-column:1/-1}.product-gallery img{width:100%;height:auto}.product-info{position:sticky;top:130px;align-self:start;padding-top:24px}.product-info h1{margin-bottom:18px;font-size:clamp(2.8rem,4.7vw,5.3rem)}.product-info__price{margin-bottom:28px;font-size:1rem}.product-info__description{margin:30px 0;color:var(--color-muted)}.product-form{display:grid;gap:18px}.field label{display:block;margin-bottom:8px;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.field input,.field select,.search-form input{width:100%;min-height:52px;padding:12px 14px;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.product-form .button{width:100%}.product-note{padding-top:20px;border-top:1px solid var(--color-line);color:var(--color-muted);font-size:.83rem}.collection-hero{padding:clamp(70px,10vw,150px) 0 56px}.collection-hero h1{max-width:900px;margin-bottom:24px}.collection-hero .rte{font-size:1.05rem}.pagination{display:flex;justify-content:center;gap:8px;margin-top:60px}.pagination a,.pagination span{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--color-line)}.pagination .current{background:var(--color-ink);color:var(--color-surface)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{padding:14px 0;border-bottom:1px solid var(--color-line);text-align:left;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.cart-table td{padding:24px 0;border-bottom:1px solid var(--color-line);vertical-align:middle}.cart-item{display:flex;align-items:center;gap:20px}.cart-item img{width:110px;aspect-ratio:4/5;object-fit:cover}.cart-item h3{margin:0 0 5px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:.92rem;font-weight:500}.cart-summary{display:flex;flex-direction:column;align-items:flex-end;gap:16px;margin-top:34px}.cart-summary__subtotal{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:1.7rem}.search-form{display:flex;gap:10px;max-width:780px;margin:0 auto 70px}.search-form .button{flex:0 0 auto}.empty-state{padding:120px 20px;text-align:center}.empty-state p{color:var(--color-muted)}.article-header{max-width:980px;margin:0 auto 60px;text-align:center}.article-header h1{margin-bottom:20px}.article-header p{color:var(--color-muted)}.article-image{width:min(100%,1200px);margin:0 auto 70px}.article-image img{width:100%;max-height:760px;object-fit:cover}.article-content{max-width:760px;margin:auto;color:var(--color-ink)}.article-content p{margin-bottom:1.5em}.article-content img{margin:48px auto}.article-content blockquote{margin:48px 0;padding-left:28px;border-left:2px solid var(--color-accent);font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:1.5rem}@media(max-width:990px){.header__inner{grid-template-columns:1fr auto 1fr;min-height:72px}.header__nav{display:none}.menu-toggle{display:block;justify-self:start}.header__brand{grid-column:2}.header__actions .header__action:first-child{display:none}.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-card:last-child:nth-child(odd){grid-column:1/-1}.story,.product-page{grid-template-columns:1fr}.story__content{min-height:500px}.product-info{position:static}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}.hero{min-height:720px}.hero__content{max-width:590px}.hero__overlay{background:linear-gradient(90deg,#f5f1e8f0,#f5f1e8a3 58%,#f5f1e81f)}}@media(max-width:640px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.section{padding:72px 0}.section-heading{display:block;margin-bottom:32px}.section-heading p{margin-top:18px}.header__actions{gap:12px}.header__brand{font-size:1.05rem;letter-spacing:.12em}.header__brand .header__wordmark{width:128px}.hero{min-height:680px;align-items:end}.hero__media img{object-position:64% center}.hero__overlay{background:linear-gradient(0deg,#f5f1e8f5,#f5f1e8bd,#f5f1e814)}.hero__content{padding-block:58px}.hero__content h1{font-size:clamp(3.5rem,16vw,5.3rem)}.hero__actions{display:grid}.value-strip__grid{grid-template-columns:1fr}.value-item+.value-item{border-top:1px solid var(--color-line);border-left:0}.product-grid{gap:30px 12px}.collection-grid{grid-template-columns:1fr}.collection-card,.collection-card:last-child:nth-child(odd){grid-column:auto;min-height:440px}.story__media{min-height:420px}.story__content{padding:56px 24px}.footer__grid{grid-template-columns:1fr;gap:36px}.footer__grid>div:first-child{grid-column:auto}.footer__bottom{display:block}.footer__bottom>*+*{margin-top:10px}.product-gallery{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block}.cart-table tr{padding:24px 0;border-bottom:1px solid var(--color-line)}.cart-table td{padding:6px 0;border:0}.cart-summary{align-items:stretch}.search-form{display:grid}.product-page{gap:36px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
