/* ========================================================================
   Casa Inox — Landing v3 (static)
   Layouts específicos de index.html: hero, "Desde 1992", configurador,
   comparador, pasos, colores preview, FAQ, CTA final.
   Todo sobre fondo dark, sin vacíos laterales, letra grande.
   ======================================================================== */

/* ---------- LANDING HERO ---------- */
.landing-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg);
  padding: 120px 5vw 80px;
}
.landing-hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(0.55) saturate(1.05);
  z-index: 0;
}
.landing-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(14,12,10,0.92) 0%, rgba(14,12,10,0.55) 55%, rgba(14,12,10,0.25) 100%),
    linear-gradient(180deg, transparent 50%, rgba(14,12,10,0.85) 100%);
  z-index: 1;
}
.landing-hero-inner {
  position: relative; z-index: 2;
  max-width: 1440px; width: 100%; margin: 0 auto;
}
.landing-hero .v3-kicker { margin-bottom: 28px; }
.landing-hero h1 {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--fg);
  max-width: 14ch;
  margin-bottom: 28px;
}
.landing-hero h1 em {
  font-style: italic;
  color: var(--terracota-soft);
  font-weight: 300;
}
.landing-hero-sub {
  font-family: var(--v3-sans);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--fg-dim);
  max-width: 48ch;
  margin-bottom: 40px;
}
.landing-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.landing-hero-meta {
  display: inline-flex; gap: 18px; flex-wrap: wrap;
  padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 55%, transparent);
  font-size: 13px; color: var(--fg-dim);
}
.landing-hero-meta strong { color: var(--fg); }
@media (max-width: 720px) {
  .landing-hero { min-height: 78vh; padding: 100px 5vw 60px; }
  .landing-hero h1 { font-size: clamp(42px, 11vw, 68px); }
}

/* ---------- SECTION WRAPPER ---------- */
.ly-sec {
  padding: 120px 5vw;
  max-width: 1440px;
  margin: 0 auto;
}
.ly-sec--narrow { max-width: 1200px; }
.ly-sec--alt { background: var(--bg-2); max-width: none; }
.ly-sec--alt > .ly-sec-inner { max-width: 1440px; margin: 0 auto; }

.ly-sec-head { margin-bottom: 64px; max-width: 760px; }
.ly-sec-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.ly-sec-head h2 {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin-bottom: 20px;
}
.ly-sec-head h2 em { font-style: italic; color: var(--terracota-soft); font-weight: 400; }
.ly-sec-head p {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
  color: var(--fg-dim);
}

/* ---------- DESDE 1992 ---------- */
.ly-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}
.ly-story-copy h2 {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}
.ly-story-copy h2 em { font-style: italic; color: var(--terracota-soft); font-weight: 400; }
.ly-story-copy p {
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.75;
  color: var(--fg-dim);
  margin-bottom: 20px;
}
.ly-story-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  background: var(--bg-3);
}
.ly-story-media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}
.ly-story-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg);
}
.ly-story-badge strong { color: var(--terracota-soft); font-weight: 600; margin-right: 6px; }
@media (max-width: 860px) {
  .ly-story { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- STATS ---------- */
.ly-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.ly-stat {
  padding: 40px 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.ly-stat:last-child { border-right: none; }
.ly-stat-num {
  font-family: var(--v3-serif);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  color: var(--fg);
  letter-spacing: -0.03em;
}
.ly-stat-lbl {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-mute);
  margin-top: 10px;
}
@media (max-width: 720px) {
  .ly-stats { grid-template-columns: 1fr 1fr; }
  .ly-stat:nth-child(2) { border-right: none; }
  .ly-stat:nth-child(1), .ly-stat:nth-child(2) { border-bottom: 1px solid var(--line); }
}

/* ---------- FEATURED MODELS GRID ---------- */
.ly-models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ly-model-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.ly-model-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.ly-model-card-img {
  aspect-ratio: 4 / 3;
  background: var(--bg-3);
  overflow: hidden;
}
.ly-model-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ly-model-card:hover .ly-model-card-img img { transform: scale(1.04); }
.ly-model-card-body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ly-model-card-tag { font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-mute); }
.ly-model-card-name { font-family: var(--v3-serif); font-size: 22px; font-weight: 500; color: var(--fg); }
.ly-model-card-desc { font-size: 13px; line-height: 1.5; color: var(--fg-mute); margin: 4px 0 0; }
/* ============ FILTROS TIENDA (B6) ============ */
.filtros-bar { display:flex; flex-wrap:wrap; gap:14px 24px; align-items:flex-start; padding:18px 20px; margin:0 0 28px; background:#f6f5f1; border:1px solid #e8e4db; border-radius:12px; }
.flt-group { display:flex; flex-wrap:wrap; gap:6px; align-items:center; }
.flt-group-label { font-family:var(--v3-mono); font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--fg-mute); margin-right:4px; }
.flt-chip { font-size:12.5px; padding:6px 12px; border:1px solid #d6d2c9; border-radius:999px; background:#fff; color:#333; cursor:pointer; transition:all .15s; }
.flt-chip:hover { border-color:#b4ad9e; }
.flt-chip.active { background:var(--terracota-soft, #c2693a); color:#fff; border-color:var(--terracota-soft, #c2693a); }
.flt-meta { margin-left:auto; display:flex; align-items:center; gap:14px; font-size:12.5px; color:var(--fg-mute); }
.flt-clear { font-size:12px; background:transparent; border:none; color:#333; cursor:pointer; text-decoration:underline; padding:4px 6px; }
.flt-clear:hover { color:var(--terracota-soft, #c2693a); }
.prod-card.hidden { display:none !important; }
@media (max-width:700px) { .filtros-bar { padding:14px 12px; } .flt-meta { width:100%; margin-left:0; justify-content:space-between; padding-top:4px; border-top:1px dashed #d6d2c9; } }
.ly-model-card-price { font-size: 17px; color: var(--terracota-soft); font-weight: 600; margin-top: auto; padding-top: 16px; }
.ly-model-card-price small { color: var(--fg-mute); font-size: 12px; font-weight: 400; }
@media (max-width: 900px) { .ly-models-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ly-models-grid { grid-template-columns: 1fr; } }

/* ---------- POR QUÉ GRID ---------- */
.ly-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ly-why-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.ly-why-card-num {
  font-family: var(--v3-mono);
  color: var(--terracota-soft);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
}
.ly-why-card h3 {
  font-family: var(--v3-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--fg);
  letter-spacing: -0.015em;
}
.ly-why-card p {
  font-size: 15px;
  color: var(--fg-dim);
  line-height: 1.65;
}
@media (max-width: 900px) { .ly-why-grid { grid-template-columns: 1fr; } }

/* ========================================================================
   CONFIGURADOR (ci-*)
   ======================================================================== */
.ci {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  min-height: 620px;
}
.ci-left { padding: 32px; display: flex; flex-direction: column; min-width: 0; }
.ci-right { background: var(--bg-3); position: sticky; top: 88px; align-self: stretch; display: flex; flex-direction: column; }

.ci-tabs {
  display: flex; gap: 4px; margin-bottom: 28px;
  border-bottom: 1px solid var(--line); padding-bottom: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ci-tabs::-webkit-scrollbar { display: none; }
.ci-tab {
  flex: 1 0 auto; min-width: 112px;
  background: transparent; border: none;
  font-family: var(--v3-label);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fg-mute);
  padding: 10px 12px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.ci-tab-num { flex-shrink: 0; }
@media (max-width: 520px) {
  .ci-tabs { gap: 2px; padding-bottom: 10px; margin-bottom: 20px; }
  .ci-tab { min-width: 108px; padding: 8px 10px; letter-spacing: 0.08em; }
}
.ci-tab-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--line); color: var(--fg-dim);
  font-weight: 600; font-size: 11px;
}
.ci-tab--on { color: var(--fg); }
.ci-tab--on .ci-tab-num { background: var(--accent); color: #fff; }

.ci-step { display: none; flex: 1; overflow-y: auto; }
.ci-step--on { display: block; }
.ci-step-title {
  font-family: var(--v3-serif);
  font-size: 26px; font-weight: 500; color: var(--fg);
  margin-bottom: 6px; letter-spacing: -0.015em;
}
.ci-step-sub {
  font-size: 14px; color: var(--fg-dim);
  margin-bottom: 20px;
}

.ci-opt {
  display: block; width: 100%;
  background: var(--bg-3); color: var(--fg);
  border: 1.5px solid var(--line); border-radius: 10px;
  padding: 16px 18px;
  text-align: left; cursor: pointer;
  font-family: inherit;
  margin-bottom: 10px;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.ci-opt:hover { border-color: var(--fg-dim); }
.ci-opt--on { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, var(--bg-3)); }

.ci-opt-modelo { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; align-items: center; }
@media (max-width: 520px) {
  .ci-opt-modelo { grid-template-columns: 80px 1fr; grid-template-rows: auto auto; row-gap: 6px; gap: 12px; padding: 12px !important; }
  .ci-opt-modelo .ci-opt-modelo-img { width: 80px; grid-row: 1 / span 2; }
  .ci-opt-modelo .ci-opt-modelo-body { grid-column: 2; grid-row: 1; }
  .ci-opt-modelo .ci-opt-price { grid-column: 2; grid-row: 2; justify-self: start; font-size: 14px; }
  .ci-opt-modelo .ci-opt-name { font-size: 17px; line-height: 1.15; }
  .ci-opt-modelo .ci-opt-tag { font-size: 9.5px; letter-spacing: 0.12em; }
  .ci-opt-modelo .ci-opt-desc { font-size: 12px; }
}
.ci-opt-modelo-img {
  width: 96px; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden;
  background: var(--bg); border: 1px solid var(--line);
}
.ci-opt-modelo-img img { width: 100%; height: 100%; object-fit: cover; }
.ci-opt-tag { font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-mute); margin-bottom: 4px; }
.ci-opt-name { font-family: var(--v3-serif); font-size: 19px; font-weight: 500; color: var(--fg); }
.ci-opt-desc { font-size: 13px; color: var(--fg-dim); margin-top: 4px; }
.ci-opt-price { font-size: 15px; font-weight: 600; color: var(--terracota-soft); white-space: nowrap; }

.ci-opt-mat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.ci-opt-mat-head .ci-opt-name { font-size: 17px; }
.ci-delta { color: var(--terracota-soft); font-family: var(--v3-mono); font-size: 13px; }

/* Step 2 "Elige el material" — detalle visual */
.ci-mat-detail { margin-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.ci-mat-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ci-mat-feat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ci-mat-feat-ico {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(194,105,58,.15);
  color: var(--terracota-soft, #c2693a);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 6px;
}
.ci-mat-feat h4 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.ci-mat-feat p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,.7);
}
.ci-mat-note {
  background: rgba(194,105,58,.08);
  border-left: 3px solid var(--terracota-soft, #c2693a);
  padding: 12px 16px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.85);
  border-radius: 0 8px 8px 0;
}
.ci-mat-note strong { color: #fff; font-weight: 600; }
@media (max-width: 700px) {
  .ci-mat-detail-grid { grid-template-columns: 1fr; }
}

.ci-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ci-chip {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-3); color: var(--fg);
  border: 1.5px solid var(--line); border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer; font-family: inherit;
  text-align: left;
  transition: border-color 0.2s;
}
.ci-chip:hover { border-color: var(--fg-dim); }
.ci-chip--on { border-color: var(--accent); }
.ci-chip-swatch {
  width: 22px; height: 22px; border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.12); flex-shrink: 0;
}
.ci-chip-name { font-size: 12px; color: var(--fg-dim); }
.ci-chip--on .ci-chip-name { color: var(--fg); }
@media (max-width: 720px) { .ci-chips { grid-template-columns: 1fr 1fr; } }

.ci-opt-extra { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; }
.ci-opt-extra-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: var(--bg); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}

.ci-nav {
  display: flex; justify-content: space-between; gap: 12px;
  padding-top: 22px; border-top: 1px solid var(--line); margin-top: auto;
}
.ci-btn-nav {
  background: transparent; color: var(--fg);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 24px;
  font-family: var(--v3-sans);
  font-size: 13px; font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.ci-btn-nav:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- PREVIEW PANE ---------- */
.ci-preview-head { padding: 22px 26px 0; }
.ci-preview-label { font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-mute); }
.ci-preview-imgwrap {
  position: relative;
  margin: 18px 26px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--bg);
  border: 1px solid var(--line);
}
#ciPreviewImg { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.25s; }
#ciPreviewTint { position: absolute; inset: 0; pointer-events: none; transition: background 0.3s; }
.ci-preview-body { padding: 0 26px 22px; }
.ci-preview-name {
  font-family: var(--v3-serif); font-size: 26px; font-weight: 500;
  color: var(--fg); margin-bottom: 4px; letter-spacing: -0.015em;
}
.ci-preview-tag {
  font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-mute); margin-bottom: 18px;
}
.ci-preview-lines { list-style: none; padding: 0; margin: 0 0 18px; border-top: 1px solid var(--line); }
.ci-line {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--fg-dim);
}
.ci-line strong { color: var(--fg); font-weight: 600; }
.ci-line--muted { justify-content: center; color: var(--fg-mute); }

.ci-preview-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 26px;
  background: var(--bg); border-top: 1px solid var(--line);
}
.ci-preview-total-lbl { font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-mute); }
.ci-preview-total-val { font-family: var(--v3-serif); font-size: 30px; font-weight: 500; color: var(--fg); letter-spacing: -0.02em; }

.ci-preview-ctas {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 14px 26px 26px;
}
.ci-btn-cart, .ci-btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 18px;
  border-radius: 999px;
  font-family: var(--v3-sans); font-size: 13px; font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.ci-btn-cart { background: var(--accent); color: #fff; border-color: var(--accent); }
.ci-btn-cart:hover:not(:disabled) { background: var(--terracota-deep); border-color: var(--terracota-deep); }
.ci-btn-wa { background: transparent; color: var(--fg); border-color: var(--line); }
.ci-btn-wa:hover:not(:disabled) { border-color: var(--accent); color: var(--accent); }
.ci-btn-cart:disabled, .ci-btn-wa:disabled { opacity: 0.4; cursor: not-allowed; }

.ci-hint { color: var(--fg-mute); font-size: 13px; font-style: italic; padding: 24px 0; }

@media (max-width: 900px) {
  .ci { grid-template-columns: 1fr; min-height: auto; }
  .ci-right { position: static; }
}

/* ========================================================================
   COMPARADOR (cmp-*)
   ======================================================================== */
.cmp-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); }
.cmp-grid {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  color: var(--fg);
  table-layout: fixed;
}
.cmp-grid th, .cmp-grid td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.cmp-row-label { font-family: var(--v3-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-mute); width: 180px; background: var(--bg-3); }

.cmp-slot { width: calc((100% - 180px) / 3); vertical-align: top; }
.cmp-slot--empty { background: var(--bg-3); }
.cmp-slot-add {
  width: 100%; min-height: 240px;
  background: transparent; border: 2px dashed var(--line); border-radius: 10px;
  color: var(--fg-dim);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}
.cmp-slot-add:hover { border-color: var(--accent); color: var(--accent); }
.cmp-slot-plus { font-size: 32px; font-weight: 300; line-height: 1; }
.cmp-slot-label { font-family: var(--v3-label); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; }

.cmp-slot-img { width: 100%; height: 180px; background: var(--bg-3); border-radius: 8px; overflow: hidden; margin-bottom: 12px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.cmp-slot-img img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.cmp-slot-meta { margin-bottom: 12px; }
.cmp-slot-tag { font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-mute); }
.cmp-slot-name { font-family: var(--v3-serif); font-size: 20px; font-weight: 500; color: var(--fg); margin-top: 2px; letter-spacing: -0.01em; }
.cmp-slot-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.cmp-slot-btn {
  flex: 1; min-width: 70px;
  background: var(--accent); color: #fff; border: 1px solid var(--accent);
  border-radius: 999px; padding: 6px 12px;
  font-family: var(--v3-sans); font-size: 11px; font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.cmp-slot-btn:hover { background: var(--terracota-deep); border-color: var(--terracota-deep); }
.cmp-slot-btn--ghost { background: transparent; color: var(--fg-dim); border-color: var(--line); }
.cmp-slot-btn--ghost:hover { background: transparent; color: var(--fg); border-color: var(--fg); }

.cmp-cell { font-size: 14px; color: var(--fg-dim); }
.cmp-cell--hi { font-size: 19px; color: var(--fg); font-weight: 600; }
.cmp-cell--empty { color: var(--fg-mute); }

/* Mobile: compact comparador — label col más angosta, slots más pequeños */
@media (max-width: 640px) {
  .cmp-wrap {
    position: relative;
  }
  .cmp-wrap::after {
    content: "› desliza";
    position: absolute; top: 10px; right: 10px;
    background: var(--accent); color: #fff;
    font-family: var(--v3-mono); font-size: 9.5px; letter-spacing: 0.1em;
    text-transform: uppercase; font-weight: 700;
    padding: 4px 9px; border-radius: 999px;
    pointer-events: none; opacity: 0.92;
    animation: cmp-hint 1.6s ease-in-out infinite;
  }
  @keyframes cmp-hint { 0%,100%{transform:translateX(0)} 50%{transform:translateX(-4px)} }
  .cmp-grid { min-width: 620px; }
  .cmp-grid th, .cmp-grid td { padding: 10px 10px; }
  .cmp-row-label { width: 110px; font-size: 9.5px; letter-spacing: 0.12em; }
  .cmp-slot { width: calc((100% - 110px) / 3); }
  .cmp-slot-img { height: 120px; }
  .cmp-slot-name { font-size: 16px; }
  .cmp-slot-actions { flex-direction: column; gap: 4px; }
  .cmp-slot-btn { font-size: 10px; padding: 5px 8px; min-width: 0; }
  .cmp-cell { font-size: 12.5px; }
  .cmp-cell--hi { font-size: 15px; }
}

/* Picker modal */
.cmp-picker-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.cmp-picker-overlay.cmp-picker--on { opacity: 1; pointer-events: auto; }
.cmp-picker {
  position: fixed; inset: 0; z-index: 1201;
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.cmp-picker.cmp-picker--on { display: flex; }
.cmp-picker-inner {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px;
  width: 100%; max-width: 900px; max-height: 85vh;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.cmp-picker-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 26px; border-bottom: 1px solid var(--line);
}
.cmp-picker-head h3 { font-family: var(--v3-serif); font-size: 22px; font-weight: 500; color: var(--fg); }
.cmp-picker-close { background: transparent; border: none; color: var(--fg-dim); font-size: 28px; cursor: pointer; line-height: 1; }
.cmp-picker-close:hover { color: var(--fg); }
.cmp-picker-grid { padding: 22px; overflow-y: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 640px) { .cmp-picker-grid { grid-template-columns: 1fr; } }
.cmp-picker-opt {
  display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center;
  background: var(--bg-3); color: var(--fg);
  border: 1px solid var(--line); border-radius: 10px;
  padding: 14px; cursor: pointer; text-align: left;
  font-family: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.cmp-picker-opt:hover:not(:disabled) { border-color: var(--accent); }
.cmp-picker-opt--used { opacity: 0.45; cursor: not-allowed; }
.cmp-picker-opt-img { aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; background: var(--bg); border: 1px solid var(--line); }
.cmp-picker-opt-img img { width: 100%; height: 100%; object-fit: cover; }
.cmp-picker-opt-body { min-width: 0; }
.cmp-picker-opt-price { color: var(--terracota-soft); font-weight: 600; margin-top: 6px; font-size: 14px; }
.cmp-picker-opt-used { font-family: var(--v3-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--fg-mute); margin-top: 6px; }

/* ---------- 3 PASOS ---------- */
.ly-pasos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ly-paso-card { padding: 40px 32px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }
.ly-paso-num { font-family: var(--v3-serif); font-size: 64px; font-weight: 300; color: var(--terracota-soft); line-height: 1; letter-spacing: -0.03em; margin-bottom: 18px; }
.ly-paso-card h3 { font-family: var(--v3-serif); font-size: 22px; font-weight: 500; color: var(--fg); margin-bottom: 10px; }
.ly-paso-card p { font-size: 15px; color: var(--fg-dim); line-height: 1.65; }
@media (max-width: 860px) { .ly-pasos-grid { grid-template-columns: 1fr; } }

/* ---------- COLORES PREVIEW ---------- */
.ly-colors-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin-bottom: 32px;
}
.ly-color-swatch {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  cursor: pointer;
  transition: transform 0.2s;
}
.ly-color-swatch:hover { transform: scale(1.08); }
.ly-color-swatch::after {
  content: attr(data-name);
  position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%);
  font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.1em;
  color: var(--fg-mute); text-transform: uppercase;
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
}
.ly-color-swatch:hover::after { opacity: 1; }
@media (max-width: 860px) { .ly-colors-grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 560px) { .ly-colors-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- SHOWROOM ---------- */
.ly-showroom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--bg-2);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.ly-showroom-info { padding: 56px 48px; }
.ly-showroom-info h2 { font-family: var(--v3-serif); font-size: clamp(32px, 3.5vw, 48px); font-weight: 400; color: var(--fg); margin-bottom: 20px; letter-spacing: -0.02em; }
.ly-showroom-info h2 em { font-style: italic; color: var(--terracota-soft); }
.ly-showroom-info p { color: var(--fg-dim); line-height: 1.7; margin-bottom: 28px; }
.ly-showroom-dato { margin-bottom: 18px; }
.ly-showroom-dato-lbl { font-family: var(--v3-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fg-mute); margin-bottom: 4px; }
.ly-showroom-dato-val { font-size: 15px; color: var(--fg); line-height: 1.5; }
.ly-showroom-dato-val a { color: var(--fg); border-bottom: 1px solid var(--line); }
.ly-showroom-dato-val a:hover { border-color: var(--accent); color: var(--accent); }
.ly-showroom-media { background: var(--bg-3); min-height: 440px; position: relative; overflow: hidden; }
.ly-showroom-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .ly-showroom { grid-template-columns: 1fr; } .ly-showroom-info { padding: 40px 28px; } }

/* ---------- FAQ ---------- */
.ly-faq { display: grid; gap: 12px; }
.ly-faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden;
}
.ly-faq-item summary {
  padding: 20px 28px; cursor: pointer;
  font-family: var(--v3-serif); font-size: 19px; font-weight: 500; color: var(--fg);
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.ly-faq-item summary::-webkit-details-marker { display: none; }
.ly-faq-item summary::after {
  content: '+'; font-family: var(--v3-sans); font-size: 24px; color: var(--fg-mute); transition: transform 0.25s;
}
.ly-faq-item[open] summary::after { transform: rotate(45deg); }
.ly-faq-body { padding: 0 28px 22px; color: var(--fg-dim); font-size: 15px; line-height: 1.7; }

/* ---------- CTA FINAL ---------- */
.ly-cta {
  text-align: center;
  padding: 100px 5vw;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.ly-cta h2 { font-family: var(--v3-serif); font-size: clamp(40px, 5.5vw, 72px); font-weight: 300; color: var(--fg); letter-spacing: -0.03em; max-width: 20ch; margin: 0 auto 24px; line-height: 1.02; }
.ly-cta h2 em { font-style: italic; color: var(--terracota-soft); }
.ly-cta p { max-width: 48ch; margin: 0 auto 36px; color: var(--fg-dim); font-size: 17px; line-height: 1.65; }
.ly-cta-ctas { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---------- MOBILE MENU DARK ---------- */
.mob-menu { background: var(--bg) !important; inset: 0 !important; padding-top: 72px; }
.mob-menu .nav-link { color: var(--fg-dim) !important; }
.mob-menu .nav-link:hover { color: var(--fg) !important; }
.mob-close {
  position: absolute; top: 18px; right: 20px;
  background: transparent; border: none; color: var(--fg);
  font-size: 30px; line-height: 1; cursor: pointer;
  padding: 8px 12px; z-index: 2;
}
.mob-close:hover { color: var(--terracota-soft); }

/* ========================================================================
   WHY NOT (wny) — Tabla comparativa Casa Inox vs Mueblería
   ======================================================================== */
.wny {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}
.wny-head, .wny-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
}
.wny-head { background: var(--bg-3); border-bottom: 1px solid var(--line); }
.wny-head-cell { padding: 24px 28px; border-left: 1px solid var(--line); }
.wny-head-empty { border-left: none; padding: 24px; }
.wny-head-us {
  background: var(--accent-soft);
  border-top: 3px solid var(--accent);
}
.wny-head-tag {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 700; margin-bottom: 4px;
}
.wny-head-us .wny-head-tag { color: var(--accent); }
.wny-head-them .wny-head-tag { color: var(--fg-mute); }
.wny-head-title {
  font-family: var(--v3-serif);
  font-size: 22px; font-weight: 500; letter-spacing: -0.015em;
  color: var(--fg);
}
.wny-head-them .wny-head-title { color: var(--fg-dim); }

.wny-row { border-bottom: 1px solid var(--line); }
.wny-row:last-child { border-bottom: none; }
.wny-aspect {
  padding: 20px 24px; background: var(--bg-3);
  font-size: 13px; font-weight: 600; color: var(--fg-dim); letter-spacing: 0.3px;
  display: flex; align-items: center;
}
.wny-cell {
  padding: 20px 28px; border-left: 1px solid var(--line);
  font-size: 15px; font-weight: 500;
  display: flex; align-items: center; gap: 10px;
}
.wny-us {
  background: color-mix(in srgb, var(--accent-soft) 30%, var(--card));
  color: var(--fg);
}
.wny-them { color: var(--fg-dim); font-weight: 400; }
.wny-mark {
  color: var(--accent); font-size: 18px; font-weight: 800;
  flex-shrink: 0; width: 22px; text-align: center;
}
.wny-mark-off {
  color: var(--fg-mute); font-size: 16px;
  flex-shrink: 0; width: 22px; text-align: center;
}

.wny-callout {
  margin-top: 28px; padding: 18px 22px;
  background: var(--accent-soft);
  border: 1px dashed var(--accent);
  border-radius: 10px;
  font-size: 14px; color: var(--fg); line-height: 1.5; text-align: center;
}
.wny-callout strong { color: var(--accent); font-weight: 700; }

@media (max-width: 860px) {
  .wny { overflow: hidden; }
  .wny-head { display: none; }
  .wny-row {
    display: block;
    padding: 14px 14px 16px;
  }
  .wny-aspect {
    padding: 0 0 10px;
    background: transparent;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--fg-mute);
    font-weight: 700;
  }
  .wny-cell {
    padding: 12px 14px;
    border-left: none;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    margin-top: 6px;
  }
  .wny-cell::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    opacity: 0.7;
  }
  .wny-us { background: var(--accent-soft); }
  .wny-us::before { color: var(--accent); content: "Casa Inox"; }
  .wny-them {
    background: var(--bg-3);
    border: 1px solid var(--line);
  }
  .wny-them::before { color: var(--fg-mute); content: "Mueblería"; }
  .wny-cell { flex-direction: row; align-items: flex-start; }
  .wny-cell .wny-mark,
  .wny-cell .wny-mark-off { margin-top: 14px; }
}

/* ========================================================================
   COLORES — grid 2 col: texto+chips | mosaico de 6 fotos
   ======================================================================== */
.ly-colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.ly-colors-copy h2 {
  font-family: var(--v3-serif);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 20px 0 28px;
}
.ly-colors-copy h2 em { font-style: italic; color: var(--accent); font-weight: 400; }
.ly-colors-copy p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--fg-dim);
  margin-bottom: 40px;
  max-width: 480px;
}
.ly-colors-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ly-colors-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  color: var(--fg-dim);
  background: var(--card);
}
.ly-colors-chip-sw {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.ly-colors-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.ly-colors-cell {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  filter: contrast(1.05) saturate(1.05);
  background-color: var(--bg-3);
}
@media (max-width: 960px) {
  .ly-colors { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 560px) {
  .ly-colors-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================================================
   SHOWROOM (sho) — info + mapa SVG estilizado con pin
   ======================================================================== */
.sho {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
  max-width: 1400px;
  margin: 0 auto;
}
.sho-info {
  padding: 56px;
  background: var(--card);
}
.sho-h2 {
  font-family: var(--v3-serif);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 18px 0 24px;
}
.sho-h2 em { font-style: italic; color: var(--accent); font-weight: 400; }
.sho-lead {
  font-size: 15px;
  color: var(--fg-dim);
  line-height: 1.6;
  margin-bottom: 32px;
}
.sho-rows { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.sho-row {
  display: flex; gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.sho-row-icon { font-size: 18px; flex-shrink: 0; }
.sho-row-lbl {
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--fg-dim); margin-bottom: 2px; font-weight: 600;
}
.sho-row-val { font-size: 14px; color: var(--fg); line-height: 1.4; }
.sho-row-val a { color: var(--fg); border-bottom: 1px solid var(--line); }
.sho-row-val a:hover { color: var(--accent); border-color: var(--accent); }

.sho-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.sho-btn {
  padding: 14px 22px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.2s;
}
.sho-btn:hover { background: var(--terracota-deep); color: #fff; }
.sho-btn-ghost {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--line);
  font-weight: 500;
}
.sho-btn-ghost:hover { background: transparent; border-color: var(--accent); color: var(--accent); }

.sho-map {
  position: relative;
  min-height: 500px;
  background: linear-gradient(180deg, #e8e4da 0%, #d4cfc2 100%);
  overflow: hidden;
}
.sho-map-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.sho-pin {
  position: absolute;
  top: 45%; left: 50%;
  transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.sho-pin-card {
  background: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  font-size: 13px; font-weight: 600; color: #0A0A0A; white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.sho-pin-sub {
  font-size: 11px; font-weight: 500; color: #6B6864; margin-top: 2px;
}
.sho-pin-dot {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent);
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(197,90,44,0.5);
  position: relative;
}
.sho-pin-ring {
  position: absolute; inset: -10px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  opacity: 0.4;
  animation: sho-pulse 2s ease-out infinite;
}
@keyframes sho-pulse {
  0%   { transform: scale(0.9); opacity: 0.6; }
  100% { transform: scale(1.8); opacity: 0; }
}
.sho-map-tag {
  position: absolute;
  bottom: 20px; left: 20px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: #0A0A0A;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .sho { grid-template-columns: 1fr; }
  .sho-info { padding: 40px 28px; }
  .sho-map { min-height: 360px; }
}

