:root { color-scheme: light; --hueso:#f2ead8; --oro:#c9a24a; --hollin:#141210; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--hueso); color: var(--hollin); font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; min-height: 100dvh; }
body::before { content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; background: url(/assets/ruido.png) repeat; opacity: .11; mix-blend-mode: multiply; }
body > * { position: relative; z-index: 1; }
.env { max-width: 92rem; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem); }
a { color: inherit; }
button { font: inherit; }

  .ojo { font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; opacity: .48; }
  .tit { font-family: "Fraunces", Georgia, serif; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 60;
    font-size: clamp(2.1rem, 6vw, 4rem); line-height: .98; letter-spacing: -.03em; margin: .5rem 0 0; }
  .tit b { font-weight: 700; font-variation-settings: "opsz" 144, "SOFT" 0; color: var(--oro); }
  .bajada { margin-top: .9rem; max-width: 32rem; opacity: .6; font-size: clamp(.92rem, 1.5vw, 1.02rem); line-height: 1.6; }
  .mandos { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1.4rem; flex-wrap: wrap; }
  .mandos button { background: none; border: 1px solid rgba(242,234,216,.2); color: var(--hueso); font: inherit;
    font-size: .78rem; letter-spacing: .06em; padding: .45rem 1rem; border-radius: 999px; cursor: pointer; transition: .2s; }
  .mandos button:hover { border-color: rgba(242,234,216,.5); }
  .mandos button[aria-pressed="true"] { background: var(--hueso); color: var(--hollin); border-color: var(--hueso); }
  .malla { display: grid; gap: clamp(1rem, 2.4vw, 2rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr)); }
  .art { display: flex; flex-direction: column; text-align: left; background: none; border: 0; padding: 0;
    color: inherit; font: inherit; cursor: pointer; }
  .art .marco { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #1e1a16;
    border: 1px solid rgba(242,234,216,.12); display: grid; place-items: center; }
  .art .marco img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
  .art:hover .marco img { transform: scale(1.04); }
  .art .sinfoto { font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; opacity: .28; }
  .art h4 { margin: .75rem 0 0; font-weight: 400; font-size: .98rem; line-height: 1.3; }
  .art .p { margin-top: .3rem; font-size: .9rem; opacity: .72; font-variant-numeric: tabular-nums; }
  .art .p em { font-style: normal; opacity: .45; font-size: .76rem; }
  .art h4 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .art .ficha { display: flex; align-items: baseline; gap: .5rem; width: 100%; margin-top: .45rem;
    font-size: .82rem; }
  .art .ficha em { font-style: normal; opacity: .45; letter-spacing: .04em; }
  .art .ficha i { flex: 1 1 auto; min-width: .8rem; border-bottom: 1px dotted currentColor;
    opacity: .28; transform: translateY(-.2em); }
  .art .ficha b { font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; opacity: .85; }
  .artwrap { position: relative; display: flex; flex-direction: column; }
  .artwrap > .art { width: 100%; flex: 1 1 auto; }
  .addcart { margin-top: .6rem; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    border: 0; border-radius: 9px; background: #17140f; color: var(--hueso); font: inherit; font-weight: 500; font-size: .82rem;
    padding: .62rem .6rem; cursor: pointer; transition: background .18s, transform .1s; -webkit-tap-highlight-color: transparent; }
  .addcart:hover { background: #000; }
  .addcart:active { transform: scale(.98); }
  .addcart svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .nada { border: 1px dashed rgba(242,234,216,.2); padding: clamp(2rem, 6vw, 3.4rem); text-align: center; opacity: .55; font-size: .9rem; }
  .velo2 { position: fixed; inset: 0; background: rgba(10,9,8,.6); z-index: 40; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .velo2.on { opacity: 1; pointer-events: auto; }
  .cajon2 { position: fixed; top: 0; right: 0; bottom: 0; width: min(25rem, 100%); z-index: 50; background: #17140f;
    border-left: 1px solid rgba(242,234,216,.14); transform: translateX(100%); transition: transform .32s cubic-bezier(.65,.05,0,1);
    display: flex; flex-direction: column; }
  .cajon2.on { transform: translateX(0); }
  .cajon2 .cb { display: flex; align-items: center; justify-content: space-between; padding: 1.35rem 1.4rem;
    border-bottom: 1px solid rgba(242,234,216,.08); }
  .cajon2 .cb b { font-family: "Fraunces", serif; font-weight: 400; font-size: 1.28rem; letter-spacing: .005em; }
  .cajon2 .cu { flex: 1; overflow-y: auto; padding: .5rem 1.4rem 1.4rem; }
  .cajon2 .cp { border-top: 1px solid rgba(242,234,216,.08); padding: 1.3rem 1.4rem 1.5rem; }
  .equis { background: none; border: 0; color: inherit; opacity: .5; cursor: pointer; padding: .2rem; line-height: 1; }
  .equis:hover { opacity: 1; }
  .equis svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.7; }
  .cl { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(242,234,216,.07); align-items: flex-start; }
  .cl .mini { width: 3.8rem; height: 4.7rem; flex: none; background: var(--hueso); border-radius: 12px; overflow: hidden;
    display: grid; place-items: center; padding: .2rem; box-shadow: 0 8px 22px -12px rgba(0,0,0,.75), inset 0 0 0 1px rgba(242,234,216,.1); }
  .cl .mini img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
  .cajon2 .placa { background: var(--hueso); display: grid; place-items: center;
    aspect-ratio: 1 / 1; padding: .6rem; }
  .cajon2 .placa img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
  .cl .d { flex: 1; min-width: 0; }
  .cl .d b { display: block; font-size: .92rem; font-weight: 500; line-height: 1.32; letter-spacing: -.01em; }
  .cl .d small { display: block; opacity: .48; font-size: .76rem; margin-top: .12rem; }
  .cnt { display: inline-flex; align-items: center; gap: .3rem; margin-top: .55rem; background: rgba(242,234,216,.05); border: 1px solid rgba(242,234,216,.14); border-radius: 999px; padding: .15rem .28rem; }
  .cnt button { background: none; border: 0; color: inherit; opacity: .7; cursor: pointer; width: 1.55rem; height: 1.55rem; border-radius: 999px; display: grid; place-items: center; font-size: 1.05rem; transition: background .2s, opacity .2s; }
  .cnt button:hover { opacity: 1; background: rgba(242,234,216,.1); }
  .cnt span { font-size: .82rem; min-width: 1rem; text-align: center; font-variant-numeric: tabular-nums; }
  .quit { background: none; border: 0; color: inherit; opacity: .4; font-size: .7rem;
    letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
    padding: .4rem .1rem .1rem; margin-left: .9rem; transition: opacity .2s, color .2s; }
  .quit:hover { opacity: 1; color: #d08a78; }
  .cl .acciones { display: flex; align-items: center; margin-top: .5rem; }
  .mandos button[disabled] { opacity: .3; cursor: not-allowed; text-decoration: line-through; }
  .mandos button[disabled]:hover { border-color: rgba(242,234,216,.2); }
  .mandos button:focus-visible { outline: 2px solid var(--oro); outline-offset: 2px; }
  .cajon2 .sumas + .sumas { margin-top: .3rem; }
  .cajon2 .seguir { display: block; width: 100%; margin-top: .7rem; background: none; border: 0;
    color: inherit; opacity: .5; font: 500 .74rem/1 "Bricolage Grotesque", sans-serif;
    letter-spacing: .12em; text-transform: uppercase; cursor: pointer; padding: .6rem; }
  .cajon2 .seguir:hover { opacity: .85; }
  .pagar[disabled] { opacity: .6; cursor: progress; }
  .cajon2 .vacio { display: grid; place-items: center; gap: 1rem; padding: 4rem 1rem; text-align: center; }
  .cajon2 .vacio p { margin: 0; opacity: .5; font-size: .9rem; }
  .sumas { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.1rem; }
  .sumas b { font-family: "Fraunces", serif; font-size: 1.4rem; font-weight: 500; }
  .pagar { display: flex; width: 100%; justify-content: center; padding: 1rem; background: var(--hueso); color: var(--hollin);
    border: 0; border-radius: 4px; font: inherit; font-weight: 600; letter-spacing: .03em; cursor: pointer;
    transition: transform .18s cubic-bezier(.2,.7,.2,1), box-shadow .25s, background .25s; }
  .pagar:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -12px rgba(242,234,216,.4); background: #fbf6ea; }
  .pagar:hover { background: #fff; }
  .notita { font-size: .74rem; opacity: .45; text-align: center; margin-top: .7rem; line-height: 1.5; }
  .compartir { margin-top: .9rem; }
  .compartir button { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .85rem; border: 1px solid rgba(242,234,216,.25);
    border-radius: 999px; background: transparent; color: inherit; font: inherit; font-size: .78rem; letter-spacing: .04em; cursor: pointer;
    opacity: .75; transition: opacity .2s, border-color .2s; }
  .compartir button:hover { opacity: 1; border-color: rgba(242,234,216,.6); }
  .compartir svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .tienda .env { position: relative; z-index: 2; }
  .tienda h2, .tienda .tit { color: var(--hollin); }
  .tienda .tit b { color: #9a7526; }
  .tienda .ojo { opacity: .5; }
  .tienda .bajada { opacity: .68; }
  .tienda .coleccion h3 span { opacity: .45; }
  .tienda .art .p { opacity: .68; }
  .tienda .env { width: 100%; max-width: 92rem; }
  .tienda .malla { gap: clamp(2rem, 3.4vw, 3.2rem) clamp(1.4rem, 2.8vw, 2.4rem);
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr)); }
  .tienda .art { height: 100%; }
  .tienda .art .ficha { margin-top: auto; padding-top: .5rem; }
  .tienda .art .marco { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
  .tienda .art:hover .marco { transform: translateY(-4px); }
  .tienda .art .marco { aspect-ratio: 1 / 1; border: 0;
    padding: clamp(.5rem, 1.6vw, 1.1rem); }
  .tienda .art .marco { background: #faf6ec; border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(20,18,16,.07); }
  .tienda .art .marco img { mix-blend-mode: darken; }
  .tienda .art .marco img { object-fit: contain; mix-blend-mode: multiply; }
  .tienda .art .marco { position: relative; overflow: hidden; }
  .fotos-nav { position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 1 / 1; display: flex; align-items: flex-end; justify-content: space-between; padding: .45rem; pointer-events: none; z-index: 2; }
  .fn { pointer-events: auto; flex: none; width: 2rem; height: 2rem; padding: 0 0 .15rem; border: 0; border-radius: 999px; background: rgba(20,18,16,.62); color: #f2ead8; font: 500 1.3rem/1 "Fraunces", Georgia, serif; display: grid; place-items: center; cursor: pointer; transition: background .2s, transform .2s; }
  .fn:hover { background: rgba(20,18,16,.9); }
  .fn:active { transform: scale(.94); }
  .puntos { pointer-events: none; display: flex; gap: .3rem; align-items: center; margin-bottom: .6rem; overflow: hidden; min-width: 0; }
  .puntos i { width: .38rem; height: .38rem; border-radius: 999px; background: rgba(20,18,16,.28); transition: background .2s, transform .2s; }
  .puntos i.on { background: #14120f; transform: scale(1.25); }
  .cajon2 .placa { position: relative; }
  .cajon2 .placa .fn { position: absolute; top: 50%; transform: translateY(-50%); }
  .cajon2 .placa .fn.izq { left: .5rem; }
  .cajon2 .placa .fn.der { right: .5rem; }
  .cajon2 .placa .fn:active { transform: translateY(-50%) scale(.94); }
  .cajon2 .cuenta { margin-top: .5rem; font-size: .68rem; letter-spacing: .12em; opacity: .5; text-align: center; font-variant-numeric: tabular-nums; }
  @media (max-width: 640px) { .fn { width: 1.7rem; height: 1.7rem; font-size: 1.05rem; } .fotos-nav { padding: .3rem; } .puntos { display: none; } }
  .galeria { display: flex; gap: .4rem; margin-top: .55rem; overflow-x: auto; padding-bottom: .2rem; }
  .galeria button { flex: none; width: 3.4rem; height: 3.4rem; padding: 0; border: 1px solid rgba(242,234,216,.16); border-radius: 6px; overflow: hidden; background: #fff; cursor: pointer; opacity: .65; transition: opacity .2s, border-color .2s; }
  .galeria button[aria-current="true"], .galeria button:hover { opacity: 1; border-color: var(--oro); }
  .galeria img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .tienda .art:hover .marco img { transform: scale(1.045); }
  .tienda .art h4 { margin-top: .85rem; font-size: .93rem; }
  .tienda .artwrap { height: 100%; }
  .tienda .nada { border-color: rgba(20,18,16,.22); }
  .tienda .catfiltros { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: clamp(1.6rem, 3.5vw, 2.4rem); }
  .tienda .catchip { border: 1px solid rgba(20,18,16,.22); background: transparent; color: var(--hollin); font: inherit; font-size: .82rem; padding: .45rem 1rem; border-radius: 999px; cursor: pointer; transition: background .18s, color .18s, border-color .18s; }
  .tienda .catchip:hover { border-color: var(--hollin); }
  .tienda .catchip.on { background: var(--hollin); color: var(--hueso); border-color: var(--hollin); }
  .tienda .paginacion { display: flex; justify-content: center; margin-top: clamp(2.4rem, 5vw, 3.6rem); }
  .vermas { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--hollin); background: transparent; color: var(--hollin); font: inherit; font-weight: 500; font-size: .92rem; padding: .8rem 2.2rem; border-radius: 999px; cursor: pointer; transition: background .18s, color .18s, transform .1s; }
  .vermas:hover { background: var(--hollin); color: var(--hueso); }
  .vermas:active { transform: scale(.98); }
  .vermas span { opacity: .55; font-size: .8rem; }
  .vermas:hover span { opacity: .8; }
  .fincat { text-align: center; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; opacity: .4; }
  @media (max-width: 640px) {
    .tienda .malla { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem .55rem; }
    .tienda .art h4 { font-size: .72rem; margin-top: .45rem; line-height: 1.25; }
    .tienda .art .ficha { display: block; overflow: hidden; font-size: .68rem;
      padding-top: .35rem; }
    .tienda .art .ficha i { display: none; }
    .tienda .art .ficha em { display: block; font-size: .58rem; letter-spacing: .1em;
      text-transform: uppercase; opacity: .42; line-height: 1; margin-bottom: .12rem; }
    .tienda .art .ficha b { display: block; min-width: 0; font-size: .74rem;
      overflow: hidden; text-overflow: ellipsis; }
    .tienda .artwrap, .tienda .art { min-width: 0; }
    .tienda .art .marco { padding: .3rem; }
    .addcart { margin-top: .4rem; font-size: .66rem; padding: .5rem .3rem; gap: .3rem; border-radius: 7px; }
    .addcart svg { width: 12px; height: 12px; }
  }
  .title { position: absolute; left: 5vw; top: 11vh; max-width: 46vw; margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 60; font-size: clamp(2.8rem, 7.2vw, 8rem); line-height: .9; letter-spacing: -.03em; color: var(--hollin); transition: opacity .5s, transform .7s cubic-bezier(.72,.16,.19,.96); }
  .title b { font-weight: 700; font-variation-settings: "opsz" 144, "SOFT" 0; }
  .title em { display: block; font-style: italic; font-weight: 300; font-size: .4em; letter-spacing: 0; line-height: 1.1; margin-top: .45em; color: var(--hollin); }
  .title .w { display: inline-block; opacity: 0; transform: translateY(.35em); animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
  .title .w:nth-of-type(1){animation-delay:1.2s} .title .w:nth-of-type(2){animation-delay:1.35s} .title .w:nth-of-type(3){animation-delay:1.5s}

.cab { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: clamp(.8rem, 2.5vw, 1.6rem); padding: .7rem clamp(1rem, 4vw, 3rem);
  background: rgba(242,234,216,.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(20,18,16,.12); }
.marca { font-family: "Fraunces", Georgia, serif; font-weight: 500; font-size: 1.15rem; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.marca span { color: var(--oro); }
.busca { flex: 1; min-width: 0; display: flex; }
.busca input { width: 100%; min-width: 0; height: 2.6rem; padding: 0 1rem 0 2.5rem; border: 1px solid rgba(20,18,16,.22); border-radius: 999px; background: #fff; color: var(--hollin);
  font: inherit; font-size: .95rem; outline: none; transition: border-color .2s, box-shadow .2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141210' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: .9rem center; background-size: 17px; }
.busca input:focus { border-color: var(--hollin); box-shadow: 0 0 0 3px rgba(201,162,74,.28); }
.busca input::placeholder { color: rgba(20,18,16,.45); }
.cesta2 { position: relative; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 12px; border: 1px solid rgba(20,18,16,.18); background: #fff; color: var(--hollin); cursor: pointer; padding: 0; flex: none; }
.cesta2 svg { width: 22px; height: 22px; fill: currentColor; }
.cesta2 b { position: absolute; top: -.3rem; right: -.3rem; min-width: 1.25rem; height: 1.25rem; padding: 0 .3rem; border-radius: 999px; background: var(--oro); color: #17140f; border: 2px solid var(--hueso);
  font: 700 .66rem/1 "Bricolage Grotesque", sans-serif; display: grid; place-items: center; }
.cesta2 b[data-cero="1"] { display: none; }

.cabtienda { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: clamp(1.6rem, 4vw, 3rem) 0 clamp(1rem, 2.5vw, 1.6rem); }
.cabtienda .tit { margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; }
.cabtienda .bajada { margin-top: .6rem; }
.orden { display: flex; align-items: center; gap: .55rem; font-size: .84rem; }
.orden label { opacity: .6; }
.orden select { height: 2.4rem; padding: 0 2.2rem 0 .9rem; border: 1px solid rgba(20,18,16,.22); border-radius: 999px; background: #fff; color: var(--hollin); font: inherit; font-size: .88rem; cursor: pointer; }
.tienda .malla { padding-bottom: clamp(3rem, 6vw, 5rem); }
.tienda .art .marco { background: #fff; border-radius: 10px; box-shadow: 0 1px 0 rgba(20,18,16,.06), 0 10px 24px -18px rgba(20,18,16,.35); }
.tienda .art .marco img { mix-blend-mode: multiply; }
.tienda .art h4 { font-family: "Fraunces", Georgia, serif; font-size: 1.04rem; }
.tienda .catfiltros { margin-bottom: 1.2rem; }
.tienda .catchip { background: rgba(255,255,255,.55); }
.vacia { padding: 3rem 1rem; text-align: center; opacity: .55; }

.cajon2 { color: var(--hueso); }
.cajon2 .placa { color: var(--hollin); }

.pie2 { border-top: 1px solid rgba(20,18,16,.12); margin-top: 2rem; padding: 1.6rem 0 calc(1.6rem + env(safe-area-inset-bottom)); font-size: .82rem; }
.pie2 .env { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; align-items: center; justify-content: space-between; }
.pie2 nav { display: flex; flex-wrap: wrap; gap: .2rem 1.1rem; }
.pie2 a { text-decoration: none; opacity: .7; }
.pie2 a:hover { opacity: 1; text-decoration: underline; }
.pie2 .firma { opacity: .55; }

@media (max-width: 640px) {
  .cab { gap: .6rem; padding: .55rem .9rem; }
  .marca { font-size: 1rem; }
  .tienda .malla { grid-template-columns: repeat(2, 1fr); gap: 1rem .8rem; }
  .tienda .art h4 { font-size: .92rem; }
  .cabtienda { padding-top: 1.2rem; }
}
