@import url("https://fonts.googleapis.com/css2?family=Figtree&display=swap");

:root
{
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "cardo", serif;
}


body
{
    background-color: #343a40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
}

.navbar
{
 width: 100%;
}

.cerrar
{
    display: none;
}

.navbar-nav
{
    white-space: nowrap;
    margin-left: 15%;
}

.nav-item
{
    margin-left: 2%;
}

.nav-link
{
   color: white !important;
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   transition: .2s ease-in-out all;
   font-weight: 400;
   position: relative;
}

.header .navbar
{
    background-color: transparent !important;
    height: 80px;
    display: flex;
}

.showcase
{
    font-size: larger;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    width: 100%;
    height: 400px !important;
    background: #661c1c;  
    z-index: 1; 
}

.cultura
{
    background: -webkit-linear-gradient(to right, #e0636369, #ff080069), url(../img/cultura-portada.jpeg) no-repeat center center/contain;  
    background: linear-gradient(to right, #e0636369, #ff080069), url(../img/cultura-portada.jpeg) no-repeat center center/contain;
}

.deporte
{
    background: -webkit-linear-gradient(to right, #e0636369, #ff080069), url(../img/deportes-portada.jpeg) no-repeat center center/contain;  
    background: linear-gradient(to right, #e0636369, #ff080069), url(../img/deportes-portada.jpeg) no-repeat center center/contain;
}

.estatales
{
    background: -webkit-linear-gradient(to right, #e0636369, #ff080069), url(../img/portada-estatales.jpeg) no-repeat center center/contain;  
    background: linear-gradient(to right, #e0636369, #ff080069), url(../img/portada-estatales.jpeg) no-repeat center center/contain;
}

.nacionales
{
    background: -webkit-linear-gradient(to right, #e0636369, #ff080069), url(../img/nacionales-portada.jpeg) no-repeat center center/cover;  
    background: linear-gradient(to right, #e0636369, #ff080069), url(../img/nacionales-portada.jpeg) no-repeat center center/cover;
}

.internacionales
{
    background: -webkit-linear-gradient(to right, #e0636369, #ff080069), url(../img/internacionales-portada.jpeg) no-repeat center center/contain;  
    background: linear-gradient(to right, #e0636369, #ff080069), url(../img/internacionales-portada.jpeg) no-repeat center center/contain;
}


.navbar-toggler 
{
    color: white !important;
}

.navbar-toggler-icon
{
    color: white !important;
    background-color: white !important;
}

nav a:hover
{
    color: red !important;
}


.nav-link::after {
    content: "";
    display: block;
    width: 0; /* La línea comienza con un ancho de 0 */
    height: 2px; /* Altura de la línea debajo del enlace */
    background-color: red; /* Color de la línea */
    position: absolute;
    bottom: -4px; /* Coloca la línea justo debajo del texto */
    left: 0;
    transition: width 0.3s ease; /* Transición de ancho para suavizar el efecto */
    transform-origin: left;
}

.nav-link:hover::after {
    width: 100%; /* Cambia el ancho a 100% en el estado hover */
}


.cont-info {
    position: relative;
    display: flex;
    align-items: center;
}

.cont-info .text-info 
{
    margin-left: 5%;
    padding: 10px;
}

.cont-info .text-info h2 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    margin-top: 5%;
}

.cont-info .text-info h1 {
    font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.cont-info .text-info h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 10%;
}

.cont-info .img-info img {
   height: 1000px;
}




.ver-cont
{
  display: flex;
  flex-direction: column; /* Esto colocará los elementos en una disposición vertical */
  align-items: flex-start; /* Alinea los elementos a la izquierda */
  margin-left: 15%; /* Ajusta el margen izquierdo según tus necesidades */
}


.page-content 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 750px;
    margin-top: 5%;
    margin-left: 6%;
    font-family: var(--font-sans);
}

.c1
{
    background-size: cover;
    background-image: url(../img/nacionales.jpg);
     margin-left:35%;
}

.c2
{
    background-size: cover;
    background-image: url(../img/cultura.jpg);
     margin-left:20%;
}

.c3
{
    background-size: cover;
    background-image: url(../img/deportes.jpg); 
    margin-left: 10%;   
}

.page-content .card
{
    width: 450px; /* Ajusta el ancho según tus preferencias */
    height: 600px; /* Ajusta la altura según tus preferencias */
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    color: white;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0,0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);

}

.page-content .card:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.page-content .card:after
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}



.content
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}

.content>*+*
{
    margin-top: 1rem;
}

.page-content .content .title
{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.page-content .content .copy
{
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}

.content .btn
{
    display: inline-block;
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
    text-decoration: none;
}

.content .btn:hover
{
    background-color: black;
}

.content .btn:focus
{
    outline: 1px dashed red;
    outline-offset: 3px;
}

.page-content .card:after
{
    transform: translateY(0);
}

.page-content .content
{
    transform: translateY(calc(100% - 4.5rem));
}

.page-content .content>*:not(.title)
{
    opacity: 0;
    transform: translateY(1rem);
    transition: trasnform var(--d) var(--e), opacity var(--d) var(--e);
}

.page-content .card:hover
{
    align-items: center;
}

.page-content .card:hover:before
{
    transform: translateY(-4%);
}

.page-content .card:hover:after
{
    transform: translateY(-50%);
}

.page-content .card:hover .content
{
    transform: translateY(0);
}

.page-content .card:hover .content>*:not(.title)
{
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
}

.recientes
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    grid-gap:30px;
    padding-bottom: 20px;
    margin-top: 1%;
    margin-left: 2%;
    align-items: center;
}

.recientes .item
{
    background-color: grey;
    max-width: 320px;
    border: 2px solid red;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: .3s;
}

.recientes .item:hover
{
    box-shadow: 0 0 10px 5px red;
    transform: scale(1.03);
}

.recientes .item:hover h2
{
    text-decoration: underline;
}

.recientes .item .info_item
{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.recientes #btnsiguiente
{
    cursor: pointer;
}

.recientes .item img
{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.recientes #btnsiguiente:hover
{
    color: red;
}
  
.footer {
    background-color: black; /* Color de fondo del footer */
    color: #fff; /* Color del texto del footer */
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  
  .face img, .twit img, .tiktok img
   {
    height: 32px;
    width: 32px;
  }

  .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer-text p {
    margin: 0;
    font-size: 14px;
  }
  
  .footer-icons a {
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .footer-icons .face:hover {
    color: #00356d; /* Cambia el color al pasar el ratón sobre los íconos */
  }

  .footer-icons .twit:hover {
    color: #68b1ff; /* Cambia el color al pasar el ratón sobre los íconos */
  }
  
  .logo-nav
  {
    height: 300px;
  }

  .prueba
  {
    color: white;
  }

  .cont-noti {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

.news-container {
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) 
{
    
   .page-content
   {
    display: block;
    margin-left: 0%;
   }

   .c1,.c2,.c3
    {
        width: 450px; /* Tamaño original para pantallas más grandes */
        height: 600px;
        margin-bottom: 5%;
    }

    .c1,.c2,.c3
    {
        margin-left: 20%;
    }


    .cont-info
    {
        margin-top: 15%;
        display: block;
        margin-left: 0%;
    }

    .page-content
    {
        align-items: center;
    }

    #logo-vigia
    {
        display: none;
    }
    
    .logo-nav
    {
        height: 200px;
    }

    ul
{
    padding: 0;
    list-style-type: none;
    margin-left: 15%;
}

li 
{
    font-size: 15px;
    width: 8em;
    height: 2em;
    color: red;
    border-left: 0.08em solid;
    position: relative;
    margin-top: 0.8em;
    cursor: pointer;
}

li::before,
li::after
 {
    content: '';
    position: absolute;
    width: inherit;
    border-left: inherit;
    z-index: -1;
}

li::before {
    height: 80%;
    top: 10%;
    left: calc(-0.15em - 0.08em * 2);
    filter: brightness(0.8);
}

li::after {
    height: 60%;
    top: 20%;
    left: calc(-0.15em * 2 - 0.08em * 3);
    filter: brightness(0.6);
}

li span {
    position: relative;
    height: 120%;
    top: -10%;
    box-sizing: border-box;
    border: 0.08em solid;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    text-transform: capitalize;
    transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
    transition: 0.3s;
}

li:hover span {
    transform: translateX(0.15em);
}

.cont-info .text-info h2 {
    font-size: 20px;
}

.cont-info .text-info h1 {
    font-size: 35px;
}

.cont-info .text-info h3 {
    font-size: 10px;
    
}

.nav-link
{
    font-size: 10px;
}

.navbar-collapse
{
    position: fixed;
     top: 0;
     left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #343a40 !important;
    transition: all 1s ease-in-out;
}

.navbar-collapse.collapsing {
  height: auto !important;
  transition: all 1s ease-in-out;
}

.navbar-collapse.show 
{
  animation: fadeIn 1s;
  left: 0;
}

.navbar-collapse .nav-item {
    display: block;
  }

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @keyframes fadeOut 
  {
    from {opacity: 1;}
    to {opacity: 0;}
  }

  .cerrar
  {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  }

  @media screen and (max-width: 1000px) and (min-width: 600px) {
    .c1, .c2, .c3 {
      width: 300px; /* Tamaño mediano para pantallas medianas */
      height: 400px;
    }
  }
  

  @media screen and (max-width: 600px) 
  {
    body
    {
        align-items: center;
    }
    .page-content
    {
     display: block;
     margin-left: 0%;
    }

    .page-content .card {
        width: 350px;
        height: 400px;
    }
      
      .cont-info {
        margin-top: 15%; /* Ajusta el margen superior de .cont-info si es necesario */
      }

    
    .page-content
    {
        align-items: center;
    }
 
    .c1,.c2,.c3
     {
         margin-bottom: 10%;
         margin-left: 2%;   
         padding: 5px;
     }
 
 
     .cont-info
     {
         margin-top: 30%;
         display: block;
         margin-left: 0%;
     }
 
     .page-content
     {
         align-items: center;
     }
 
     #logo-vigia
     {
         display: none;
     }
     
     .logo-nav
     {
         height: 150px;
     }

     .cont-info .text-info h2 
     {
        font-size: 20px;
    }
    
    .cont-info .text-info h1 
    {
        font-size: 20px;
    }
    
    .cont-info .text-info h3 
    {
        font-size: 10px;
    }

    .footer-text
    {
        display: none;
    }

    .recientes .item
    {
        max-width: 250px;
        margin-left: 20%;
    }
    
 
   }


.media-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.media-summary--overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
}

.media-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 7, 7, 0.8);
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.media-pill--video {
    background: rgba(125, 15, 15, 0.9);
}

.recent-card {
    overflow: hidden;
}

.recent-card .content {
    align-items: flex-start;
    gap: 14px;
}

.recent-card__visual {
    position: relative;
    width: 100%;
}

.recent-card .img-not {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.recent-card__meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.recent-card__date {
    margin: 0;
    color: #f0d7d7;
    font-style: normal;
}

.recientes .item .title {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .media-summary--overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .recientes .item {
        margin-left: 0;
        max-width: 100%;
    }
}

.news-home {
    margin-top: 110px;
    margin-bottom: 80px;
}

.news-home__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 28px;
    padding: 28px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.news-home__label,
.news-block-heading span,
.news-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 84, 84, 0.12);
    color: #ffd5d5;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-home__intro h1 {
    margin: 16px 0 10px;
    font-family: "Newsreader", serif;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    color: #fff7f2;
}

.news-home__intro p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 244, 239, 0.76);
    font-size: 1.08rem;
    line-height: 1.7;
}

.news-home__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.news-home__signals span {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f4dddb;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
}

.news-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) 320px;
    gap: 24px;
    margin-bottom: 42px;
}

.news-lead__main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(251, 247, 242, 0.98), rgba(244, 236, 229, 0.98));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.news-lead__visual {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #260909;
    min-height: 100%;
}

.news-lead__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-lead__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 6px;
}

.news-lead__copy h2 {
    margin: 18px 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #221613;
}

.news-lead__copy p {
    margin: 0;
    color: #5c4a45;
    line-height: 1.75;
}

.news-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: #7d6862;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.news-meta-line--compact {
    margin-top: 0;
}

.news-action-link,
.news-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.news-action-link {
    width: fit-content;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #1f1513;
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-action-link:hover {
    background: #8d1c1c;
    color: #fff;
    transform: translateY(-1px);
}

.news-action-link--ghost {
    background: transparent;
    color: #7d1919;
    padding: 0;
    margin-top: 18px;
    font-weight: 600;
}

.news-action-link--ghost:hover,
.news-inline-link:hover {
    color: #cf5656;
    background: transparent;
}

.news-inline-link {
    color: #ffb7b7;
    font-size: 0.9rem;
    font-weight: 600;
}

.news-lead__rail,
.news-empty-state {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.news-block-heading h2,
.news-block-heading h3 {
    margin: 14px 0 0;
    font-family: "Newsreader", serif;
    color: #fff9f4;
    line-height: 1;
}

.news-block-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.news-block-heading h3 {
    font-size: 1.8rem;
}

.news-block-heading--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 18px;
}

.news-block-heading__copy,
.news-empty-state p {
    margin: 0;
    max-width: 420px;
    color: rgba(255, 244, 239, 0.74);
    line-height: 1.7;
}

.rail-story {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rail-story:first-of-type {
    margin-top: 22px;
}

.rail-story__date,
.coverage-card__date {
    margin: 0 0 8px;
    color: #d3b9b7;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rail-story h4,
.coverage-card h3,
.story-card h3 {
    margin: 0;
}

.rail-story h4 a,
.coverage-card h3 a,
.story-card h3 a {
    color: #fff8f3;
    text-decoration: none;
}

.rail-story h4 a:hover,
.coverage-card h3 a:hover,
.story-card h3 a:hover {
    color: #ffb8b8;
}

.rail-story__media {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    color: rgba(255, 227, 227, 0.72);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.news-block {
    margin-top: 42px;
}

.news-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
}

.story-card {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(16, 11, 11, 0.94), rgba(31, 20, 20, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.story-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.story-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story-card__body {
    padding: 18px;
}

.story-card h3 {
    margin-top: 12px;
    font-size: 1.15rem;
    line-height: 1.35;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.coverage-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(252, 249, 245, 0.98), rgba(243, 236, 229, 0.97));
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.14);
}

.coverage-card__top p,
.coverage-card__story .news-meta-line {
    color: #6b5954;
}

.coverage-card__top p {
    margin: 16px 0 0;
    line-height: 1.7;
}

.coverage-card__story {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(80, 54, 48, 0.12);
}

.coverage-card h3 a {
    color: #261815;
}

.coverage-card h3 a:hover {
    color: #8d1c1c;
}

.news-empty-state h2 {
    margin: 0 0 10px;
    font-family: "Newsreader", serif;
    font-size: 2.2rem;
    color: #fff7f2;
}

.site-footer {
    margin-top: 70px;
    background: linear-gradient(180deg, rgba(9, 7, 7, 0.95), rgba(3, 3, 3, 0.98));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-newsroom {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(180px, 1fr));
    gap: 28px;
    padding: 48px 0 34px;
}

.footer-newsroom__logo {
    width: 180px;
    max-width: 100%;
    margin-bottom: 18px;
}

.footer-newsroom__brand p,
.footer-newsroom__column p,
.footer-newsroom__base p {
    margin: 0;
    color: rgba(255, 244, 239, 0.68);
    line-height: 1.75;
}

.footer-newsroom__column h3 {
    margin: 0 0 14px;
    color: #fff7f2;
    font-size: 0.86rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-newsroom__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-newsroom__column li + li {
    margin-top: 10px;
}

.footer-newsroom__column a {
    color: rgba(255, 235, 235, 0.78);
    text-decoration: none;
}

.footer-newsroom__column a:hover {
    color: #ffb7b7;
}

.footer-newsroom__social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.footer-newsroom__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.footer-newsroom__social img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-newsroom__base {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-newsroom__base-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0 28px;
}

@media screen and (max-width: 1100px) {
    .news-home__intro,
    .news-block-heading--row,
    .footer-newsroom,
    .footer-newsroom__base-inner,
    .news-lead,
    .news-lead__main {
        grid-template-columns: 1fr;
        display: grid;
    }

    .news-home__signals {
        justify-content: flex-start;
    }

    .news-block-heading--row,
    .footer-newsroom__base-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .news-home {
        margin-top: 92px;
        margin-bottom: 56px;
    }

    .news-home__intro h1 {
        font-size: 3rem;
    }

    .news-lead__main,
    .news-lead__rail,
    .story-card,
    .coverage-card {
        border-radius: 22px;
    }

    .news-lead__main {
        padding: 14px;
    }

    .news-lead__copy h2,
    .news-block-heading h2 {
        font-size: 2.2rem;
    }

    .footer-newsroom {
        padding-top: 38px;
    }
}

.frontpage {
    margin-top: 112px;
    margin-bottom: 84px;
}

.frontpage-masthead {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 300px;
    gap: 24px;
    align-items: end;
    margin-bottom: 30px;
    padding: 22px 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.frontpage-masthead__eyebrow,
.section-headline span,
.section-chip,
.edition-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 84, 84, 0.12);
    color: #ffd5d5;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.frontpage-masthead__copy h1 {
    margin: 18px 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
    color: #fff8f4;
}

.frontpage-masthead__copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 244, 239, 0.74);
    font-size: 1.08rem;
    line-height: 1.75;
}

.frontpage-masthead__edition {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.frontpage-masthead__edition strong {
    display: block;
    margin-top: 16px;
    color: #fff8f4;
    font-size: 1.7rem;
    line-height: 1.1;
}

.frontpage-masthead__edition p {
    margin: 12px 0 0;
    color: rgba(255, 244, 239, 0.68);
    line-height: 1.7;
}

.frontpage-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) 320px;
    gap: 24px;
    margin-bottom: 46px;
}

.lead-story-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    padding: 18px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(250, 247, 243, 0.98), rgba(243, 235, 229, 0.98));
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.16);
}

.lead-story-card__media {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #220909;
    min-height: 100%;
}

.lead-story-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lead-story-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 10px;
}

.section-chip {
    width: fit-content;
    color: #8d1c1c;
    background: rgba(141, 28, 28, 0.08);
}

.section-chip--dark {
    color: #fff;
    background: #1c1313;
}

.lead-story-card__content h2 {
    margin: 18px 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #221613;
}

.lead-story-card__content p {
    margin: 0;
    color: #5f4d48;
    line-height: 1.78;
}

.story-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: #7d6862;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.story-meta-row--dark {
    color: rgba(255, 239, 239, 0.72);
}

.story-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #1f1513;
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.story-link-button:hover {
    background: #8d1c1c;
    color: #fff;
    transform: translateY(-1px);
}

.story-link-button--ghost {
    background: transparent;
    color: #8d1c1c;
    padding: 0;
    margin-top: 18px;
    font-weight: 600;
}

.story-link-button--ghost:hover {
    background: transparent;
    color: #cf5656;
}

.frontpage-lead__rail {
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.section-headline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-headline h2,
.section-headline h3 {
    margin: 0;
    font-family: "Newsreader", serif;
    line-height: 0.98;
    color: #fff8f4;
}

.section-headline h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.section-headline h3 {
    font-size: 1.85rem;
}

.section-headline--row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
}

.section-headline__copy {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 244, 239, 0.72);
    line-height: 1.7;
}

.rail-brief {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rail-brief__date {
    margin: 0 0 8px;
    color: #d3b9b7;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rail-brief h4 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.45;
}

.rail-brief h4 a {
    color: #fff8f4;
    text-decoration: none;
}

.rail-brief h4 a:hover {
    color: #ffb7b7;
}

.rail-brief__copy {
    margin: 10px 0 0;
    color: rgba(255, 244, 239, 0.66);
    line-height: 1.6;
}

.frontpage-block {
    margin-top: 46px;
}

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

.feature-news-card {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.22);
}

.feature-news-card--wide {
    grid-column: span 2;
}

.feature-news-card__media,
.feature-news-card__media img {
    width: 100%;
    height: 100%;
}

.feature-news-card__media img {
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.45s ease;
}

.feature-news-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 7, 7, 0.08), rgba(10, 7, 7, 0.82) 70%, rgba(10, 7, 7, 0.96));
}

.feature-news-card__date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    padding: 12px 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #1e1513;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.feature-news-card__date .day {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.feature-news-card__date .month,
.feature-news-card__date .year {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feature-news-card__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(calc(100% - 190px));
    transition: transform 0.35s ease;
}

.feature-news-card__inner {
    position: relative;
    padding: 28px 26px 24px;
}

.feature-news-card__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feature-news-card h3 {
    margin: 14px 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    line-height: 1.02;
}

.feature-news-card h3 a {
    color: #fff8f4;
    text-decoration: none;
}

.feature-news-card h3 a:hover {
    color: #ffd5d5;
}

.feature-news-card p {
    margin: 0;
    color: rgba(255, 244, 239, 0.82);
    line-height: 1.7;
}

.feature-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: rgba(255, 227, 227, 0.72);
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-news-card__link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-news-card__link:hover {
    color: #ffd5d5;
}

.feature-news-card:hover .feature-news-card__panel {
    transform: translateY(0);
}

.feature-news-card:hover .feature-news-card__media img {
    transform: scale(1.06);
}

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

.coverage-story-card {
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(251, 248, 244, 0.98), rgba(243, 237, 230, 0.98));
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

.coverage-story-card__media {
    height: 190px;
    overflow: hidden;
    background: #1d0f0f;
}

.coverage-story-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.coverage-story-card__body {
    padding: 22px;
}

.coverage-story-card__summary {
    margin: 14px 0 0;
    color: #6d5a54;
    line-height: 1.72;
}

.coverage-story-card h3 {
    margin: 18px 0 0;
    font-family: "Newsreader", serif;
    font-size: 1.7rem;
    line-height: 1.05;
}

.coverage-story-card h3 a {
    color: #251714;
    text-decoration: none;
}

.coverage-story-card h3 a:hover {
    color: #8d1c1c;
}

.site-footer {
    margin-top: 78px;
    background:
        radial-gradient(circle at top, rgba(145, 30, 30, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(11, 8, 8, 0.98), rgba(3, 3, 3, 1));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-editorial {
    padding-top: 52px;
    padding-bottom: 28px;
}

.footer-editorial__hero {
    max-width: 860px;
    margin-bottom: 32px;
}

.footer-editorial__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 84, 84, 0.12);
    color: #ffd5d5;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-editorial__hero h2 {
    margin: 18px 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    color: #fff8f4;
}

.footer-editorial__hero p {
    margin: 0;
    color: rgba(255, 244, 239, 0.7);
    line-height: 1.75;
}

.footer-editorial__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(180px, 1fr));
    gap: 26px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-editorial__logo {
    width: 180px;
    max-width: 100%;
    margin-bottom: 18px;
}

.footer-editorial__brand p,
.footer-editorial__column p,
.footer-editorial__base p {
    margin: 0;
    color: rgba(255, 244, 239, 0.68);
    line-height: 1.75;
}

.footer-editorial__column h3 {
    margin: 0 0 16px;
    color: #fff8f4;
    font-size: 0.84rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-editorial__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-editorial__column li + li {
    margin-top: 10px;
}

.footer-editorial__column a {
    color: rgba(255, 235, 235, 0.8);
    text-decoration: none;
}

.footer-editorial__column a:hover {
    color: #ffb7b7;
}

.footer-editorial__social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.footer-editorial__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer-editorial__social a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.footer-editorial__social img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-editorial__base {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 18px;
}

@media (max-width: 1180px) {
    .frontpage-masthead,
    .frontpage-lead,
    .lead-story-card,
    .footer-editorial__grid {
        grid-template-columns: 1fr;
    }

    .feature-cards-grid,
    .coverage-deck {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-news-card--wide {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .frontpage {
        margin-top: 94px;
        margin-bottom: 64px;
    }

    .section-headline--row,
    .footer-editorial__base {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-cards-grid,
    .coverage-deck {
        grid-template-columns: 1fr;
    }

    .feature-news-card,
    .feature-news-card--wide {
        min-height: 460px;
        grid-column: auto;
    }

    .feature-news-card__panel {
        transform: translateY(0);
    }

    .frontpage-masthead__copy h1 {
        font-size: 3.2rem;
    }

    .lead-story-card,
    .feature-news-card,
    .coverage-story-card,
    .frontpage-lead__rail,
    .frontpage-masthead__edition {
        border-radius: 24px;
    }

    .footer-editorial {
        padding-top: 42px;
    }
}
