:root{--espresso: #3A2A20;--espresso-soft: #5C463A;--butter: #F7E7C1;--butter-pale: #FDF6E6;--marigold: #E8A93B;--marigold-deep: #C98A22;--forest: #4B5D3A;--cream-card: #FFFBF2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Work Sans,sans-serif;background:var(--butter-pale);color:var(--espresso);-webkit-font-smoothing:antialiased}.display{font-family:Fredoka,sans-serif}.mono{font-family:Space Mono,monospace}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1280px;margin:0 auto;padding:0 6%}.site-header{display:flex;align-items:center;justify-content:space-between;padding:24px 6%;position:sticky;top:0;background:#fdf6e6eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;border-bottom:1px solid rgba(58,42,32,.08)}.logo{font-family:Fredoka,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}.logo-mark{width:34px;height:34px;border-radius:50%;background:var(--marigold);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.site-nav{display:flex;gap:36px;align-items:center}.site-nav a{font-size:.95rem;font-weight:500;color:var(--espresso-soft);transition:color .2s}.site-nav a:hover{color:var(--marigold-deep)}.header-actions{display:flex;align-items:center;gap:20px}.cart-link{position:relative;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:6px}.cart-count{background:var(--espresso);color:var(--butter-pale);font-family:Space Mono,monospace;font-size:.7rem;border-radius:999px;padding:2px 7px}.btn-primary{background:var(--marigold);color:var(--espresso);padding:16px 32px;border-radius:999px;font-weight:600;font-size:1rem;display:inline-block;box-shadow:0 6px 0 var(--marigold-deep);transition:transform .15s;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(2px);box-shadow:0 4px 0 var(--marigold-deep)}.btn-ghost{font-weight:600;font-size:.95rem;color:var(--espresso);border-bottom:2px solid var(--espresso);padding-bottom:3px}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;padding:90px 6% 100px;position:relative;overflow:hidden}.hero-eyebrow{font-family:Space Mono,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--forest);background:#4b5d3a1a;display:inline-block;padding:6px 14px;border-radius:999px;margin-bottom:22px}.hero h1{font-family:Fredoka,sans-serif;font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.05;font-weight:700;letter-spacing:-.01em;margin-bottom:24px}.hero h1 em{color:var(--marigold-deep);font-style:normal}.hero p.sub{font-size:1.15rem;color:var(--espresso-soft);max-width:460px;margin-bottom:36px;line-height:1.5}.hero-ctas{display:flex;gap:18px;align-items:center}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:460px}.hero-blob{position:absolute;width:420px;height:420px;background-color:var(--marigold);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%23C98A22' fill-opacity='0.35'%3E%3Cellipse cx='35' cy='55' rx='11' ry='9'/%3E%3Cellipse cx='20' cy='38' rx='5' ry='6.5'/%3E%3Cellipse cx='32' cy='30' rx='5' ry='6.5'/%3E%3Cellipse cx='44' cy='33' rx='5' ry='6.5'/%3E%3Cellipse cx='53' cy='44' rx='5' ry='6.5'/%3E%3Cellipse cx='105' cy='105' rx='11' ry='9'/%3E%3Cellipse cx='90' cy='88' rx='5' ry='6.5'/%3E%3Cellipse cx='102' cy='80' rx='5' ry='6.5'/%3E%3Cellipse cx='114' cy='83' rx='5' ry='6.5'/%3E%3Cellipse cx='123' cy='94' rx='5' ry='6.5'/%3E%3C/g%3E%3C/svg%3E");background-size:90px 90px;background-repeat:repeat;border-radius:62% 38% 55% 45%/48% 55% 45% 52%;opacity:.9}.hero-visual img{position:relative;max-width:340px;max-height:340px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(58,42,32,.18))}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0 6% 90px}.trust-item{background:var(--cream-card);border-radius:20px;padding:30px 28px;border:1px solid rgba(58,42,32,.07)}.trust-item .icon{width:44px;height:44px;border-radius:12px;background:#4b5d3a1f;color:var(--forest);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:16px}.trust-item h3{font-family:Fredoka,sans-serif;font-size:1.1rem;margin-bottom:8px}.trust-item p{font-size:.92rem;color:var(--espresso-soft);line-height:1.5}.shop-section{padding:20px 6% 110px}.shop-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:46px;flex-wrap:wrap;gap:20px}.shop-header h2{font-family:Fredoka,sans-serif;font-size:clamp(2rem,3.6vw,2.8rem);font-weight:600}.shop-header p{color:var(--espresso-soft);max-width:380px;font-size:.98rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{background:var(--cream-card);border-radius:24px;padding:26px 24px 28px;display:flex;flex-direction:column;position:relative;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(58,42,32,.06)}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #3a2a201f}.product-media{background:var(--butter);border-radius:16px;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;border-radius:16px}.product-tag{position:absolute;top:14px;left:14px;background:var(--espresso);color:var(--butter-pale);font-family:Space Mono,monospace;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:999px;z-index:2}.product-card h3{font-family:Fredoka,sans-serif;font-size:1.12rem;font-weight:600;margin-bottom:6px;line-height:1.3}.product-card .desc{font-size:.86rem;color:var(--espresso-soft);margin-bottom:18px;line-height:1.45;flex-grow:1}.product-footer{display:flex;align-items:center;justify-content:space-between}.price{font-family:Space Mono,monospace;font-weight:700;font-size:1.05rem}.price.compare{text-decoration:line-through;color:var(--espresso-soft);font-weight:400;font-size:.85rem;margin-right:8px}.add-btn{background:var(--espresso);color:var(--butter-pale);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s;border:none;cursor:pointer}.add-btn:hover{background:var(--forest)}.banner{margin:0 6% 110px;background:var(--espresso);border-radius:32px;padding:64px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.banner h2{font-family:Fredoka,sans-serif;color:var(--butter-pale);font-size:clamp(1.7rem,3vw,2.4rem);max-width:480px;line-height:1.25}.banner h2 em{color:var(--marigold);font-style:normal}.banner .btn-primary{background:var(--marigold);color:var(--espresso);box-shadow:0 6px 0 var(--marigold-deep)}.site-footer{padding:50px 6% 60px;border-top:1px solid rgba(58,42,32,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.site-footer .logo{font-size:1.2rem}.foot-links{display:flex;gap:30px}.foot-links a{font-size:.9rem;color:var(--espresso-soft)}.foot-links a:hover{color:var(--marigold-deep)}.copyright{font-family:Space Mono,monospace;font-size:.75rem;color:var(--espresso-soft)}.collection-header{padding:60px 6% 20px;text-align:center}.collection-header h1{font-family:Fredoka,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:12px}.collection-header p{color:var(--espresso-soft);max-width:500px;margin:0 auto}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:40px 6% 100px}.pagination{display:flex;justify-content:center;gap:12px;padding-bottom:80px}.pagination a,.pagination span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:.9rem;background:var(--cream-card)}.pagination .current{background:var(--espresso);color:var(--butter-pale)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:70px 6% 100px}.product-gallery-main{background:var(--butter);border-radius:24px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:12px}.product-gallery-thumbs img{width:74px;height:74px;object-fit:cover;border-radius:12px;background:var(--butter);cursor:pointer;border:2px solid transparent}.product-gallery-thumbs img:hover{border-color:var(--marigold)}.product-info-eyebrow{font-family:Space Mono,monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--forest);margin-bottom:14px}.product-info h1{font-family:Fredoka,sans-serif;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:16px}.product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.product-price-row .price{font-size:1.5rem}.product-description{color:var(--espresso-soft);line-height:1.6;margin-bottom:30px}.variant-picker{margin-bottom:28px}.variant-picker label{font-family:Space Mono,monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:10px;color:var(--espresso-soft)}.variant-picker select{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid rgba(58,42,32,.18);background:var(--cream-card);font-family:Work Sans,sans-serif;font-size:.98rem;color:var(--espresso)}.add-to-cart-btn{width:100%;text-align:center;padding:18px;font-size:1.05rem}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:50px}.hero-visual{height:320px;order:-1}.trust{grid-template-columns:1fr}.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.banner{padding:44px 30px}.site-nav{display:none}.product-page{grid-template-columns:1fr;gap:30px}}.announcement-bar{background:var(--espresso);color:var(--butter-pale);text-align:center;padding:11px 6%;font-family:Space Mono,monospace;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;position:sticky;top:0;z-index:60}.announcement-bar p{margin:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
