/*
Theme Name: Laxider Crimson Ops
Theme URI: https://laxider.ar/
Author: Leo Uruzola + ChatGPT
Author URI: https://laxider.ar/
Description: Tema visual oscuro y rojo para Laxider: bitácora táctica, relatos, proyectos, gaming y reflexiones personales.
Version: 1.4.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laxider-crimson-ops
Tags: blog, dark, custom-logo, featured-images, threaded-comments, one-column, two-columns
*/

:root {
  --lx-bg: #100305;
  --lx-bg-2: #19070a;
  --lx-bg-3: #230b0f;
  --lx-card: rgba(35, 11, 15, 0.88);
  --lx-card-solid: #241014;
  --lx-red: #b31217;
  --lx-red-hot: #e11d2e;
  --lx-red-dark: #65080d;
  --lx-gold: #c9a646;
  --lx-text: #f4e8e0;
  --lx-muted: #b9a6a0;
  --lx-steel: #69717c;
  --lx-border: rgba(225, 29, 46, 0.25);
  --lx-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  --lx-radius-lg: 28px;
  --lx-radius-md: 18px;
  --lx-radius-sm: 12px;
  --lx-max: 1180px;
  --lx-reading: 760px;
  --lx-heading: Rajdhani, Sora, Oswald, Impact, system-ui, sans-serif;
  --lx-body: Inter, "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% -10%, rgba(225, 29, 46, 0.38), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(101, 8, 13, 0.55), transparent 36%),
    linear-gradient(135deg, var(--lx-bg) 0%, #090203 48%, #140609 100%);
  color: var(--lx-text);
  font-family: var(--lx-body);
  font-size: 17px;
  line-height: 1.72;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(225,29,46,.08) 18px 19px, transparent 19px 40px);
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--lx-text);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}

a:hover, a:focus {
  color: #fff;
}

p a, .entry-content a {
  color: #ff5c66;
  border-bottom: 1px solid rgba(255, 92, 102, .4);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--lx-red-hot);
  color: #fff;
  padding: .8rem 1rem;
  z-index: 9999;
  border-radius: 999px;
}

.skip-link:focus { top: 1rem; }

.site-shell {
  width: min(calc(100% - 32px), var(--lx-max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(18, 4, 6, .94), rgba(18, 4, 6, .74));
  border-bottom: 1px solid var(--lx-border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.custom-logo-link img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(225,29,46,.35));
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-family: var(--lx-heading);
  font-weight: 800;
  letter-spacing: .08em;
  background:
    linear-gradient(135deg, rgba(225,29,46,.95), rgba(91,8,12,.95)),
    #b31217;
  box-shadow: 0 12px 35px rgba(225, 29, 46, .22);
  border: 1px solid rgba(255,255,255,.14);
}

.site-title-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.site-title {
  margin: 0;
  font-family: var(--lx-heading);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-title a { color: #fff; }

.site-description {
  margin: 4px 0 0;
  color: var(--lx-muted);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  appearance: none;
  border: 1px solid var(--lx-border);
  border-radius: 999px;
  background: rgba(225,29,46,.12);
  color: #fff;
  padding: .65rem .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  display: inline-flex;
  align-items: center;
  padding: .62rem .84rem;
  border-radius: 999px;
  color: var(--lx-muted);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #fff;
  background: rgba(225, 29, 46, .14);
  box-shadow: inset 0 0 0 1px rgba(225,29,46,.18);
}

.hero {
  padding: clamp(58px, 9vw, 108px) 0 clamp(42px, 7vw, 76px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.kicker,
.archive-kicker,
.card-kicker,
.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffadb3;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kicker::before,
.archive-kicker::before,
.card-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--lx-red-hot), transparent);
}

.hero h1,
.archive-title,
.entry-title,
.page-title {
  margin: 14px 0 18px;
  font-family: var(--lx-heading);
  line-height: .94;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4.1rem, 13vw, 9.6rem);
  text-shadow: 0 18px 72px rgba(225, 29, 46, .2);
}

.hero-subtitle {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--lx-muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.08rem;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--lx-red-hot), var(--lx-red-dark));
  box-shadow: 0 18px 46px rgba(225, 29, 46, .24);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.button.secondary {
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 0 0 1px var(--lx-border);
  color: var(--lx-text) !important;
}

.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: var(--lx-radius-lg);
  background:
    radial-gradient(circle at 30% 18%, rgba(225,29,46,.58), transparent 32%),
    linear-gradient(145deg, rgba(52, 15, 20, .98), rgba(10, 2, 4, .96));
  border: 1px solid var(--lx-border);
  box-shadow: var(--lx-shadow), inset 0 0 0 1px rgba(255,255,255,.04);
  padding: clamp(24px, 4vw, 38px);
}

.hero-panel::before {
  content: "LAXIDER";
  position: absolute;
  inset: auto -10px 8px auto;
  color: rgba(255,255,255,.035);
  font-family: var(--lx-heading);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: .8;
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -90px;
  top: -90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(225,29,46,.26), transparent 66%);
}

.transmission-card {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
}

.transmission-label {
  align-self: flex-start;
  padding: .48rem .72rem;
  border-radius: 999px;
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(255,255,255,.1);
  color: #ffbec3;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.transmission-card h2 {
  margin: 0;
  max-width: 560px;
  font-family: var(--lx-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .98;
  text-transform: uppercase;
}

.transmission-card p {
  max-width: 580px;
  margin: 0;
  color: var(--lx-muted);
}

.section {
  padding: clamp(34px, 6vw, 72px) 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-title {
  margin: 0;
  font-family: var(--lx-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.section-description {
  max-width: 520px;
  margin: 8px 0 0;
  color: var(--lx-muted);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--lx-radius-md);
  background: var(--lx-card);
  border: 1px solid var(--lx-border);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.post-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--lx-red-hot), transparent);
  opacity: .92;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0,0,0,.28), 0 0 0 1px rgba(225,29,46,.16);
}

.card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(225,29,46,.35), transparent 38%),
    linear-gradient(135deg, #35080d, #090203);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.82) contrast(1.05) brightness(.78);
  transition: transform .32s ease, filter .32s ease;
}

.post-card:hover .card-media img {
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.08) brightness(.9);
}

.card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}

.card-title {
  margin: 0;
  font-family: var(--lx-heading);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.card-excerpt {
  color: var(--lx-muted);
  margin: 0;
}

.card-meta,
.entry-meta,
.post-navigation,
.comment-metadata {
  color: var(--lx-muted);
  font-size: .86rem;
}

.card-meta a,
.entry-meta a { color: #ffadb3; }

.read-more {
  margin-top: auto;
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .84rem;
}

.category-routes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.route-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: var(--lx-radius-md);
  background:
    linear-gradient(145deg, rgba(225, 29, 46, .15), rgba(255,255,255,.02)),
    var(--lx-card-solid);
  border: 1px solid var(--lx-border);
}

.route-card:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(145deg, rgba(225, 29, 46, .26), rgba(255,255,255,.03)),
    var(--lx-card-solid);
}

.route-card span {
  color: #ffadb3;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.route-card strong {
  margin-top: 8px;
  font-family: var(--lx-heading);
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  padding: clamp(34px, 6vw, 72px) 0;
}

.primary-area {
  min-width: 0;
}

.archive-header,
.single-header,
.page-header {
  margin-bottom: 30px;
  padding: clamp(28px, 5vw, 50px);
  border-radius: var(--lx-radius-lg);
  background:
    radial-gradient(circle at 18% 0%, rgba(225,29,46,.25), transparent 36%),
    rgba(35, 11, 15, .78);
  border: 1px solid var(--lx-border);
  box-shadow: var(--lx-shadow);
}

.archive-title,
.entry-title,
.page-title {
  font-size: clamp(2.5rem, 7vw, 5.8rem);
}

.single-post-wrap,
.page-wrap {
  max-width: var(--lx-reading);
  margin: 0 auto;
}

.single-header,
.page-header {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.featured-image {
  overflow: hidden;
  border-radius: var(--lx-radius-lg);
  border: 1px solid var(--lx-border);
  margin: 28px auto;
  max-width: 980px;
  box-shadow: var(--lx-shadow);
}

.featured-image img {
  width: 100%;
  display: block;
  filter: saturate(.88) contrast(1.05) brightness(.82);
}

.entry-content,
.comment-content {
  color: var(--lx-text);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: var(--lx-heading);
  line-height: 1.08;
  margin-top: 1.7em;
  margin-bottom: .55em;
  text-transform: uppercase;
}

.entry-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  padding-left: 16px;
  border-left: 4px solid var(--lx-red-hot);
}

.entry-content h3 { font-size: clamp(1.55rem, 3vw, 2.2rem); }

.entry-content blockquote,
.wp-block-quote {
  margin: 2rem 0;
  padding: 1.2rem 1.25rem;
  border-left: 4px solid var(--lx-red-hot);
  border-radius: 0 var(--lx-radius-md) var(--lx-radius-md) 0;
  background: rgba(225, 29, 46, .11);
  color: #fff;
  font-size: 1.12rem;
}

.entry-content code,
.entry-content pre {
  background: rgba(0,0,0,.34);
  color: #ffd8dc;
  border: 1px solid rgba(225,29,46,.22);
  border-radius: 12px;
}

.entry-content code { padding: .15rem .35rem; }
.entry-content pre { padding: 1rem; overflow-x: auto; }

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}

.entry-content th,
.entry-content td {
  border: 1px solid rgba(225,29,46,.18);
  padding: .72rem;
}

.entry-content th {
  background: rgba(225,29,46,.16);
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.post-tags a {
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--lx-border);
  color: var(--lx-muted);
  font-size: .82rem;
}

.sidebar {
  position: sticky;
  top: 98px;
  align-self: start;
}

.widget {
  margin-bottom: 18px;
  padding: 20px;
  border-radius: var(--lx-radius-md);
  background: rgba(35, 11, 15, .76);
  border: 1px solid var(--lx-border);
}

.widget-title,
.wp-block-heading {
  margin-top: 0;
  font-family: var(--lx-heading);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.widget ul {
  margin: 0;
  padding-left: 1.1rem;
}

.search-form {
  display: flex;
  gap: 8px;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  border: 1px solid var(--lx-border);
  border-radius: 14px;
  background: rgba(0,0,0,.26);
  color: #fff;
  padding: .8rem .9rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(225,29,46,.35);
  border-color: rgba(225,29,46,.55);
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
}

.page-numbers,
.nav-previous a,
.nav-next a {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: .5rem .72rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--lx-border);
  color: var(--lx-muted);
}

.page-numbers.current,
.page-numbers:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: rgba(225,29,46,.18);
}

.comments-area {
  max-width: var(--lx-reading);
  margin: 50px auto 0;
  padding: 28px;
  border-radius: var(--lx-radius-lg);
  background: rgba(35, 11, 15, .68);
  border: 1px solid var(--lx-border);
}

.comment-list {
  padding-left: 1.2rem;
}

.site-footer {
  margin-top: 60px;
  border-top: 1px solid var(--lx-border);
  background:
    radial-gradient(circle at 20% 0%, rgba(225,29,46,.20), transparent 35%),
    rgba(10, 2, 4, .74);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  padding: 42px 0;
}

.footer-brand {
  max-width: 620px;
}

.footer-brand h2 {
  margin: 0 0 8px;
  font-family: var(--lx-heading);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.footer-brand p,
.footer-meta {
  color: var(--lx-muted);
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-content: center;
}

.footer-links a {
  padding: .55rem .76rem;
  border: 1px solid var(--lx-border);
  border-radius: 999px;
  color: var(--lx-muted);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a:hover { color: #fff; background: rgba(225,29,46,.14); }

.alignwide,
.alignfull {
  max-width: min(calc(100vw - 32px), var(--lx-max));
  margin-left: calc((var(--lx-reading) - min(calc(100vw - 32px), var(--lx-max))) / 2);
  margin-right: calc((var(--lx-reading) - min(calc(100vw - 32px), var(--lx-max))) / 2);
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-caption,
.gallery-caption {
  color: var(--lx-muted);
}

.bypostauthor {
  border-left: 3px solid var(--lx-red-hot);
}

@media (max-width: 1020px) {
  .hero-grid,
  .content-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body { font-size: 16px; }

  .header-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-navigation {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    padding: 12px;
    border-radius: 18px;
    background: rgba(18, 4, 6, .98);
    border: 1px solid var(--lx-border);
    box-shadow: var(--lx-shadow);
    transform-origin: top;
    transform: scaleY(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
  }

  .main-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
  }

  .main-navigation ul {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  .main-navigation a {
    width: 100%;
    justify-content: center;
  }

  .site-description {
    display: none;
  }

  .hero-panel {
    min-height: 340px;
  }

  .post-grid,
  .category-routes {
    grid-template-columns: 1fr;
  }

  .section-header {
    display: block;
  }

  .search-form {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.footer-links ul,
.footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.footer-links li { margin: 0; }

@media (max-width: 1020px) {
  .footer-links ul,
  .footer-menu { justify-content: flex-start; }
}

/* v1.1 - Feed cronológico continuo */
.primary-area-wide {
  max-width: 100%;
}

.timeline-feed {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: clamp(92px, 13vw, 158px);
}

.timeline-feed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(46px, 6.5vw, 78px);
  width: 2px;
  background:
    linear-gradient(180deg,
      transparent 0,
      rgba(225, 29, 46, .85) 42px,
      rgba(179, 18, 23, .55) 55%,
      rgba(90, 8, 11, .18) 100%
    );
  box-shadow: 0 0 24px rgba(225, 29, 46, .28);
}

.timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(30px, 5vw, 56px) 0;
  border-bottom: 1px solid rgba(225, 29, 46, .18);
}

.timeline-entry:first-child {
  padding-top: 8px;
}

.timeline-entry:last-child {
  border-bottom: 0;
}

.timeline-date {
  position: absolute;
  left: calc(-1 * clamp(92px, 13vw, 158px));
  top: clamp(34px, 5vw, 62px);
  width: clamp(68px, 8vw, 104px);
  min-height: 92px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 12px 8px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 29, 46, .32), transparent 58%),
    linear-gradient(180deg, rgba(52, 7, 11, .96), rgba(20, 3, 5, .94));
  border: 1px solid rgba(225, 29, 46, .35);
  box-shadow: 0 18px 44px rgba(0,0,0,.3), 0 0 32px rgba(179,18,23,.18);
}

.timeline-day {
  font-family: var(--lx-heading);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: .86;
  color: #fff;
  letter-spacing: -.03em;
}

.timeline-month {
  margin-top: 6px;
  color: #ff6973;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.timeline-year {
  color: var(--lx-muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.timeline-node {
  position: absolute;
  left: calc(-1 * clamp(47px, 6.5vw, 80px));
  top: clamp(72px, 6vw, 102px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lx-red-hot);
  box-shadow: 0 0 0 7px rgba(225,29,46,.12), 0 0 22px rgba(225,29,46,.75);
}

.timeline-content {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 42px);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(225, 29, 46, .12), transparent 23%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
  border-left: 3px solid rgba(225, 29, 46, .7);
}

.timeline-content::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.24), transparent);
}

.timeline-entry-header {
  margin-bottom: 18px;
}

.timeline-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff7982;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.timeline-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--lx-red-hot);
  box-shadow: 0 0 14px rgba(225,29,46,.7);
}

.timeline-title {
  max-width: 920px;
  margin: 8px 0 0;
  font-family: var(--lx-heading);
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.timeline-title a:hover {
  color: #ff4652;
}

.timeline-media {
  display: block;
  overflow: hidden;
  margin: 22px 0 26px;
  border-radius: 20px;
  border: 1px solid rgba(225,29,46,.24);
  background:
    radial-gradient(circle at 20% 15%, rgba(225,29,46,.28), transparent 42%),
    #140406;
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}

.timeline-media img {
  width: 100%;
  display: block;
  filter: saturate(.86) contrast(1.08) brightness(.78);
}

.timeline-text {
  max-width: 820px;
  font-size: 1.02rem;
}

.timeline-text > *:last-child {
  margin-bottom: 0;
}

.timeline-text .more-link {
  display: none;
}

.timeline-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(225,29,46,.16);
}

.timeline-permalink,
.timeline-comments a {
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.timeline-comments {
  color: var(--lx-muted);
  font-size: .82rem;
}

.timeline-permalink:hover,
.timeline-comments a:hover {
  color: #ff4652;
}

.timeline-feed .navigation.pagination {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .timeline-feed {
    padding-left: 0;
    gap: 28px;
  }

  .timeline-feed::before,
  .timeline-node {
    display: none;
  }

  .timeline-entry {
    padding: 0 0 30px;
  }

  .timeline-date {
    position: static;
    width: max-content;
    min-height: 0;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
  }

  .timeline-day {
    font-size: 1.35rem;
    line-height: 1;
  }

  .timeline-month,
  .timeline-year {
    margin-top: 0;
    font-size: .72rem;
  }

  .timeline-content {
    padding: 20px 0 0 16px;
    background: transparent;
    border-left-width: 2px;
  }

  .timeline-title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .timeline-text {
    font-size: 1rem;
  }
}

/* v1.2 - Header cinematográfico + hero mejorado */
.site-header {
  backdrop-filter: blur(18px) saturate(140%);
  background: linear-gradient(180deg, rgba(2, 2, 4, .96), rgba(8, 3, 4, .84));
  border-bottom: 1px solid rgba(225, 29, 46, .22);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0, rgba(225,29,46,.95) 50%, transparent 100%);
  opacity: .9;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}

.site-branding--compact {
  gap: 16px;
}

.brand-symbol {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.brand-symbol::before,
.brand-symbol::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 2px;
  border-radius: 99px;
  transform-origin: center;
  background: linear-gradient(90deg, rgba(225,29,46,.2), rgba(225,29,46,1), rgba(225,29,46,.2));
  box-shadow: 0 0 18px rgba(225,29,46,.45);
}

.brand-symbol::before { transform: translate(-50%, -50%) rotate(48deg); }
.brand-symbol::after { transform: translate(-50%, -50%) rotate(-48deg); }

.site-title {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  letter-spacing: .42em;
}

.site-description {
  display: none;
}

.main-navigation {
  justify-self: center;
}

.main-navigation ul {
  justify-content: center;
  gap: 18px;
}

.main-navigation a {
  position: relative;
  padding: .9rem .2rem .85rem;
  border-radius: 0;
  color: rgba(255,255,255,.84);
  background: transparent !important;
  box-shadow: none !important;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .2rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
  background: linear-gradient(90deg, rgba(225,29,46,.12), rgba(225,29,46,1), rgba(225,29,46,.12));
  box-shadow: 0 0 14px rgba(225,29,46,.65);
  opacity: 0;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #fff;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after {
  transform: scaleX(1);
  opacity: 1;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0 0 0 16px;
  margin: 0 0 0 6px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.14);
  background: transparent;
  cursor: pointer;
}

.search-toggle::before,
.search-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.search-toggle::before {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255,255,255,.94);
  border-radius: 50%;
  transform: translate(-58%, -58%);
}

.search-toggle::after {
  width: 9px;
  height: 2px;
  background: rgba(255,255,255,.94);
  transform: translate(12%, 80%) rotate(45deg);
  border-radius: 999px;
}

.search-toggle:hover::before,
.search-toggle:hover::after {
  filter: drop-shadow(0 0 8px rgba(225,29,46,.7));
}

.header-search {
  padding: 0 0 18px;
}

.header-search .search-form {
  max-width: 440px;
  margin-left: auto;
}

.header-search[hidden] {
  display: none !important;
}

.hero--cinematic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(52px, 8vw, 88px) 0 clamp(46px, 7vw, 82px);
  border-top: 1px solid rgba(225, 29, 46, .14);
  border-bottom: 1px solid rgba(225, 29, 46, .18);
  background: linear-gradient(180deg, rgba(8, 2, 4, .92), rgba(20, 4, 6, .84) 44%, rgba(8, 2, 4, .95));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(circle at center top, rgba(225,29,46,.18), transparent 22%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.48));
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 30%, rgba(0,0,0,.22) 68%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.38) 65%, rgba(0,0,0,.62));
}

.hero-topo,
.hero-grid-overlay,
.hero-smoke,
.hero-embers {
  position: absolute;
  pointer-events: none;
}

.hero-topo {
  inset: -10%;
  background-image: url("assets/images/topography.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
}

.hero-topo-a {
  opacity: .62;
  animation: heroTopoDrift 34s linear infinite alternate;
}

.hero-topo-b {
  inset: -14%;
  opacity: .24;
  transform: scale(1.08);
  filter: blur(.8px);
  animation: heroTopoDriftB 52s linear infinite alternate-reverse;
}

.hero-grid-overlay {
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 130px 130px;
  opacity: .11;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,.78) 30%, rgba(0,0,0,.45) 100%);
  animation: heroGridShift 20s linear infinite;
}

.hero-smoke {
  width: 40vw;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: blur(56px);
  opacity: .78;
  background: radial-gradient(circle, rgba(225,29,46,.34) 0, rgba(225,29,46,.16) 28%, transparent 68%);
}

.hero-smoke-left {
  left: -12vw;
  top: -4vw;
  animation: smokePulse 18s ease-in-out infinite;
}

.hero-smoke-right {
  right: -9vw;
  bottom: -12vw;
  animation: smokePulse 20s ease-in-out infinite reverse;
}

.hero-embers {
  inset: 0;
  opacity: .72;
  background-image:
    radial-gradient(circle at 12% 82%, rgba(255,85,92,.92) 0 1px, transparent 2px),
    radial-gradient(circle at 32% 70%, rgba(255,85,92,.72) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 83%, rgba(255,85,92,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 24%, rgba(255,85,92,.78) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 92%, rgba(255,85,92,.75) 0 1px, transparent 2px),
    radial-gradient(circle at 26% 18%, rgba(255,85,92,.7) 0 1px, transparent 2px);
  animation: embersRise 15s linear infinite;
}

.hero-cinematic-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(76vh, 760px);
  text-align: center;
}

.hero-logo-wrap {
  width: 100%;
  max-width: min(96vw, 1440px);
  margin: 0 auto 10px;
}

.hero-logo-image {
  display: block;
  width: min(95vw, 1420px);
  margin: 0 auto;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.58)) drop-shadow(0 0 24px rgba(225,29,46,.18));
}

.hero-title-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-signature {
  position: relative;
  margin: 10px auto 16px;
  padding: 0 110px;
  color: #ff5f69;
  font-family: var(--lx-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.05;
}

.hero-signature::before,
.hero-signature::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(44px, 8vw, 86px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,64,76,.96), transparent);
}

.hero-signature::before { left: 0; }
.hero-signature::after { right: 0; }

.hero-summary {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(244,232,224,.88);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
  line-height: 1.58;
}

.hero-actions--cinematic {
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
}

.hero-button {
  position: relative;
  min-width: 290px;
  min-height: 70px;
  padding: 1rem 1.8rem;
  border: 1px solid rgba(255, 82, 92, .55);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(225,29,46,.22), inset 0 0 0 1px rgba(255,255,255,.06);
  font-size: .98rem;
  letter-spacing: .12em;
}

.hero-button::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .7;
}

.hero-button.secondary {
  background: rgba(4,4,6,.3);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(225,29,46,.28), 0 18px 38px rgba(0,0,0,.18);
}

.hero-button.secondary:hover {
  background: rgba(225,29,46,.08);
}

.hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 36px;
  height: 40px;
  margin-top: 28px;
}

.hero-scroll span {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(255,57,71,.9);
  border-bottom: 2px solid rgba(255,57,71,.9);
  transform: rotate(45deg);
  animation: heroChevron 1.5s ease-in-out infinite;
}

.hero-scroll span:last-child {
  animation-delay: .18s;
}

@keyframes heroTopoDrift {
  0% { transform: translate3d(-1.5%, 0, 0) scale(1.02); }
  100% { transform: translate3d(1.5%, -2%, 0) scale(1.1); }
}

@keyframes heroTopoDriftB {
  0% { transform: translate3d(1.5%, 1.5%, 0) scale(1.08); }
  100% { transform: translate3d(-2%, -1%, 0) scale(1.14); }
}

@keyframes heroGridShift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 42px, 42px 0; }
}

@keyframes smokePulse {
  0%, 100% { transform: scale(1) translate3d(0, 0, 0); opacity: .66; }
  50% { transform: scale(1.12) translate3d(2vw, -1vw, 0); opacity: .92; }
}

@keyframes embersRise {
  0% { transform: translateY(0); opacity: .16; }
  10% { opacity: .6; }
  100% { transform: translateY(-34px); opacity: .12; }
}

@keyframes heroChevron {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: .45; }
  50% { transform: translateY(5px) rotate(45deg); opacity: 1; }
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .main-navigation {
    justify-self: end;
  }

  .hero-signature {
    padding: 0 64px;
  }

  .hero-button {
    min-width: 250px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    display: flex;
    gap: 12px;
    min-height: 72px;
  }

  .site-title {
    letter-spacing: .22em;
    font-size: 1rem;
  }

  .header-tools {
    margin-left: auto;
  }

  .search-toggle {
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .header-search {
    padding: 0 0 14px;
  }

  .header-search .search-form {
    max-width: none;
    margin-left: 0;
  }

  .hero--cinematic {
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .hero-cinematic-inner {
    min-height: 480px;
  }

  .hero-logo-wrap {
    margin-bottom: 2px;
  }

  .hero-logo-image {
    width: 100%;
  }

  .hero-signature {
    padding: 0 18px;
    margin-top: 4px;
    font-size: clamp(1.25rem, 7vw, 2.2rem);
    letter-spacing: .12em;
  }

  .hero-signature::before,
  .hero-signature::after {
    display: none;
  }

  .hero-summary {
    max-width: 96%;
    font-size: .98rem;
  }

  .hero-actions--cinematic {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding-inline: 1rem;
  }

  .hero-scroll {
    margin-top: 20px;
  }

  .hero-smoke {
    width: 68vw;
  }
}

/* v1.3 - Logo editable + hero background configurable + tarjetas con imagen */
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-branding--compact .custom-logo-link img {
  width: auto;
  max-width: 120px;
  max-height: 40px;
  height: auto;
  object-fit: contain;
}

.hero-backdrop.has-custom-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-custom-bg);
  background-size: cover;
  background-position: center;
  opacity: .2;
  filter: saturate(.65) contrast(1.08) brightness(.4);
  transform: scale(1.04);
}

.category-routes {
  align-items: stretch;
}

.route-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  padding: 0;
  background: #110406;
  box-shadow: 0 16px 44px rgba(0,0,0,.18);
}

.route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17,4,6,0) 28%, rgba(17,4,6,.34) 55%, rgba(17,4,6,.96) 100%),
    linear-gradient(145deg, rgba(225,29,46,.18), rgba(255,255,255,.01));
}

.route-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0,0,0,.28), 0 0 0 1px rgba(225,29,46,.22);
}

.route-card-media,
.route-card-content {
  position: relative;
  z-index: 1;
}

.route-card-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform .3s ease, filter .3s ease;
  filter: saturate(.9) brightness(.9);
}

.route-card:hover .route-card-media {
  transform: scale(1.05);
  filter: saturate(1.02) brightness(1);
}

.route-card-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
}

.route-card-content span {
  color: #ffd2d5;
}

.route-card-content strong {
  color: #fff;
  text-shadow: 0 6px 20px rgba(0,0,0,.6);
}

.route-card--relatos .route-card-media {
  background-image: url("assets/images/route-relatos.png");
}

.route-card--proyectos .route-card-media {
  background-image: url("assets/images/route-proyectos.png");
}

.route-card--reflexiones .route-card-media {
  background-image: url("assets/images/route-reflexiones.png");
}

.route-card--aventuras .route-card-media {
  background-image: url("assets/images/route-aventuras.png");
}

.route-card--gaming .route-card-media {
  background-image: url("assets/images/route-gaming.png");
}

@media (max-width: 760px) {
  .site-branding--compact .custom-logo-link img {
    max-width: 86px;
    max-height: 32px;
  }

  .route-card,
  .route-card-media {
    min-height: 210px;
  }
}


/* v1.4 - solo logo en header + fondo hero por defecto + tarjetas con imagen real */
.site-branding--compact {
  min-width: 0;
}

.site-branding--compact .custom-logo-link img {
  width: auto;
  max-width: 150px;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}

.site-title-wrap,
.site-title {
  display: none !important;
}

.hero-backdrop.has-custom-bg::before {
  opacity: .34;
  filter: saturate(.82) contrast(1.05) brightness(.42);
}

.route-card::after {
  background:
    linear-gradient(180deg, rgba(17,4,6,0) 18%, rgba(17,4,6,.16) 45%, rgba(17,4,6,.92) 100%),
    linear-gradient(145deg, rgba(225,29,46,.12), rgba(255,255,255,.01));
}

.route-card-media {
  filter: saturate(.96) brightness(.92) contrast(1.02);
}

.route-card-content {
  left: 14px;
  right: 14px;
  bottom: 14px;
}

.route-card-content strong {
  font-size: 1.48rem;
}

@media (max-width: 760px) {
  .site-branding--compact .custom-logo-link img {
    max-width: 118px;
    max-height: 34px;
  }
}


/* v1.4.2 - Corrección: el fondo subido del hero ahora se ve como fondo principal */
.hero-backdrop.has-custom-bg {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(225, 29, 46, .22), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(225, 29, 46, .22), transparent 36%),
    linear-gradient(180deg, rgba(8, 2, 4, .32), rgba(8, 2, 4, .64)),
    var(--hero-custom-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-backdrop.has-custom-bg::before {
  display: none;
}

.hero-backdrop.has-custom-bg::after {
  background:
    radial-gradient(circle at center, transparent 28%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.48) 100%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.18) 65%, rgba(0,0,0,.42));
}

.hero-backdrop.has-custom-bg .hero-topo {
  opacity: .18;
  mix-blend-mode: screen;
}

.hero-backdrop.has-custom-bg .hero-topo-b {
  opacity: .08;
}

.hero-backdrop.has-custom-bg .hero-grid-overlay {
  opacity: .06;
}

.hero-backdrop.has-custom-bg .hero-smoke {
  opacity: .34;
}

.hero-backdrop.has-custom-bg .hero-embers {
  opacity: .38;
}

.hero-backdrop.has-custom-bg + .hero-cinematic-inner .hero-logo-image {
  filter: drop-shadow(0 18px 46px rgba(0,0,0,.68)) drop-shadow(0 0 18px rgba(225,29,46,.22));
}
