:root{--color-cream: #f7f0e6;--color-sand: #dfc3a3;--color-earth: #5d3a2a;--color-bark: #2e1d17;--color-lilac: #cbb1dc;--color-plum: #6d3a85;--color-sage: #7b8e69;--color-mist: rgba(247, 240, 230, .72);--shadow-soft: 0 24px 60px rgba(46, 29, 23, .16);--radius-lg: 32px;--radius-md: 20px;--radius-sm: 999px;--page-width: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--color-bark);background:radial-gradient(circle at top left,rgba(203,177,220,.32),transparent 30%),linear-gradient(180deg,#fbf8f2,#f1e6d8);min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,.button{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:var(--color-bark);color:var(--color-cream);padding:.75rem 1rem}.page-width{width:min(calc(100% - 2rem),var(--page-width));margin:0 auto}.section-shell{padding:3.5rem 0}.section-heading{max-width:42rem;display:grid;gap:.85rem;margin-bottom:2rem}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-sage);font-size:.78rem;font-weight:700}h1,h2,h3,.display{font-family:Cormorant Garamond,serif;line-height:.95;margin:0}h1{font-size:clamp(1.9rem,3.8vw,3.1rem)}h2{font-size:clamp(1.55rem,3vw,2.35rem)}h3{font-size:clamp(1.15rem,2vw,1.65rem)}p{margin:0 0 1rem;line-height:1.7}p:last-child{margin-bottom:0}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.5rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--color-plum),#8f58a2);color:#fff;font-weight:700;box-shadow:0 14px 30px #6d3a8547;transition:transform .15s ease,box-shadow .15s ease}.button:hover,button.button:hover{transform:translateY(-2px);box-shadow:0 18px 36px #6d3a8557}.button.secondary{background:transparent;color:var(--color-bark);border:1px solid rgba(46,29,23,.16);box-shadow:none}.announcement-bar{background:linear-gradient(90deg,var(--color-bark),#563a2f);color:var(--color-cream);font-size:.9rem}.announcement-bar__inner{min-height:42px;display:flex;align-items:center;justify-content:center;text-align:center}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf8f2bd;border-bottom:1px solid rgba(46,29,23,.08)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;min-height:84px}.site-header__brand{display:inline-flex;align-items:center;gap:.9rem}.site-header__brand img{width:64px;height:64px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow-soft)}.site-header__titles{display:flex;flex-direction:column}.site-header__title{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:700}.site-header__tagline{font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:#2e1d17a3}.site-nav{justify-self:center}.site-nav__list{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}.site-nav__item{display:flex}.site-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 .95rem;border-radius:var(--radius-sm);position:relative;font-weight:600}.site-nav__link:after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--color-plum);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav__link:hover:after,.site-nav__link[aria-current=page]:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:1rem}.header-action{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:50%;background:#ffffffb8;border:1px solid rgba(46,29,23,.08);padding:0 .85rem;font-size:.8rem;font-weight:700}.hero{padding:3rem 0 2rem}.hero__wrap{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;align-items:stretch}.hero__content,.hero__media{position:relative;border-radius:var(--radius-lg);overflow:hidden}.hero__content{padding:clamp(2rem,5vw,4rem);background:linear-gradient(150deg,#f7f0e6f2,#f7f0e6c2),var(--artwork-image) center/cover no-repeat;min-height:620px;display:flex;flex-direction:column;justify-content:end;box-shadow:var(--shadow-soft)}.hero__title{max-width:11ch;font-size:clamp(2rem,3.4vw,2.95rem);line-height:1}.hero__badge{align-self:flex-start;padding:.6rem 1rem;border-radius:var(--radius-sm);background:#ffffffb8;border:1px solid rgba(46,29,23,.1);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:1.5rem}.hero__lead{max-width:34rem;font-size:1rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.hero__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.hero__fact{background:#ffffffb8;padding:1rem;border-radius:18px;border:1px solid rgba(46,29,23,.08)}.hero__fact strong{display:block;font-size:1.4rem;font-family:Cormorant Garamond,serif}.hero__media{min-height:620px;box-shadow:var(--shadow-soft)}.hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(46,29,23,.42) 100%),var(--artwork-image) center/cover no-repeat;transform:scale(1.02)}.hero__media-card{position:absolute;right:1.5rem;bottom:1.5rem;max-width:300px;padding:1.25rem;border-radius:24px;color:var(--color-cream);background:#2e1d1794;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.product-card,.collection-card,.story-card,.cart-card,.product-panel{background:#ffffffb3;border:1px solid rgba(46,29,23,.08);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft)}.product-card__media,.collection-card__media{aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(135deg,#cbb1dc4d,#dfc3a366)}.product-card__media img,.collection-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body,.collection-card__body,.story-card__body{padding:1.5rem;display:grid;gap:.8rem}.price{font-weight:700;font-size:1.1rem}.muted{color:#2e1d17a3}.story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:center}.section-heading>h1,.section-heading>h2,.story-card__body>h2,.page-title{line-height:1.02}.page-title{font-size:clamp(1.55rem,2.6vw,2.25rem)}.story-art{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.story-art img{aspect-ratio:4 / 5;width:100%;object-fit:cover}.icon-list{display:grid;gap:.85rem;margin-top:1.5rem}.icon-list__item{display:flex;align-items:center;gap:.9rem}.icon-list__mark{width:2.2rem;height:2.2rem;border-radius:50%;background:#6d3a851a;color:var(--color-plum);display:inline-flex;align-items:center;justify-content:center;font-weight:800}.shopify-section[id*=footer]{padding-bottom:2rem}.site-footer{padding:3rem 0 0}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:2rem;border-radius:var(--radius-lg);background:linear-gradient(160deg,var(--color-bark),#5a3b31);color:var(--color-cream)}.site-footer__brand{display:flex;gap:1rem;align-items:center}.site-footer__brand img{width:74px;height:74px;border-radius:22px}.site-footer__meta{display:flex;gap:2rem;align-items:end;flex-wrap:wrap}.site-footer__meta a{color:#f7f0e6e6}.product-layout,.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:2rem}.page-shell{max-width:860px}.product-gallery{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.product-gallery img{width:100%;object-fit:cover}.product-panel{padding:2rem;display:grid;gap:1rem}.page-content{padding:2rem 2.25rem;background:#ffffffc7;border:1px solid rgba(46,29,23,.08);border-radius:28px;box-shadow:var(--shadow-soft)}.rte{font-size:1rem;line-height:1.75}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-family:Cormorant Garamond,serif;color:var(--color-bark);line-height:1.08;margin:1.5rem 0 .75rem}.rte h1{font-size:clamp(1.8rem,3.2vw,2.8rem)}.rte h2{font-size:clamp(1.55rem,2.8vw,2.2rem)}.rte h3{font-size:clamp(1.25rem,2.1vw,1.7rem)}.rte p,.rte ul,.rte ol{margin-bottom:1rem}.rte strong,.rte b{color:var(--color-bark)}.rte hr{border:0;border-top:1px solid rgba(46,29,23,.12);margin:1.5rem 0}.rte form{display:grid;gap:1rem}.rte input,.rte textarea,.rte select{width:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(46,29,23,.12);background:#fff;font:inherit;color:var(--color-bark)}.rte textarea{min-height:160px;resize:vertical}.rte ul,.rte ol{padding-left:1.3rem}.rte a{color:var(--color-plum);text-decoration:underline;text-underline-offset:.15em}@media screen and (max-width:749px){.page-content{padding:1.5rem}}.product-form__controls{display:grid;gap:1rem;margin:1.5rem 0}.field,.select{width:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(46,29,23,.12);background:#fff;font:inherit}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem 0;text-align:left;border-bottom:1px solid rgba(46,29,23,.08)}.empty-state{padding:2rem;text-align:center}@media screen and (max-width:989px){.site-header__inner,.hero__wrap,.story-grid,.product-layout,.cart-layout,.site-footer__inner{grid-template-columns:1fr}.site-nav{justify-self:start}.site-nav__list,.hero__facts,.collection-grid,.product-grid{grid-template-columns:1fr}.site-nav__list{flex-wrap:wrap;gap:.25rem}.site-header__inner{padding:1rem 0}.site-header__actions{justify-content:flex-start}.hero__content,.hero__media{min-height:auto}.hero__title{max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/base.css.map */
