:root{--bg:#f8f4ec;--card:#fffdf9;--ink:#30332e;--muted:#73766f;--forest:#365949;--forest2:#294638;--border:#e8e0d4;--sand:#eee4d3;--sale:#9a5944;--radius:22px;--shadow:0 18px 40px -28px rgba(33,39,34,.3)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(1280px,100%);margin:auto;padding-inline:20px}.announcement{background:var(--forest);color:#fff;text-align:center;font-size:12px;font-weight:600;letter-spacing:.02em;padding:8px 16px}.site-header{position:sticky;top:0;z-index:20;background:rgba(248,244,236,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,224,212,.7)}.header-inner{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.brand{font-weight:750;font-size:21px;letter-spacing:-.04em}.desktop-nav{display:flex;gap:4px}.nav-link{padding:10px 12px;border-radius:999px;font-size:14px;font-weight:600;color:#4e534c}.nav-link:hover{background:#efe8dd}.header-actions{justify-self:end;display:flex;align-items:center;gap:6px}.icon-btn{width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer}.icon-btn:hover{background:#efe8dd}.cart-count{min-width:18px;height:18px;border-radius:999px;background:var(--forest);color:white;font-size:10px;display:grid;place-items:center;position:absolute;transform:translate(12px,-12px)}.mobile-nav{display:none}.hero-wrap{padding-top:16px}.hero{position:relative;overflow:hidden;border-radius:30px;min-height:500px;background:var(--sand)}.hero img{width:100%;height:64vh;min-height:500px;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(29,35,30,.58),rgba(29,35,30,.1) 52%,transparent)}.hero-copy{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;justify-content:center;max-width:560px;padding:48px;color:#fff}.hero h1{font-size:clamp(36px,5vw,62px);line-height:1.05;letter-spacing:-.04em;margin:0;font-weight:720}.hero p{font-size:16px;line-height:1.6;max-width:430px;color:rgba(255,255,255,.88);margin:16px 0 0}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;cursor:pointer}.btn-primary{background:var(--forest);color:#fff}.hero .btn-primary{background:#fff;color:var(--ink)}.btn-secondary{background:rgba(255,255,255,.94);color:var(--ink)}.btn-outline{background:transparent;border-color:var(--border)}.trustbar{overflow:auto;border-bottom:1px solid var(--border)}.trust-list{display:flex;justify-content:space-between;gap:28px;list-style:none;margin:0;padding:15px 20px;white-space:nowrap;font-size:13px;font-weight:650}.section{padding:72px 0}.section.white{background:var(--card)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:11px;font-weight:800}.section-title{font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;margin:4px 0 0}.section-intro{color:var(--muted);line-height:1.65;max-width:680px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 18px}.product-card{min-width:0}.product-media{position:relative;overflow:hidden;border-radius:20px;background:#efe8dd;aspect-ratio:1/1}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-media img{transform:scale(1.025)}.badge{position:absolute;left:12px;top:12px;background:var(--forest);color:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.product-title{margin:12px 0 6px;font-size:15px;font-weight:750}.price{font-size:14px}.compare{color:#92958e;text-decoration:line-through;margin-left:6px}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:5/4;background:var(--sand)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.category-card:hover img{transform:scale(1.025)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,34,29,.62),transparent 58%)}.category-title{position:absolute;z-index:2;left:22px;bottom:20px;color:#fff;font-weight:800;font-size:19px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:38px}.value{border-top:1px solid var(--border);padding-top:18px}.value-num{font-size:12px;color:var(--forest);font-weight:800}.value h3{margin:9px 0 8px}.value p{color:var(--muted);line-height:1.6;font-size:14px}.quote{text-align:center;max-width:760px;margin:auto}.quote blockquote{font-size:clamp(22px,3vw,32px);font-weight:650;line-height:1.45;margin:20px 0}.footer{border-top:1px solid var(--border);background:#f0e9de;margin-top:70px}.footer-grid{padding-block:56px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.footer ul{list-style:none;padding:0;margin:18px 0 0}.footer li{margin:10px 0;font-size:14px}.footer-bottom{border-top:1px solid var(--border);padding:20px 0 28px;font-size:12px;color:var(--muted)}.collection-header{padding:52px 0 26px}.collection-header h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.045em;margin:0}.collection-header p{max-width:680px;color:var(--muted);line-height:1.6}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:13px}.collection-toolbar select{border:1px solid var(--border);background:var(--card);padding:10px 14px;border-radius:999px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;padding-top:36px}.product-gallery{display:grid;gap:12px}.product-gallery img{width:100%;border-radius:20px;background:#efe8dd}.product-info{position:sticky;top:100px;align-self:start}.product-info h1{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;margin:8px 0 10px}.product-price{font-size:20px;font-weight:700}.product-desc{color:var(--muted);line-height:1.7;margin:22px 0}.field{margin:18px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.field select,.field input{width:100%;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:13px}.add-to-cart{width:100%;border:0;background:var(--forest);color:#fff;min-height:54px;border-radius:999px;font-weight:800;cursor:pointer}.add-to-cart:disabled{opacity:.5}.product-notes{border-top:1px solid var(--border);margin-top:28px}.product-note{padding:17px 0;border-bottom:1px solid var(--border);font-size:14px}.cart-page{padding-top:48px}.cart-items{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;border-bottom:1px solid var(--border);padding-bottom:14px}.cart-line img{width:100px;height:100px;object-fit:cover;border-radius:14px}.cart-summary{margin:30px 0 0 auto;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:20px;padding:22px}.rte{line-height:1.75}.rte img{border-radius:16px}.empty{text-align:center;padding:80px 0}.search-form{max-width:700px;margin:30px auto}.search-form input{width:100%;padding:16px 20px;border:1px solid var(--border);background:var(--card);border-radius:999px}
@media(max-width:900px){.desktop-nav{display:none}.mobile-nav{display:block}.hero{min-height:420px}.hero img{height:58vh;min-height:420px}.hero:after{background:linear-gradient(0deg,rgba(29,35,30,.62),rgba(29,35,30,.06) 68%)}.hero-copy{justify-content:end;padding:28px}.product-grid{grid-template-columns:repeat(2,1fr)}.categories{grid-template-columns:repeat(2,1fr)}.values{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}.product-info{position:static}.header-inner{height:64px}.site-header .page-width{padding-inline:12px}}
@media(max-width:560px){.page-width{padding-inline:16px}.section{padding:52px 0}.hero-wrap{padding-top:10px}.hero{border-radius:24px}.hero-copy{padding:22px}.hero h1{font-size:34px}.hero p{font-size:14px}.btn-row{flex-direction:column}.btn{width:100%}.product-grid{gap:24px 12px}.categories{gap:12px}.category-card{aspect-ratio:4/5}.category-title{left:14px;bottom:14px;font-size:16px}.footer-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:76px 1fr}.cart-line img{width:76px;height:76px}.cart-line>div:last-child{grid-column:2}.section-head{align-items:start}.trust-list{justify-content:flex-start}}
