/* =========================================================
   SALAS BOAL REMATES — landing
   Portado de entrega-remates/page-remates.css. .cat-hero ya vive en
   boal-shop.css (compartido) — no se duplica acá.
   ========================================================= */
.remates { background: var(--paper); }

/* ---------- Artículo editorial ---------- */
.rem-article {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(64px, 7vw, 110px) var(--gutter);
  display: grid;
  grid-template-columns: minmax(200px, 0.55fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: start;
}
.rem-article__aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.rem-article__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}
.rem-article__kicker .stripes { display: inline-flex; gap: 3px; }
.rem-article__kicker .stripes span { width: 14px; height: 2px; transform: skewX(-22deg); }
.rem-article__asidetitle {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.15;
  color: var(--ink);
}
.rem-article__asidetitle em { font-style: italic; color: var(--muted); }
.rem-article__facts { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.rem-fact {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}
.rem-fact span { font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); }
.rem-fact strong { font-family: var(--serif); font-weight: 400; font-size: 17px; color: var(--ink); white-space: nowrap; }
.rem-article__body { display: flex; flex-direction: column; gap: clamp(36px, 4vw, 56px); }
.rem-block { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: clamp(18px, 2.4vw, 32px); align-items: start; }
.rem-block__num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: var(--muted);
  padding-top: 10px;
  border-top: 1px solid var(--ink);
  text-align: left;
}
.rem-block h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2vw, 30px); line-height: 1.25; color: var(--ink); margin-bottom: 14px; }
.rem-block h2 strong { font-weight: 400; }
.rem-block p { font-family: var(--sans); font-weight: 300; font-size: 15px; line-height: 1.8; color: var(--muted-dark, #3d3a36); max-width: 62ch; }
.rem-block p + p { margin-top: 12px; }
.rem-block a { color: var(--ink); border-bottom: 1px solid var(--boal-amarillo, #d3a94d); text-decoration: none; }
.rem-block a:hover { border-bottom-color: var(--ink); }

/* ---------- Evento — banda oscura ---------- */
.rem-event { background: var(--ink); color: var(--paper); padding: clamp(72px, 8vw, 120px) var(--gutter) 0; }
.rem-event__inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(36px, 5vw, 96px); }
.rem-event__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
.rem-event__eyebrow .stripes { display: inline-flex; gap: 3px; }
.rem-event__eyebrow .stripes span { width: 14px; height: 2px; transform: skewX(-22deg); }
.rem-event h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.15; }
.rem-event h2 strong { font-weight: 300; color: inherit; }
.rem-event h2 em { font-style: italic; color: rgba(255, 255, 255, 0.65); }
.rem-event__copy p { font-family: var(--sans); font-weight: 300; font-size: 15px; line-height: 1.85; color: rgba(255, 255, 255, 0.75); }
.rem-event__copy p + p { margin-top: 16px; }
.rem-event__copy a { color: var(--paper); border-bottom: 1px solid var(--boal-amarillo, #d3a94d); text-decoration: none; }
.rem-event__copy a:hover { border-bottom-color: var(--paper); }
.rem-event__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 36px;
}
.rem-date { background: var(--ink); padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; }
.rem-date strong { font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 2.2vw, 34px); color: var(--paper); }
.rem-date span { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.rem-event__figure { max-width: 1500px; margin: clamp(48px, 5vw, 80px) auto 0; padding-bottom: 0; }
.rem-event__figure img { display: block; width: 100%; height: auto; }
.rem-event__figcap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 clamp(48px, 5vw, 72px);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- FAQ ---------- */
.rem-faq { max-width: 1180px; margin: 0 auto; padding: clamp(72px, 8vw, 120px) var(--gutter); }
.rem-faq__head { display: flex; flex-direction: column; gap: 16px; margin-bottom: clamp(32px, 4vw, 52px); }
.rem-faq__head h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 3vw, 44px); line-height: 1.15; color: var(--ink); }
.rem-faq__head h2 em { font-style: italic; color: var(--muted); }
.rem-faq__list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item__q {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  text-align: left;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 21px);
  color: var(--ink);
}
.faq-item__q .faq-ico {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: transform 0.35s var(--ease), background 0.25s var(--ease);
}
.faq-item__q .faq-ico svg { transition: transform 0.35s var(--ease); }
.faq-item.is-open .faq-ico { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.faq-item.is-open .faq-ico svg { transform: rotate(45deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-item__a p, .faq-item__a div { font-family: var(--sans); font-weight: 300; font-size: 14.5px; line-height: 1.8; color: var(--muted-dark, #3d3a36); max-width: 70ch; padding: 0 0 24px; }

/* ---------- CTA final ---------- */
.rem-cta { background: var(--bone); padding: clamp(64px, 7vw, 100px) var(--gutter); text-align: center; }
.rem-cta h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.2; color: var(--ink); margin-bottom: 14px; }
.rem-cta h2 em { font-style: italic; color: var(--muted); }
.rem-cta p { font-size: 14px; font-weight: 300; color: var(--muted); max-width: 52ch; margin: 0 auto 32px; line-height: 1.7; }
.rem-cta__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.rem-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s var(--ease);
}
.rem-cta__btn--solid { background: var(--ink); color: var(--paper); }
.rem-cta__btn--solid:hover { background: #000; }
.rem-cta__btn--ghost { border: 1px solid var(--ink); color: var(--ink); }
.rem-cta__btn--ghost:hover { background: var(--ink); color: var(--paper); }

@media (max-width: 1000px) {
  .rem-article { grid-template-columns: 1fr; gap: 40px; }
  .rem-article__aside { position: static; }
  .rem-event__inner { grid-template-columns: 1fr; }
  .rem-block { grid-template-columns: 1fr; gap: 12px; }
  .rem-block__num { border-top: 0; padding-top: 0; }
}
