:root {
  --ink: #241920;
  --plum: #4c1938;
  --plum-2: #713451;
  --wine: #8b3351;
  --copper: #aa7653;
  --blush: #eadbd8;
  --ivory: #f7f3eb;
  --paper: #fffdf8;
  --muted: #71666d;
  --line: rgba(36, 25, 32, .14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 60px rgba(48, 28, 39, .12);
  --radius: 1.25rem;
  --shell: min(92vw, 1380px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font: 400 16px/1.55 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: clip; }
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #c17b98; outline-offset: 3px; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-160%); background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--wine); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { font: 400 clamp(3.2rem, 8vw, 8.4rem)/.86 var(--serif); letter-spacing: -.055em; margin: 0; }
.display em { color: var(--wine); font-weight: 400; }
.section-title { font: 400 clamp(2.35rem, 5vw, 5.2rem)/.98 var(--serif); letter-spacing: -.045em; margin: 0; }
.lead { max-width: 42rem; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.announcement { background: var(--plum); color: #fff; min-height: 34px; display: grid; place-items: center; text-align: center; padding: .45rem 1rem; font-size: clamp(.6rem, 1.4vw, .76rem); font-weight: 750; letter-spacing: clamp(.045em, .3vw, .1em); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,235,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; min-width: max-content; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--plum); border-radius: 50%; font: 500 1.2rem var(--serif); }
.brand-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; transition: width .3s ease-out, height .3s ease-out; }
.brand-name { font: 500 1.3rem/1 var(--serif); letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: .25rem; font: 700 .52rem/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; color: var(--wine); }
.nav { display: flex; justify-content: center; gap: clamp(1rem, 2.3vw, 2.5rem); font-size: .85rem; font-weight: 700; }
.nav a { position: relative; padding-block: .5rem; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: .4rem; }
.language select { border: 1px solid var(--line); border-radius: 99px; min-height: 38px; padding: 0 .55rem; background: var(--paper); font-size: .72rem; font-weight: 800; }
.header-whatsapp { min-height: 42px; display: inline-flex; align-items: center; gap: .4rem; border-radius: 99px; padding: .65rem .9rem; background: #1d6f51; color: white; font-size: .75rem; font-weight: 800; }
.header-whatsapp svg { width: 23px; height: 23px; }
.site-header.is-compact .header-inner { min-height: 62px; }
.site-header.is-compact .brand-logo { width: 42px; height: 42px; }
.icon-button { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; border-radius: 50%; position: relative; }
.icon-button:hover { background: rgba(76,25,56,.08); }
.cart-count { position: absolute; top: 1px; right: 0; min-width: 19px; height: 19px; padding: 0 4px; display: grid; place-items: center; background: var(--wine); color: white; border-radius: 99px; font-size: .65rem; font-weight: 800; }
.menu-button { display: none; }
.hero { padding: clamp(3rem, 7vw, 7rem) 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-right: clamp(1rem, 5vw, 6rem); }
.hero-copy .lead { margin: 2rem 0; max-width: 34rem; }
.hero-visual { height: 100%; min-height: 650px; position: relative; }
.hero-image-main { position: absolute; inset: 0 0 0 14%; width: 86%; height: 100%; object-fit: cover; border-radius: 48% 48% 1rem 1rem; box-shadow: var(--shadow); }
.hero-image-float { position: absolute; left: 0; bottom: 4%; width: 42%; aspect-ratio: .8; object-fit: cover; border: 10px solid var(--ivory); box-shadow: var(--shadow); }
.hero-stamp { position: absolute; right: -2%; top: 8%; width: 132px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--plum); border-radius: 50%; background: var(--ivory); color: var(--plum); text-align: center; font: italic 1.05rem/1.1 var(--serif); transform: rotate(8deg); }
.hero-campaign { position: relative; min-height: clamp(650px, 56.25vw, 880px); padding: 0; display: grid; align-items: center; isolation: isolate; color: #fff; }
.hero-campaign-media, .hero-campaign-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-campaign-media img { object-fit: cover; object-position: center; }
.hero-campaign::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(17,8,13,.9) 0%, rgba(34,11,23,.76) 28%, rgba(42,13,27,.33) 50%, transparent 68%); }
.hero-campaign-content { position: relative; z-index: 1; width: 100%; padding-block: clamp(4rem, 9vw, 8rem); }
.hero-campaign-copy { width: min(51rem, 48vw); padding: clamp(1.25rem, 2.3vw, 2.4rem); margin-left: clamp(-2rem, -2vw, -.5rem); border-radius: 1rem; background: linear-gradient(110deg, rgba(24,9,17,.6), rgba(24,9,17,.12)); backdrop-filter: blur(2px); }
.hero-campaign .eyebrow { color: #f2d3a0; }
.hero-campaign .display { margin-top: .75rem; color: #fff; font-size: clamp(3.2rem, 5.6vw, 6.75rem); line-height: .94; text-wrap: balance; }
.hero-campaign .lead { max-width: 41rem; margin: 1.5rem 0 1.8rem; color: rgba(255,255,255,.93); font-size: clamp(1rem, 1.35vw, 1.22rem); text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(15,7,11,.28); }
.button-ghost-light:hover { color: var(--ink); background: #fff; border-color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--ink); border-radius: 99px; padding: .8rem 1.3rem; background: transparent; font-size: .82rem; font-weight: 800; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--plum); }
.button-gold { border-color: #d4a85c; background: linear-gradient(135deg,#efd28d,#bd8840); color: #25170d; box-shadow: 0 10px 24px rgba(158,105,37,.25); }
.button-gold:hover { background: linear-gradient(135deg,#f5dda5,#c99650); }
.button-light { border-color: rgba(255,255,255,.7); color: white; }
.button-small { min-height: 42px; padding: .62rem 1rem; font-size: .74rem; }
.marquee { border-block: 1px solid var(--line); overflow: hidden; }
.marquee-track { display: flex; gap: 3rem; width: max-content; padding: 1rem 0; animation: marquee 26s linear infinite; font: italic 1rem var(--serif); color: var(--plum); }
.marquee-track span::before { content: "✦"; margin-right: 3rem; color: var(--copper); }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid; padding-bottom: .25rem; }
.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.collection-card { grid-column: span 4; min-height: 560px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--plum); color: white; }
.collection-card:nth-child(4), .collection-card:nth-child(5) { grid-column: span 6; min-height: 440px; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.collection-card > picture, .product-media > a > picture { display: block; width: 100%; height: 100%; }
.collection-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(30,13,24,.76)); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card .collection-logo { position: absolute; z-index: 3; top: 1rem; right: 1rem; width: 50px; height: 50px; object-fit: contain; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.collection-copy { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.collection-copy h3 { font: 400 2.1rem/1 var(--serif); margin: 0 0 .4rem; }
.collection-copy span { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
.arrow { width: 45px; height: 45px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-size: 1.2rem; }
.feature-band { background: var(--plum); color: white; overflow: hidden; }
.feature-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; min-height: 760px; }
.feature-copy { padding: 5rem clamp(2rem, 7vw, 8rem) 5rem max(4vw, calc((100vw - 1380px)/2)); }
.feature-copy .eyebrow { color: #e4b9c9; }
.feature-copy p { color: rgba(255,255,255,.7); max-width: 34rem; margin: 1.5rem 0 2rem; }
.feature-image { height: 100%; min-height: 760px; object-fit: cover; }
.feature-layout > picture { display: block; height: 100%; min-height: 760px; }
.feature-layout > picture .feature-image { width: 100%; }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.product-card { min-width: 0; }
.product-media { position: relative; overflow: hidden; background: #eee9e1; aspect-ratio: .8; border-radius: .8rem; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-media .product-watermark { position: absolute; z-index: 2; right: .65rem; bottom: .65rem; width: 42px; height: 42px; object-fit: contain; border-radius: 50%; opacity: .92; box-shadow: 0 3px 12px rgba(0,0,0,.16); }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: .8rem; left: .8rem; padding: .42rem .7rem; background: rgba(255,253,248,.9); backdrop-filter: blur(8px); border-radius: 99px; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-add { position: absolute; right: .7rem; bottom: .7rem; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--ink); color: white; cursor: pointer; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.quick-add:hover { transform: scale(1.07); background: var(--wine); }
.quick-add { display: grid; place-items: center; z-index: 3; }
.product-meta { padding: 1rem .15rem 0; }
.product-meta small { color: var(--wine); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-meta h3 { margin: .38rem 0 .6rem; font: 500 1.18rem/1.25 var(--serif); }
.product-row { display: flex; justify-content: space-between; align-items: center; gap: .7rem; color: var(--muted); font-size: .86rem; }
.product-row strong { color: var(--ink); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.story-collage { min-height: 690px; position: relative; }
.story-collage picture:first-child { position: absolute; left: 0; top: 0; width: 74%; height: 86%; }
.story-collage picture:last-child { position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: .8; }
.story-collage picture img { width: 100%; height: 100%; object-fit: cover; border-radius: 13rem 13rem .8rem .8rem; }
.story-collage picture:last-child img { border: 10px solid var(--ivory); border-radius: 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border-block: 1px solid var(--line); }
.value { background: var(--ivory); padding: 1.5rem .8rem 1.5rem 0; }
.value b { display: block; font: 500 1.08rem var(--serif); margin-bottom: .3rem; }
.value span { color: var(--muted); font-size: .78rem; }
.newsletter { background: var(--blush); }
.newsletter-inner { min-height: 430px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 4rem; }
.newsletter-form { display: flex; align-items: end; border-bottom: 1px solid var(--ink); }
.newsletter-form input { width: 100%; border: 0; background: transparent; padding: 1rem 0; outline: 0; }
.newsletter-form button { border: 0; background: transparent; padding: 1rem 0 1rem 1rem; font-weight: 800; cursor: pointer; }
.site-footer { background: var(--ink); color: white; padding: 5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .55fr); gap: 3rem; }
.footer-brand { font: 400 clamp(2.4rem, 4vw, 4.5rem)/.9 var(--serif); max-width: 420px; }
.footer-col h3 { color: #d9afbe; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; color: rgba(255,255,255,.7); margin: .65rem 0; font-size: .88rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 4rem; padding-top: 1.5rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .72rem; }
.page-hero { padding: clamp(4rem, 9vw, 9rem) 0 clamp(3rem, 6vw, 6rem); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 3rem; align-items: end; }
.catalog-toolbar { position: sticky; top: 78px; z-index: 20; background: rgba(247,243,235,.95); backdrop-filter: blur(16px); border-block: 1px solid var(--line); padding: 1rem 0; margin-bottom: 2.5rem; }
.toolbar-grid { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, .5fr)) auto; gap: .7rem; align-items: center; }
.field-inline { min-height: 45px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1rem; display: flex; align-items: center; }
.field-inline input, .field-inline select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .82rem; }
.result-count { white-space: nowrap; color: var(--muted); font-size: .78rem; font-weight: 700; }
.catalog-section { padding: 0 0 8rem; }
.no-results { grid-column: 1/-1; text-align: center; padding: 5rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); }
.product-detail { padding: clamp(2.5rem, 6vw, 6rem) 0 8rem; }
.breadcrumbs { display: flex; gap: .5rem; flex-wrap: wrap; color: var(--muted); font-size: .74rem; margin-bottom: 2rem; }
.product-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.product-gallery { position: relative; background: #eee9e1; border-radius: var(--radius); overflow: hidden; }
.product-gallery img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.product-info { position: sticky; top: 125px; padding-top: 1rem; }
.product-info h1 { font: 400 clamp(2.7rem, 5vw, 5rem)/.96 var(--serif); letter-spacing: -.045em; margin: .5rem 0 1.5rem; }
.product-price { font: 500 1.5rem var(--serif); margin-bottom: 2rem; }
.product-price small { display: block; margin-top: .4rem; color: var(--muted); font: 400 .78rem var(--sans); }
.product-description { color: var(--muted); max-width: 34rem; }
.product-actions { display: grid; gap: .8rem; margin: 2rem 0; }
.product-actions .button { width: 100%; }
.details-list { border-top: 1px solid var(--line); margin-top: 2rem; }
.details-list details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.details-list summary { cursor: pointer; font-weight: 750; font-size: .85rem; }
.details-list p { color: var(--muted); font-size: .82rem; }
.category-hero { min-height: 580px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; }
.category-hero > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-hero img { width: 100%; height: 100%; object-fit: cover; }
.category-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,15,24,.76), rgba(28,15,24,.12)); }
.category-hero-copy { position: relative; z-index: 2; padding: 7rem 0 4rem; max-width: 46rem; }
.category-hero .eyebrow { color: #f0bfce; }
.category-hero p { color: rgba(255,255,255,.78); max-width: 36rem; }
.category-nav { display: flex; overflow-x: auto; gap: .5rem; padding: 1.2rem 0; scrollbar-width: none; }
.category-nav a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 99px; padding: .65rem 1rem; font-size: .75rem; font-weight: 750; }
.category-nav a.active, .category-nav a:hover { background: var(--ink); color: white; }
.summer-section { padding: clamp(3.5rem,7vw,7rem) 0; background: #2b101f; color: #fff; overflow: hidden; }
.summer-section .eyebrow { color: #efd28d; }
.summer-section .lead { color: rgba(255,255,255,.72); }
.summer-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(240px, 26%); gap: 1rem; overflow-x: auto; padding: .5rem 0 1.5rem; scroll-snap-type: x mandatory; scrollbar-color: #c99b52 transparent; }
.summer-rail .product-card { scroll-snap-align: start; background: #fffdf8; color: var(--ink); border-radius: var(--radius); overflow: hidden; }
.summer-rail .product-meta { padding: 1rem; }
.summer-badge { background: #d2a154; color: #261509; }
.card-actions { display:grid; grid-template-columns:1fr 1fr; gap:.5rem; margin-top:.9rem; }
.card-actions .button { min-height:42px; padding:.62rem .5rem; font-size:.68rem; }
.season-heading { margin:clamp(2.5rem,6vw,5.5rem) 0 1.5rem; max-width:48rem; }
.season-heading h2 { margin:.25rem 0; font:500 clamp(2.2rem,5vw,4.5rem)/1 var(--serif); }
.season-heading p:last-child { color:var(--muted); }
.previous-season { margin-top:clamp(4rem,9vw,8rem); padding-top:clamp(2rem,5vw,4rem); border-top:1px solid var(--line); }
.catalog-grid-hidden { display:none; }

/* Puerta de entrada */
.gate-page { min-height: 100dvh; background: #160b12; color: white; }
.entry-gate { min-height: 100dvh; position: relative; isolation: isolate; display: grid; grid-template-rows: auto 1fr auto; gap: clamp(1rem,2.5vh,2rem); padding: clamp(1.25rem,3vw,2.5rem); overflow: hidden; }
.gate-ambient { position: absolute; inset: -3rem; z-index: -2; background: radial-gradient(circle at 20% 20%,rgba(118,51,84,.56),transparent 42%), radial-gradient(circle at 82% 75%,rgba(181,126,64,.2),transparent 38%), linear-gradient(135deg,#351326,#0c080b 72%); }
.gate-ambient::after { content:""; position:absolute; inset:0; opacity:.16; background-image:radial-gradient(#fff 1px,transparent 1px); background-size:28px 28px; mask-image:linear-gradient(to bottom,transparent,#000,transparent); }
.gate-brand { text-align:center; position:relative; z-index:2; animation:gate-in .7s cubic-bezier(.2,.8,.2,1) both; }
.gate-brand img { width: clamp(92px,10vw,145px); height: clamp(92px,10vw,145px); object-fit:contain; border-radius:50%; margin:0 auto .5rem; filter:drop-shadow(0 14px 34px rgba(0,0,0,.45)); }
.gate-brand p { margin:0; color:#e7c889; text-transform:uppercase; letter-spacing:.17em; font-size:.7rem; font-weight:800; }
.gate-brand h1 { margin:.2rem 0 0; font:400 clamp(2.2rem,4vw,4.2rem)/1 var(--serif); }
.gate-choices { width:min(1180px,94vw); margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:clamp(.8rem,2vw,1.5rem); }
.gate-choice { position:relative; aspect-ratio:1672/941; min-height:0; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:clamp(1rem,2vw,1.8rem); background:#09070d; transition:transform .32s ease-out,opacity .32s ease-out,border-color .32s ease-out; }
.gate-choice picture,.gate-choice img,.gate-shade { position:absolute; inset:0; width:100%; height:100%; }
.gate-choice img { object-fit:contain; transition:transform .5s ease-out; }
.gate-shade { background:linear-gradient(180deg,transparent 62%,rgba(12,5,11,.82)); }
.gate-copy { position:absolute; inset:auto clamp(.8rem,2vw,1.4rem) clamp(.8rem,2vw,1.2rem) auto; display:grid; gap:.5rem; }
.gate-copy small { color:#efd28d; text-transform:uppercase; letter-spacing:.16em; font-weight:800; }
.gate-copy strong { font:400 clamp(2.5rem,5vw,5.4rem)/.95 var(--serif); }
.gate-copy > span { max-width:31rem; color:rgba(255,255,255,.82); }
.gate-copy b { width:max-content; margin-top:.65rem; padding:.75rem 1rem; border:1px solid rgba(255,255,255,.62); border-radius:99px; background:rgba(22,8,18,.82); backdrop-filter:blur(8px); color:#fff; font-size:.78rem; box-shadow:0 8px 24px rgba(0,0,0,.28); }
.gate-choice.was-chosen { border-color:#e6bd70; box-shadow:0 0 0 3px rgba(230,189,112,.13); }
.gate-choices:has(.gate-choice:hover) .gate-choice:not(:hover) { opacity:.68; }
.gate-choice:hover { transform:scale(1.025); border-color:#e6bd70; }
.gate-choice:hover img { transform:scale(1.04); }
.gate-choice:active { transform:scale(.985); }
.choice-made .gate-choice:not(.is-leaving) { opacity:0; transform:scale(.96); }
.gate-choice.is-leaving { z-index:4; transform:scale(1.08); opacity:0; }
.gate-contact { margin:0; text-align:center; color:rgba(255,255,255,.62); font-size:.72rem; }
.gate-contact a { color:#efd28d; }
@keyframes gate-in { from { opacity:0; transform:translateY(-12px) scale(.94); } }

/* Servicios y reserva estática por WhatsApp */
.services-hero { min-height:clamp(620px,72vw,860px); position:relative; display:grid; align-items:end; color:#fff; overflow:hidden; }
.services-hero picture,.services-hero picture img { position:absolute; inset:0; width:100%; height:100%; }
.services-hero picture img { object-fit:cover; object-position:center 44%; }
.services-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(20,7,15,.92),rgba(47,13,32,.62) 50%,rgba(20,7,15,.18)); }
.services-hero-copy { position:relative; z-index:2; padding:clamp(5rem,10vw,9rem) 0; max-width:70rem; }
.services-hero .eyebrow { color:#efd28d; }
.services-hero .lead { color:rgba(255,255,255,.86); margin:1.5rem 0 2rem; }
.services-hero-text { min-height:clamp(520px,68vh,760px); background:radial-gradient(circle at 78% 28%,rgba(158,91,185,.3),transparent 26%),radial-gradient(circle at 18% 78%,rgba(203,152,73,.17),transparent 28%),linear-gradient(135deg,#160a14,#35142b 58%,#1c1028); isolation:isolate; }
.services-hero-text::after { background:linear-gradient(90deg,rgba(11,5,10,.52),transparent 72%); }
.services-orbit { position:absolute; width:min(54vw,650px); aspect-ratio:1; right:-8%; top:50%; transform:translateY(-50%); border:1px solid rgba(239,210,141,.23); border-radius:50%; box-shadow:0 0 0 80px rgba(239,210,141,.025),0 0 0 160px rgba(188,116,211,.02); }
.services-orbit::before,.services-orbit::after { content:"✦"; position:absolute; color:#efd28d; text-shadow:0 0 18px rgba(239,210,141,.8); }
.services-orbit::before { left:8%; top:18%; font-size:2rem; }.services-orbit::after { right:14%; bottom:20%; font-size:1rem; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.service-card { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:clamp(1.25rem,3vw,2.5rem); display:flex; flex-direction:column; align-items:flex-start; }
.service-number { color:#c4934b; font:italic 1.4rem var(--serif); }
.service-card > p:first-of-type { color:var(--wine); text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; font-weight:800; }
.service-card h3 { font:500 clamp(1.55rem,2.4vw,2.2rem)/1.05 var(--serif); margin:.3rem 0; }
.service-card > p:last-of-type { color:var(--muted); flex:1; }
.service-price { font-weight:850; color:var(--plum); margin:.6rem 0; }
.booking-section { padding:clamp(4rem,8vw,8rem) 0; background:#25111d; color:#fff; scroll-margin-top:6rem; }
.booking-layout { display:grid; grid-template-columns:.62fr 1.38fr; gap:clamp(2rem,6vw,6rem); align-items:start; }
.booking-intro { position:sticky; top:7rem; }
.booking-intro p { color:rgba(255,255,255,.7); }
.booking-honesty { display:grid; gap:.35rem; margin-top:2rem; padding:1rem; border:1px solid rgba(239,210,141,.3); border-radius:1rem; background:rgba(255,255,255,.05); }
.booking-honesty strong { color:#efd28d; }
.booking-honesty span { color:rgba(255,255,255,.7); font-size:.78rem; }
.booking-wizard { background:var(--paper); color:var(--ink); border-radius:clamp(1rem,2vw,1.6rem); overflow:hidden; box-shadow:0 28px 80px rgba(0,0,0,.28); }
.booking-progress { list-style:none; display:grid; grid-template-columns:repeat(5,1fr); margin:0; padding:1rem; border-bottom:1px solid var(--line); }
.booking-progress li { display:grid; place-items:center; gap:.3rem; color:var(--muted); font-size:.62rem; }
.booking-progress li span { width:30px; height:30px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; font-weight:850; }
.booking-progress li.is-active span,.booking-progress li.is-complete span { background:var(--plum); color:#fff; border-color:var(--plum); }
.booking-progress li.is-active small { color:var(--plum); font-weight:850; }
.booking-step { padding:clamp(1.25rem,4vw,3rem); min-height:500px; animation:step-in .3s ease-out both; }
.booking-step h3 { margin:0 0 1.4rem; font:500 clamp(1.8rem,3vw,2.8rem) var(--serif); }
@keyframes step-in { from { opacity:0; transform:translateX(10px); } }
.booking-service-options { display:grid; gap:.7rem; }
.booking-service-options label { cursor:pointer; }
.booking-service-options input { position:absolute; opacity:0; }
.booking-service-options label > span { display:flex; justify-content:space-between; gap:1rem; padding:1rem; border:1px solid var(--line); border-radius:.8rem; transition:.2s ease; }
.booking-service-options small { color:var(--muted); }
.booking-service-options input:checked + span { border-color:var(--plum); background:#f2e6ec; box-shadow:0 0 0 2px rgba(76,25,56,.1); }
.booking-actions { display:flex; justify-content:space-between; gap:.8rem; margin-top:2rem; }
.booking-step-head { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.calendar-nav { display:flex; align-items:center; gap:.7rem; }
.calendar-nav button { width:40px; height:40px; border:1px solid var(--line); border-radius:50%; background:white; cursor:pointer; }
.calendar-nav strong { min-width:130px; text-align:center; text-transform:capitalize; }
.calendar-weekdays,.booking-calendar { display:grid; grid-template-columns:repeat(7,1fr); gap:.35rem; }
.calendar-weekdays { margin:1rem 0 .35rem; text-align:center; color:var(--muted); font-size:.68rem; font-weight:800; }
.booking-calendar button { aspect-ratio:1; min-width:0; border:1px solid var(--line); border-radius:.65rem; background:#fff; display:grid; place-items:center; align-content:center; gap:.1rem; cursor:pointer; }
.booking-calendar button span { font-weight:850; }
.booking-calendar button small { font-size:.48rem; color:#297150; }
.booking-calendar button:disabled { opacity:.4; cursor:not-allowed; background:#eee8e9; }
.booking-calendar button:disabled small { color:var(--muted); }
.booking-calendar button.is-selected,.time-slots button.is-selected { background:var(--plum); color:#fff; border-color:var(--plum); }
.booking-calendar button.is-selected small { color:#fff; }
.time-slots { display:grid; grid-template-columns:repeat(4,1fr); gap:.6rem; }
.time-slots button { min-height:48px; border:1px solid var(--line); border-radius:99px; background:#fff; cursor:pointer; font-weight:800; }
.booking-context { color:var(--muted); text-transform:capitalize; }
.booking-summary dl { margin:0; border-top:1px solid var(--line); }
.booking-summary dl div { display:flex; justify-content:space-between; gap:1rem; padding:.8rem 0; border-bottom:1px solid var(--line); }
.booking-summary dt { color:var(--muted); }.booking-summary dd { margin:0; text-align:right; font-weight:750; }
.booking-final-note { color:var(--muted); font-size:.72rem; }
.trust-section { background:#efe2e7; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.trust-grid article { padding:1.5rem; background:rgba(255,255,255,.62); border-radius:var(--radius); }
.trust-grid b { font:500 1.5rem var(--serif); }.trust-grid p { color:var(--muted); }
.faq-services { display:grid; grid-template-columns:.7fr 1.3fr; gap:clamp(2rem,6vw,6rem); }
.faq-services details { border-top:1px solid var(--line); padding:1.2rem 0; }
.faq-services summary { cursor:pointer; font-weight:800; }.faq-services details p { color:var(--muted); }
.cart-shipping { display:flex; align-items:center; gap:.55rem; padding:.75rem 1.5rem; background:#efe2d2; color:#654416; font-size:.74rem; }
.cart-mini-summary { display:flex; justify-content:space-between; padding:.65rem 1.5rem; border-bottom:1px solid var(--line); font-size:.72rem; }
.cart-available { display:block!important; color:#2a7354!important; font-weight:800; }
.cart-trust { display:flex; flex-wrap:wrap; gap:.35rem .65rem; margin:.8rem 0; color:var(--muted); font-size:.64rem; }
.cart-trust span::before { content:"✓ "; color:#2a7354; font-weight:900; }
.cart-pulse { animation:cart-bounce .4s ease-out; }
@keyframes cart-bounce { 50% { transform:scale(1.18) rotate(-5deg); } }
.cart-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(25,15,22,.5); opacity: 0; transition: opacity .25s ease; }
.cart-overlay.is-open { opacity: 1; }
.cart-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(94vw, 480px); background: var(--paper); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.is-open .cart-panel { transform: none; }
.cart-head { padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head h2 { font: 500 1.7rem var(--serif); margin: 0; }
.cart-list { padding: 1rem 1.5rem; overflow-y: auto; flex: 1 1 auto; }
.cart-line { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 90px; object-fit: cover; }
.cart-line a { font: 500 1rem/1.25 var(--serif); display: block; }
.cart-line span { color: var(--muted); font-size: .75rem; }
.quantity { display: flex; align-items: center; gap: .55rem; margin-top: .7rem; }
.quantity button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.quantity .remove { width: auto; border: 0; text-decoration: underline; margin-left: auto; }
.cart-footer { border-top: 1px solid var(--line); padding: 1.5rem; }
.cart-total { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: .3rem; }
.cart-note { font-size: .72rem; color: var(--muted); margin: 0 0 1rem; }
.cart-footer .button { width: 100%; }
.empty-state { padding: 3rem 1rem; text-align: center; }
.empty-state h3 { font: 500 1.6rem var(--serif); }
.empty-state p { color: var(--muted); }
.empty-glyph { font: 2rem var(--serif); color: var(--wine); }
.checkout-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.checkout-preview { background: var(--paper); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.checkout-line { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.checkout-line img { width: 64px; height: 80px; object-fit: cover; }
.form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { font-size: .75rem; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); padding: .9rem 1rem; color: var(--ink); min-height: 48px; }
.form-field textarea { min-height: 130px; resize: vertical; }
.checkout-form { background:#fffdf8; border:1px solid var(--line); border-radius:var(--radius); padding:clamp(1.25rem,3vw,2.3rem); box-shadow:var(--shadow); }
.checkout-form-head h2 { margin:.2rem 0 1rem; font:500 clamp(1.45rem,2.7vw,2.1rem)/1.08 var(--serif); }
.delivery-choice { border:0; padding:0; margin:.5rem 0; display:grid; grid-template-columns:1fr 1fr; gap:.75rem; }
.delivery-choice legend { grid-column:1/-1; margin-bottom:.45rem; font-size:.75rem; font-weight:800; }
.delivery-choice label { cursor:pointer; }
.delivery-choice input { position:absolute; opacity:0; pointer-events:none; }
.delivery-choice span { min-height:100%; display:grid; gap:.25rem; padding:1rem; border:1px solid var(--line); border-radius:.8rem; background:var(--paper); transition:.2s ease; }
.delivery-choice small { color:var(--muted); line-height:1.35; }
.delivery-choice input:checked + span { border-color:var(--plum); background:#f3e8ee; box-shadow:0 0 0 2px rgba(76,25,56,.1); }
.shipping-fields { display:grid; gap:1rem; margin:.5rem 0; padding:1.2rem; border:1px solid #d7c1cc; border-radius:1rem; background:#fbf5f8; animation:step-in .25s ease-out both; }
.shipping-fields[hidden] { display:none; }
.checkout-submit { width:100%; min-height:54px; }
.checkout-help { margin:0; text-align:center; color:var(--muted); font-size:.72rem; }
.fine-print { color: var(--muted); font-size: .72rem; }
.prose { max-width: 780px; }
.prose h2 { font: 500 2rem var(--serif); margin-top: 2.5rem; }
.prose p, .prose li { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .55s cubic-bezier(.2,.8,.2,1), transform .55s cubic-bezier(.2,.8,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

.search-overlay, .filter-drawer { position: fixed; inset: 0; z-index: 100; background: rgba(28,14,23,.62); opacity: 0; transition: opacity .28s ease-out; }
.search-overlay.is-open, .filter-drawer.is-open { opacity: 1; }
.search-panel { width: min(720px, 100%); min-height: 100%; margin-left: auto; background: var(--ivory); padding: clamp(1.25rem, 4vw, 3rem); transform: translateX(100%); transition: transform .34s cubic-bezier(.2,.8,.2,1); }
.search-overlay.is-open .search-panel { transform: none; }
.search-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.search-head h2 { font: 500 clamp(1.7rem, 3vw, 2.4rem) var(--serif); }
.search-input input { width: 100%; min-height: 58px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1.25rem; }
.search-suggestions { margin-top: 1.5rem; }
.search-suggestions section + section { margin-top: 1.4rem; }
.search-suggestions h3 { color: var(--wine); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.search-suggestions a { display: flex; align-items: center; gap: .8rem; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.search-suggestions a img { width: 48px; height: 60px; object-fit: cover; border-radius: .35rem; }
.search-suggestions a span { display: grid; }
.search-suggestions small { color: var(--muted); }
.filter-trigger { min-height: 46px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1rem; font-weight: 750; cursor: pointer; }
.filter-panel { width: min(520px, 100%); min-height: 100%; margin-left: auto; background: var(--ivory); padding: clamp(1.25rem, 4vw, 3rem); transform: translateX(100%); transition: transform .34s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.filter-drawer.is-open .filter-panel { transform: none; }
.filter-panel fieldset { border: 0; border-bottom: 1px solid var(--line); padding: 1.25rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.filter-panel legend { font: 600 1.15rem var(--serif); margin-bottom: .7rem; }
.filter-panel label { min-height: 36px; display: flex; align-items: center; gap: .55rem; }
.filter-chips { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: .5rem; min-height: 1px; }
.filter-chips button { border: 1px solid var(--line); border-radius: 99px; background: var(--blush); padding: .35rem .65rem; cursor: pointer; }
.store-media { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 1rem; align-items: stretch; }
.store-media video, .store-media picture, .store-media img { width: 100%; height: 100%; min-height: clamp(320px, 42vw, 640px); object-fit: cover; border-radius: var(--radius); }
.store-gallery { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.store-gallery picture, .store-gallery img { width: 100%; height: clamp(280px, 34vw, 520px); object-fit: cover; border-radius: var(--radius); }
.maps-grid { margin-top: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.map-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1rem, 2.5vw, 2rem); }
.map-card h3 { margin: 0 0 1rem; font: 500 2rem var(--serif); }
.map-frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: calc(var(--radius) * .7); background: var(--blush); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-card .button { margin-top: 1rem; }
.footer-logo { width: 120px; height: 120px; object-fit: contain; border-radius: 50%; margin-bottom: 1.5rem; }
.floating-socials { position: fixed; z-index: 48; right: clamp(.7rem, 2vw, 1.4rem); bottom: clamp(1rem, 3vw, 2rem); display: grid; gap: .65rem; }
.float-social { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: white; box-shadow: 0 7px 0 rgba(36,25,32,.2), 0 14px 28px rgba(36,25,32,.24); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.float-social:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 10px 0 rgba(36,25,32,.16), 0 18px 32px rgba(36,25,32,.25); }
.float-social.whatsapp { background: #25d366; animation: whatsapp-pulse 2.8s ease-in-out infinite; }
.float-social.instagram { background: linear-gradient(135deg,#f9ce34,#ee2a7b 50%,#6228d7); }
.float-social.tiktok { background: #050505; }
.float-social svg { width: 27px; height: 27px; }
@keyframes whatsapp-pulse { 0%,72%,100% { transform: scale(1); } 80% { transform: scale(1.08); } 88% { transform: scale(.98); } }
.cart-upsells { padding: 1rem 1.5rem; border-top: 1px solid var(--line); flex: 0 0 auto; max-height: 240px; overflow-y: auto; }
.cart-upsells h3 { margin: -.35rem 0 .75rem; font: 500 1.25rem var(--serif); }
.cart-upsells article { display: grid; grid-template-columns: 54px 1fr 38px; align-items: center; gap: .7rem; padding: .55rem 0; }
.cart-upsells article img { width: 54px; height: 68px; object-fit: cover; border-radius: .35rem; }
.cart-upsells article span { font-size: .76rem; line-height: 1.25; }
.cart-upsells article small { display: block; margin-top: .25rem; color: var(--wine); font-weight: 800; }
.cart-upsells article button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--ink); color: white; cursor: pointer; }
.store-info-grid { margin-top: 1.5rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; }
.hours-card, .faq-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2.5rem); }
.hours-card h3, .faq-card h3 { margin: 0 0 1.4rem; font: 500 clamp(1.8rem, 3vw, 2.7rem) var(--serif); }
.hours-card dl { margin: 0 0 1.5rem; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.hours-card dt { font-weight: 750; }.hours-card dd { margin: 0; color: var(--muted); }
.faq-card details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq-card summary { cursor: pointer; font-weight: 800; }
.faq-card details p { color: var(--muted); margin-bottom: 0; }
.product-gallery { aspect-ratio: 1 / 1; max-width: 720px; background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.product-gallery > picture { display: block; width: 100%; height: 100%; }
.product-gallery > picture > img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; }

@media (max-width: 1020px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 4vw 1.5rem; background: var(--ivory); border-bottom: 1px solid var(--line); flex-direction: column; }
  .nav.is-open { display: flex; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .hero-grid, .feature-layout, .story-grid, .newsletter-inner, .product-layout, .checkout-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0 0 3rem; }
  .hero-visual { min-height: 620px; }
  .feature-copy { padding: 5rem 5vw; }
  .feature-image { min-height: 620px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .product-info { position: static; }
  .product-layout { gap: 2rem; }
  .toolbar-grid { grid-template-columns: 1fr 1fr 1fr; }
  .toolbar-grid .field-inline:first-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-whatsapp span { display: none; }
  .header-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; box-shadow: 0 5px 14px rgba(29,111,81,.28); }
  .store-media { grid-template-columns: 1fr 1fr; }
  .store-media video { grid-column: 1 / -1; }
  .booking-layout { grid-template-columns:1fr; }
  .booking-intro { position:static; }
}

@media (max-width: 720px) {
  :root { --shell: min(88vw, 1380px); --radius:1rem; }
  body { line-height:1.65; }
  .section { padding:clamp(4.5rem,18vw,6rem) 0; }
  .section-head { gap:1.15rem; margin-bottom:2.2rem; }
  .section-title { font-size:clamp(2.45rem,12vw,3.8rem); line-height:1; }
  .lead { font-size:1rem; line-height:1.65; }
  .eyebrow { margin-bottom:.95rem; line-height:1.45; }
  .announcement { font-size: .64rem; }
  .site-header { top: 0; }
  .header-inner { min-height: 68px; }
  .header-inner { gap: .5rem; }
  .brand-name { font-size: 1.05rem; }
  .brand-logo { width: 44px; height: 44px; }
  .language { display: none; }
  [data-search-open] { min-width: 48px; min-height: 48px; font-size: 1.55rem; background: rgba(76,25,56,.07); }
  .hero { padding-top: 3rem; }
  .hero-grid { min-height: 0; }
  .hero-visual { min-height: 480px; }
  .hero-image-main { left: 8%; width: 92%; }
  .hero-image-float { width: 44%; border-width: 6px; }
  .hero-stamp { width: 104px; font-size: .84rem; }
  .hero-campaign { min-height: clamp(690px, 125vw, 820px); padding-top: 0; align-items: start; }
  .hero-campaign-media img { object-position: center top; }
  .hero-campaign::after { background: linear-gradient(180deg, rgba(17,8,13,.94) 0%, rgba(31,10,21,.78) 35%, rgba(31,10,21,.28) 59%, transparent 76%); }
  .hero-campaign-content { padding: clamp(2.4rem, 8vw, 4rem) 1rem 2rem; }
  .hero-campaign-copy { width: min(100%, 35rem); margin: 0; padding: clamp(1rem, 4vw, 1.35rem); background: linear-gradient(135deg, rgba(24,9,17,.72), rgba(24,9,17,.18)); backdrop-filter: blur(1.5px); }
  .hero-campaign .display { font-size: clamp(2.55rem, 11vw, 4.1rem); line-height: .94; }
  .hero-campaign .lead { margin: 1rem 0 1.25rem; font-size: .96rem; line-height: 1.55; max-width: 31rem; }
  .hero-campaign .button-row { display: flex; flex-wrap: wrap; gap: .65rem; }
  .hero-campaign .button { min-height: 46px; padding: .72rem 1rem; width: auto; }
  .collection-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -5vw; padding-right: 5vw; }
  .collection-card, .collection-card:nth-child(4), .collection-card:nth-child(5) { flex: 0 0 82vw; min-height: 510px; scroll-snap-align: start; }
  .section-head { align-items: start; flex-direction: column; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 2.4rem 1rem; }
  .product-meta { padding:1.15rem .15rem 0; }
  .product-meta h3 { margin:.5rem 0 .75rem; font-size:1.08rem; line-height:1.35; }
  .product-row { align-items: start; flex-direction: column; gap: .15rem; }
  .story-collage { min-height: 500px; }
  .values { grid-template-columns: 1fr; }
  .newsletter-inner { padding: 4rem 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .page-hero { padding:clamp(4.5rem,18vw,6rem) 0 clamp(3.5rem,14vw,5rem); }
  .page-hero-grid { grid-template-columns: 1fr; gap:1.5rem; }
  .catalog-toolbar { top: 68px; }
  .toolbar-grid { grid-template-columns: 1fr 1fr; }
  .toolbar-grid .field-inline:first-child { grid-column: 1/-1; }
  .result-count { grid-column: 1/-1; }
  .category-hero { min-height: 500px; }
  .form-row { grid-template-columns: 1fr; }
  .checkout-line { grid-template-columns: 55px 1fr; }
  .checkout-line strong { grid-column: 2; }
  .store-media, .store-gallery, .maps-grid, .store-info-grid { grid-template-columns: 1fr; }
  .store-media video, .store-media picture, .store-media img { min-height: 420px; }
  .store-gallery img { height: 420px; }
  .map-frame { aspect-ratio: 1 / 1; }
  .filter-panel fieldset { grid-template-columns: 1fr; }
  .product-detail { padding:2rem 0 5.5rem; }
  .breadcrumbs { margin-bottom:1.5rem; line-height:1.5; }
  .product-gallery { width: min(100%, 560px); margin-inline: auto; }
  .product-layout { align-items: start; gap:2.3rem; }
  .product-info { padding-top:.25rem; }
  .product-info h1 { font-size:clamp(2.35rem,11vw,3.4rem); line-height:1; margin:.65rem 0 1.25rem; }
  .product-price { margin-bottom:1.5rem; }
  .product-description { line-height:1.7; }
  .product-actions { gap:.75rem; margin:1.7rem 0 2.3rem; }
  .product-actions .button { min-height:54px; }
  .details-list details { padding:1.25rem 0; }
  .hero-copy .button-row { display: grid; }
  .hero-copy .button { width: 100%; min-height: 50px; }
  .float-social { width: 50px; height: 50px; }
  /* En móvil el acceso de WhatsApp ya está en la cabecera. Ocultamos la pila
     social para que no cubra fotos, precios ni el botón principal de compra. */
  .floating-socials { display: none; }
  .entry-gate { padding:1.15rem; gap:1.35rem; overflow:auto; }
  .gate-brand img { width:82px; height:82px; }
  .gate-brand h1 { font-size:2.35rem; }
  .gate-choices { width:100%; grid-template-columns:1fr; gap:1.2rem; }
  .gate-choice { min-height:0; aspect-ratio:1672/941; }
  .gate-copy strong { font-size:2.8rem; }
  .gate-contact { padding-bottom:.5rem; }
  .summer-rail { grid-auto-columns:78vw; margin-right:-5vw; padding-right:5vw; }
  .card-actions { grid-template-columns:1fr; }
  .services-hero { min-height:700px; }
  .services-hero::after { background:linear-gradient(180deg,rgba(20,7,15,.88),rgba(47,13,32,.5) 58%,rgba(20,7,15,.72)); }
  .services-hero-copy { padding:4rem 0; }
  .services-hero-text { min-height:600px; }
  .services-orbit { width:90vw; right:-48%; opacity:.62; }
  .delivery-choice { grid-template-columns:1fr; }
  .services-grid,.trust-grid,.faq-services { grid-template-columns:1fr; }
  .booking-progress { padding:.7rem .35rem; }
  .booking-progress small { display:none; }
  .booking-step { min-height:520px; padding:1.35rem; }
  .booking-step-head { align-items:flex-start; flex-direction:column; }
  .calendar-nav { width:100%; justify-content:space-between; }
  .booking-calendar { gap:.25rem; }
  .booking-calendar button { border-radius:.45rem; }
  .booking-calendar button small { display:none; }
  .time-slots { grid-template-columns:repeat(3,1fr); }
  .booking-actions { position:sticky; bottom:0; padding:.8rem 0; background:linear-gradient(transparent,var(--paper) 18%); }
  .booking-actions .button { padding:.7rem .85rem; }
  .cart-panel { width:100%; }
  .cart-head { padding:1.25rem 1.35rem; }
  .cart-list { padding:1rem 1.35rem; }
  .cart-line { gap:1rem; padding:1.2rem 0; }
  .cart-footer { position:sticky; bottom:0; background:var(--paper); padding:1.15rem 1.35rem calc(1.15rem + env(safe-area-inset-bottom)); }
  .checkout-grid { gap:2.5rem; }
  .checkout-preview,.checkout-form { padding:1.3rem; }
  .shipping-fields { padding:1rem; }
  .form { gap:1.15rem; }
  .form-field { gap:.5rem; }
  .form-field input,.form-field textarea,.form-field select { min-height:52px; padding:1rem; }
  .newsletter-inner { gap:2rem; }
  .site-footer { padding-top:4.5rem; }
}

@media (max-width: 640px) {
  .products-grid { grid-template-columns:1fr; gap:3.4rem; }
  .product-card { width:100%; }
  .product-media { aspect-ratio:1/1; }
  .product-meta { padding-top:1.2rem; }
  .product-meta h3 { font-size:1.3rem; }
  .product-row { font-size:.95rem; }
  .card-actions { gap:.7rem; margin-top:1rem; }
  .card-actions .button { min-height:50px; font-size:.76rem; }
  .summer-rail { grid-auto-columns:84vw; gap:1rem; }
  .summer-rail .product-card { width:auto; }
  .footer-grid { grid-template-columns:1fr; gap:2.25rem; }
  .footer-grid > :first-child { grid-column:auto; }
  .footer-col a { min-height:38px; display:flex; align-items:center; margin:.25rem 0; }
  .floating-socials { right:.8rem; bottom:calc(.9rem + env(safe-area-inset-bottom)); gap:.55rem; }
  .float-social { width:48px; height:48px; }
}

@media (min-width: 721px) and (max-width: 1050px) {
  .hero-campaign-copy { width: min(64vw, 42rem); margin-left: 0; }
  .hero-campaign .display { font-size: clamp(3.2rem, 7vw, 5rem); }
}

@media (max-width: 430px) {
  .brand-name small { display: none; }
  .product-media { aspect-ratio:1/1; }
  .display { font-size: clamp(3.25rem, 18vw, 5.4rem); }
  .brand-name { display: none; }
  .header-actions { gap: .1rem; }
  .hero-visual { min-height: 430px; }
  .store-media video, .store-media picture, .store-media img, .store-gallery img { min-height: 0; height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Oculta el badge automático que Netlify puede inyectar tras algunos despliegues. */
#nl-badge-frame,
iframe#nl-badge-frame,
[id="nl-badge-frame"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
