/* SIN MINUTA — Estructura editorial v1
   Paleta noche editorial · Tipografía Archivo Black + Inter (fallbacks de sistema)
   Toda la marca vive aquí. Editar con cuidado. */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --negro: #0F0F0F;
  --negro-soft: #1A1614;
  --negro-deep: #0A0A0A;
  --hueso: #F2EDE3;
  --amarillo: #F2C94C;
  --gris: #5A5A5A;
  --gris-text: #A8A29E;
  --borde: #3A3A3A;
}

body {
  background: var(--negro);
  color: var(--hueso);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color 0.15s, border-color 0.15s; }
img { max-width: 100%; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 60px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 60px; }

/* HIGHLIGHTER */
.hl { background: var(--amarillo); color: var(--negro); display: inline-block; padding: 2px 9px 4px 7px; margin: 0 -3px; transform: rotate(-1.5deg) skew(-2deg); position: relative; }
.hl-big { background: var(--amarillo); color: var(--negro); display: inline-block; padding: 4px 18px 10px 14px; margin: 0 -6px; transform: rotate(-2.5deg) skew(-3deg); position: relative; }
.hl-big::after { content: ""; position: absolute; top: 100%; left: 8%; width: 84%; height: 6px; background: var(--amarillo); opacity: 0.55; transform: rotate(-1deg); }

/* I-DOT */
.i-dot { position: relative; display: inline-block; }
.i-dot::before { content: ""; position: absolute; top: -0.04em; left: 50%; transform: translateX(-50%); width: 0.18em; height: 0.18em; border-radius: 50%; background: var(--amarillo); }

/* TAPE */
.tape { position: absolute; background: var(--amarillo); color: var(--negro); font-weight: 900; font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase; padding: 8px 0; text-align: center; white-space: nowrap; width: 320px; z-index: 5; box-shadow: 0 1px 0 rgba(0,0,0,0.2); }
.tape-tl { top: 28px; left: -78px; transform: rotate(-32deg); }
.tape-br { bottom: 28px; right: -78px; transform: rotate(-32deg); }

/* NAV */
.nav { border-bottom: 0.5px solid var(--borde); padding: 14px 0; position: sticky; top: 0; background: rgba(15,15,15,0.96); backdrop-filter: blur(10px); z-index: 20; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.nav-mark { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.nav-logo { height: 44px; width: auto; display: block; mix-blend-mode: lighten; font-family: inherit; font-weight: 900; font-size: 22px; letter-spacing: -0.7px; color: var(--hueso); font-style: normal; text-indent: 0; }
.nav-mark .nm-t { font-size: 10px; color: var(--gris-text); letter-spacing: 1px; }
.nav-links { display: flex; gap: 28px; font-size: 13px; letter-spacing: 0.3px; color: var(--gris-text); }
.nav-links a:hover, .nav-links a.active { color: var(--amarillo); }
.nav-cta { font-size: 11px; letter-spacing: 1.5px; color: var(--negro); background: var(--amarillo); padding: 11px 20px; font-weight: 500; text-transform: uppercase; }

/* HERO */
.hero { position: relative; min-height: 660px; overflow: hidden; background: radial-gradient(ellipse 800px 600px at 28% 35%, rgba(60,45,30,0.55) 0%, transparent 65%), radial-gradient(ellipse 600px 500px at 75% 70%, rgba(35,28,20,0.45) 0%, transparent 70%), linear-gradient(160deg, #15110D 0%, #0A0A0A 75%); border-bottom: 0.5px solid var(--borde); }
.hero-photo-hint { position: absolute; top: 50%; left: 18%; transform: translate(-50%, -50%); width: 360px; height: 480px; background: radial-gradient(ellipse 220px 280px at 50% 38%, rgba(180,150,120,0.18) 0%, transparent 55%), linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 100%); border: 0.5px dashed rgba(168,162,158,0.18); }
.hero-photo-label { position: absolute; top: 50%; left: 18%; transform: translate(-50%, -50%); font-size: 10px; letter-spacing: 2px; color: rgba(168,162,158,0.4); text-transform: uppercase; text-align: center; width: 360px; }
.hero-content { position: absolute; top: 50%; right: 60px; transform: translateY(-50%); max-width: 580px; z-index: 3; }
.hero-meta { display: flex; gap: 14px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; flex-wrap: wrap; }
.hero-meta .sec { color: var(--amarillo); font-weight: 500; }
.hero-meta .dot { color: var(--gris); }
.hero-meta .reg { color: var(--gris-text); }
.hero-headline { font-weight: 900; font-size: 76px; line-height: 0.94; letter-spacing: -2.5px; color: var(--hueso); margin-bottom: 30px; }
.hero-dek { font-size: 18px; line-height: 1.55; color: var(--gris-text); margin-bottom: 28px; max-width: 520px; }
.hero-dek strong { color: var(--hueso); font-weight: 500; }
.hero-cta { color: var(--hueso); border-bottom: 1.5px solid var(--amarillo); padding-bottom: 4px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }
.hero-cta:hover { color: var(--amarillo); }

/* SECTION HEADER (páginas de sección) */
.section-header { padding: 100px 0 60px; border-bottom: 0.5px solid var(--borde); }
.section-kicker { font-size: 11px; letter-spacing: 2.5px; color: var(--amarillo); text-transform: uppercase; margin-bottom: 18px; display: block; }
.section-title { font-weight: 900; font-size: 84px; letter-spacing: -3px; line-height: 0.95; margin-bottom: 26px; }
.section-desc { font-size: 19px; line-height: 1.55; color: var(--gris-text); max-width: 720px; }
.section-desc strong { color: var(--hueso); font-weight: 500; }
.section-grid { padding: 60px 0 100px; border-bottom: 0.5px solid var(--borde); }

/* HOME SECTION BLOCK */
.home-section { padding: 80px 0; border-bottom: 0.5px solid var(--borde); }
.home-section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 44px; flex-wrap: wrap; gap: 16px; }
.home-section-title { display: flex; flex-direction: column; gap: 8px; }
.home-section-title .label { font-size: 11px; letter-spacing: 2.5px; color: var(--amarillo); text-transform: uppercase; }
.home-section-title h2 { font-weight: 900; font-size: 40px; letter-spacing: -1px; line-height: 1.05; }
.home-section-link { font-size: 12px; letter-spacing: 1.2px; color: var(--gris-text); text-transform: uppercase; border-bottom: 1px solid var(--borde); padding-bottom: 3px; }
.home-section-link:hover { color: var(--amarillo); border-bottom-color: var(--amarillo); }

/* CARD GRID */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cards-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.cards-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* CARD */
.card-link { display: block; }
.card { background: var(--negro-soft); border: 0.5px solid var(--borde); overflow: hidden; transition: border-color 0.15s, transform 0.15s; display: flex; flex-direction: column; position: relative; height: 100%; }
.card.coming { opacity: 0.94; }
.card.available { cursor: pointer; }
.card-link:hover .card.available { border-color: var(--amarillo); transform: translateY(-2px); }
.card-photo { aspect-ratio: 16/10; background: radial-gradient(ellipse at 50% 40%, rgba(120,95,70,0.25) 0%, transparent 65%), linear-gradient(140deg, #2A2317 0%, #15110D 100%); border-bottom: 0.5px solid var(--borde); position: relative; }
.card.coming .card-photo { background: linear-gradient(140deg, #1A1614 0%, #0F0F0F 100%); }
.card-photo .ph-label { position: absolute; bottom: 12px; left: 16px; font-size: 9px; letter-spacing: 1.5px; color: rgba(168,162,158,0.4); text-transform: uppercase; }
.card-status { position: absolute; top: 14px; right: 14px; z-index: 2; }
.status-pill { display: inline-block; font-size: 10px; letter-spacing: 1.8px; font-weight: 500; padding: 5px 11px; text-transform: uppercase; }
.status-pill.available { background: var(--amarillo); color: var(--negro); }
.status-pill.coming { background: rgba(15,15,15,0.85); color: var(--gris-text); border: 0.5px solid var(--borde); backdrop-filter: blur(4px); }
.card-body { padding: 22px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.card-meta { font-size: 10px; letter-spacing: 1.8px; color: var(--amarillo); margin-bottom: 12px; text-transform: uppercase; font-weight: 500; }
.card-headline { font-weight: 900; font-size: 19px; line-height: 1.22; letter-spacing: -0.4px; margin-bottom: 12px; color: var(--hueso); }
.card-dek { font-size: 13px; color: var(--gris-text); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.card-dek-coming { font-size: 12.5px; color: var(--gris); font-style: italic; line-height: 1.55; margin-bottom: 14px; padding: 10px 12px; border-left: 2px solid var(--amarillo); background: rgba(242,201,76,0.04); flex: 1; }
.card-author-row { display: flex; align-items: center; gap: 11px; padding-top: 14px; border-top: 0.5px solid var(--borde); }
.card-author-photo { width: 32px; height: 32px; border-radius: 50%; background: var(--amarillo); color: var(--negro); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 11px; flex-shrink: 0; overflow: hidden; position: relative; }
.card-author-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-author-info { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.card-author-name { font-size: 11.5px; color: var(--hueso); font-weight: 500; }
.card-author-topic { font-size: 10.5px; color: var(--gris); letter-spacing: 0.3px; line-height: 1.4; }
.card-reading-time { font-size: 10.5px; color: var(--gris); letter-spacing: 0.5px; flex-shrink: 0; }

/* ARTICLE PAGE */
.article-page { padding: 80px 0 0; }
.article-back { font-size: 12px; letter-spacing: 1.2px; color: var(--gris-text); text-transform: uppercase; margin-bottom: 44px; display: inline-block; }
.article-back:hover { color: var(--amarillo); }
.article-meta { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.article-meta .sec { color: var(--amarillo); font-weight: 500; }
.article-meta .dot { color: var(--gris); }
.article-meta .reg { color: var(--gris-text); }
.article-title { font-weight: 900; font-size: 56px; line-height: 1.02; letter-spacing: -2px; margin-bottom: 28px; }
.article-dek { font-size: 22px; line-height: 1.5; color: var(--gris-text); margin-bottom: 44px; }
.article-author-block { display: flex; align-items: center; gap: 14px; padding: 20px 0; border-top: 0.5px solid var(--borde); border-bottom: 0.5px solid var(--borde); margin-bottom: 56px; }
.article-author-block .a-photo { width: 48px; height: 48px; border-radius: 50%; background: var(--amarillo); color: var(--negro); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; overflow: hidden; flex-shrink: 0; position: relative; }
.article-author-block .a-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-author-block .a-info { flex: 1; }
.article-author-block .a-name { font-size: 14px; color: var(--hueso); font-weight: 500; }
.article-author-block .a-title { font-size: 12px; color: var(--gris-text); }
.article-author-block .a-link { font-size: 11px; letter-spacing: 1px; color: var(--gris-text); text-transform: uppercase; border-bottom: 1px solid var(--borde); padding-bottom: 2px; }
.article-author-block .a-link:hover { color: var(--amarillo); border-bottom-color: var(--amarillo); }
.article-body { padding-bottom: 80px; border-bottom: 0.5px solid var(--borde); }
.article-body h2 { font-weight: 900; font-size: 30px; line-height: 1.15; letter-spacing: -0.8px; margin: 48px 0 20px; }
.article-body h3 { font-weight: 900; font-size: 22px; line-height: 1.2; letter-spacing: -0.4px; margin: 36px 0 14px; }
.article-body p { font-size: 18px; line-height: 1.75; color: var(--hueso); margin-bottom: 22px; }
.article-body p strong { color: var(--hueso); font-weight: 500; background: rgba(242,201,76,0.12); padding: 0 4px; }
.article-body blockquote { border-left: 3px solid var(--amarillo); padding: 4px 0 4px 24px; margin: 32px 0; font-size: 22px; line-height: 1.5; color: var(--hueso); font-weight: 500; }
.article-body ul, .article-body ol { margin: 22px 0 22px 24px; }
.article-body li { font-size: 18px; line-height: 1.75; color: var(--hueso); margin-bottom: 10px; }

/* AUTHOR PAGE */
.author-page { padding: 100px 0; }
.author-card { display: grid; grid-template-columns: 200px 1fr; gap: 48px; align-items: start; padding-bottom: 56px; border-bottom: 0.5px solid var(--borde); margin-bottom: 64px; }
.author-photo-large { width: 200px; height: 200px; border-radius: 50%; background: var(--amarillo); color: var(--negro); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 64px; overflow: hidden; position: relative; }
.author-photo-large img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 900; font-size: 56px; letter-spacing: -2px; line-height: 1; margin-bottom: 14px; }
.author-title { font-size: 18px; color: var(--amarillo); margin-bottom: 24px; letter-spacing: 0.3px; }
.author-bio { font-size: 17px; line-height: 1.7; color: var(--gris-text); }
.author-articles-title { font-weight: 900; font-size: 32px; letter-spacing: -1px; margin-bottom: 32px; }

/* CARD ILLUSTRATION */
.card-illust { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* ARTICLE HERO ILLUSTRATION (full-bleed entre dek y body) */
.article-hero-illust {
  background: #0F0F0F;
  border-top: 0.5px solid var(--borde);
  border-bottom: 0.5px solid var(--borde);
  padding: 80px 60px;
  margin: 24px 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article-hero-illust svg { display: block; max-width: 100%; height: auto; }

/* SUBSCRIBE */
.subscribe { padding: 100px 0; background: var(--hueso); color: var(--negro); }
.sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.subscribe h2 { font-weight: 900; font-size: 56px; letter-spacing: -2px; line-height: 1; margin-bottom: 22px; }
.subscribe p { font-size: 17px; color: var(--gris); line-height: 1.6; }
.sub-form { display: flex; border: 1.5px solid var(--negro); }
.sub-form input { flex: 1; padding: 18px 22px; border: none; background: transparent; color: var(--negro); font-size: 16px; font-family: inherit; outline: none; }
.sub-form input::placeholder { color: var(--gris); }
.sub-form button { background: var(--negro); color: var(--hueso); padding: 18px 26px; font-weight: 500; font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; border: none; cursor: pointer; font-family: inherit; }
.sub-tag { font-size: 12px; color: var(--gris); margin-top: 18px; letter-spacing: 0.3px; }

/* FOOTER */
.footer { padding: 64px 0 36px; background: var(--negro-deep); }
.foot-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.foot-mark { font-weight: 900; font-size: 36px; letter-spacing: -1.5px; line-height: 1; margin-bottom: 14px; }
.foot-logo { height: 64px; width: auto; display: block; mix-blend-mode: lighten; margin-bottom: 16px; font-family: inherit; font-weight: 900; font-size: 36px; letter-spacing: -1.5px; color: var(--hueso); font-style: normal; line-height: 1; }
.foot-tag { font-size: 13px; color: var(--gris-text); line-height: 1.7; max-width: 320px; }
.footer h5 { font-size: 11px; letter-spacing: 2px; color: var(--amarillo); text-transform: uppercase; font-weight: 500; margin-bottom: 18px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 9px; font-size: 14px; color: var(--gris-text); cursor: pointer; transition: color 0.15s; }
.footer li:hover { color: var(--hueso); }
.footer a { color: inherit; }
.foot-meta { display: flex; justify-content: space-between; padding-top: 30px; border-top: 0.5px solid var(--borde); font-size: 12px; color: var(--gris); letter-spacing: 0.4px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .container, .container-narrow { padding: 0 24px; }
  .nav-links { display: none; }
  .hero-headline { font-size: 48px; letter-spacing: -1.5px; }
  .hero-content { right: 24px; left: 24px; max-width: none; }
  .hero-photo-hint, .hero-photo-label { display: none; }
  .cards-grid, .cards-grid-2, .cards-grid-4 { grid-template-columns: 1fr; }
  .section-title { font-size: 48px; letter-spacing: -1.5px; }
  .article-title { font-size: 36px; letter-spacing: -1px; }
  .article-body p, .article-body li { font-size: 16px; }
  .sub-grid { grid-template-columns: 1fr; gap: 32px; }
  .subscribe h2 { font-size: 36px; }
  .foot-row { grid-template-columns: 1fr 1fr; gap: 32px; }
  .author-card { grid-template-columns: 1fr; gap: 24px; }
  .author-photo-large { width: 140px; height: 140px; font-size: 48px; }
  .author-name { font-size: 36px; }
}
