.anplo-hero,
.anplo-section,
.anplo-object-detail {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px;
}

.anplo-hero {
    min-height: 320px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4ded3;
}

.anplo-hero h1 {
    max-width: 820px;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.anplo-kicker {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .82rem;
    font-weight: 700;
}

.anplo-button {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #1f1a16;
    color: #1f1a16;
    background: #fffdf8;
    text-decoration: none;
    font-weight: 700;
}

.anplo-button:hover,
.anplo-button:focus {
    color: #fffdf8;
    background: #1f1a16;
}

.anplo-category-grid,
.anplo-object-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.anplo-card {
    border: 1px solid #ded6ca;
    background: #fffdf8;
    overflow: hidden;
}

.anplo-card a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.anplo-card img,
.anplo-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.anplo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee7da;
    color: #5f554a;
    text-align: center;
    padding: 16px;
}

.anplo-large-placeholder {
    min-height: 420px;
}

.anplo-card-body {
    padding: 18px;
}

.anplo-card h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.anplo-meta-line,
.anplo-price,
.anplo-empty {
    color: #5f554a;
}

.anplo-price {
    font-weight: 700;
}

.anplo-object-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 36px;
}

.anplo-front-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.anplo-front-gallery a:first-child {
    grid-column: 1 / -1;
}

.anplo-front-gallery img {
    width: 100%;
    height: auto;
    display: block;
    background: #eee7da;
}

.anplo-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.anplo-details-table th,
.anplo-details-table td {
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
    border-bottom: 1px solid #e4ded3;
}

.anplo-details-table th {
    width: 34%;
    padding-right: 18px;
    color: #5f554a;
}

@media (max-width: 780px) {
    .anplo-object-layout {
        grid-template-columns: 1fr;
    }
}
