html, body { margin: 0;  height: 100% }
body { padding: 0px; box-sizing: border-box; background-color: #c1c1c1;}

/* ШРИФТЫ */
@font-face { font-family: 'Enthalpy298'; src: url('start/fonts/enthalpy298regular.woff'); }
@font-face { font-family: 'Bebas'; src: url('start/fonts/Bebas-Neue-Pro-SemiExpanded-Book.woff'); }

.container {
    height: 100vh;
    display: flex;
    flex-direction: column;}

/* БЛОК 1 */
.block1 {
    height: 33vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;}
.block1 .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;}
.authors { 
    position: absolute; 
    top: 8%; 
    left: 0; 
    right: 0; 
    font-family: 'Bebas', sans-serif; 
    font-size: 1rem; 
    color: black; 
    display: flex; 
    justify-content: space-between;
    padding: 0 8%; 
    margin-bottom: 2rem;
    white-space: nowrap;  /* НЕ переносит строку */
    max-width: 100%;      /* не выходит за картинку */}
.title { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    font-family: 'Enthalpy298', sans-serif; 
    font-size: 4rem; 
    line-height: 0.8;
    color: black; 
    display: block;
    text-align: center;
    width: 90%; }
.art { 
    position: absolute; 
    bottom: 8%;
    left: 50%; 
    transform: translateX(-50%);
    font-family: 'Bebas', sans-serif; 
    font-size: 0.7rem; 
    color: #c1c1c1; 
    text-align: center;}

/* БЛОК 2 */
.block2 {
    height: 32vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5px;}
.block2 .hero-image { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    position: absolute;
    top: 0; left: 0;
    z-index: 0;}
.annotation, .book, .new {
    position: relative;
    z-index: 1;
    left: auto;
    transform: none;
    font-family: 'Enthalpy298', sans-serif;
    text-align: center;
    text-decoration: none;}
.annotation { 
    font-size: 0.8rem; 
    color: #c1c1c1;}
.book {
    font-size: 1rem;
    color: #de8f28;}
.new {
    font-size: 1rem;
    color: #b43f13;}

/* БЛОК 3 */
.block3 {
    height: 33vh;
    position: relative;
    overflow: hidden;}
.block3 .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;}
