:root {
  --ink: #17120e;
  --espresso: #2b2119;
  --gold: #b9873d;
  --gold-light: #e2c38d;
  --cream: #f7f2eb;
  --paper: #fffdf9;
  --muted: #786f67;
  --line: #ded4c7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Montserrat", sans-serif; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
.announcement { min-height: 34px; padding: 7px 5vw; display: flex; justify-content: center; gap: 24px; align-items: center; background: var(--ink); color: #f2e6d4; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.diamond { color: var(--gold-light); }
.site-header { height: 88px; padding: 12px clamp(20px,5vw,76px); display: flex; align-items: center; justify-content: space-between; background: rgba(247,242,235,.92); border-bottom: 1px solid rgba(23,18,14,.1); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 18px #25180e20; }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 700 1.8rem/1 "Cormorant Garamond", serif; }
.brand small { margin-top: 5px; color: var(--gold); font-size: .58rem; letter-spacing: .38em; }
.header-contact { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-contact i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 1.05rem; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); overflow: hidden; }
.hero-copy { padding: clamp(70px,9vw,135px) clamp(28px,8vw,120px); position: relative; }
.hero-copy::before { content: ""; width: 190px; height: 1px; background: var(--gold); position: absolute; top: 78px; left: 0; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .24em; }
.hero h1, .section-heading h2, .closing-banner h2, footer, .offcanvas h2, .modal-title { font-family: "Cormorant Garamond", serif; }
.hero h1 { margin: 0; font-size: clamp(4rem,7vw,7.3rem); line-height: .78; letter-spacing: -.045em; font-weight: 600; }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 560px; margin: 40px 0 30px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.btn-gold { padding: 13px 23px; border: 1px solid var(--gold); border-radius: 0; background: var(--gold); color: white; font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.btn-gold:hover { background: var(--ink); border-color: var(--ink); color: white; }
.hero-proof { margin-top: 42px; display: flex; gap: 30px; color: var(--espresso); font-size: .75rem; }
.hero-proof i { color: var(--gold); margin-right: 7px; }
.hero-visual { min-height: 650px; display: grid; place-items: center; position: relative; background: linear-gradient(145deg,#dfd8ce,#f6f2ec 55%,#cbbca9); overflow: hidden; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(185,135,61,.45); border-radius: 50%; }
.hero-visual::before { width: 78%; aspect-ratio: 1; }
.hero-visual::after { width: 91%; aspect-ratio: 1; }
.hero-visual img { width: min(70%,580px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; position: relative; z-index: 2; filter: contrast(1.03) drop-shadow(0 30px 45px rgba(36,24,13,.22)); }
.hero-stamp { position: absolute; right: 5%; bottom: 6%; z-index: 3; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-light); text-align: center; font: 600 .65rem/1.45 Montserrat,sans-serif; letter-spacing: .16em; }
.benefits { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(20px,5vw,76px); background: var(--ink); color: white; }
.benefits article { min-height: 145px; display: flex; align-items: center; gap: 20px; padding: 30px clamp(15px,3vw,45px); border-right: 1px solid #ffffff1e; }
.benefits article:last-child { border: 0; }
.benefits article > span { color: var(--gold-light); font: 600 2.2rem "Cormorant Garamond",serif; }
.benefits h2 { margin: 0 0 6px; font: 600 1.35rem "Cormorant Garamond",serif; }
.benefits p { margin: 0; color: #bbb1a7; font-size: .76rem; }
.catalog-section { padding: 100px clamp(20px,5vw,76px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(3rem,5vw,5rem); line-height: .9; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; font-size: .88rem; }
.catalog-toolbar { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 280px; gap: 14px; }
.search-control, .select-control { min-height: 55px; display: flex; align-items: center; gap: 12px; padding: 0 18px; background: var(--paper); border: 1px solid var(--line); }
.search-control i, .select-control i { color: var(--gold); }
.search-control input, .select-control select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .85rem; }
.catalog-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 28px; align-items: start; }
.products-wrap { min-width: 0; }
.producto-card .card { height: 100%; border: 0; border-radius: 0; background: var(--paper); box-shadow: 0 10px 36px rgba(47,31,17,.08); transition: .35s ease; overflow: hidden; }
.producto-card .card:hover { transform: translateY(-7px); box-shadow: 0 20px 46px rgba(47,31,17,.14); }
.producto-card img { height: 270px !important; border-radius: 0 !important; object-fit: cover; filter: saturate(.82); transition: .45s ease; }
.producto-card .card:hover img { transform: scale(1.025); filter: saturate(1); }
.producto-card .card-body { padding: 24px; }
.producto-card h5 { margin-bottom: 5px; font: 700 1.65rem "Cormorant Garamond",serif; }
.producto-card small { display: inline-block; color: var(--gold) !important; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.producto-card p { color: var(--muted); font-size: .78rem; line-height: 1.65; }
.producto-card h4 { color: var(--ink) !important; font: 700 1.7rem "Cormorant Garamond",serif; }
.producto-card .badge { border-color: var(--line) !important; border-radius: 0; background: #faf7f2 !important; color: var(--gold) !important; font-weight: 600; }
.producto-card .input-group-text { border-radius: 0; background: var(--ink); border-color: var(--ink); color: white; font-size: .7rem; }
.producto-card .form-control { border-radius: 0; border-color: var(--line); }
.producto-card .btn-primary { border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: white; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.producto-card .btn-primary:hover { background: var(--gold); border-color: var(--gold); }
.btn-cantidad { width: 38px; height: 38px; padding: 0; border-radius: 50%; }
.cart-panel { position: sticky; top: 20px; max-height: calc(100vh - 40px); display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.cart-heading { padding: 25px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.cart-heading span { color: var(--gold); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.cart-heading h3 { margin: 3px 0 0; font: 600 2rem "Cormorant Garamond",serif; }
.cart-badge, .mobile-cart .cart-count-mobile { min-width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white !important; }
.cart-items { min-height: 150px; padding: 18px; overflow: auto; }
.cart-items .card { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.cart-items .card-body { padding: 15px 0; }
.cart-items h6 { font: 700 1.15rem "Cormorant Garamond",serif; }
.cart-items .btn-success { background: var(--ink); border-color: var(--ink); }
.cart-footer { padding: 22px; background: #f2ece3; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.cart-total span { color: var(--espresso); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.cart-total strong { color: var(--ink); font-family: "Montserrat",sans-serif; font-size: 2.15rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.btn-link-dark { border: 0; color: var(--muted); font-size: .7rem; text-decoration: underline; }
.closing-banner { margin: 0 clamp(20px,5vw,76px) 80px; padding: 55px clamp(25px,6vw,85px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.closing-banner::after { content: "MiDyy"; position: absolute; right: 20%; bottom: -35px; color: #ffffff0a; font: 700 8rem "Cormorant Garamond",serif; }
.closing-banner h2 { margin: 0; font-size: clamp(2.3rem,4vw,4rem); }
.btn-outline-gold { border: 1px solid var(--gold-light); border-radius: 0; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; position: relative; z-index: 2; }
.btn-outline-gold:hover { background: var(--gold); border-color: var(--gold); color: white; }
footer { padding: 45px 20px; background: #0e0b08; color: white; text-align: center; }
footer img { width: 70px; height: 70px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold); }
footer p { margin: 14px 0 5px; font-size: 1.1rem; }
footer small { color: #91877d; font: .65rem Montserrat,sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.mobile-cart { position: fixed; right: 18px; bottom: 18px; z-index: 1040; width: 62px; height: 62px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: var(--gold-light); box-shadow: 0 12px 30px #0005; font-size: 1.35rem; }
.mobile-cart .cart-count-mobile { position: absolute; right: -5px; top: -5px; background: var(--gold); font-size: .68rem; }
.offcanvas { background: var(--cream); }
.offcanvas-header { padding: 22px; border-bottom: 1px solid var(--line); }
.offcanvas-header small, .modal-header small { color: var(--gold); font-size: .62rem; letter-spacing: .18em; }
.offcanvas h2 { margin: 0; }
.toast-container { z-index: 1200; }
.luxe-toast { min-width: 320px; border-radius: 0; box-shadow: 0 20px 50px #0003; }
.luxe-toast .toast-header { background: var(--ink); color: var(--gold-light); border-radius: 0; }
.luxe-toast .toast-body { padding: 22px; background: var(--paper); }
.luxe-toast p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.checkout-card { border: 0; border-radius: 0; background: var(--paper); }
.checkout-card .modal-header, .checkout-card .modal-footer { padding: 22px 26px; border-color: var(--line); }
.checkout-card .modal-body { padding: 28px; }
.form-label { color: var(--espresso); font-size: .72rem; font-weight: 700; }
.form-control, .form-select { min-height: 48px; border-radius: 0; border-color: var(--line); background-color: #fffdfa; }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(185,135,61,.12); }
.delivery-map { height: 300px; border: 1px solid var(--line); }
.shipping-summary { margin-top: 12px; padding: 16px; display: grid; grid-template-columns: 1fr 1fr; background: #f1ebe2; font-size: .8rem; }
.shipping-summary small { grid-column: 1/-1; margin-top: 6px; color: var(--muted); }
.checkout-total { margin-right: auto; display: grid; }
.checkout-total span { color: var(--espresso); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.checkout-total strong { color: var(--ink); font-family: "Montserrat",sans-serif; font-size: 2.15rem; font-weight: 800; line-height: 1.15; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.text-gold { color: var(--gold) !important; }

@media (max-width: 991px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; text-align: center; }
  .hero-copy::before { display: none; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-proof { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .catalog-layout { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .announcement span:nth-child(3), .diamond { display: none; }
  .site-header { height: 76px; padding: 10px 18px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1.5rem; }
  .header-contact span { display: none; }
  .hero-visual { min-height: 390px; }
  .hero-stamp { width: 82px; height: 82px; font-size: .52rem; }
  .hero-copy { padding: 65px 22px; }
  .hero h1 { font-size: clamp(3.7rem,18vw,5.5rem); }
  .benefits { grid-template-columns: 1fr; padding: 10px 22px; }
  .benefits article { min-height: 105px; border-right: 0; border-bottom: 1px solid #ffffff1e; }
  .section-heading { align-items: start; flex-direction: column; }
  .catalog-section { padding-top: 70px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .closing-banner { align-items: start; flex-direction: column; }
  .producto-card img { height: 235px !important; }
  .modal-footer { align-items: stretch; }
  .checkout-total { width: 100%; }
  .cart-total strong, .checkout-total strong { font-size: 2.3rem; }
}
@media (max-width: 420px) {
  .hero-proof { align-items: center; flex-direction: column; gap: 10px; }
  .shipping-summary { grid-template-columns: 1fr; gap: 5px; }
  .shipping-summary small { grid-column: 1; }
}
