:root{--bg:#fbf6f1;--paper:#fff;--ink:#1f2633;--text:#5f574f;--muted:#867b72;--line:#e9ddd2;--warm:#fff4ea;--accent:#f47b20;--accent-dark:#bd5b17;--blue:#3197d3;--green:#426f5d;--shadow:0 18px 48px rgba(71,51,34,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.text-link{color:var(--accent-dark);font-weight:900;text-decoration:underline;text-underline-offset:3px}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px clamp(18px,4vw,54px);background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand img{width:148px;height:auto}.site-header nav{display:flex;align-items:center;gap:18px;color:var(--ink);font-size:.94rem;font-weight:800}.cart-link{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:9px 14px;background:var(--paper)}.cart-link strong{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--accent);color:white;font-size:.78rem;line-height:1}.hero{position:relative;min-height:min(720px,calc(100vh - 74px));overflow:hidden;background:#f5e7da}.hero picture,.hero picture img{width:100%;height:100%;min-height:inherit}.hero picture img{object-fit:cover;object-position:center 58%}.hero-copy{position:absolute;left:clamp(20px,5vw,76px);top:clamp(34px,9vw,110px);width:min(560px,calc(100% - 40px));color:var(--ink)}.hero-copy h1{margin:0;font-size:clamp(2.45rem,6vw,5.5rem);line-height:.98;letter-spacing:0}.hero-copy p{max-width:520px;margin:18px 0 24px;color:#3f352d;font-size:clamp(1rem,2vw,1.2rem);font-weight:700}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:999px;background:var(--accent);color:white;padding:13px 22px;font:inherit;font-weight:900;cursor:pointer}.primary-button:disabled{background:var(--muted);cursor:not-allowed}.primary-button.secondary{border:1px solid var(--line);background:var(--paper);color:var(--accent-dark)}.add-to-cart-control{display:grid;justify-items:start;grid-gap:10px;gap:10px}.cart-feedback{min-height:22px;color:var(--green);font-size:.95rem;font-weight:900}.cart-feedback a{color:var(--accent-dark);text-decoration:underline}.cart-page,.collection-band,.product-page,.section,.shop-page,.story-grid{width:min(1180px,calc(100% - 32px));margin:0 auto}.collection-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;padding:30px 0 12px}.cart-line,.cart-summary,.collection-card,.detail-copy,.product-card,.story-grid>div{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.collection-card{display:grid;grid-template-columns:104px 1fr;align-items:center;grid-column-gap:14px;column-gap:14px;min-height:134px;border-radius:8px;padding:14px}.collection-card img{width:104px;height:104px;object-fit:contain}.collection-card span{color:var(--ink);font-size:1.22rem;font-weight:950}.collection-card strong{color:var(--accent-dark)}.section{padding:54px 0}.section-head{margin-bottom:22px}.detail-copy>p:first-child,.page-heading p,.section-head p,.story-grid p:first-child{margin:0 0 8px;color:var(--accent-dark);font-weight:950;text-transform:uppercase;font-size:.8rem}.cart-empty h1,.cart-lines h1,.detail-copy h1,.page-heading h1,.section-head h2,.story-grid h2{margin:0;color:var(--ink);line-height:1.03;letter-spacing:0}.page-heading h1,.section-head h2{font-size:clamp(2rem,4vw,3.6rem)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{overflow:hidden;border-radius:8px}.product-image{display:grid;place-items:center;aspect-ratio:1/.9;background:var(--warm)}.product-image img{width:min(82%,320px);height:min(82%,320px);object-fit:contain}.product-copy{padding:16px}.product-copy p{margin:0 0 5px;color:var(--accent-dark);font-weight:900}.product-copy h3{min-height:58px;margin:0;color:var(--ink);font-size:1.08rem}.product-meta{display:flex;justify-content:space-between;gap:10px;margin-top:14px;color:var(--muted);font-weight:800}.price,.product-meta strong{color:var(--ink)}.product-copy .stock-note{margin-top:10px;color:var(--green);font-size:.92rem;font-weight:900}.product-copy .stock-note.is-empty{color:var(--accent-dark)}.story-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:14px;gap:14px;padding:30px 0 70px}.story-grid>div{border-radius:8px;padding:20px}.story-grid h2{font-size:clamp(1.8rem,3vw,3rem)}.story-grid h3{margin:0 0 8px;color:var(--ink)}.story-grid p{margin:0}.cart-page,.product-page,.shop-page{padding:38px 0 72px}.page-heading{margin-bottom:20px}.shop-tools{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:10px}.shop-tools a{border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:10px 15px;font-weight:900}.shop-tools a.active{background:var(--accent);border-color:var(--accent);color:white}.shop-result-count{margin:8px 0 18px;color:var(--muted);font-size:.95rem;font-weight:900}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:18px;gap:18px;align-items:start}.detail-image{display:grid;place-items:center;min-height:560px;border-radius:8px;background:var(--warm);border:1px solid var(--line)}.detail-image img{width:min(78%,520px);object-fit:contain}.detail-copy{border-radius:8px;padding:clamp(22px,4vw,42px)}.detail-copy h1{font-size:clamp(2rem,4vw,4.1rem)}.detail-copy .price{display:block;margin:18px 0;font-size:1.8rem}.detail-copy ul{padding-left:20px;color:var(--ink);font-weight:750}.variant-selector{display:grid;grid-gap:10px;gap:10px;margin:20px 0}.variant-selector>strong{color:var(--ink)}.variant-selector>div{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{display:inline-flex;align-items:center;min-height:38px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--accent-dark);padding:8px 12px;font-size:.9rem;font-weight:900}.variant-pill.active{background:var(--accent);border-color:var(--accent);color:white}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:18px;gap:18px}.cart-line{display:grid;grid-template-columns:96px 1fr 86px auto;align-items:center;grid-gap:14px;gap:14px;border-radius:8px;padding:12px;margin-bottom:12px}.cart-line img{width:96px;height:96px;object-fit:contain;background:var(--warm);border-radius:8px}.cart-line h2{margin:0;color:var(--ink);font-size:1rem}.cart-line p{margin:4px 0 0}.cart-line input{width:100%;padding:8px}.cart-line button,.cart-line input{min-height:42px;border:1px solid var(--line);border-radius:8px;font:inherit}.cart-line button{background:white;color:var(--accent-dark);font-weight:900;cursor:pointer}.cart-summary{position:-webkit-sticky;position:sticky;top:96px;border-radius:8px;padding:22px}.cart-summary p{margin:0;font-weight:900}.cart-summary strong{display:block;margin:8px 0 18px;color:var(--ink);font-size:2rem}.cart-summary .primary-button{width:100%}.checkout-error{margin-top:14px;color:#9f3412;font-size:.95rem;line-height:1.35}.cart-empty,.cart-message{min-height:56vh;display:grid;place-content:center;justify-items:center;text-align:center}.cart-message{grid-gap:12px;gap:12px;width:min(680px,100%);margin:0 auto;border:1px solid var(--line);border-radius:8px;background:var(--paper);padding:clamp(28px,5vw,48px);box-shadow:var(--shadow)}.cart-message p{margin:0;color:var(--accent-dark);font-size:.82rem;font-weight:950;text-transform:uppercase}.cart-message h1{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}.cart-message span{max-width:520px;color:var(--text);font-weight:750}.cart-message small{color:var(--muted);overflow-wrap:anywhere}.cart-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.order-summary{width:min(520px,100%);border:1px solid var(--line);border-radius:8px;background:#fffaf5;padding:14px;text-align:left}.order-summary-lines{display:grid;grid-gap:10px;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line)}.order-summary-line,.order-summary-total{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:start}.order-summary-line span,.order-summary-total span{color:var(--ink);font-weight:900}.order-summary-line small{display:block;margin-top:2px;color:var(--muted);font-size:.82rem}.order-summary-line strong,.order-summary-total strong{color:var(--ink);white-space:nowrap}.order-summary-total{padding-top:12px;font-size:1.08rem}.shipping-summary{width:min(520px,100%);border:1px solid var(--line);border-radius:8px;background:#ffffff;padding:14px;text-align:left}.shipping-summary span,.shipping-summary strong{display:block}.shipping-summary strong{margin-bottom:8px;color:var(--ink)}.shipping-summary span{color:var(--text);font-weight:750}.cart-notice{margin:0 0 12px;padding:11px 13px;font-weight:850}.cart-notice,.storefront-notice{border:1px solid #f0c890;border-radius:8px;background:#fff8ed;color:#8a4b06}.storefront-notice{padding:18px}.storefront-notice h2{margin:0 0 6px;color:var(--ink)}.storefront-notice p{margin:0}.site-footer{display:grid;grid-template-columns:1fr auto;grid-gap:22px;gap:22px;align-items:start;border-top:1px solid var(--line);background:var(--paper);padding:28px clamp(18px,4vw,54px)}.footer-brand{color:var(--ink);font-size:1.22rem;font-weight:950}.site-footer p{margin:6px 0 0;max-width:460px}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px;color:var(--ink);font-weight:900}.support-page{width:min(980px,calc(100% - 32px));margin:0 auto;padding:42px 0 76px}.support-hero{margin-bottom:20px}.support-hero p{margin:0 0 8px;color:var(--accent-dark);font-size:.8rem;font-weight:950;text-transform:uppercase}.support-hero h1{margin:0;color:var(--ink);font-size:clamp(2.2rem,5vw,4.2rem);line-height:1;letter-spacing:0}.support-hero span{display:block;max-width:680px;margin-top:14px;color:var(--text);font-size:1.05rem;font-weight:750}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.support-grid article{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow);padding:20px}.support-grid h2{margin:0 0 8px;color:var(--ink);font-size:1.16rem}.support-grid p{margin:0}@media (max-width:860px){body{font-size:15px}.site-header{align-items:flex-start;padding:12px 14px}.brand img{width:114px}.site-header nav{justify-content:flex-end;gap:8px;font-size:.84rem}.site-header nav a:not(.cart-link):nth-child(2),.site-header nav a:not(.cart-link):nth-child(3){display:none}.hero{min-height:590px}.hero-copy{top:auto;bottom:24px}.cart-layout,.collection-band,.product-detail,.product-grid,.site-footer,.story-grid,.support-grid{grid-template-columns:1fr}.collection-card{min-height:112px}.product-copy h3{min-height:auto}.detail-image{min-height:330px}.cart-line{grid-template-columns:76px 1fr}.cart-line button,.cart-line input{grid-column:2}.cart-summary{position:static}}