*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#474c5a;color:#6d6d6d}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.site-bg{
  background:
    linear-gradient(rgba(14,20,35,.45),rgba(14,20,35,.45)),
    radial-gradient(circle at 15% 30%,rgba(170,120,80,.22),transparent 22%),
    radial-gradient(circle at 88% 36%,rgba(255,255,255,.08),transparent 18%),
    radial-gradient(circle at 15% 80%,rgba(160,120,90,.16),transparent 18%),
    linear-gradient(90deg,#1b2231 0%,#28314a 18%,#46362c 28%,#71737b 49%,#24416a 72%,#0f203f 100%);
  min-height:100vh
}

.site-bg::before,
.site-bg::after{
  content:"";
  position:fixed;
  top:148px;
  bottom:0;
  width:250px;
  pointer-events:none;
  opacity:.45;
  background:
    radial-gradient(circle at 40% 20%,rgba(255,255,255,.18),transparent 15%),
    radial-gradient(circle at 55% 78%,rgba(255,255,255,.1),transparent 18%),
    repeating-radial-gradient(circle at 45% 35%,rgba(255,255,255,.12) 0 2px,transparent 2px 45px),
    linear-gradient(180deg,rgba(90,70,50,.4),rgba(20,25,42,.15));
  mix-blend-mode:screen
}

.site-bg::before{left:0}
.site-bg::after{right:0}

.container{
  width:100%;
  max-width:980px;
  margin:0 auto
}

.topbar{
  background:#e42b2c;
  border-bottom:2px solid rgba(255,255,255,.85)
}

.topbar-inner{
  max-width:980px;
  margin:0 auto;
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  gap:20px
}

.logo{
  display:flex;
  align-items:center;
  gap:16px;
  color:#fff
}

.logo-icon{
  width:58px;
  height:58px;
  border:4px solid #fff;
  position:relative
}

.logo-icon:before{
  content:"";
  position:absolute;
  left:-4px;
  right:-4px;
  top:-18px;
  height:18px;
  background:repeating-linear-gradient(-12deg,#fff 0 8px,transparent 8px 12px)
}

.logo-icon:after{
  content:"";
  position:absolute;
  left:24px;
  top:0;
  bottom:0;
  width:4px;
  background:#fff
}

.thumb-box{
  width:230px;
  flex:0 0 230px;
  background:linear-gradient(135deg,#f4d75a,#d0d0d0);
  min-height:160px;
  position:relative;
  overflow:hidden;
  border:1px solid #ddd
}

.thumb-box.small{
  min-height:18px;
  height:18px;
  background:#fff;
  border:1px solid #d9d9d9
}

.thumb-box.movie:before{
  content:"";
  position:absolute;
  left:18px;
  top:30px;
  width:72px;
  height:98px;
  background:linear-gradient(180deg,#d21919,#ff3c3c);
  border-radius:4px;
  box-shadow:
    50px 5px 0 -8px #111,
    54px 5px 0 0 #c9c9c9,
    92px 24px 0 18px #222,
    124px 34px 0 24px #bfbfbf
}

.thumb-box.movie:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:16px;
  background:repeating-linear-gradient(-55deg,#111 0 16px,#f4da1c 16px 32px)
}

.logo-text{
  font-size:34px;
  line-height:.92;
  font-weight:800;
  letter-spacing:-1px;
  text-transform:lowercase
}

.nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:24px
}

.nav a{
  color:#fff;
  font-size:18px;
  font-weight:500
}

.nav a span{
  margin-left:4px
}

.content-zone{
  padding:38px 0 52px
}

.card{
  background:#f7f7f7;
  width:100%;
  max-width:890px;
  margin:0 auto 54px;
  padding:18px 18px 22px;
  box-shadow:0 0 0 1px rgba(0,0,0,.05)
}

.card h1{
  margin:0 0 18px;
  color:#59637a;
  font-size:57px;
  line-height:1.02;
  font-weight:300;
  letter-spacing:-1px
}

.card h2{
  margin:24px 0 10px;
  color:#59637a;
  font-size:30px;
  line-height:1.15;
  font-weight:300
}

.card p,
.card li{
  font-size:13px;
  line-height:1.9;
  color:#818181
}

.hero-row{
  display:flex;
  gap:22px;
  align-items:flex-start;
  margin-bottom:10px
}

.article-thumb-img{
  width:160px;
  height:236px;
  object-fit:cover;
  display:block;
  flex:0 0 160px;
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}

.post-content{
  flex:1;
  min-width:0
}

.post-content p{
  margin:0 0 14px
}

.highlight{
  color:#e16d6d
}

.genre-list{
  margin:8px 0 18px 28px
}

.genre-list li{
  margin:2px 0
}

.footer-wrap{
  background:#4a4f5f;
  padding:22px 0 42px
}

.footer-title{
  max-width:980px;
  margin:0 auto;
  color:#9ea1aa;
  font-weight:700;
  font-size:24px;
  padding:0 18px 20px;
  border-bottom:1px solid rgba(255,255,255,.05)
}

/* POSTER IMG VERSION */
.poster-grid{
  max-width:980px;
  margin:22px auto 0;
  padding:0 18px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:42px;
  align-items:start;
  justify-items:start
}

.poster-img{
  width:160px;
  height:236px;
  object-fit:cover;
  display:block;
  box-shadow:0 0 0 1px rgba(255,255,255,.06)
}

.copyright{
  max-width:980px;
  margin:18px auto 0;
  padding:0 18px;
  color:#8f939d;
  font-size:14px
}

.to-top{
  position:fixed;
  right:12px;
  bottom:14px;
  width:42px;
  height:42px;
  background:#e66b79;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  border-radius:2px;
  box-shadow:0 2px 6px rgba(0,0,0,.18)
}

.to-top:hover{
  background:#dd5566
}

.intro-home .card{
  max-width:900px
}

.intro-home .card h1{
  font-size:56px
}

.intro-home .card p{
  font-size:16px;
  line-height:1.85
}

.article-page .card h1{
  font-size:32px;
  max-width:820px
}

.article-page .card h2{
  font-size:26px
}

.article-page .card{
  max-width:840px
}

.text-wide p{
  margin:0 0 18px
}

.spaced{
  margin-top:14px
}

@media (max-width:991px){
  .topbar-inner{
    padding:14px 16px;
    min-height:100px
  }

  .logo-text{
    font-size:30px
  }

  .nav a{
    font-size:17px
  }

  .card{
    max-width:92%;
    padding:18px
  }

  .card h1{
    font-size:40px
  }

  .intro-home .card h1{
    font-size:42px
  }

  .poster-grid{
    gap:22px;
    grid-template-columns:repeat(2, 1fr);
    justify-items:center
  }

  .poster-img{
    width:160px;
    height:236px
  }
}

@media (max-width:767px){
  .site-bg:before,
  .site-bg:after{
    display:none
  }

  .topbar-inner{
    flex-direction:column;
    align-items:flex-start
  }

  .nav{
    gap:14px
  }
  
  .thumb-box{
    width:100%;
    max-width:260px;
    margin:0 0 16px
  }

  .nav a{
    font-size:16px
  }

  .content-zone{
    padding:24px 0 34px
  }

  .card,
  .article-page .card,
  .intro-home .card{
    max-width:94%;
    padding:16px 14px 18px
  }

  .card h1,
  .intro-home .card h1,
  .article-page .card h1{
    font-size:28px
  }

  .card h2,
  .article-page .card h2{
    font-size:24px
  }

  .hero-row{
    display:block
  }

  .article-thumb-img{
    width:160px;
    height:236px;
    margin:0 0 16px;
    max-width:100%;
  }

  .poster-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
    justify-items:center
  }

  .poster-img{
    width:150px;
    height:221px
  }

  .footer-title{
    font-size:20px
  }
}

@media (max-width:480px){
  .logo-text{
    font-size:26px
  }

  .logo-icon{
    width:50px;
    height:50px
  }

  .nav{
    gap:10px 16px
  }

  .nav a{
    font-size:15px
  }

  .poster-grid{
    grid-template-columns:1fr 1fr;
    gap:14px
  }

  .poster-img{
    width:130px;
    height:192px
  }

  .copyright{
    font-size:13px
  }

  .to-top{
    width:38px;
    height:38px;
    font-size:20px
  }
}