/* Páginas por vertical (shoppings, empresas…).
 * Misma vidriera del sitio en una página de lectura corrida.
 * Compartido para que las verticales no se separen entre sí. */

body { background: linear-gradient(178deg, var(--graphite-900), var(--graphite-800) 46%, var(--graphite-700)); }

.vs-head { border-bottom: 1px solid var(--graphite-600); }
.vs-head-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; }
.vs-head .logo-crop { width: 72px; }
.vs-head a { text-decoration: none; }

.vs-hero { padding-block: clamp(46px, 7vw, 92px) clamp(30px, 4vw, 52px); }
.vs-hero h1 { font-size: clamp(29px, 3.3vw, 46px); color: var(--ivory-100); font-variation-settings: 'wdth' 112;
  letter-spacing: -.018em; line-height: 1.06; margin: 12px 0 0; max-width: 21ch; }
.vs-hero h1 .hl { color: var(--blue-300); }
.vs-lede { margin-top: 22px; max-width: 60ch; color: var(--slate-300); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.vs-acciones { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.vs-sec { padding-block: clamp(40px, 5.5vw, 76px); border-top: 1px solid var(--graphite-600); }
.vs-sec h2 { font-size: clamp(27px, 2.2vw, 31px); color: var(--ivory-100); font-variation-settings: 'wdth' 110;
  letter-spacing: -.012em; line-height: 1.1; margin: 0 0 16px; max-width: 22ch; }
.vs-sec > .container > p { color: var(--slate-300); font-size: 17px; line-height: 1.62; max-width: 64ch; margin: 0 0 14px; }
.vs-sec strong { color: var(--ivory-200); font-weight: 600; }

.vs-lista { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 1px; background: var(--graphite-600);
  border: 1px solid var(--graphite-600); border-radius: 3px; overflow: hidden; }
@media (min-width: 760px) { .vs-lista { grid-template-columns: 1fr 1fr; } }
.vs-lista li { background: var(--graphite-800); padding: 22px 22px 24px; display: grid; align-content: start; gap: 9px; }
.vs-lista h3 { font-size: 20px; color: var(--ivory-200); font-variation-settings: 'wdth' 106; margin: 0; }
.vs-lista p { margin: 0; color: var(--slate-300); font-size: 16px; line-height: 1.5; }

.vs-caso { margin-top: 28px; border: 1px solid var(--graphite-500); border-radius: 3px;
  background: linear-gradient(180deg, var(--graphite-700), var(--graphite-800)); padding: 26px; max-width: 64ch; }
.vs-caso h3 { font-size: 25px; color: var(--ivory-100); margin: 8px 0 4px; font-variation-settings: 'wdth' 108; }
.vs-caso .donde { color: var(--slate-400); margin: 0 0 14px; }
.vs-caso p { color: var(--slate-300); font-size: 17px; line-height: 1.6; margin: 0; }

.vs-figuras { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 24px; margin: 26px 0 0; }
@media (min-width: 860px) { .vs-figuras { grid-template-columns: repeat(4, 1fr); } }
.vs-figuras dt { font-family: var(--font-mono); font-weight: 500; font-size: clamp(27px, 2.4vw, 34px);
  line-height: 1; color: var(--ivory-100); margin-bottom: 7px; font-variant-numeric: tabular-nums; }
.vs-figuras dd { margin: 0; font-size: 15px; line-height: 1.35; color: var(--slate-400); }
.vs-sec > .container > p.vs-corte { margin: clamp(22px, 2.6vw, 30px) 0 0; font-size: 13.5px; color: var(--slate-400); max-width: 60ch; }

.vs-cierre { padding-block: clamp(44px, 6vw, 82px); border-top: 1px solid var(--graphite-600); }
.vs-cierre h2 { max-width: 20ch; }
.vs-cierre-p { color: var(--slate-300); font-size: 17px; line-height: 1.62; max-width: 62ch; margin: 0 0 28px; }
.vs-acciones-cierre { margin-top: 0; }

.foot { border-top: 1px solid var(--graphite-600); }
.foot-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding-block: 26px; }
.foot-row .logo-crop { width: 64px; }
.foot-cygnus { color: var(--slate-400); font-size: 15px; margin: 0; flex: 1 1 320px; }
.foot-cygnus a { color: var(--slate-300); }
.foot-domain { margin: 0; color: var(--slate-400); }
