.language-bar{display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 18px;background:#000;color:#fff;font-size:12px}
/* One utility row: nav on the left/centre, language + cart pinned right. */
@media(min-width:900px){
  /* The wrapper itself paints the bar, so the two children can sit on one row
     without a pseudo-element fighting the stacking order. */
  [data-escr-sticky-header]{display:grid;grid-template-columns:1fr auto;align-items:center;background:#000;border-bottom:3px solid #f6c915}
  [data-escr-sticky-header]>.language-bar{grid-row:1;grid-column:2;background:transparent;padding:0 16px 0 0}
  [data-escr-sticky-header]>.site-nav{grid-row:1;grid-column:1;background:transparent;border-bottom:0}
  /* partials ship their own <style>/<script>; they must not become grid items */
  [data-escr-sticky-header]>style,[data-escr-sticky-header]>script,[data-escr-sticky-header]>link{display:none}
  [data-escr-sticky-header]>*:not(.language-bar):not(.site-nav){grid-column:1/-1}
}
/* The menu used to slide sideways between pages because the cart button ("Mi carta")
   exists only on the letter page and the right column sized to its content.
   A fixed right column keeps the menu in the same place everywhere (JC, 25 sep 2026). */
@media(min-width:900px){
  [data-escr-sticky-header]{grid-template-columns:minmax(0,1fr) 300px}
  [data-escr-sticky-header]>.language-bar{justify-content:flex-end}
}
@media(min-width:1320px){
  [data-escr-sticky-header]{grid-template-columns:300px minmax(0,1fr) 300px}
  [data-escr-sticky-header]>.site-nav{grid-column:2}
  [data-escr-sticky-header]>.language-bar{grid-column:3}
}
.language-bar select{min-width:280px;padding:7px 10px;border-radius:5px;border:1px solid #766c68}
.language-bar>span{color:#ffd451}
.language-switch{display:flex;align-items:center;gap:4px;border:0;border-radius:0;overflow:visible}
.language-switch a{padding:6px 9px;color:#cfc6bb;text-decoration:none;font:800 12px/1 system-ui,-apple-system,'Segoe UI',sans-serif;letter-spacing:.09em;text-transform:uppercase;border-bottom:2px solid transparent}
.language-switch a:hover{color:#fff}
.language-switch a.active{color:#f6c915;border-bottom-color:#f6c915}
.language-bar button{padding:6px 12px;border:1px solid #fff;background:#fff;color:#000;border-radius:4px;font:800 12px/1 system-ui,-apple-system,'Segoe UI',sans-serif;letter-spacing:.05em;cursor:pointer}
/* Feliz Chavidad badge menu (replaces the old campaign tabs) */
/* 2026-09-22 owner call: the old dark-green band had nothing to do with the
   flag directly beneath it (Venezuela's flag has no green in it at all) and
   read as a muddy, indistinct brown in a compressed screenshot. Swapped for
   a navy that IS one of the flag's own three colors, darkened at the top and
   brightening into the flag's own blue stripe -- the band now reads as the
   flag continuing upward instead of an unrelated color wedged above it. The
   border brightens to the flag's own gold instead of a duller custom gold. */
.chavidad-nav{background:linear-gradient(180deg,#0a2f5c 0%,#123f78 55%,#164a94 100%);border-bottom:3px solid #f6c915;padding:6px 12px 8px;text-align:center;color:#fff;overflow:visible}
.chavidad-ribbon{margin:0 auto 6px;display:inline-block;background:#b51b24;color:#fff;font-size:16px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:7px 24px;border-radius:999px;box-shadow:0 2px 0 #7a0f16;position:relative}
.chavidad-ribbon b{color:#f6c915}
.chavidad-ribbon::before,.chavidad-ribbon::after{content:"✦";color:#f6c915;font-size:14px;margin:0 8px}
/* 2026-09-22 owner call: badges + hat sized up ~35% on the homepage band for
   more presence next to the enlarged Henrique/Allup widget and price drop
   (see satire-host.css and carta-en-gotas.css for their matching increases).
   padding-top must clear .badge-hat, which is positioned above the badge box:
   overflow-x:auto forces overflow-y to auto, so anything above the padding clips. */
.chavidad-row{display:flex;align-items:center;justify-content:center;gap:19px;flex-wrap:nowrap;overflow:visible;padding:70px 4px 0;position:relative;top:-2px;scrollbar-width:none}
.chavidad-row::-webkit-scrollbar{display:none}
.chavidad-badge{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:#fff;flex:0 0 auto;width:108px;transition:transform .18s ease}
.chavidad-badge:hover,.chavidad-badge:focus-visible{transform:translateY(-3px) rotate(-3deg)}
.chavidad-badge:focus{outline:none}.chavidad-badge:focus-visible .badge-face{box-shadow:0 0 0 3px #fff,0 0 0 6px #f6c915}
.badge-face{display:block;width:90px;height:90px;border-radius:50%;overflow:hidden;border:4px solid #f6c915;box-shadow:0 0 0 2px #7a0f16,0 6px 14px rgba(0,0,0,.45);background:#2b211c}
.badge-face video{display:block;width:100%;height:100%;object-fit:cover}
.badge-hat{position:absolute;top:-72px;left:50%;width:103px;height:auto;transform-origin:50% 85%;transform:translateX(-50%) rotate(-7deg);pointer-events:none;filter:drop-shadow(0 3px 3px rgba(0,0,0,.45));transition:transform .18s ease;z-index:2}
.chavidad-badge:hover .badge-hat{transform:translateX(-50%) rotate(-13deg) translateY(-2px)}
.badge-name{font-size:14px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#fff3cf;background:rgba(0,0,0,.35);padding:3px 11px;border-radius:999px}
.chavidad-badge[data-quip]:not([data-quip=""])::after{content:attr(data-quip);position:absolute;top:84px;left:50%;transform:translate(-50%,6px);background:#fffaf0;color:#2b211c;font-size:12px;font-weight:800;line-height:1.2;padding:5px 9px;border-radius:10px;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 3px 8px rgba(0,0,0,.35);transition:opacity .18s ease,transform .18s ease;z-index:3}
.chavidad-badge[data-quip]:not([data-quip=""]):hover::after,.chavidad-badge[data-quip]:not([data-quip=""]):focus-visible::after{opacity:1;transform:translate(-50%,0)}
@media(max-width:860px){.chavidad-row{position:static;top:auto;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:50px 4px 2px}}
@media(max-width:700px){.chavidad-row{gap:10px;padding-top:46px}.chavidad-badge{width:72px}.badge-face{width:60px;height:60px;border-width:2px}.badge-hat{width:68px;top:-43px}.badge-name{font-size:10px;padding:1px 7px}.chavidad-badge::after{display:none}}
@media(prefers-reduced-motion:reduce){.chavidad-badge,.badge-hat{transition:none}}
.wall-only #open-cart,.wall-only #mail-btn,.wall-only .price-seal,.wall-only .charity-banner,.wall-only .mail-options,.wall-only .cart-drawer,.wall-only .cart-shade{display:none!important}
@media(max-width:700px){.language-bar{flex-wrap:wrap}.language-bar select{min-width:200px;width:100%}}
@media print{.language-bar,.chavidad-nav{display:none!important}}