:root{--bg: #F5F0EB;--surface: #EFEBE4;--fg: #2C2416;--muted: #8B7355;--border: #E0D8CE;--serif: "Playfair Display", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max: 1600px;--pad: clamp(1rem, 4vw, 3rem);--header-h: 5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);font-weight:300;font-size:1rem;color:var(--fg);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,select{font-family:inherit}.skip-link{position:absolute;left:1rem;top:1rem;background:var(--fg);color:var(--bg);padding:.5rem 1rem;transform:translateY(-200%);transition:transform .2s;z-index:200;font-size:.875rem}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:1px solid transparent;color:#f5f0eb;transition:background .4s ease,border-color .4s ease,color .4s ease}.site-header.scrolled{background:#f5f0ebf0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);color:var(--fg)}.header-inner{max-width:var(--max);margin:0 auto;padding:0 var(--pad);height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.header-nav-left{display:flex;gap:2.5rem;align-items:center}.header-nav-left a{font-size:.8125rem;letter-spacing:.04em;transition:opacity .2s}.header-nav-left a:hover{opacity:.7}.site-logo{font-family:var(--serif);font-size:1.625rem;letter-spacing:.25em;text-transform:uppercase;white-space:nowrap}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.cart-link{position:relative;display:flex;align-items:center;padding:.375rem;transition:opacity .2s}.cart-link:hover{opacity:.7}.cart-badge{position:absolute;top:-2px;right:-2px;width:1.125rem;height:1.125rem;background:currentColor;color:inherit;border-radius:50%;font-size:.625rem;font-weight:500;display:flex;align-items:center;justify-content:center}.site-header:not(.scrolled) .cart-badge{background:#f5f0eb;color:#2c2416}.site-header.scrolled .cart-badge{background:var(--fg);color:var(--bg)}.page-offset{padding-top:var(--header-h)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.5rem;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:opacity .2s,background .2s,color .2s;white-space:nowrap;border:1px solid transparent;cursor:pointer}.btn-dark{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn-dark:hover{opacity:.82}.btn-light{background:var(--bg);color:var(--fg);border-color:var(--bg)}.btn-light:hover{opacity:.85}.btn-outline{background:transparent;color:var(--fg);border-color:var(--fg)}.btn-outline:hover{background:var(--fg);color:var(--bg)}.btn-full{width:100%}.btn[disabled],.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:#2c2416;overflow:hidden}.hero-collage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:1fr 1fr;gap:2px}.collage-cell{overflow:hidden}.collage-cell img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.collage-cell--0{grid-row:1 / 3}.hero-bg-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000038,#00000073,#0000008c)}.hero-content{position:relative;z-index:1;text-align:center;color:#f5f0eb;padding:2rem var(--pad);max-width:700px}.hero-title{font-family:var(--serif);font-size:clamp(3.5rem,10vw,9rem);font-weight:400;letter-spacing:.22em;text-transform:uppercase;line-height:1;margin-bottom:1.5rem}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;letter-spacing:.04em;opacity:.85;margin-bottom:3rem}.home-products{max-width:var(--max);margin:0 auto;padding:5rem var(--pad) 6rem}.home-products-header{text-align:center;margin-bottom:4rem}.home-products-header h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:.04em;margin-bottom:.75rem}.home-products-header p{color:var(--muted);font-weight:300;font-size:1.0625rem}.empty-grid{grid-column:1 / -1;text-align:center;color:var(--muted);padding:4rem 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 1.25rem}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}.product-card-link{display:block}.product-card-img{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--surface);margin-bottom:1rem}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.product-card-link:hover .product-card-img img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;background:var(--surface)}.product-card-hover{position:absolute;bottom:0;left:0;right:0;background:#2c2416d9;color:#f5f0eb;text-align:center;padding:.875rem;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;transform:translateY(100%);transition:transform .3s ease}.product-card-link:hover .product-card-hover{transform:translateY(0)}.product-card-name{font-size:.875rem;font-weight:400;letter-spacing:.02em;margin-bottom:.25rem}.product-card-price{font-size:.875rem;color:var(--muted);font-weight:300}.page-collection{max-width:var(--max);margin:0 auto;padding:5rem var(--pad) 8rem}.collection-header{text-align:center;margin-bottom:4rem}.collection-header h1{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;letter-spacing:.05em;margin-bottom:1rem}.collection-desc{color:var(--muted);font-weight:300;max-width:42rem;margin:0 auto;font-size:1.0625rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:3rem}.product-count{font-size:.8125rem;color:var(--muted);font-weight:300}.page-product{max-width:var(--max);margin:0 auto;padding:2rem var(--pad) 8rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-bottom:6rem}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2.5rem}}.product-img-main{aspect-ratio:3 / 4;overflow:hidden;background:var(--surface)}.product-img-main img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{width:100%;aspect-ratio:3/4;background:var(--surface)}.product-img-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.75rem}.thumb{aspect-ratio:3/4;overflow:hidden;background:var(--surface);opacity:.5;transition:opacity .2s;cursor:pointer;border:none;padding:0}.thumb:hover,.thumb.active{opacity:1;outline:1px solid var(--fg)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:2.5rem}.product-title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:400;letter-spacing:.02em;margin-bottom:.875rem;line-height:1.2}.product-price{font-size:1.125rem;color:var(--muted);margin-bottom:2rem;font-weight:300;letter-spacing:.03em}.product-option{margin-bottom:1.75rem}.option-label{font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem}.option-values{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.opt-btn{min-width:3rem;height:3rem;padding:0 1.25rem;border:1px solid var(--border);font-size:.8125rem;font-weight:300;transition:all .15s;background:transparent;color:var(--fg);cursor:pointer}.opt-btn:hover{border-color:var(--fg)}.opt-btn.selected{border-color:var(--fg);background:var(--fg);color:var(--bg);font-weight:400}#product-form{margin-bottom:2rem}#product-form .btn{height:3.75rem;font-size:.75rem}.product-desc{border-top:1px solid var(--border);padding-top:2rem;margin-top:2rem;font-weight:300;line-height:1.85;font-size:.9375rem;color:#2c2416d9}.product-meta{margin-top:2.5rem;border-top:1px solid var(--border)}.meta-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);font-size:.8125rem;color:var(--muted);font-weight:300}.meta-key{font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--fg)}.related{border-top:1px solid var(--border);padding-top:4rem}.related h2{font-family:var(--serif);font-size:1.75rem;font-weight:400;margin-bottom:2.5rem}.page-cart{max-width:1280px;margin:0 auto;padding:5rem var(--pad) 8rem}.page-cart>h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:.04em;margin-bottom:3.5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}@media(max-width:960px){.cart-layout{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:7.5rem;flex-shrink:0}.cart-item-img img{width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--surface);display:block}.cart-img-placeholder{width:100%;aspect-ratio:3/4;background:var(--surface)}.cart-item-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:.25rem 0}.cart-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-item-name{font-family:var(--serif);font-size:1.0625rem;font-weight:400;letter-spacing:.01em;line-height:1.3}.cart-item-name:hover{text-decoration:underline;text-underline-offset:3px}.cart-remove{color:var(--muted);flex-shrink:0;padding:.125rem;transition:color .2s}.cart-remove:hover{color:var(--fg)}.cart-item-variant{font-size:.8125rem;color:var(--muted);margin-top:.375rem;font-weight:300}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center}.cart-item-price{font-size:1rem;font-weight:400}.qty-control{display:flex;align-items:center;border:1px solid var(--border)}.qty-control button{width:2.25rem;height:2.25rem;font-size:1.125rem;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:color .2s;cursor:pointer;background:none;border:none}.qty-control button:hover{color:var(--fg)}.qty-control span{width:2.25rem;text-align:center;font-size:.875rem;font-weight:300}.cart-summary{background:var(--surface);padding:2rem;border:1px solid var(--border);position:sticky;top:calc(var(--header-h) + 1.5rem)}.cart-summary h2{font-family:var(--serif);font-size:1.375rem;font-weight:400;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;font-size:.875rem;font-weight:300;margin-bottom:.875rem}.summary-row.muted{color:var(--muted)}.summary-row.total{font-size:1rem;font-weight:400;margin-bottom:1.5rem}.summary-divider{border-top:1px solid var(--border);margin:.5rem 0 1rem}.cart-summary .btn{height:3.5rem}.cart-secure{text-align:center;font-size:.75rem;color:var(--muted);margin-top:1rem;font-weight:300}.cart-empty{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-empty h2{font-family:var(--serif);font-size:2.25rem;font-weight:400;margin-bottom:.875rem}.cart-empty p{color:var(--muted);margin-bottom:2.5rem;font-weight:300;font-size:1.0625rem}.page-404{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem var(--pad)}.page-404 h1{font-family:var(--serif);font-size:3rem;font-weight:400;margin-bottom:1rem}.page-404 p{color:var(--muted);margin-bottom:2.5rem}.page-password{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--fg);color:var(--bg)}.password-inner{text-align:center;width:100%;max-width:380px}.password-logo{font-family:var(--serif);font-size:2.5rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem}.password-inner>p{color:#f5f0eba6;margin-bottom:2rem;font-weight:300}.password-form{display:flex;flex-direction:column;gap:.75rem}.password-input{width:100%;padding:.875rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:var(--bg);font-size:.9375rem;font-weight:300;transition:border-color .2s}.password-input::placeholder{color:#f5f0eb66}.password-input:focus{outline:none;border-color:#ffffff80}.password-error{color:#f4a261;font-size:.8125rem;margin-top:.5rem}.page-generic{max-width:860px;margin:0 auto;padding:6rem var(--pad) 8rem}.page-generic h1{font-family:var(--serif);font-size:2.75rem;font-weight:400;letter-spacing:.03em;margin-bottom:2.5rem}.rte{font-weight:300;line-height:1.9;font-size:1rem}.rte p+p{margin-top:1.25rem}.rte h2,.rte h3{font-family:var(--serif);font-weight:400;margin:2rem 0 .75rem}.rte a{text-decoration:underline;text-underline-offset:3px}.site-footer{border-top:1px solid var(--border);background:var(--surface)}.footer-inner{max-width:var(--max);margin:0 auto;padding:4rem var(--pad) 3rem;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:2rem}@media(max-width:700px){.footer-inner{grid-template-columns:1fr}}.footer-logo{font-family:var(--serif);font-size:1.5rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.5rem}.footer-tagline{font-size:.8125rem;color:var(--muted);font-weight:300}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.8125rem;color:var(--muted);font-weight:300;transition:color .2s}.footer-links a:hover{color:var(--fg)}.footer-copy{font-size:.75rem;color:var(--muted);text-align:right;align-self:end;font-weight:300}@media(max-width:700px){.footer-copy{text-align:left}}@media(max-width:640px){.header-nav-left{display:none}.header-inner{grid-template-columns:1fr auto}.site-logo{text-align:left}}@media(max-width:600px){.hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.collage-cell--0{grid-row:1 / 3}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/minari.css.map */
