*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f1e8;color:#2a211c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}.page-width{width:min(1200px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:9999;padding:12px 16px;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;border:1px solid #6d2f21;background:#6d2f21;color:#fff;font-weight:750;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-1px);opacity:.94}.btn--light{background:#fff7ec;color:#6d2f21;border-color:#d8c0a6}.btn--dark{background:#24372b;border-color:#24372b}.section{padding:64px 0}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#8f6b47}.section-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4.4vw,50px);line-height:1.04;margin:8px 0 12px;color:#4f241b}.section-subtitle{max-width:700px;color:#6e5a4d;line-height:1.7}.announcement{background:#4f241b;color:#fff7ec}.announcement__inner{min-height:38px;display:flex;gap:28px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:12px;font-weight:700}.site-header-wrap{background:#fffaf2;border-bottom:1px solid #eadac6;position:sticky;top:0;z-index:50}.site-header{min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.header-left{display:flex;justify-content:flex-start}.brand{grid-column:2;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:800;color:#5f291e;text-align:center;justify-self:center}.brand img{max-height:52px;width:auto;margin-inline:auto}.desktop-nav{display:none}.header-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;grid-column:3}.icon-btn{width:42px;height:42px;border:1px solid #e4d2bc;border-radius:50%;background:#fff7ec;display:grid;place-items:center;position:relative}.cart-count{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;border-radius:20px;background:#b46b2c;color:#fff;font-size:10px;display:grid;place-items:center;padding:0 4px}.mobile-menu{display:block;position:relative}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{position:absolute;left:0;top:52px;width:240px;background:#fffaf2;border:1px solid #e4d2bc;border-radius:12px;padding:10px;box-shadow:0 18px 40px #502d1d29;z-index:100}.mobile-menu__panel a{display:block;padding:11px 10px;border-radius:8px;font-weight:700}.mobile-menu__panel a:hover{background:#f2e5d5}.hero{padding:28px 0 22px}.hero__shell{display:grid;grid-template-columns:1.05fr .95fr;min-height:570px;background:#efe0ce;border:1px solid #dfc8aa;overflow:hidden;border-radius:18px}.hero__copy{padding:clamp(34px,6vw,76px);display:flex;flex-direction:column;justify-content:center}.hero__copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5.6vw,64px);line-height:.98;margin:10px 0 18px;color:#4f241b}.hero__copy p{font-size:16px;line-height:1.62;color:#6b5446;max-width:620px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hero__trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.trust-chip{background:#fff7ec;border:1px solid #dcc6ab;padding:10px 12px;border-radius:999px;font-size:12px;font-weight:750;color:#5d4739}.hero__media{min-height:420px;background:#dcc6ab}.hero__media img{width:100%;height:100%;object-fit:cover}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:30px}.category-card{background:#fffaf2;border:1px solid #ead9c4;border-radius:14px;overflow:hidden;transition:.2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #5c35221f}.category-card__media{aspect-ratio:1/1;background:#ead9c4}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__body{padding:15px}.category-card__body strong{display:block;color:#52271d}.category-card__body span{display:block;margin-top:5px;font-size:12px;color:#7b6555}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fffaf2;border:1px solid #ead9c4;border-radius:14px;overflow:hidden}.product-card__media{aspect-ratio:1/1;background:#f0e5d8;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;left:10px;top:10px;background:#24372b;color:#fff;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800}.product-card__body{padding:16px}.product-card__title{font-weight:760;line-height:1.35;color:#3f2a20}.product-card__price{display:flex;align-items:center;gap:8px;margin:9px 0 14px}.product-card__price strong{color:#6d2f21}.product-card__price s{color:#9a887b;font-size:13px}.product-card form{margin-top:12px}.product-card .btn{width:100%;min-height:44px}.story-grid,.process-grid,.feature-banner{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.story-card,.process-card,.feature-banner{background:#fffaf2;border:1px solid #ead9c4;border-radius:18px;overflow:hidden}.story-card__media,.process-card__media{min-height:460px}.story-card__media img,.process-card__media img{width:100%;height:100%;object-fit:cover}.story-copy,.process-copy{padding:clamp(30px,5vw,60px)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.stat{padding:14px;border-radius:10px;background:#f2e5d5}.stat strong{display:block;color:#6d2f21;font-size:18px}.stat span{font-size:12px;color:#6e5a4d}.process-list{display:grid;gap:12px;margin-top:22px}.process-item{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.process-num{width:34px;height:34px;border-radius:50%;background:#6d2f21;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.process-item strong{display:block;margin-bottom:3px}.process-item span{color:#6e5a4d;font-size:14px;line-height:1.5}.feature-banner{background:#24372b;color:#fff;padding:0}.feature-banner__copy{padding:clamp(30px,5vw,58px)}.feature-banner .section-title{color:#fff}.feature-banner p{color:#d7dfd7;line-height:1.7}.feature-banner__media{min-height:360px}.feature-banner__media img{width:100%;height:100%;object-fit:cover}.proof-strip{background:#6d2f21;color:#fff}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.proof-item{padding:20px;border-left:1px solid rgba(255,255,255,.2)}.proof-item:first-child{border-left:0}.proof-item strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:24px}.proof-item span{display:block;margin-top:6px;color:#efd9ca;font-size:13px;line-height:1.5}.faq-wrap{max-width:900px;margin:0 auto}.faq-item{border-top:1px solid #dfcbb3}.faq-item:last-child{border-bottom:1px solid #dfcbb3}.faq-item summary{cursor:pointer;padding:20px 0;font-weight:760;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:22px;color:#8f3d2a}.faq-item[open] summary:after{content:"\2013"}.faq-item__answer{padding:0 0 20px;color:#6d5a4c;line-height:1.7}.site-footer{background:#2f211a;color:#f4e5d3;padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer-brand{font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:800}.footer-copy{color:#cdbbaa;line-height:1.65;max-width:420px}.footer-links strong{display:block;margin-bottom:12px;color:#fff}.footer-links a{display:block;padding:6px 0;color:#cfb9a8;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#baa697}.collection-hero{padding:46px 0 26px}.collection-hero__box{background:#efe0ce;border:1px solid #dfc8aa;border-radius:18px;padding:clamp(28px,5vw,54px)}.collection-description{color:#6b5446;line-height:1.7;max-width:760px}.collection-grid{padding:24px 0 64px}.product-main{padding:38px 0 64px}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery__item{background:#efe6da;border:1px solid #e4d2bc;border-radius:14px;overflow:hidden}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:120px}.product-info h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,58px);line-height:1.02;margin:8px 0 14px;color:#4f241b}.product-vendor{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8f6b47;font-weight:800}.product-price{font-size:24px;font-weight:800;color:#6d2f21;margin:12px 0 20px}.field{display:grid;gap:8px;margin:16px 0}.field label{font-size:13px;font-weight:750}.field select,.field input{width:100%;min-height:46px;border:1px solid #d9c4aa;border-radius:8px;background:#fffaf2;padding:0 12px}.product-form-actions{display:grid;gap:10px;margin-top:18px}.product-form-actions .btn{width:100%}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}.product-trust__item{background:#fffaf2;border:1px solid #ead9c4;border-radius:10px;padding:14px}.product-trust__item strong{display:block;font-size:13px}.product-trust__item span{display:block;margin-top:4px;font-size:12px;color:#756052;line-height:1.45}.product-description{margin-top:24px;border-top:1px solid #dfcbb3;padding-top:20px;color:#5f4b3d;line-height:1.75}.cart-main{padding:46px 0 70px}.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:30px}.cart-card,.cart-summary{background:#fffaf2;border:1px solid #ead9c4;border-radius:16px;padding:22px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:16px;padding:16px 0;border-bottom:1px solid #ead9c4}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:10px}.cart-item__title{font-weight:750}.cart-summary{height:max-content;position:sticky;top:110px}.cart-summary__row{display:flex;justify-content:space-between;gap:12px;margin:12px 0}.cart-summary .btn{width:100%;margin-top:12px}.empty-state{background:#fffaf2;border:1px solid #ead9c4;border-radius:16px;padding:48px;text-align:center}@media(max-width:980px){.site-header{grid-template-columns:1fr auto 1fr}.hero__shell,.story-grid,.process-grid,.feature-banner,.product-layout,.cart-layout{grid-template-columns:1fr}.hero__media{order:-1}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-info,.cart-summary{position:static}}@media(max-width:620px){.page-width{width:min(100% - 20px,1200px)}.announcement__inner{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding:0 10px}.site-header{min-height:66px;gap:8px}.brand{font-size:21px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{width:40px;height:40px}.hero__copy{padding:28px}.hero__copy h1{font-size:38px}.hero__copy p{font-size:15px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-grid{gap:10px}.section{padding:46px 0}.section-head{align-items:start;flex-direction:column}.story-card__media,.process-card__media{min-height:300px}.stat-grid,.proof-grid{grid-template-columns:1fr}.proof-item{border-left:0;border-top:1px solid rgba(255,255,255,.2)}.proof-item:first-child{border-top:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.product-trust{grid-template-columns:1fr}.cart-item{grid-template-columns:74px 1fr}.cart-item img{width:74px;height:74px}.cart-item>:last-child{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
