:root{--ink:#26372e;--muted:#68766c;--cream:#fbf8f2;--sage:#e8eee4;--sand:#f0e4d5;--clay:#b86f4e;--line:#dfe5dc;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.page-width{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:#fbf8f2f7;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.logo{font-weight:800;letter-spacing:2px;font-size:22px}.nav{display:flex;align-items:center;gap:24px;font-size:14px}.nav details{position:relative}.nav summary{cursor:pointer;list-style:none}.nav summary::-webkit-details-marker{display:none}.submenu{position:absolute;top:28px;left:-18px;background:#fff;padding:14px 18px;min-width:190px;border:1px solid var(--line);display:grid;gap:10px;box-shadow:0 10px 30px #26372e12}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.hero{background:var(--sage);display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:680px;overflow:hidden}.hero-media{order:2;padding:0;min-height:680px;overflow:hidden}.hero-media img{display:block;width:100%;height:100%;min-height:680px;object-fit:cover;object-position:center}.hero-copy{order:1;padding:76px 0;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--clay);font-weight:700}.hero h1{font-size:clamp(42px,5.8vw,78px);line-height:1.02;max-width:700px;margin:12px 0 20px}.hero p{font-size:19px;max-width:560px;color:#405247}.button{display:inline-block;background:var(--ink);color:#fff;padding:13px 23px;border-radius:999px;font-weight:700;margin-top:16px}.section{padding:88px 0}.section-heading{max-width:720px;margin-bottom:38px}.section-heading h1,.section-heading h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:8px 0 14px}.section-heading p{color:var(--muted);font-size:17px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px}.product-card{display:block;min-width:0}.product-card-media{background:#f1eee7;overflow:hidden;border-radius:18px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.product-card-media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s}.product-card:hover .product-card-media img{transform:scale(1.035)}.product-card-info h3{font-size:15px;line-height:1.35;margin:14px 0 4px;font-weight:700}.product-card-info .price{font-size:14px;color:var(--muted)}.collection-heading{margin-bottom:44px}.collection-description{color:var(--muted);max-width:650px;font-size:16px}.card{display:block}.card-media{background:#f1eee7;overflow:hidden;border-radius:22px}.card-media img{display:block;width:100%;height:auto;transition:transform .25s}.card:hover .card-media img{transform:scale(1.035)}.card h3{font-size:17px;margin:14px 0 2px}.card-link{font-size:13px;color:var(--clay);font-weight:700}.category-card{background:var(--white);padding-bottom:16px;border-radius:22px;overflow:hidden}.category-card h3,.category-card .card-link{margin-left:18px}.categories-section{background:#fff}.categories-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.categories-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:10px 0 16px}.categories-copy>p{color:var(--muted);font-size:17px;max-width:620px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}.category-mini{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.category-icon{width:58px;height:58px;border-radius:50%;background:var(--sage);display:grid;place-items:center;margin-bottom:8px;overflow:hidden}.category-icon img{width:100%;height:100%;object-fit:contain}.category-mini strong{font-size:14px}.category-mini small{font-size:12px;color:var(--muted);min-height:34px}.category-mini .card-link{font-size:12px;margin-top:5px}.categories-feature{background:var(--sage);border-radius:45%/38%;overflow:hidden;padding:18px}.categories-feature img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;border-radius:35%}.featured-collection-section{background:var(--cream)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.split img{display:block;width:100%;height:auto;border-radius:28px}.story-section{background:var(--sand)}.story-copy h2{font-size:clamp(30px,4vw,52px);line-height:1.08;margin:12px 0 18px}.story-copy p{color:var(--muted);font-size:18px}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.trust>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.trust h3{margin:0 0 8px}.trust p{margin:0;color:var(--muted)}.newsletter{background:var(--sage)}.form-grid{display:grid;gap:14px;max-width:680px}.form-grid input,.form-grid textarea{width:100%;padding:15px;border:1px solid #cfd8ce;background:#fff;border-radius:10px;font:inherit}.footer{background:var(--ink);color:#fff;padding:48px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer p{color:#d7dfd8}.mobile-nav{display:none}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:0}.hero-media{order:1;min-height:0;height:auto}.hero-media img{min-height:0;height:auto;object-fit:contain}.hero-copy{order:2;padding:38px 0 56px}.nav{display:none}.menu-toggle{display:block}.grid,.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr;gap:30px}.categories-layout{grid-template-columns:1fr;gap:36px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-feature{max-width:620px;margin:auto}.trust{grid-template-columns:1fr}.section{padding:58px 0}.footer-inner{flex-direction:column}.mobile-nav{padding:0 24px 20px;display:grid;gap:12px}.mobile-nav[hidden]{display:none}}@media(max-width:520px){.page-width{width:min(100% - 32px,1180px)}.grid,.collection-grid{gap:14px}.hero h1{font-size:42px}.hero p{font-size:17px}.section-heading p,.category-card h3{font-size:15px}.card-link{font-size:12px}}.full-bleed-hero,.full-bleed-categories{position:relative;width:100%;min-height:760px;overflow:hidden;display:flex;align-items:center;background:var(--sage)}.full-bleed-hero__media,.full-bleed-categories__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.full-bleed-hero__media img,.full-bleed-categories__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.full-bleed-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e8eee4f5,#e8eee4c7 40%,#e8eee40d 76%);z-index:1}.full-bleed-categories__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#26372ee0,#26372e94 46%,#26372e1f);z-index:1}.full-bleed-hero__content,.full-bleed-categories__content{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:auto;padding:110px 0}.full-bleed-hero h1{font-size:clamp(48px,7vw,96px);line-height:.98;max-width:700px;margin:14px 0 24px}.full-bleed-hero p{font-size:20px;max-width:560px;color:#405247}.full-bleed-categories{min-height:720px;background:var(--ink)}.full-bleed-categories__content{color:#fff}.full-bleed-categories h2{font-size:clamp(42px,5vw,72px);line-height:1.02;max-width:720px;margin:14px 0 20px}.full-bleed-categories p{font-size:18px;max-width:620px;color:#edf2eb}.category-grid--overlay{max-width:850px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:42px}.category-mini--light{color:#fff}.category-mini--light small{color:#e4ebe2}.category-mini--light .card-link{color:#fff}.category-mini--light .category-icon{background:#ffffffd1}@media(max-width:900px){.full-bleed-hero,.full-bleed-categories{min-height:680px}.full-bleed-hero__overlay{background:linear-gradient(180deg,#e8eee4e6,#e8eee499 52%,#e8eee41f)}.full-bleed-categories__overlay{background:linear-gradient(180deg,#26372ee0,#26372e94)}.full-bleed-hero__content,.full-bleed-categories__content{padding:70px 0}.category-grid--overlay{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}}@media(max-width:520px){.full-bleed-hero,.full-bleed-categories{min-height:650px}.full-bleed-hero h1{font-size:48px}.full-bleed-hero p{font-size:17px}.full-bleed-categories h2{font-size:42px}.category-grid--overlay{gap:20px}}.featured-products-section{background:var(--cream);padding:92px 0 104px}.featured-products-inner{width:min(1480px,calc(100% - 56px));margin:0 auto}.featured-products-heading{max-width:760px;margin:0 0 42px}.featured-products-heading h2{font-size:clamp(34px,4.5vw,60px);line-height:1.04;margin:10px 0 14px}.featured-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.featured-product-card{display:block;min-width:0}.featured-product-media{width:100%;aspect-ratio:1/1;background:#f1eee7;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.featured-product-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .25s}.featured-product-card:hover .featured-product-media img{transform:scale(1.035)}.featured-product-info{padding-top:15px}.featured-product-info h3{font-size:15px;line-height:1.35;margin:0 0 5px;font-weight:700}.featured-product-info .price{font-size:14px;color:var(--muted)}.featured-product-placeholder{padding:24px;text-align:center;color:var(--muted)}.empty-state{color:var(--muted)}@media(max-width:1000px){.featured-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.featured-products-inner{width:min(100% - 40px,1480px)}}@media(max-width:520px){.featured-products-section{padding:58px 0 70px}.featured-products-inner{width:calc(100% - 32px)}.featured-products-grid{gap:18px}.featured-product-info h3{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
