:root {
  --background: #070706;
  --foreground: #f4efe5;
  --card: #0d0d0b;
  --card-foreground: #f4efe5;
  --primary: #a85933;
  --primary-foreground: #fff8ef;
  --secondary: #181410;
  --secondary-foreground: #f4efe5;
  --muted: #161410;
  --muted-foreground: #b8ab9b;
  --accent: #bb7046;
  --accent-foreground: #fff8ef;
  --border: rgba(190, 112, 68, 0.28);
  --input: rgba(255, 255, 255, 0.12);
  --ring: #bb7046;
  --radius: 0.15rem;
  --copper: #b6633b;
  --copper-light: #d7966c;
  --ink: #070706;
  --ivory: #f2ecdf;
  --smoke: #aaa093;
  --line: rgba(184, 101, 59, 0.3);
}


* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: "Aptos", "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; min-height: 84px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px max(4vw, 28px);
  background: linear-gradient(180deg, rgba(5,5,4,.96), rgba(5,5,4,.77));
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { width: 210px; height: 68px; display: flex; align-items: center; flex-shrink: 0; }
.brand img { width: 200px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.desktop-nav a {
  position: relative; padding-block: 16px; color: rgba(255,255,255,.82);
  font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px;
  background: var(--copper); transition: right 180ms ease;
}
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  margin-top: 84px;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0;
  height: auto;
  max-height: none;
  display: flex; align-items: center; isolation: isolate; overflow: hidden;
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; }
.hero-media img { object-fit: cover; object-position: center top; }
.hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(4,4,3,.9), rgba(4,4,3,.55) 38%, rgba(4,4,3,.05) 72%),
    linear-gradient(180deg, rgba(0,0,0,.17), rgba(0,0,0,.12) 58%, rgba(0,0,0,.72));
}
.hero-content { padding-top: 0; }
.eyebrow { margin: 0 0 18px; color: var(--copper-light); font-size: .82rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .product-card h3 { font-family: "Bodoni 72", Didot, "Times New Roman", serif; font-weight: 700; text-transform: uppercase; }
h1 {
  max-width: 660px; margin-bottom: 22px; font-size: clamp(3.3rem, 6.3vw, 6.7rem);
  line-height: .93; letter-spacing: -.025em; text-wrap: balance; text-shadow: 0 3px 24px rgba(0,0,0,.4);
}
.hero-copy { max-width: 480px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 25px; border: 1px solid transparent; font-size: .76rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-copper { background: linear-gradient(135deg, #8e4727, #bd6c42); color: #fff; box-shadow: 0 12px 30px rgba(120,52,23,.2); }
.button-copper:hover { background: linear-gradient(135deg, #a7562f, #cf7b4e); }
.button-ghost { border-color: rgba(255,255,255,.48); color: #fff; background: rgba(5,5,4,.15); backdrop-filter: blur(7px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.scroll-cue { position: absolute; left: 50%; bottom: 27px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 28px; display: block; background: var(--copper-light); }

.section-bordered { border-top: 1px solid var(--line); scroll-margin-top: 82px; }
.story { background: #080807; }
.story-grid { min-height: 560px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; }
.story-copy { align-self: center; padding: 82px 74px 82px 0; }
h2 { margin-bottom: 18px; font-size: clamp(2.6rem, 4.8vw, 5.2rem); line-height: .98; letter-spacing: -.018em; }
.ornament { position: relative; width: 82px; height: 14px; margin: 18px 0 27px; background: radial-gradient(circle at center, var(--copper-light) 0 3px, transparent 3.5px); }
.ornament::before, .ornament::after { content: ""; position: absolute; top: 50%; height: 1px; width: 33px; background: var(--copper); }
.ornament::before { left: 0; } .ornament::after { right: 0; }
.story-copy p, .origin-content p, .serve-content p, .contact-action p { color: var(--smoke); font-size: 1rem; line-height: 1.75; }
.story-copy .lead { color: var(--ivory); font-size: 1.08rem; }
.story-place, .origin-fact { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #d6c3ae; font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
.story-image { position: relative; min-height: 520px; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080807 0%, rgba(8,8,7,.22) 22%, transparent 62%); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.story-image:hover img { transform: scale(1.025); }
.image-note { position: absolute; right: 26px; bottom: 23px; z-index: 2; padding: 10px 14px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.24); background: rgba(0,0,0,.38); backdrop-filter: blur(8px); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.products, .process { padding: 92px 0 100px; background: radial-gradient(circle at 50% 15%, rgba(117,67,38,.12), transparent 28%), #080807; }
.section-heading { max-width: 650px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { font-size: clamp(2.55rem, 4.5vw, 4.6rem); }
.section-heading p:last-child { color: var(--smoke); font-size: 1rem; line-height: 1.6; }
.centered-ornament { margin-inline: auto; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card { min-width: 0; padding: 38px 30px 34px; border-right: 1px solid var(--line); transition: background 220ms ease; }
.product-card:last-child { border-right: 0; }
.product-card:hover { background: rgba(255,255,255,.018); }
.product-image-wrap { position: relative; height: 350px; display: flex; justify-content: center; overflow: hidden; }
.product-image-wrap img { position: relative; z-index: 2; height: 100%; width: auto; object-fit: contain; mix-blend-mode: screen; transition: transform 260ms ease; }
.product-card:hover img { transform: translateY(-5px) scale(1.015); }
.product-aged .product-image-wrap img { filter: sepia(.3) saturate(1.15); }
.product-tesoro .product-image-wrap img { filter: brightness(.9) contrast(1.08) sepia(.15); }
.product-index { position: absolute; top: -46px; left: 50%; transform: translateX(-50%); color: rgba(177,99,59,.08); font-family: Georgia, serif; font-size: 17rem; line-height: 1; }
.product-info > span { display: inline-block; margin-bottom: 12px; color: var(--copper-light); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { min-height: 56px; margin-bottom: 14px; color: #e7d6c2; font-size: 1.45rem; line-height: 1.12; letter-spacing: .02em; }
.product-info p { min-height: 86px; color: var(--smoke); font-size: .9rem; line-height: 1.65; }
.product-info a, .text-link { display: inline-flex; align-items: center; gap: 8px; color: #d99268; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info a:hover, .text-link:hover { color: #efb087; }

.origin { position: relative; min-height: 535px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.origin-media, .origin-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.origin-media { z-index: -3; object-fit: cover; }
.origin-shade { z-index: -2; background: linear-gradient(90deg, rgba(3,3,3,.88), rgba(3,3,3,.45) 46%, rgba(3,3,3,.05)), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.32)); }
.origin-content { padding-block: 80px; }
.origin-content h2 { max-width: 570px; }
.origin-content > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.82); }
.origin-fact { color: #ead2bd; }

.section-heading.compact { margin-bottom: 43px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-card { background: #0b0b09; border: 1px solid var(--line); }
.process-image { position: relative; aspect-ratio: 1.55; overflow: hidden; }
.process-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.68)); }
.process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.process-card:hover .process-image img { transform: scale(1.04); }
.process-image span { position: absolute; left: 19px; bottom: 15px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: #f0c0a0; font-family: Georgia, serif; font-size: .88rem; }
.process-card > div:last-child { padding: 25px 25px 30px; }
.process-card h3 { margin-bottom: 10px; color: #d69065; font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; }
.process-card p { margin: 0; color: var(--smoke); font-size: .9rem; line-height: 1.65; }

.serve { min-height: 550px; display: grid; grid-template-columns: 1.08fr .92fr; background: #070706; }
.serve-image { overflow: hidden; }
.serve-image img { width: 100%; height: 100%; object-fit: cover; }
.serve-content { align-self: center; max-width: 540px; padding: 75px clamp(38px, 6vw, 100px); }
.serve-content h2 { font-size: clamp(2.65rem, 4.5vw, 4.6rem); }
.serve-content .text-link { margin-top: 10px; }

.contact { padding: 84px 0; background: linear-gradient(90deg, rgba(100,48,25,.18), transparent 36%), #0a0907; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.contact-grid h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.contact-action p { margin-bottom: 25px; }

footer { padding-top: 55px; border-top: 1px solid var(--line); background: #050504; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding-bottom: 46px; }
.footer-main > img { width: 175px; }
.footer-links { display: flex; gap: 30px; }
.footer-links a, .instagram { color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover, .instagram:hover { color: var(--copper-light); }
.instagram { justify-self: end; display: flex; align-items: center; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.35); transition: transform 180ms ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
  .mobile-nav { position: absolute; inset: 84px 0 auto; display: grid; visibility: hidden; opacity: 0; padding: 0 28px; background: rgba(6,6,5,.98); border-bottom: 1px solid var(--line); transition: opacity 180ms ease, padding 180ms ease, visibility 180ms ease; }
  .mobile-nav.open { visibility: visible; opacity: 1; padding-block: 14px 20px; }
  .mobile-nav a { overflow: hidden; padding: 13px 2px; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { padding: 76px 0 58px; }
  .story-image { min-height: 430px; }
  .product-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .product-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-info h3, .product-info p { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; max-width: 720px; margin: auto; }
  .process-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
  .process-image { height: 100%; aspect-ratio: 1.2; }
  .serve { grid-template-columns: 1fr; }
  .serve-image { min-height: 440px; }
  .serve-content { max-width: 700px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .instagram { justify-self: center; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 34px, 1180px); }
  .site-header { min-height: 76px; padding-inline: 17px; }
  .brand { width: 166px; height: 56px; }
  .brand img { width: 160px; height: auto; }
  .mobile-nav { top: 76px; }
  .hero {
    margin-top: 76px;
    width: 100%;
    aspect-ratio: 2 / 3;
    min-height: 0;
    height: auto;
    max-height: none;
    align-items: flex-start;
  }
  .hero-media img { object-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,3,3,.84), rgba(3,3,3,.38) 45%, rgba(3,3,3,.08) 64%, rgba(3,3,3,.64)), linear-gradient(90deg, rgba(0,0,0,.35), transparent 70%); }
  .hero-content { padding-top: 48px; }
  h1 { font-size: clamp(3rem, 13.2vw, 4.4rem); line-height: .95; }
  .hero-copy { max-width: 330px; font-size: 1rem; line-height: 1.58; }
  .hero-actions { gap: 10px; }
  .button { min-height: 47px; padding-inline: 18px; font-size: .68rem; }
  .scroll-cue { display: none; }
  .story-copy { padding-top: 67px; }
  h2 { font-size: clamp(2.65rem, 12vw, 3.6rem); }
  .story-image { min-height: 320px; margin-inline: -17px; }
  .story-image::after { background: linear-gradient(180deg, #080807, transparent 24%); }
  .products, .process { padding: 68px 0 76px; }
  .section-heading { margin-bottom: 38px; }
  .product-card { grid-template-columns: 1fr; gap: 12px; padding: 30px 12px 38px; text-align: center; }
  .product-image-wrap { height: 330px; }
  .product-info { max-width: 390px; margin: auto; }
  .product-info h3 { font-size: 1.55rem; }
  .origin { min-height: 580px; align-items: flex-end; }
  .origin-media { object-position: 62% center; }
  .origin-shade { background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.88) 76%); }
  .origin-content { padding: 70px 0 55px; }
  .process-card { grid-template-columns: 1fr; }
  .process-image { aspect-ratio: 1.5; }
  .serve-image { min-height: 330px; }
  .serve-image img { object-position: 40% center; }
  .serve-content { padding: 58px 17px 67px; }
  .contact { padding: 66px 0; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Carrito de compra */
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-toggle, .cart-close, .cart-clear, .add-to-cart { font: inherit; }
.cart-toggle {
  position: relative; width: 45px; height: 45px; display: grid; place-items: center;
  color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035);
  cursor: pointer; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.cart-toggle:hover { transform: translateY(-1px); border-color: var(--copper-light); background: rgba(182,99,59,.09); }
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  display: grid; place-items: center; border: 2px solid #080807; border-radius: 999px;
  background: var(--copper); color: #fff; font-size: .68rem; font-weight: 800; line-height: 1;
}
.add-to-cart {
  min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 5px; padding: 0 17px; border: 1px solid rgba(215,150,108,.5); background: transparent;
  color: #e5a17a; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.add-to-cart:hover { color: #fff; border-color: var(--copper-light); background: rgba(182,99,59,.14); transform: translateY(-1px); }
.add-to-cart.added { color: #fff; border-color: #6d8e63; background: rgba(109,142,99,.18); }

body.cart-open { overflow: hidden; }
.cart-overlay {
  position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0;
  background: rgba(0,0,0,.68); backdrop-filter: blur(3px); transition: opacity 220ms ease, visibility 220ms ease;
}
.cart-overlay.open { visibility: visible; opacity: 1; }
.cart-drawer {
  position: fixed; inset: 0 0 0 auto; z-index: 100; width: min(440px, 100%); height: 100dvh;
  display: flex; flex-direction: column; transform: translateX(100%);
  background: #0a0907; border-left: 1px solid var(--line); box-shadow: -20px 0 50px rgba(0,0,0,.35);
  transition: transform 260ms ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-header {
  min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 24px 18px; border-bottom: 1px solid var(--line);
}
.cart-header .eyebrow { margin-bottom: 6px; font-size: .67rem; }
.cart-header h2 { margin: 0; font-size: 2rem; line-height: 1; }
.cart-close {
  flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center;
  color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); cursor: pointer;
}
.cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { min-height: 100%; display: grid; place-content: center; justify-items: center; text-align: center; color: var(--smoke); }
.cart-empty svg { margin-bottom: 18px; color: var(--copper-light); }
.cart-empty h3 { margin-bottom: 8px; color: var(--ivory); font-family: Georgia, serif; font-size: 1.35rem; text-transform: uppercase; }
.cart-empty p { max-width: 285px; margin-bottom: 23px; line-height: 1.6; }
.cart-empty .cart-continue { color: #fff; cursor: pointer; }
.cart-items { display: grid; gap: 0; }
.cart-item {
  display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center;
  padding: 18px 0; border-bottom: 1px solid rgba(184,101,59,.2);
}
.cart-item-image {
  width: 76px; height: 102px; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(circle at center, rgba(182,99,59,.12), transparent 65%);
}
.cart-item-image img { width: auto; height: 100%; object-fit: contain; }
.cart-item-name { margin: 0 0 5px; color: #f0e4d5; font-family: Georgia, serif; font-size: 1rem; line-height: 1.2; text-transform: uppercase; }
.cart-item-detail { margin: 0 0 11px; color: var(--copper-light); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.cart-qty { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.15); }
.cart-qty button {
  width: 32px; height: 32px; display: grid; place-items: center; border: 0; background: transparent; color: #fff;
  cursor: pointer; font-size: 1.05rem;
}
.cart-qty span { min-width: 30px; text-align: center; color: #fff; font-size: .82rem; font-weight: 700; }
.cart-remove { align-self: start; padding: 6px; border: 0; background: none; color: rgba(255,255,255,.45); cursor: pointer; }
.cart-remove:hover { color: #e9a077; }
.cart-footer { padding: 18px 24px 24px; border-top: 1px solid var(--line); background: #080706; }
.cart-summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 10px; }
.cart-summary span { color: var(--smoke); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-summary strong { color: var(--ivory); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; }
.cart-note { margin: 0 0 16px; color: rgba(255,255,255,.5); font-size: .73rem; line-height: 1.5; }
.cart-checkout { width: 100%; cursor: pointer; }
.cart-clear { width: 100%; margin-top: 12px; padding: 7px; border: 0; background: none; color: rgba(255,255,255,.48); cursor: pointer; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.cart-clear:hover { color: var(--copper-light); }

@media (min-width: 961px) {
  .menu-toggle { display: none !important; }
}

@media (max-width: 960px) {
  .site-header { justify-content: space-between; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 700px) {
  .header-actions { gap: 7px; }
  .cart-toggle, .menu-toggle { width: 42px; height: 42px; }
  .cart-drawer { width: 100%; }
  .cart-header { min-height: 90px; padding: 17px; }
  .cart-body { padding: 14px 17px; }
  .cart-footer { padding: 16px 17px 20px; }
  .cart-item { grid-template-columns: 68px 1fr auto; gap: 11px; }
  .cart-item-image { width: 68px; height: 92px; }
  .product-info .add-to-cart { width: 100%; max-width: 290px; }
}

/* Fichas técnicas de producto */
.product-ficha {
  margin: 18px 0 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-ficha summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  color: #d99268;
  cursor: pointer;
  list-style: none;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-ficha summary::-webkit-details-marker { display: none; }
.product-ficha summary span {
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}
.product-ficha[open] summary span { transform: rotate(45deg); }
.product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 0;
  padding: 0 0 16px;
}
.product-specs > div {
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.07);
}
.product-specs .spec-wide { grid-column: 1 / -1; }
.product-specs dt {
  margin-bottom: 4px;
  color: rgba(255,255,255,.48);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.product-specs dd {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .79rem;
  line-height: 1.55;
}
.product-info > p { min-height: 112px; }

@media (max-width: 1050px) {
  .product-info > p { min-height: 0; }
}

@media (max-width: 700px) {
  .product-ficha { text-align: left; }
  .product-specs { grid-template-columns: 1fr; }
  .product-specs .spec-wide { grid-column: auto; }
}


/* Despachos y compras */
.buying {
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 50% 0%, rgba(177,99,59,.12), transparent 34%),
    #080807;
}
.buying .section-heading { max-width: 760px; }
.buying-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.buying-card {
  min-height: 275px;
  padding: 30px 28px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
  transition: background 180ms ease, transform 180ms ease;
}
.buying-card:hover { background: rgba(255,255,255,.025); }
.buying-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(217,146,104,.45);
  border-radius: 50%;
  color: #e2a27a;
  background: rgba(177,99,59,.08);
}
.buying-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--copper-light);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.buying-card h3 {
  margin: 0 0 13px;
  color: #ead8c5;
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.buying-card p {
  margin: 0;
  color: var(--smoke);
  font-size: .9rem;
  line-height: 1.7;
}
.buying-cta {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
  padding: 34px 36px;
  border: 1px solid var(--line);
  background: linear-gradient(110deg, rgba(117,67,38,.14), rgba(255,255,255,.01));
}
.buying-cta h3 {
  margin: 2px 0 8px;
  color: #ead8c5;
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  text-transform: uppercase;
}
.buying-cta > div > p:last-child {
  margin: 0;
  color: var(--smoke);
  line-height: 1.65;
}
.buying-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.buying-note {
  max-width: 900px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.45);
  font-size: .76rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 980px) {
  .buying-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buying-cta { grid-template-columns: 1fr; gap: 24px; }
  .buying-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .buying { padding: 68px 0 74px; }
  .buying-grid { grid-template-columns: 1fr; }
  .buying-card { min-height: 0; padding: 26px 22px 28px; }
  .buying-cta { margin-top: 26px; padding: 26px 22px; }
  .buying-actions { display: grid; grid-template-columns: 1fr; }
  .buying-actions .button { width: 100%; justify-content: center; }
}


/* Venta para empresas y distribuidores */
.b2b-section {
  padding: clamp(72px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(181,111,67,.10), transparent 33%),
    linear-gradient(180deg, #0a0a08 0%, #11100d 100%);
}

.b2b-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.b2b-copy h2 {
  max-width: 760px;
  margin: 8px 0 18px;
}

.b2b-lead {
  max-width: 720px;
  color: rgba(255,255,255,.74);
  font-size: 1.05rem;
  line-height: 1.75;
}

.b2b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.b2b-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(181,111,67,.34);
  background: rgba(181,111,67,.08);
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.b2b-note {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255,255,255,.48);
  font-size: .84rem;
  line-height: 1.6;
}

.b2b-side {
  min-height: 290px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  border-left: 1px solid rgba(255,255,255,.09);
  text-align: center;
}

.b2b-symbol {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181,111,67,.55);
  border-radius: 50%;
  color: var(--copper);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.3rem;
  line-height: 1;
}

.b2b-side p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  line-height: 1.55;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .b2b-panel {
    grid-template-columns: 1fr;
  }

  .b2b-side {
    min-height: 180px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.09);
    padding-top: 28px;
  }
}


/* Avisos y páginas legales */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-legal a {
  color: rgba(255,255,255,.48);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-legal a:hover {
  color: var(--copper-light);
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 8%, rgba(181,111,67,.09), transparent 28%),
    #080807;
}

.legal-header {
  position: static;
  min-height: 84px;
}

.legal-main {
  padding: clamp(58px, 8vw, 100px) 0 clamp(80px, 10vw, 130px);
}

.legal-hero {
  max-width: 820px;
  margin-bottom: 46px;
}

.legal-hero h1 {
  margin: 8px 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: .98;
}

.legal-hero > p:last-child {
  max-width: 740px;
  color: rgba(255,255,255,.67);
  line-height: 1.75;
}

.legal-document {
  max-width: 900px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.025);
}

.legal-document section + section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.legal-document h2 {
  margin: 0 0 13px;
  color: #f2eee9;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.legal-document p,
.legal-document li {
  color: rgba(255,255,255,.68);
  line-height: 1.78;
}

.legal-document ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.legal-document li + li {
  margin-top: 7px;
}

.legal-highlight {
  margin: 0 0 34px;
  padding: 17px 20px;
  border-left: 2px solid var(--copper);
  background: rgba(181,111,67,.07);
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.legal-back {
  margin-top: 34px;
}

.legal-footer {
  padding-top: 0;
}

@media (max-width: 700px) {
  .footer-legal {
    gap: 12px 18px;
    padding-inline: 17px;
  }

  .legal-header {
    min-height: 76px;
  }

  .legal-main {
    padding-top: 46px;
  }

  .legal-document {
    margin-inline: -1px;
  }
}


/* Opiniones de Google */
.reviews {
  padding: clamp(76px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(181,111,67,.08), transparent 30%),
    #0b0b09;
}

.reviews-heading {
  max-width: 780px;
  margin-inline: auto;
}

.reviews-heading > p:last-child {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(255,255,255,.66);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.review-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.review-stars {
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: .13em;
  line-height: 1;
}

.review-source {
  margin: 8px 0 0;
  color: rgba(255,255,255,.43);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.review-date {
  color: rgba(255,255,255,.43);
  font-size: .76rem;
  white-space: nowrap;
}

.review-card blockquote {
  flex: 1;
  margin: 0 0 28px;
  color: rgba(255,255,255,.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-style: italic;
  line-height: 1.75;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.review-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181,111,67,.42);
  border-radius: 50%;
  background: rgba(181,111,67,.08);
  color: var(--copper-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.review-author strong,
.review-author span {
  display: block;
}

.review-author strong {
  color: rgba(255,255,255,.92);
  font-size: .88rem;
  line-height: 1.35;
}

.review-author div > span {
  margin-top: 4px;
  color: rgba(255,255,255,.42);
  font-size: .7rem;
}

.review-card-compact {
  min-height: 250px;
}

.review-no-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.58);
}

.review-no-text p {
  margin: 0;
  line-height: 1.65;
}

.review-quote-mark {
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  line-height: .7;
}

.reviews-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 760px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .review-card {
    min-height: 0;
  }

  .review-top {
    margin-bottom: 20px;
  }
}

/* SEO landing pages */
.seo-page{background:#080807;min-height:100vh}.seo-page .seo-header{position:sticky;top:0;z-index:40;min-height:78px}.seo-main{padding:clamp(54px,7vw,96px) 0 clamp(80px,10vw,130px)}.seo-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(34px,6vw,88px);align-items:center;padding-bottom:clamp(58px,8vw,96px)}.seo-hero h1{margin:10px 0 20px;font-size:clamp(2.6rem,6vw,5.7rem);line-height:.98}.seo-hero .lead{max-width:720px;color:rgba(255,255,255,.76);font-size:1.12rem;line-height:1.75}.seo-hero-media{position:relative;min-height:430px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.seo-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.seo-article{max-width:940px}.seo-article section{padding:36px 0;border-top:1px solid rgba(255,255,255,.08)}.seo-article h2{margin:0 0 16px;font-size:clamp(1.65rem,3vw,2.65rem)}.seo-article h3{margin:24px 0 9px;font-size:1.25rem}.seo-article p,.seo-article li{color:rgba(255,255,255,.7);line-height:1.8}.seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.seo-links a{padding:10px 13px;border:1px solid rgba(181,111,67,.35);color:rgba(255,255,255,.78);font-size:.76rem}.seo-cta{margin-top:30px;padding:clamp(28px,5vw,48px);border:1px solid rgba(181,111,67,.28);background:rgba(181,111,67,.055)}.seo-breadcrumb{margin-bottom:24px;color:rgba(255,255,255,.44);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase}.seo-breadcrumb a{color:var(--copper-light)}.footer-seo-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;padding:18px max(4vw,28px);border-top:1px solid rgba(255,255,255,.07)}.footer-seo-nav a{color:rgba(255,255,255,.48);font-size:.69rem;letter-spacing:.06em;text-transform:uppercase}.footer-seo-nav a:hover{color:var(--copper-light)}@media(max-width:800px){.seo-hero{grid-template-columns:1fr}.seo-hero-media{min-height:320px}.seo-page .seo-header{position:relative}}


/* Ubicación */
.location-section {
  padding: clamp(76px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(181,111,67,.08), transparent 30%),
    #090908;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: stretch;
}

.location-copy {
  padding-block: 14px;
}

.location-copy h2 {
  margin: 8px 0 18px;
  max-width: 560px;
}

.location-lead {
  max-width: 620px;
  color: rgba(255,255,255,.68);
  font-size: 1.03rem;
  line-height: 1.78;
}

.location-details {
  display: grid;
  gap: 12px;
  margin: 30px 0 32px;
}

.location-detail {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}

.location-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181,111,67,.35);
  color: var(--copper-light);
}

.location-detail span:not(.location-icon) {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.42);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.location-detail strong {
  display: block;
  color: rgba(255,255,255,.92);
  font-size: .97rem;
  line-height: 1.35;
}

.location-detail small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.46);
  font-size: .78rem;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-note {
  max-width: 610px;
  margin-top: 16px;
  color: rgba(255,255,255,.43);
  font-size: .82rem;
  line-height: 1.6;
}

.location-map {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: #111;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.location-map iframe {
  display: block;
  min-height: 520px;
  filter: saturate(.85) contrast(1.03);
}

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-map,
  .location-map iframe {
    min-height: 430px;
  }
}

@media (max-width: 600px) {
  .location-map,
  .location-map iframe {
    min-height: 360px;
  }

  .location-actions .button {
    width: 100%;
    justify-content: center;
  }
}


/* Identidad oficial de WhatsApp */
.wa-icon {
  display: block;
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  color: currentColor;
}

.button .wa-icon,
.cart-checkout .wa-icon {
  width: 18px;
  height: 18px;
  color: #fff;
}

.whatsapp-float {
  overflow: hidden;
  background: #25D366;
  border: 0;
  box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.whatsapp-float .wa-icon {
  width: 28px;
  height: 28px;
  color: #fff;
}

.mobile-nav .mobile-whatsapp {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 0;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
}

.mobile-nav .mobile-whatsapp:hover {
  color: #fff;
  background: #20bd5a;
}

.mobile-whatsapp-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}

.mobile-whatsapp-icon img {
  width: 21px;
  height: 21px;
  display: block;
}
