:root { --ink:#172019; --cream:#f6f0e5; --green:#1b4936; --line:#d9d4c9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: Arial, sans-serif; margin: 0; }
.demo-ribbon { background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .08em; padding: 9px; text-align: center; text-transform: uppercase; }
.store-header { align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; min-height: 76px; padding: 0 4vw; position: sticky; top: 0; z-index: 10; }
.store-brand { color: var(--ink); font-family: Georgia, serif; font-size: 24px; text-decoration: none; }
.store-brand span { color: #bc653c; }
.store-header nav { display: flex; gap: 28px; }
.store-header nav a, .merchant-link { color: var(--ink); font-size: 10px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.store-actions { align-items: center; display: flex; gap: 18px; justify-content: flex-end; }
#bag-button { align-items: center; background: none; border: 0; cursor: pointer; display: flex; gap: 5px; }
.store-hero { background: var(--cream); display: grid; grid-template-columns: .95fr 1.05fr; min-height: 680px; }
.store-hero > div { align-self: center; padding: 8vw; }
.store-hero span, .collection-head span, .store-story > span { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.store-hero h1 { font-family: Georgia, serif; font-size: clamp(54px, 6vw, 90px); font-weight: 400; line-height: .95; margin: 25px 0; }
.store-hero p { color: #5d655f; font-family: Georgia, serif; font-size: 17px; line-height: 1.6; max-width: 440px; }
.store-hero a, .store-story a { border-bottom: 1px solid var(--ink); color: var(--ink); display: inline-flex; font-size: 10px; font-weight: 700; gap: 8px; margin-top: 25px; padding-bottom: 7px; text-decoration: none; text-transform: uppercase; }
.store-hero img { height: 680px; object-fit: cover; width: 100%; }
.collection { padding: 100px 5vw; }
.collection-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 45px; }
.collection-head h2 { font-family: Georgia, serif; font-size: 50px; font-weight: 400; margin: 8px 0 0; }
.collection-head p { color: #68706a; font-size: 11px; line-height: 1.6; max-width: 330px; }
.product-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.product-card img { background: #ede8dd; height: 430px; object-fit: cover; width: 100%; }
.product-card div { align-items: start; display: flex; justify-content: space-between; padding: 16px 0; }
.product-card h3 { font-family: Georgia, serif; font-size: 19px; font-weight: 400; margin: 0; }
.product-card p { color: #6c746f; font-size: 10px; margin: 5px 0 0; }
.product-card button { background: var(--green); border: 0; color: #fff; cursor: pointer; font-size: 9px; padding: 10px 13px; }
.store-story { background: var(--green); color: #fff; padding: 110px 8vw; text-align: center; }
.store-story h2 { font-family: Georgia, serif; font-size: clamp(38px, 5vw, 67px); font-weight: 400; margin: 22px auto; max-width: 900px; }
.store-story p { color: #bfcfc6; font-size: 12px; line-height: 1.7; margin: 0 auto; max-width: 620px; }
.store-story a { border-color: #fff; color: #fff; }
.bag-backdrop { background: rgba(18,28,22,.45); inset: 0; position: fixed; z-index: 20; }
.bag-drawer { background: #fff; bottom: 0; box-shadow: -20px 0 60px rgba(20,30,24,.18); padding: 28px; position: fixed; right: 0; top: 0; width: min(430px, 100vw); z-index: 21; }
.bag-head { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 20px; }
.bag-head span, .bag-head strong { display: block; }
.bag-head span { font-size: 9px; text-transform: uppercase; }
.bag-head strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin-top: 5px; }
.bag-head button, dialog > button { background: none; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; height: 36px; width: 36px; }
.bag-items { min-height: 250px; }
.bag-item { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 11px; justify-content: space-between; padding: 17px 0; }
.bag-item strong, .bag-item small { display: block; }
.bag-item small { color: #6b736e; margin-top: 4px; }
.bag-foot { border-top: 1px solid var(--line); bottom: 28px; left: 28px; padding-top: 20px; position: absolute; right: 28px; }
.bag-foot span { display: flex; justify-content: space-between; }
.bag-foot button { background: var(--green); border: 0; color: white; cursor: pointer; margin-top: 18px; padding: 15px; width: 100%; }
dialog { border: 0; border-radius: 12px; max-width: 430px; padding: 38px; text-align: center; }
dialog::backdrop { background: rgba(18,28,22,.55); }
dialog > button { position: absolute; right: 15px; top: 15px; }
.checkout-icon { align-items: center; background: #dcebd5; border-radius: 50%; color: var(--green); display: flex; height: 50px; justify-content: center; margin: 0 auto 20px; width: 50px; }
dialog h2 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
dialog p { color: #69716c; font-size: 11px; line-height: 1.6; }
dialog a { background: var(--green); color: white; display: block; font-size: 10px; margin-top: 23px; padding: 14px; text-decoration: none; }
@media (max-width: 800px) {
  .store-header { grid-template-columns: 1fr auto; }
  .store-header nav, .merchant-link { display: none; }
  .store-hero { grid-template-columns: 1fr; }
  .store-hero > div { padding: 70px 7vw; }
  .store-hero img { height: 480px; }
  .product-grid { grid-template-columns: 1fr; }
  .collection-head { align-items: start; flex-direction: column; }
}
