.home-page,
.page-template,
.blog-page,
.blog-show-page,
.object-page{
    background:transparent;
}

.home-hero{
    background:
        linear-gradient(rgba(43,27,20,.68), rgba(43,27,20,.68)),
        radial-gradient(circle at center, #a25f35 0%, #2b1b14 70%) !important;
    color:#fff3df;
    border-bottom:4px double var(--vintage-gold);
    margin-bottom:2rem;
}

.home-hero h1,
.blog-title,
.page-hero h1,
.object-title{
    color:#fff3df;
    text-shadow:0 3px 14px rgba(0,0,0,.35);
}

.home-hero .text-muted{
    color:#f4dcc0 !important;
}

.home-oggetti{
    background:transparent;
}

.card-oggetto,
.object-card{
    transition:transform .25s ease, box-shadow .25s ease;
}

.card-oggetto:hover,
.object-card:hover{
    transform:translateY(-7px);
    box-shadow:0 24px 55px rgba(62,35,20,.25) !important;
}

.object-card-img,
.blog-card-img{
    height:320px;
    object-fit:cover;
    filter:sepia(.18) contrast(1.04) saturate(.9);
}

.blog-card-img{
    height:240px;
}

.object-price,
.price{
    color:var(--vintage-copper) !important;
    font-size:1.45rem;
    font-weight:800;
}

.object-sticky {
    position: sticky;
    top: 110px;
    z-index: 2;
}

.object-info {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.object-title {
    font-size: 2rem;
    line-height: 1.2;
}

.object-description {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 10px;
    line-height: 1.8;
}

.object-description::-webkit-scrollbar {
    width: 6px;
}

.object-description::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}

.object-gallery {
    background: #fff;
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.main-object-image {
    border-radius: 22px;
    background: #f7f7f7;
    max-height: 680px;
    object-fit: contain;
}

.thumb-img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid transparent;
    cursor: pointer;
    opacity: .75;
    transition: .2s;
}

.thumb-img:hover,
.thumb-img.active {
    opacity: 1;
    border-color: #222;
    transform: translateY(-2px);
}

.page-hero{
    background:
        linear-gradient(135deg, var(--vintage-dark), var(--vintage-brown)) !important;
    color:#fff3df !important;
    border-bottom:4px double var(--vintage-gold);
}

.page-content,
.blog-content,
.object-description{
    line-height:1.85;
    font-size:1.05rem;
}

.vintage-cta{
    background:#ead8bd !important;
    border-top:1px solid var(--vintage-border) !important;
    border-bottom:1px solid var(--vintage-border) !important;
}

.object-gallery,
.object-info{
    background:var(--vintage-paper) !important;
    border:1px solid var(--vintage-border);
    border-radius:28px;
    box-shadow:var(--vintage-shadow);
}

.main-object-image{
    height:650px;
    object-fit:contain;
    background:#fffaf2;
    cursor:zoom-in;
}

.thumb-img{
    width:90px;
    height:90px;
    object-fit:cover;
    cursor:pointer;
    border-radius:16px;
    border:3px solid var(--vintage-border);
    transition:all .2s ease;
    filter:sepia(.2);
}

.thumb-img.active,
.thumb-img:hover{
    border-color:var(--vintage-copper);
    transform:translateY(-2px);
}

.contact-card{
    background:#ead8bd !important;
    border:1px solid var(--vintage-border) !important;
}

#loader{
    display:none;
    color:var(--vintage-brown);
}

.spinner-border.text-primary{
    color:var(--vintage-copper) !important;
}

.blog-oggetto-preview {

    display: inline-flex;

    align-items: center;

    margin: 0 6px;

    padding: 6px;

    border: 1px solid #d4a63d;

    border-radius: 12px;

    background: linear-gradient(
        145deg,
        #fffdf8,
        #f6f0df
    );

    vertical-align: middle;

    box-shadow:
        0 0 10px rgba(212,166,61,0.35);

    transition: all 0.3s ease;
}

.blog-oggetto-preview:hover {

    box-shadow:
        0 0 14px rgba(255,215,120,0.65),
        0 0 24px rgba(212,166,61,0.35);

    transform: translateY(-2px);
}

.blog-oggetto-preview img {

    width: 58px;

    height: 58px;

    object-fit: cover;

    border-radius: 8px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-oggetto-preview img:hover {

    transform: scale(1.12);

    box-shadow:
        0 0 16px rgba(255,215,120,0.9);
}