:root{--burgundy:#741b1f;--gold:#b88a3b;--ivory:#f7f0e3;--ink:#2b241f;--muted:#766a61;--white:#fff;--line:#e7dac7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,sans-serif}.announcement{background:var(--burgundy);color:#fff;text-align:center;padding:9px 20px;font-size:13px}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);z-index:30}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--burgundy);font:700 22px "Cormorant Garamond",serif;letter-spacing:.08em}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.site-header nav{display:flex;align-items:center;gap:24px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px}.cart-button,.primary{border:0;background:var(--burgundy);color:#fff;border-radius:999px;padding:12px 18px;cursor:pointer;text-decoration:none;font-weight:600}.cart-button span{display:inline-grid;place-items:center;background:#fff;color:var(--burgundy);width:21px;height:21px;border-radius:50%;margin-left:6px}.hero{position:relative;min-height:520px;overflow:hidden}.hero>img{width:100%;height:580px;object-fit:cover;filter:brightness(.68)}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:6vw;max-width:780px;color:#fff}.hero-overlay h1,.section h2{font-family:"Cormorant Garamond",serif;font-weight:600;line-height:.98}.hero-overlay h1{font-size:clamp(46px,6vw,80px);margin:10px 0 20px}.hero-overlay p:not(.eyebrow){font-size:18px;line-height:1.6;max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:600;color:var(--gold)}.hero .eyebrow{color:#f0d395}.hero .primary{margin-top:14px;background:#fff;color:var(--burgundy)}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.trust-strip div{background:var(--ivory);padding:24px 28px}.trust-strip strong{display:block;font-family:"Cormorant Garamond",serif;font-size:21px;color:var(--burgundy)}.trust-strip span{display:block;color:var(--muted);font-size:13px;line-height:1.5;margin-top:6px}.section{padding:88px 6vw}.section-heading{max-width:760px;margin-bottom:38px}.section h2{font-size:clamp(38px,5vw,58px);margin:7px 0 12px;color:var(--burgundy)}.section-heading>p:last-child{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-image{aspect-ratio:1/1;background:linear-gradient(135deg,#efe3cf,#d9c4a1);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-family:"Cormorant Garamond",serif;color:var(--burgundy);font-size:30px;padding:30px;text-align:center}.product-body{padding:20px;display:flex;flex-direction:column;gap:11px;flex:1}.product-body .category{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:600}.product-body h3{font:600 25px/1.05 "Cormorant Garamond",serif;margin:0}.product-body p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.product-footer{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-weight:700}.disabled{opacity:.55;cursor:not-allowed}.story{background:var(--ivory);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.story-copy{font:500 20px/1.75 "Cormorant Garamond",serif}.shipping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shipping article{border-top:2px solid var(--gold);padding-top:20px}.shipping h3{font:600 27px "Cormorant Garamond",serif;color:var(--burgundy)}.shipping p{color:var(--muted);line-height:1.65}footer{padding:38px 6vw;background:#2a211d;color:#f5ead8;display:flex;justify-content:space-between;gap:30px}footer strong{font:600 26px "Cormorant Garamond",serif}.placeholder{color:#d7b87a}.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(460px,95vw);background:#fff;z-index:60;transform:translateX(105%);transition:.25s ease;box-shadow:-16px 0 40px rgba(0,0,0,.16);display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line)}.cart-head h2{font:600 32px "Cormorant Garamond",serif;margin:0}.cart-head button{border:0;background:none;font-size:34px;cursor:pointer}.cart-items{padding:18px 24px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:62px;height:62px;object-fit:cover;border-radius:10px}.cart-item h4{margin:0 0 5px;font:600 18px "Cormorant Garamond",serif}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:none;color:var(--burgundy);cursor:pointer}.cart-summary{padding:20px 24px;border-top:1px solid var(--line)}.cart-summary>div:not(#paypal-button-container){display:flex;justify-content:space-between;margin:8px 0}.cart-summary .grand{font-size:19px;padding-top:10px;border-top:1px solid var(--line)}.checkout-note{font-size:12px;color:var(--muted);line-height:1.5}.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.34);opacity:0;pointer-events:none;z-index:50;transition:.2s}.backdrop.show{opacity:1;pointer-events:auto}@media(max-width:960px){.site-header nav a{display:none}.trust-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.shipping-grid{grid-template-columns:1fr}.hero>img{height:600px}}@media(max-width:560px){.site-header{padding:0 18px}.brand span{font-size:17px}.trust-strip,.product-grid{grid-template-columns:1fr}.section{padding:66px 22px}.hero-overlay{padding:34px 22px}.hero-overlay h1{font-size:48px}footer{flex-direction:column}}

.catalog-tools{display:flex;gap:18px;align-items:center;justify-content:space-between;margin:0 0 18px}.catalog-tools input{width:min(560px,100%);border:1px solid var(--line);border-radius:999px;padding:14px 18px;font:inherit}.catalog-tools span{font-size:13px;color:var(--muted);white-space:nowrap}.filter-row{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}.filter-chip{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:9px 13px;cursor:pointer}.filter-chip.active{background:var(--burgundy);color:#fff;border-color:var(--burgundy)}.product-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}.featured-badge{font-size:10px;text-transform:uppercase;letter-spacing:.1em;background:#f5e7c9;color:var(--burgundy);padding:5px 7px;border-radius:999px}.image-button{border:0;padding:0;background:none;cursor:pointer;text-align:inherit}.secondary-button{border:1px solid var(--burgundy);color:var(--burgundy);background:#fff;border-radius:999px;padding:9px 12px;cursor:pointer;font-weight:600}.featured-product{box-shadow:0 10px 30px rgba(116,27,31,.08)}.empty-state{grid-column:1/-1;color:var(--muted)}
.product-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.98);width:min(1080px,94vw);max-height:90vh;overflow:auto;background:#fff;z-index:80;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.25);display:grid;grid-template-columns:1.05fr .95fr;opacity:0;pointer-events:none;transition:.2s}.product-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-backdrop{z-index:70}.modal-close{position:absolute;right:16px;top:12px;z-index:2;border:0;background:rgba(255,255,255,.92);border-radius:50%;width:40px;height:40px;font-size:28px;cursor:pointer}.modal-gallery{padding:22px;background:var(--ivory)}.modal-main-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}.thumb-row{display:flex;gap:8px;overflow:auto;margin-top:10px}.thumb-row button{border:0;background:none;padding:0;cursor:pointer}.thumb-row img{width:68px;height:68px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.modal-copy{padding:50px 36px 36px}.modal-copy h2{font:600 clamp(36px,4vw,52px)/.98 "Cormorant Garamond",serif;color:var(--burgundy);margin:10px 0}.modal-price{font-size:22px}.modal-materials{color:var(--gold);font-size:13px}.modal-description{white-space:pre-wrap;color:var(--muted);line-height:1.65;max-height:280px;overflow:auto;margin:20px 0}.modal-options{display:grid;gap:10px}.modal-options label{display:grid;gap:6px;font-size:13px;font-weight:600}.modal-options select{padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.modal-add{margin-top:20px;width:100%}
@media(max-width:760px){.product-modal{grid-template-columns:1fr}.modal-copy{padding:28px 22px}.catalog-tools{align-items:stretch;flex-direction:column}.modal-gallery{padding:16px}}

.shipping-destination{display:grid;gap:.45rem;margin:0 0 1rem;font-size:.9rem;font-weight:600}.shipping-destination select{width:100%;padding:.75rem .8rem;border:1px solid #d7cec1;border-radius:8px;background:#fff;color:#2d241f;font:inherit}


/* Compact payment row */
.footer-payments{display:flex;flex-direction:column;align-items:flex-end;gap:9px}
.payment-label{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;opacity:.72}
.payment-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.pay-icon{height:28px;min-width:46px;padding:0 8px;border-radius:6px;background:#fff;color:#1d1d1d;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.02em;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.pay-icon.visa{font-style:italic;font-size:13px;letter-spacing:.04em}
.pay-icon.amex{font-size:10px;letter-spacing:.05em}
.pay-icon.paypal{font-style:italic;font-size:12px}
.pay-icon.mastercard{position:relative;min-width:74px;justify-content:flex-end;padding-left:31px;font-size:0}
.pay-icon.mastercard i,.pay-icon.mastercard b{position:absolute;width:15px;height:15px;border-radius:50%;left:9px;background:#222}
.pay-icon.mastercard b{left:18px;opacity:.55}
.pay-icon.mastercard em{font-style:normal;font-size:8px;font-weight:700;line-height:1}
@media(max-width:720px){footer{gap:22px}.footer-payments{align-items:flex-start}.payment-icons{justify-content:flex-start}}

/* Decorative footer banner */
footer{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(65,9,14,.78),rgba(65,9,14,.84)),
    url('assets/footer-banner.png') center 46%/cover no-repeat;
  color:#fff5e8;
  min-height:235px;
  align-items:center;
}
footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(218,175,93,.28);
}
footer>div{position:relative;z-index:1}
footer strong{color:#f6d89a;letter-spacing:.04em}
footer p{color:#fff3df}
footer a{color:#f6d89a}
.payment-label{color:#f7dfae;opacity:.92}
@media(max-width:720px){footer{min-height:0;background-position:60% center}}
