.varie-page {
    max-width: 1120px;
    margin: 0 auto;
}

.varie-intro {
    max-width: 880px;
    margin: 0 auto 2rem;
    color: #435267;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: center;
}

.varie-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.varie-card {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem;
    border: 1px solid #d2c19b;
    background: #fffdf7;
    color: #173b5c;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(10, 38, 67, .06);
}

.varie-card:hover,
.varie-card:focus {
    border-color: #b69045;
    transform: translateY(-2px);
}

.varie-card small {
    color: #987128;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.varie-card strong {
    margin: .65rem 0;
    color: #671d26;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1.2;
}

.varie-card span {
    color: #536276;
    font-size: .88rem;
    line-height: 1.55;
}

.varie-sheet {
    max-width: 920px;
    margin: 2rem auto;
    padding: clamp(1.25rem, 4vw, 3rem);
    border: 1px solid #d6c7a6;
    background: #fffdf7;
}

.varie-sheet h2 {
    margin: 2.2rem 0 .8rem;
    color: #671d26;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
}

.varie-sheet p,
.varie-sheet li {
    color: #273747;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.02rem;
    line-height: 1.8;
}

.varie-sheet blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #b69045;
    background: #f7f0df;
}

.varie-author {
    color: #987128 !important;
    font-size: .82rem !important;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: right;
    text-transform: uppercase;
}

.varie-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.varie-gallery__item {
    margin: 0;
    padding: .7rem;
    border: 1px solid #d6c7a6;
    background: #f6f0e3;
}

.varie-gallery__item a {
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.varie-gallery__item img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.varie-gallery__item video {
    display: block;
    width: 100%;
    max-height: 300px;
    background: #071b2d;
}

.varie-gallery__item figcaption {
    margin-top: .6rem;
    color: #596576;
    font-size: .72rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: center;
}

.varie-feature-image {
    max-width: 560px;
    margin: 1.5rem auto 2rem;
}

.varie-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}

.varie-back {
    margin: 2rem 0 0;
    text-align: center;
}

.varie-back a {
    color: #671d26;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 860px) {
    .varie-grid,
    .varie-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .varie-grid,
    .varie-gallery {
        grid-template-columns: 1fr;
    }

    .varie-gallery__item a,
    .varie-gallery__item img {
        height: auto;
        max-height: 70vh;
    }
}
