
@import url('/assets/css/ov-fonts.css');

:root{
    --ov-black:#050505;
    --ov-ink:#15120e;
    --ov-gold:#b98218;
    --ov-gold-2:#d7a13a;
    --ov-gold-soft:#efe0bf;
    --ov-cream:#fbf5ea;
    --ov-cream-2:#f7efe2;
    --ov-card:#fffaf2;
    --ov-muted:#696157;
    --ov-border:rgba(185,130,24,.28);
    --ov-shadow:0 18px 45px rgba(55,34,10,.12);
    --ov-title:'Cormorant Garamond', Georgia, serif;
    --ov-text:'Inter', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ov-body{
    margin:0;
    color:var(--ov-ink);
    background:
        radial-gradient(circle at 7% 13%, rgba(221,177,94,.16), transparent 26%),
        radial-gradient(circle at 91% 15%, rgba(185,130,24,.09), transparent 22%),
        linear-gradient(180deg,#fff9ee 0%,#fbf5ea 48%,#fffaf4 100%);
    font-family:var(--ov-text);
    font-size:16px;
    line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}



.ov-container{

    width:min(90%, 1680px);

    margin-inline:auto;

}

.ov-header__inner{

    width:min(90%, 1680px);

    margin:auto;

}

/* Quotazioni: resta centrata e non si spalma */

.ov-quote-head,

.ov-quotes{

    max-width:1180px;

    margin-left:auto;

    margin-right:auto;

}
/* 
.ov-quotes{

    grid-template-columns:repeat(4,1fr);

}.*/

/* Hero: più larga ma controllata */

.ov-hero__grid{

    max-width:1500px;

    margin-left:auto;

    margin-right:auto;

}

/* Categorie e benefit: non esplodono */

.ov-category-grid,

.ov-benefit-strip,

.ov-method-grid{

    max-width:1320px;

    margin-left:auto;

    margin-right:auto;

}

.ov-quotes{

    grid-template-columns:repeat(4,1fr);

}
.ov-title-font{font-family:var(--ov-title)}
.ov-gold{color:var(--ov-gold)}
.ov-section{padding:82px 0}
.ov-section--tight{padding:58px 0}
.ov-center{text-align:center}
.ov-kicker{
    color:var(--ov-gold);
    text-transform:uppercase;
    letter-spacing:.34em;
    font-size:14px;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    gap:16px;
}
.ov-kicker:before,.ov-kicker:after{content:"";display:block;width:64px;height:1px;background:linear-gradient(90deg,transparent,var(--ov-gold),transparent)}
.ov-kicker--no-lines:before,.ov-kicker--no-lines:after{display:none}
.ov-diamond{color:var(--ov-gold);font-size:16px;margin:9px 0 7px}
.ov-heading{font-family:var(--ov-title);font-size:clamp(46px,6vw,82px);line-height:.92;font-weight:600;margin:0;color:#0c0b09}
.ov-heading em{font-style:italic;color:var(--ov-gold);font-weight:500}
.ov-lead{color:#4d4841;max-width:720px;margin:18px auto 0}
.ov-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    min-height:54px;padding:0 30px;border-radius:8px;border:1px solid var(--ov-gold);
    background:linear-gradient(180deg,#d99f2f,#ae720a);
    color:#fff;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;
    box-shadow:0 16px 30px rgba(185,130,24,.22);
}
.ov-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
.ov-btn--outline{background:transparent;color:var(--ov-ink);box-shadow:none}
.ov-btn--dark{background:#050505;border-color:#050505}
.ov-btn--small{min-height:42px;padding:0 18px;font-size:12px}
.ov-card{
    background:rgba(255,250,242,.92);
    border:1px solid var(--ov-border);
    border-radius:18px;
    box-shadow:var(--ov-shadow);
}

/* HEADER */
.ov-header{
    position:sticky;top:0;z-index:1000;
    background:#050505;
    border-bottom:1px solid rgba(215,161,58,.7);
    box-shadow:0 10px 32px rgba(0,0,0,.18);
}
.ov-header__inner{
    width:min(1180px, calc(100% - 48px));
    height:92px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:32px;
}
.ov-logo{width:190px;display:flex;align-items:center}
.ov-logo img{max-height:72px;width:auto}
.ov-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:34px}
.ov-nav a{
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:.04em;
    position:relative;
    padding:36px 0;
}
.ov-nav a:after{
    content:"";
    position:absolute;left:0;right:0;bottom:19px;margin:auto;
    width:0;height:2px;background:var(--ov-gold);
    transition:.2s;
}
.ov-nav a:hover,.ov-nav a.is-active{color:var(--ov-gold-2)}
.ov-nav a:hover:after,.ov-nav a.is-active:after{width:100%}
.ov-header__actions{display:flex;align-items:center;gap:16px;color:#fff}
.ov-header__actions a{color:#fff}
.ov-header__actions i{color:var(--ov-gold-2)}
.ov-phone{display:flex;align-items:center;gap:10px;font-size:19px;white-space:nowrap}
.ov-menu-toggle{display:none;margin-left:auto;background:transparent;border:0;width:42px;height:42px;padding:8px;cursor:pointer}
.ov-menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}
.ov-mobile-panel{display:none;background:#050505;border-top:1px solid rgba(215,161,58,.35);padding:16px 24px}
.ov-mobile-panel a{display:block;color:#fff;padding:12px 0;text-transform:uppercase;font-weight:800;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}

/* HOME */




/* QUOTAZIONI - VERSIONE CARD VERTICALI */
.ov-quote-strip{
    padding:62px 0 50px;
    background:
        radial-gradient(circle at 12% 18%, rgba(215,161,58,.10), transparent 24%),
        radial-gradient(circle at 86% 8%, rgba(185,130,24,.08), transparent 24%),
        linear-gradient(180deg,#fff8ee 0%,#fbf1e2 100%);
    position:relative;
    overflow:hidden;
    border-bottom:1px solid rgba(185,130,24,.18);
}

.ov-quote-strip:before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:24px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(185,130,24,.55),transparent);
}

.ov-quote-strip:after{
    content:"◇";
    position:absolute;
    top:11px;
    left:50%;
    transform:translateX(-50%);
    color:var(--ov-gold);
    font-size:18px;
    background:#fff8ee;
    padding:0 14px;
}

.ov-quote-head{
    display:block;
    text-align:center;
    margin-bottom:32px;
    position:relative;
    z-index:1;
}

.ov-quote-head h2{
    font-family:var(--ov-title);
    font-size:clamp(42px,5vw,64px);
    line-height:.95;
    margin:0;
    font-weight:600;
    color:#0c0b09;
}

.ov-live-note{
    margin-top:10px;
    justify-content:center;
    font-size:16px;
    color:#4e4942;
    display:flex;
    gap:8px;
    align-items:center;
}

.ov-quotes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:34px;
    position:relative;
    z-index:1;
}

.ov-quote-card{
    min-height:340px;
    border-radius:16px;
    border:1px solid rgba(185,130,24,.35);
    background:rgba(255,250,242,.88);
    box-shadow:0 18px 45px rgba(77,54,20,.10);
    padding:28px 22px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    gap:0;
}




.ov-quote-icon{

    width:126px;

    height:126px;

    border-radius:50%;

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:22px;

    background:

    radial-gradient(circle at 35% 28%,

    #ffe9aa 0%,

    #f2c25b 28%,

    #d6971d 65%,

    #9a6409 100%);

    border:3px solid rgba(255,240,210,.55);

    box-shadow:

    inset 0 5px 12px rgba(255,255,255,.55),

    inset 0 -10px 18px rgba(92,53,0,.28),

    0 18px 32px rgba(141,86,8,.22);

    overflow:hidden;

}

/* anello interno */

.ov-quote-icon:before{

    content:"";

    position:absolute;

    inset:10px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.35);

}

/* icona centrale */

.ov-quote-icon:after{

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    content:"\f3a5"; /* lingotto */

    font-size:44px;

    color:rgba(255,248,230,.95);

    text-shadow:

    0 2px 4px rgba(0,0,0,.25);

}

/* versione argento */

.ov-quote-icon--silver{

    background:

    radial-gradient(circle at 35% 28%,

    #ffffff 0%,

    #ececec 25%,

    #b6b6b6 60%,

    #737373 100%);

    box-shadow:

    inset 0 5px 12px rgba(255,255,255,.75),

    inset 0 -10px 18px rgba(50,50,50,.25),

    0 18px 32px rgba(80,80,80,.18);

}

.ov-quote-icon--silver:after{

    content:"\f3a5";

    color:#fff;

}





.ov-quote-card strong{
    display:block;
    font-family:var(--ov-title);
    font-size:26px;
    line-height:1;
    text-transform:uppercase;
    font-weight:500;
    color:#17130f;
    margin-bottom:14px;
}

.ov-quote-card strong:after{
    content:"◇";
    display:block;
    color:var(--ov-gold);
    font-size:15px;
    margin:12px auto 0;
}

.ov-quote-price{
    font-family:var(--ov-title);
    font-size:46px;
    line-height:1;
    color:#0c0b09;
    margin-top:0;
}

.ov-quote-price small{
    font-family:var(--ov-text);
    font-size:21px;
    font-weight:500;
    margin-left:4px;
}

.ov-live{
    color:#0aa85a;
    text-transform:uppercase;
    font-weight:900;
    font-size:15px;
    margin-top:16px;
}


@media (max-width: 991px){
    .ov-quotes{
        grid-template-columns:repeat(2,1fr);
    }

    .ov-quote-card{
        min-height:310px;
    }
}

@media (max-width: 640px){
    .ov-quotes{
        grid-template-columns:1fr;
    }

    .ov-quote-card{
        min-height:auto;
        padding:30px 22px;
    }

    .ov-quote-icon{
        width:112px;
        height:112px;
    }
}



/* FINE QUOTAZIONI TEMPO REALE*/


/* FINE QUOTAZIONI TEMPO REALE*/








.ov-hero{
    padding:56px 0 88px;
    background:
        radial-gradient(circle at 78% 40%, rgba(185,130,24,.08), transparent 31%),
        linear-gradient(180deg,#fbf1e2 0%,#fff8ee 100%);
    overflow:hidden;
    position:relative;
}
.ov-hero:before{
    content:"";
    position:absolute;
    left:-8vw;
    right:-8vw;
    top:-108px;
    height:365px;
    border-bottom:1px solid rgba(185,130,24,.20);
    border-radius:0 0 50% 50%;
    pointer-events:none;
}
.ov-hero__grid{
    display:grid;
    grid-template-columns:.86fr 1.14fr;
    gap:64px;
    align-items:center;
    position:relative;
    z-index:1;
}
.ov-hero__copy{padding-top:8px}
.ov-hero__copy h1{
    font-family:var(--ov-title);
    font-size:clamp(58px,7.3vw,98px);
    line-height:.95;
    margin:20px 0 24px;
    font-weight:600;
    letter-spacing:-.035em;
}
.ov-hero__copy h1 span{color:var(--ov-gold)}
.ov-hero__copy p{max-width:560px;color:#3e3934;font-size:17px;line-height:1.62}
.ov-hero__buttons{display:flex;gap:22px;flex-wrap:wrap;margin-top:36px}
.ov-hero__badges{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px;max-width:650px}
.ov-hero__badge{display:flex;align-items:center;gap:14px;border-right:1px solid var(--ov-border);text-transform:uppercase;font-size:13px;font-weight:900;line-height:1.22}
.ov-hero__badge:last-child{border-right:0}
.ov-hero__badge i{font-size:36px;color:var(--ov-gold)}





.ov-hero__image{
    position:relative;
    min-height:560px;
    margin-right:calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
    isolation:isolate;
    overflow:visible;
}

.ov-hero__image{
    position:relative;
    min-height:600px;
    margin-right:calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
    overflow:visible;
}

.ov-hero__image--svg{
    display:flex;
    align-items:center;
}

.ov-hero-svg{
    width:100%;
    height:600px;
    overflow:visible;
    display:block;
    filter:drop-shadow(0 34px 70px rgba(49,31,4,.18));
}

.ov-hero-svg image{
    display:block;
}

.ov-hero-svg-line{
    fill:none;
    stroke:rgba(185,130,24,.42);
    stroke-width:1.1;
    vector-effect:non-scaling-stroke;
}

.ov-hero-svg-line-2{
    stroke:rgba(185,130,24,.26);
}

.ov-hero-svg-line-3{
    stroke:rgba(185,130,24,.18);
}


.ov-hero-svg-line-1{

    stroke:rgba(185,130,24,.52);

}

.ov-hero-svg-line-2{

    stroke:rgba(185,130,24,.26);

}

.ov-hero-svg-line-3{

    stroke:rgba(185,130,24,.12);

}

.ov-hero-svg{

    filter:

    drop-shadow(0 35px 65px rgba(49,31,4,.12))

    drop-shadow(0 8px 20px rgba(185,130,24,.08));

}


/* COMMON BLOCKS */
.ov-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:42px}
.ov-category-card{position:relative;min-height:380px;border-radius:16px;overflow:hidden;background:#111;box-shadow:var(--ov-shadow);border:1px solid var(--ov-border)}

.ov-category-card__img{
    height:100%;
    min-height:380px;
    background-image:var(--bg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ov-category-card__img:empty{

    background-color:#111;

}


.ov-category-card__overlay{position:absolute;inset:auto 0 0 0;padding:88px 26px 28px;text-align:center;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.86))}
.ov-category-card__icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:rgba(18,16,12,.72);border:1px solid var(--ov-gold);color:var(--ov-gold);font-size:29px;margin:-112px auto 18px}
.ov-category-card h3{font-family:var(--ov-title);font-size:34px;line-height:1;margin:0 0 10px}
.ov-category-card p{font-size:14px;margin:0;color:#f1e7d7}
.ov-benefit-strip{
    margin-top:34px;border:1px solid var(--ov-border);border-radius:18px;background:rgba(255,250,242,.78);
    display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;box-shadow:0 14px 35px rgba(77,54,20,.08)
}
.ov-benefit{display:flex;align-items:center;gap:22px;padding:28px 34px;border-right:1px solid var(--ov-border)}
.ov-benefit:last-child{border-right:0}
.ov-benefit i{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--ov-border);color:var(--ov-gold);font-size:28px;background:#fffaf2}
.ov-benefit h3{font-family:var(--ov-title);font-size:26px;line-height:1;margin:0 0 6px}
.ov-benefit p{margin:0;color:#5c554d;font-size:14px}
.ov-dark-section{background:#050505;color:#fff;position:relative;overflow:hidden}
.ov-dark-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(185,130,24,.25),transparent 32%),radial-gradient(circle at 20% 75%,rgba(185,130,24,.12),transparent 28%);pointer-events:none}
.ov-dark-section > *{position:relative}

/* CHI SIAMO */
.ov-methods{padding:76px 0 54px;position:relative;overflow:hidden}
.ov-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:44px}
.ov-method-card{text-align:center;padding:34px 30px 36px;border-radius:16px;background:rgba(255,250,242,.92);border:1px solid var(--ov-border);box-shadow:var(--ov-shadow)}
.ov-method-icon{width:126px;height:126px;border-radius:50%;margin:0 auto 22px;background:#0b0b0b;border:8px solid #f1dfbd;display:grid;place-items:center;color:var(--ov-gold);font-size:48px;box-shadow:0 10px 30px rgba(55,34,10,.16)}
.ov-method-num{font-family:var(--ov-title);font-size:28px;color:var(--ov-gold);display:block}
.ov-method-card h2{font-family:var(--ov-title);font-size:35px;line-height:1.05;margin:6px 0 14px}
.ov-method-card p{font-size:15px;color:#4d463e;margin:0}
.ov-mini-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:34px;border:1px solid var(--ov-border);border-radius:14px;background:rgba(255,250,242,.86);overflow:hidden}
.ov-mini-benefit{display:flex;align-items:center;gap:12px;padding:19px 22px;border-right:1px solid var(--ov-border);font-size:12px;text-transform:uppercase;font-weight:900;color:#5f5548}
.ov-mini-benefit:last-child{border-right:0}
.ov-mini-benefit i{color:var(--ov-gold);font-size:24px}

/* LAB */
.ov-lab-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff7eb 0%,#fff7eb 47%,rgba(255,247,235,.5) 60%,rgba(0,0,0,.03) 100%);padding:74px 0 38px}
.ov-lab-hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:52%;background:url('../images/lavorazione-oro-gioielli-magenta-milano.jpg') center/cover;mask-image:linear-gradient(90deg,transparent 0%,#000 28%);opacity:.92}
.ov-lab-hero__copy{position:relative;z-index:1;width:min(620px,56%)}
.ov-lab-hero h1{font-family:var(--ov-title);font-size:clamp(54px,7vw,86px);line-height:.93;margin:18px 0;font-weight:600}
.ov-lab-hero h1 em{color:var(--ov-gold);font-weight:500}
.ov-lab-hero p{font-size:17px;color:#3d3934}
.ov-lab-services{position:relative;margin-top:-18px;z-index:2}
.ov-lab-panel{position:relative;border-radius:18px;background:rgba(255,250,242,.96);border:1px solid var(--ov-border);box-shadow:var(--ov-shadow);padding:18px}
.ov-lab-monogram{width:88px;height:70px;border-radius:50% 50% 0 0;background:#fff7eb;border:1px solid var(--ov-border);border-bottom:0;margin:-70px auto 18px;display:grid;place-items:center;font-family:var(--ov-title);font-size:38px;color:var(--ov-gold);font-weight:700}
.ov-lab-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.ov-lab-card{text-align:center;border-radius:14px;border:1px solid var(--ov-border);overflow:hidden;background:#fffaf2}
.ov-lab-card__img{height:170px;background:var(--bg) center/cover;background-color:#d6c1a2}
.ov-lab-card__body{padding:0 18px 28px}
.ov-lab-icon{width:78px;height:78px;border-radius:50%;margin:-39px auto 8px;display:grid;place-items:center;background:#fffaf2;border:1px solid var(--ov-border);color:var(--ov-gold);font-size:28px}
.ov-lab-card small{font-family:var(--ov-title);font-size:18px;color:var(--ov-gold);font-weight:700}
.ov-lab-card h2{font-family:var(--ov-title);font-size:27px;line-height:1;margin:8px 0 12px}
.ov-lab-card p{font-size:13px;line-height:1.45;color:#514b43;margin:0}
.ov-lab-values{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:24px;border:1px solid var(--ov-border);border-radius:16px;background:rgba(255,250,242,.9);overflow:hidden}
.ov-lab-value{display:flex;align-items:center;gap:24px;padding:28px 46px;border-right:1px solid var(--ov-border)}
.ov-lab-value:last-child{border-right:0}
.ov-lab-value i{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--ov-border);color:var(--ov-gold);font-size:32px}
.ov-lab-value h3{font-family:var(--ov-title);font-size:28px;margin:0 0 5px}
.ov-lab-value p{margin:0;color:#5c554d;font-size:14px}

/* PRODUCTS */
.ov-products-hero{padding:84px 0 34px;text-align:center;position:relative;overflow:hidden}
.ov-products-hero:before{content:"";position:absolute;left:0;top:0;width:260px;height:220px;background:url('../images/chain-lg.png') center/cover;border-radius:0 0 60% 0;opacity:.38;filter:blur(.1px)}
.ov-shopbar{display:flex;justify-content:space-between;align-items:center;margin:34px 0 12px}
.ov-select{height:50px;border:1px solid var(--ov-border);border-radius:8px;background:#fffaf2;color:#4d463e;padding:0 18px;font-family:var(--ov-text)}
.ov-product-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,360px));gap:34px;justify-content:center;margin-bottom:34px}
.ov-product-card{position:relative;border:1px solid var(--ov-border);background:rgba(255,250,242,.92);box-shadow:var(--ov-shadow)}
.ov-discount{position:absolute;left:18px;top:18px;background:linear-gradient(180deg,#d4a144,#a46e0d);color:#fff;padding:8px 14px;font-size:20px;z-index:2}
.ov-wish{position:absolute;right:16px;top:16px;width:46px;height:46px;border-radius:50%;border:1px solid var(--ov-border);background:#fffaf2;color:var(--ov-gold);display:grid;place-items:center;z-index:2}
.ov-product-img{height:260px;background:var(--bg) center/cover;background-color:#e1d1b8;border-bottom:1px solid var(--ov-border)}
.ov-product-body{padding:20px 22px 26px}
.ov-product-cat{color:var(--ov-gold);text-transform:uppercase;font-size:13px;font-weight:800}
.ov-product-body h2{font-family:var(--ov-title);font-size:30px;line-height:1.05;margin:8px 0 15px}
.ov-price{font-size:31px;color:var(--ov-gold);font-weight:800}
.ov-old-price{font-size:20px;color:#777;text-decoration:line-through;margin-left:16px}
.ov-service-strip{background:#050505;color:#fff;padding:34px 0;margin-top:40px}
.ov-service-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.ov-service-item{display:flex;align-items:center;gap:18px;padding:0 28px;border-right:1px solid rgba(215,161,58,.55)}
.ov-service-item:last-child{border-right:0}
.ov-service-item i{font-size:44px;color:var(--ov-gold)}
.ov-service-item h3{font-family:var(--ov-title);font-size:22px;text-transform:uppercase;margin:0 0 5px;color:#f7e7c5}
.ov-service-item p{margin:0;color:#dbd2c2;font-size:14px}

/* CONTACT */
.ov-contact-hero{padding:64px 0 28px;position:relative;overflow:hidden;text-align:center}
.ov-contact-hero:before{content:"";position:absolute;left:0;top:0;width:360px;height:270px;background:url('../images/compro-oro-magenta-pagmento-immediato-contanti.jpg') center/cover;border-radius:0 0 70% 0;opacity:.23}
.ov-contact-hero:after{content:"OV";position:absolute;right:10%;top:50px;font-family:var(--ov-title);font-size:190px;color:rgba(185,130,24,.08);line-height:1}
.ov-contact-grid{display:grid;grid-template-columns:360px 1fr;gap:34px;align-items:start;padding-bottom:80px}
.ov-info-card,.ov-form-card{background:rgba(255,255,255,.68);border:1px solid rgba(185,130,24,.16);border-radius:14px;box-shadow:var(--ov-shadow)}
.ov-info-card{padding:28px}
.ov-info-card h2{font-size:15px;letter-spacing:.28em;text-transform:uppercase;color:var(--ov-gold);margin:0 0 22px}
.ov-info-row{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid rgba(185,130,24,.18)}
.ov-info-row:last-child{border-bottom:0}
.ov-info-icon{width:44px;height:44px;border:1px solid var(--ov-border);border-radius:10px;display:grid;place-items:center;color:var(--ov-gold);background:#fffaf2}
.ov-info-row strong{display:block;text-transform:uppercase;font-size:13px}
.ov-info-row a,.ov-info-row span{color:#a16b0e;font-weight:800}
.ov-info-row p{margin:2px 0 0;color:#5c554d;font-size:13px}
.ov-info-note{display:flex;gap:14px;background:#f6efe4;padding:16px;border-radius:10px;margin-top:18px;font-size:13px;color:#5c554d}
.ov-info-note i{color:var(--ov-gold);font-size:22px}
.ov-form-card{padding:30px}
.ov-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ov-field{position:relative}
.ov-field i{position:absolute;left:20px;top:18px;color:var(--ov-gold)}
.ov-field input,.ov-field textarea{
    width:100%;border:1px solid rgba(185,130,24,.22);border-radius:9px;
    background:rgba(255,255,255,.74);min-height:58px;padding:0 18px 0 54px;
    font-family:var(--ov-text);outline:none;color:var(--ov-ink)
}
.ov-field textarea{height:145px;padding-top:18px;resize:vertical}
.ov-field--full{grid-column:1/-1}
.ov-privacy{font-size:13px;color:#5c554d;margin:18px 0;text-align:left}
.ov-form-actions{text-align:center}

/* FOOTER */
.ov-footer{background:#050505;color:#fff;padding:62px 0 0;border-top:1px solid rgba(215,161,58,.6)}
.ov-footer__grid{display:grid;grid-template-columns:1.25fr 1fr .9fr 1.2fr 1fr;gap:32px}
.ov-footer h3{font-family:var(--ov-title);color:var(--ov-gold);font-size:23px;margin:0 0 18px}
.ov-footer p,.ov-footer a{color:#ded7cb;font-size:14px;display:block;margin:0 0 10px}
.ov-footer__brand img{width:120px;margin-bottom:18px}
.ov-footer__social{display:flex;gap:10px;margin-top:18px}
.ov-footer__social a{width:34px;height:34px;border:1px solid var(--ov-border);border-radius:50%;display:grid;place-items:center;color:var(--ov-gold)}
.ov-oam-box{border:1px solid var(--ov-border);border-radius:12px;padding:18px;text-align:center;max-width:190px}
.ov-oam-box strong{font-family:var(--ov-title);font-size:42px;color:var(--ov-gold);display:block;line-height:1}
.ov-oam-box span{font-size:11px;text-transform:uppercase;color:#d8ceb9}
.ov-footer__reviews{border:1px solid var(--ov-border);border-radius:14px;padding:22px;text-align:center}
.ov-stars{color:#f2b705;letter-spacing:3px;font-size:24px;margin-bottom:18px}
.ov-footer__bottom{margin-top:42px;padding:22px 0;border-top:1px solid rgba(215,161,58,.45);display:flex;justify-content:space-between;gap:20px;color:#c6bdad;font-size:13px}
.ov-footer__bottom a{display:inline;margin-left:18px;color:#d6ccb8}

/* UTIL */
.ov-placeholder{
    background:linear-gradient(135deg,#efe1c7,#b98218 52%,#22180d);
    display:grid;place-items:center;color:#fff;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}

@media (max-width: 1180px){
    .ov-nav{gap:20px}
    .ov-header__actions .ov-phone span{display:none}
    .ov-lab-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 991px){
    .ov-header__inner{height:78px}
    .ov-logo{width:150px}
    .ov-nav,.ov-header__actions{display:none}
    .ov-menu-toggle{display:block}
    body.ov-menu-open .ov-mobile-panel{display:block}
    .ov-quotes,.ov-category-grid,.ov-mini-benefits,.ov-service-strip__grid{grid-template-columns:repeat(2,1fr)}
    .ov-hero__grid,.ov-contact-grid{grid-template-columns:1fr}
    
    
    .ov-hero__image{

    min-height:auto;

    margin-right:0;

}

.ov-hero-svg{

    height:420px;

}
    
    
    .ov-method-grid{grid-template-columns:1fr}
    .ov-lab-hero:after{position:relative;display:block;width:auto;height:340px;margin-top:28px;mask-image:none}
    .ov-lab-hero__copy{width:100%}
    .ov-lab-grid,.ov-lab-values,.ov-benefit-strip{grid-template-columns:1fr}
    .ov-lab-value,.ov-benefit,.ov-mini-benefit,.ov-service-item{border-right:0;border-bottom:1px solid var(--ov-border)}
    .ov-product-grid{grid-template-columns:1fr}
    .ov-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
    .ov-container,.ov-header__inner{width:min(100% - 28px,1180px)}
    .ov-heading{font-size:46px}
    .ov-kicker{letter-spacing:.18em;font-size:12px}
    .ov-kicker:before,.ov-kicker:after{width:32px}
    .ov-section{padding:56px 0}
    .ov-quotes,.ov-category-grid,.ov-hero__badges,.ov-mini-benefits,.ov-form-grid,.ov-service-strip__grid{grid-template-columns:1fr}
    .ov-quote-head{display:block}
    .ov-hero__buttons{flex-direction:column}
    .ov-btn{width:100%}
    .ov-lab-grid{grid-template-columns:1fr}
    .ov-shopbar{display:block}
    .ov-shopbar .ov-select{width:100%;margin-top:14px}
    .ov-footer__grid{grid-template-columns:1fr}
    .ov-footer__bottom{display:block}
}





/* COME FUNZIONA - HOME */
.ov-how{
    background:
        radial-gradient(circle at 82% 20%, rgba(185,130,24,.22), transparent 30%),
        radial-gradient(circle at 12% 78%, rgba(185,130,24,.12), transparent 30%),
        #050505;
    color:#fff;
    padding:86px 0 78px;
    overflow:hidden;
}

.ov-how__grid{
    display:grid;
    grid-template-columns:1fr 430px;
    gap:54px;
    align-items:stretch;
}

.ov-how__content{
    text-align:center;
}

.ov-how__decor{
    color:var(--ov-gold);
    font-size:34px;
    line-height:1;
    margin-bottom:14px;
}

.ov-how h2{
    font-family:var(--ov-title);
    font-size:clamp(56px,7vw,92px);
    line-height:.9;
    font-weight:500;
    margin:0;
    color:#fff;
}

.ov-how__subtitle{
    font-size:20px;
    color:#d9d1c5;
    margin:18px auto 40px;
}

.ov-how__steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.ov-how__step{
    position:relative;
    border:1px solid rgba(215,161,58,.75);
    border-radius:18px;
    padding:74px 26px 34px;
    min-height:420px;
    background:rgba(0,0,0,.48);
    box-shadow:0 28px 70px rgba(0,0,0,.35);
}

.ov-how__number{
    position:absolute;
    left:50%;
    top:-31px;
    transform:translateX(-50%);
    width:68px;
    height:68px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:radial-gradient(circle at 30% 20%,#ffe8a8,#d99c28 58%,#8f5b06);
    color:#15110b;
    font-family:var(--ov-title);
    font-size:34px;
    font-weight:700;
    box-shadow:
        inset 0 4px 10px rgba(255,255,255,.45),
        0 10px 22px rgba(185,130,24,.38);
}

.ov-how__icon{
    color:var(--ov-gold-2);
    font-size:58px;
    line-height:1;
    margin-bottom:22px;
}

.ov-how__step h3{
    font-family:var(--ov-title);
    font-size:34px;
    line-height:1.02;
    font-weight:500;
    margin:0 0 22px;
    color:#fff;
}

.ov-how__step p{
    color:#d8d0c4;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

.ov-how__step strong{
    display:block;
    margin-top:24px;
    color:var(--ov-gold-2);
    font-size:17px;
    line-height:1.5;
}

.ov-how__cta{
    margin-top:32px;
}

.ov-how__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    min-width:420px;
    min-height:68px;
    border-radius:10px;
    background:linear-gradient(180deg,#ffe08a,#d69a22 58%,#9e6508);
    color:#0c0b09;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:18px;
    box-shadow:
        inset 0 4px 10px rgba(255,255,255,.42),
        0 16px 35px rgba(185,130,24,.30);
}

.ov-how__btn i{
    font-size:26px;
}

.ov-how__bottom{
    margin-top:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    color:#f1e5ce;
}

.ov-how__bottom span{
    width:120px;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--ov-gold),transparent);
}

.ov-how__bottom p{
    margin:0;
    font-family:var(--ov-title);
    font-size:28px;
}

.ov-how__bottom strong{
    color:var(--ov-gold-2);
    font-weight:600;
}

.ov-how__visual{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.ov-how__image{
    position:relative;
    border:2px solid rgba(215,161,58,.78);
    border-radius:22px;
    padding:12px;
    background:#050505;
    box-shadow:0 30px 90px rgba(0,0,0,.48);
}

.ov-how__image:before,
.ov-how__image:after{
    content:"";
    position:absolute;
    inset:10px;
    border:1px solid rgba(215,161,58,.45);
    border-radius:18px;
    pointer-events:none;
}

.ov-how__image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:12px;
}

.ov-how__promise{
    border:1px solid rgba(215,161,58,.78);
    border-radius:18px;
    padding:28px;
    display:grid;
    grid-template-columns:70px 1fr;
    gap:22px;
    align-items:center;
    background:rgba(0,0,0,.55);
}

.ov-how__promise i{
    color:var(--ov-gold-2);
    font-size:52px;
}

.ov-how__promise h3{
    font-family:var(--ov-title);
    font-size:30px;
    font-weight:500;
    line-height:1.15;
    margin:0;
    color:#fff;
}

.ov-how__promise p{
    font-family:var(--ov-title);
    color:var(--ov-gold-2);
    font-size:26px;
    margin:10px 0 0;
}


@media (max-width: 991px){
    .ov-how__grid{
        grid-template-columns:1fr;
    }

    .ov-how__steps{
        grid-template-columns:1fr;
        gap:52px;
    }

    .ov-how__step{
        min-height:auto;
    }

    .ov-how__image img{
        height:420px;
    }

    .ov-how__btn{
        min-width:0;
        width:100%;
    }
}

@media (max-width: 640px){
    .ov-how{
        padding:64px 0;
    }

    .ov-how h2{
        font-size:52px;
    }

    .ov-how__subtitle{
        font-size:17px;
    }

    .ov-how__bottom{
        display:block;
    }

    .ov-how__bottom span{
        display:none;
    }

    .ov-how__bottom p{
        font-size:24px;
    }

    .ov-how__image img{
        height:340px;
    }

    .ov-how__promise{
        grid-template-columns:1fr;
        text-align:center;
    }
}


/* FINE COME FUNZIONA - HOME */


/* RECENSIONI HOME */
.ov-reviews{
    position:relative;
    padding:78px 0 70px;
    background:
        radial-gradient(circle at 8% 48%, rgba(185,130,24,.08), transparent 26%),
        radial-gradient(circle at 92% 38%, rgba(185,130,24,.08), transparent 28%),
        linear-gradient(180deg,#fff8ee 0%,#fbf1e2 100%);
    overflow:hidden;
}

.ov-reviews:before,
.ov-reviews:after{
    content:"";
    position:absolute;
    width:320px;
    height:520px;
    top:40px;
    border:1px solid rgba(185,130,24,.16);
    border-radius:50%;
    transform:rotate(28deg);
    pointer-events:none;
}

.ov-reviews:before{
    left:-170px;
}

.ov-reviews:after{
    right:-170px;
    transform:rotate(-28deg);
}

.ov-reviews__decor{
    color:var(--ov-gold);
    font-size:26px;
    line-height:1;
    margin-bottom:10px;
}

.ov-reviews h2{
    font-family:var(--ov-title);
    font-size:clamp(54px,6vw,78px);
    line-height:.95;
    margin:0;
    font-weight:500;
    color:#0c0b09;
}

.ov-reviews__subtitle{
    font-family:var(--ov-title);
    color:var(--ov-gold);
    font-size:26px;
    margin:8px 0 38px;
}

.ov-reviews__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px;
    max-width:1080px;
    margin:0 auto 28px;
}

.ov-review-card{
    position:relative;
    background:rgba(255,250,242,.88);
    border:1px solid rgba(185,130,24,.42);
    border-radius:14px;
    padding:48px 34px 26px;
    box-shadow:0 16px 40px rgba(77,54,20,.12);
    min-height:255px;
}

.ov-review-quote{
    position:absolute;
    left:50%;
    top:-28px;
    transform:translateX(-50%);
    width:56px;
    height:56px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff8ee;
    border:1px solid rgba(185,130,24,.42);
    color:var(--ov-gold);
    font-family:var(--ov-title);
    font-size:54px;
    line-height:1;
}

.ov-review-card h3{
    font-family:var(--ov-title);
    font-size:28px;
    font-weight:500;
    margin:0 0 8px;
}

.ov-review-stars{
    color:#d59b22;
    letter-spacing:4px;
    font-size:20px;
    margin-bottom:18px;
}

.ov-review-card p{
    color:#3f3932;
    font-size:15px;
    line-height:1.65;
    margin:0 0 22px;
}

.ov-review-google{
    border-top:1px solid rgba(185,130,24,.22);
    padding-top:16px;
    color:#9f6a12;
    font-size:14px;
    font-weight:600;
}

.ov-google-rating{
    max-width:470px;
    min-height:48px;
    border:1px solid rgba(185,130,24,.42);
    border-radius:999px;
    margin:10px auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    background:rgba(255,250,242,.78);
}

.ov-google-g{
    font-weight:900;
    color:#4285f4;
    font-size:22px;
}

.ov-google-rating strong{
    font-family:var(--ov-title);
    font-size:22px;
    font-weight:500;
}

.ov-google-rating .ov-review-stars{
    margin:0;
    font-size:17px;
}

.ov-review-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-width:280px;
    min-height:54px;
    border:1px solid rgba(185,130,24,.55);
    border-radius:6px;
    color:#9f6a12;
    font-weight:800;
    background:rgba(255,250,242,.82);
    box-shadow:0 10px 24px rgba(77,54,20,.08);
}

.ov-review-btn:hover{
    background:linear-gradient(180deg,#dba23a,#ae720a);
    color:#fff;
}







/* LE NOSTRE SEDI - HOME */
.ov-locations{
    padding:78px 0 86px;
    background:
        radial-gradient(circle at 8% 18%, rgba(185,130,24,.08), transparent 26%),
        radial-gradient(circle at 92% 78%, rgba(185,130,24,.08), transparent 30%),
        linear-gradient(180deg,#fff8ee 0%,#fbf1e2 100%);
}

.ov-locations__head{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:start;
    margin-bottom:36px;
}

.ov-locations__head h2{
    font-family:var(--ov-title);
    font-size:clamp(56px,6vw,86px);
    line-height:.9;
    margin:0;
    font-weight:500;
    color:#0c0b09;
}

.ov-locations__head h2 span{
    color:var(--ov-gold);
}

.ov-locations__decor{
    color:var(--ov-gold);
    font-size:24px;
    line-height:1;
    margin:8px 0;
}

.ov-locations__head p{
    margin:0;
    font-family:var(--ov-title);
    font-size:26px;
    color:#3e3934;
}

.ov-locations__all{
    justify-self:end;
    align-self:center;
    color:#8f5f0c;
    font-weight:800;
    border-bottom:1px solid rgba(185,130,24,.55);
    padding-bottom:8px;
}

.ov-locations__grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:32px;
}

.ov-location-card{
    background:rgba(255,250,242,.88);
    border:1px solid rgba(185,130,24,.42);
    border-radius:16px;
    padding:26px;
    box-shadow:0 16px 44px rgba(77,54,20,.12);
}

.ov-location-card__title{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-start;
    margin-bottom:20px;
}

.ov-location-card__title h3{
    font-family:var(--ov-title);
    font-size:34px;
    line-height:1;
    margin:0 0 8px;
    font-weight:600;
}

.ov-location-card__title h3 i{
    color:var(--ov-gold);
    margin-right:8px;
}

.ov-location-card__title p{
    margin:0;
    color:#4e4942;
    font-size:15px;
}

.ov-location-badge{
    width:54px;
    height:70px;
    background:#050505;
    color:var(--ov-gold);
    display:grid;
    place-items:center;
    font-family:var(--ov-title);
    font-size:22px;
    border-radius:0 0 24px 24px;
    border:1px solid rgba(185,130,24,.50);
    flex:0 0 auto;
}

.ov-location-media{
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:16px;
    margin-bottom:22px;
}

.ov-location-placeholder{
    height:210px;
    border-radius:12px;
    overflow:hidden;
    display:grid;
    place-items:center;
    color:#8f5f0c;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    border:1px solid rgba(185,130,24,.22);
    background:
        linear-gradient(135deg,rgba(255,250,242,.88),rgba(235,218,185,.72));
}

.ov-location-map{
    background:
        linear-gradient(135deg,rgba(255,250,242,.75),rgba(238,220,190,.85)),
        repeating-linear-gradient(45deg,transparent 0 18px,rgba(185,130,24,.12) 18px 20px);
}

.ov-location-photo{
    background:
        linear-gradient(135deg,#34220c,#050505 55%,#b98218);
    color:#fff;
}

.ov-location-info{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:24px;
    margin-bottom:24px;
}

.ov-location-hours{
    border-right:1px solid rgba(185,130,24,.24);
    padding-right:20px;
}

.ov-location-hours h4{
    color:var(--ov-gold);
    text-transform:uppercase;
    font-size:15px;
    margin:0 0 20px;
}

.ov-location-hours h4 i{
    font-size:24px;
    margin-right:8px;
}

.ov-location-hours p{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin:0 0 14px;
    font-size:15px;
}

.ov-location-hours strong{
    font-weight:600;
}

.ov-location-plus{
    display:grid;
    gap:16px;
}

.ov-location-plus div{
    display:grid;
    grid-template-columns:42px 1fr;
    column-gap:14px;
    align-items:center;
    padding-bottom:14px;
    border-bottom:1px solid rgba(185,130,24,.18);
}

.ov-location-plus div:last-child{
    border-bottom:0;
}

.ov-location-plus i{
    grid-row:span 2;
    color:var(--ov-gold);
    font-size:30px;
}

.ov-location-plus strong{
    text-transform:uppercase;
    font-size:14px;
}

.ov-location-plus span{
    color:#4e4942;
    font-size:13px;
}

.ov-location-actions{
    display:grid;
    grid-template-columns:.9fr .8fr 1.45fr;
    gap:12px;
}

.ov-location-btn{
    min-height:52px;
    border:1px solid rgba(185,130,24,.50);
    border-radius:7px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-weight:900;
    text-transform:uppercase;
    font-size:13px;
    color:#0c0b09;
    background:rgba(255,250,242,.72);
}

.ov-location-btn--dark{
    background:#050505;
    color:#fff;
    border-color:#050505;
}

.ov-location-btn--gold{
    background:linear-gradient(180deg,#dba23a,#ae720a);
    color:#fff;
    border-color:var(--ov-gold);
}

/* =========================================================
   PATCH STEP 6 - Quotazioni mercato con icone PNG lingotti
   Da tenere in fondo al file per sovrascrivere vecchie icone.
   ========================================================= */

.ov-quote-icon::after{
    content:none !important;
    display:none !important;
}

.ov-quote-icon{
    width:126px;
    height:126px;
    border-radius:50%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    overflow:hidden;
}

.ov-quote-icon::before{
    content:"";
    position:absolute;
    inset:10px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    z-index:1;
}

.ov-quote-icon img{
    width:74px;
    height:74px;
    object-fit:contain;
    position:relative;
    z-index:2;
    display:block;
    filter:drop-shadow(0 3px 4px rgba(0,0,0,.22));
}

.ov-quote-icon--gold{
    background:
        radial-gradient(circle at 35% 28%,
        #ffe9aa 0%,
        #f2c25b 28%,
        #d6971d 65%,
        #9a6409 100%);
    border:3px solid rgba(255,240,210,.55);
    box-shadow:
        inset 0 5px 12px rgba(255,255,255,.55),
        inset 0 -10px 18px rgba(92,53,0,.28),
        0 18px 32px rgba(141,86,8,.22);
}

.ov-quote-icon--silver{
    background:
        radial-gradient(circle at 35% 28%,
        #ffffff 0%,
        #ececec 25%,
        #b6b6b6 60%,
        #737373 100%);
    border:3px solid rgba(255,255,255,.65);
    box-shadow:
        inset 0 5px 12px rgba(255,255,255,.75),
        inset 0 -10px 18px rgba(50,50,50,.25),
        0 18px 32px rgba(80,80,80,.18);
}

@media (max-width:640px){
    .ov-quote-icon{
        width:112px;
        height:112px;
    }

    .ov-quote-icon img{
        width:64px;
        height:64px;
    }
}

/* =========================================================
   PATCH MOBILE - Sedi e recensioni
   Mantieni questo blocco in fondo al file per sovrascrivere
   le regole desktop precedenti.
   ========================================================= */

html,
body{
    max-width:100%;
    overflow-x:hidden;
}

.ov-locations,
.ov-reviews{
    overflow:hidden;
}

.ov-locations__grid,
.ov-reviews__grid,
.ov-location-card,
.ov-review-card{
    min-width:0;
    max-width:100%;
}

.ov-location-map,
.ov-location-photo,
.ov-location-placeholder{
    min-width:0;
    max-width:100%;
    overflow:hidden;
}

.ov-location-map iframe,
.ov-location-photo img{
    width:100% !important;
    max-width:100% !important;
    display:block;
}

@media (max-width: 991px){
    .ov-locations__head{
        grid-template-columns:1fr;
        text-align:center;
        gap:12px;
    }

    .ov-locations__all{
        justify-self:center;
    }

    .ov-locations__grid{
        grid-template-columns:1fr !important;
        gap:26px;
    }

    .ov-location-card{
        width:100%;
    }

    .ov-location-media{
        grid-template-columns:1fr;
    }

    .ov-location-info{
        grid-template-columns:1fr;
    }

    .ov-location-hours{
        border-right:0;
        padding-right:0;
        border-bottom:1px solid rgba(185,130,24,.24);
        padding-bottom:18px;
    }

    .ov-location-actions{
        grid-template-columns:1fr;
    }

    .ov-reviews__grid{
        grid-template-columns:1fr !important;
        max-width:640px;
        gap:34px;
    }

    .ov-review-card{
        width:100%;
    }
}

@media (max-width: 640px){
    .ov-locations{
        padding:56px 0 60px;
    }

    .ov-locations__head{
        margin-bottom:26px;
    }

    .ov-locations__head h2{
        font-size:48px;
    }

    .ov-locations__head p{
        font-size:21px;
        line-height:1.25;
    }

    .ov-location-card{
        padding:20px;
        border-radius:14px;
    }

    .ov-location-card__title{
        display:block;
        text-align:left;
    }

    .ov-location-card__title h3{
        font-size:28px;
        line-height:1.05;
    }

    .ov-location-badge{
        display:none;
    }

    .ov-location-media{
        gap:12px;
        margin-bottom:18px;
    }

    .ov-location-placeholder,
    .ov-location-map iframe,
    .ov-location-photo img{
        height:220px !important;
        min-height:220px !important;
        border-radius:12px;
    }

    .ov-location-hours p{
        display:block;
    }

    .ov-location-hours p span,
    .ov-location-hours p strong{
        display:block;
    }

    .ov-location-hours p strong{
        margin-top:3px;
    }

    .ov-location-plus div{
        grid-template-columns:34px 1fr;
        column-gap:12px;
    }

    .ov-location-plus i{
        font-size:25px;
    }

    .ov-location-btn{
        width:100%;
        min-height:50px;
    }

    .ov-reviews{
        padding:58px 0 60px;
    }

    .ov-reviews h2{
        font-size:48px;
    }

    .ov-reviews__subtitle{
        font-size:22px;
        margin-bottom:34px;
    }

    .ov-reviews__grid{
        width:100%;
        max-width:100%;
        gap:36px;
        margin-bottom:24px;
    }

    .ov-review-card{
        padding:44px 22px 24px;
        min-height:auto;
        border-radius:14px;
        overflow:visible;
    }

    .ov-review-card h3{
        font-size:25px;
    }

    .ov-review-card p{
        font-size:14px;
        line-height:1.6;
        overflow-wrap:anywhere;
    }

    .ov-review-stars{
        letter-spacing:2px;
        font-size:18px;
    }

    .ov-google-rating{
        width:100%;
        max-width:100%;
        min-height:auto;
        padding:12px 16px;
        border-radius:16px;
        flex-wrap:wrap;
        line-height:1.25;
    }

    .ov-google-rating strong{
        font-size:20px;
    }

    .ov-review-btn{
        width:100%;
        min-width:0;
    }
}


/* =========================================================
   PATCH CAROUSEL QUOTAZIONI - solo sezione quotazioni
   Mantiene intatti responsive, sedi, recensioni e sezioni DB.
   ========================================================= */
.ov-quote-strip--carousel .ov-quotes-carousel{
    position:relative;
    max-width:1180px;
    margin:0 auto;
    padding:0 58px;
}
.ov-quote-strip--carousel .ov-quotes-viewport{
    overflow:hidden;
    width:100%;
}
.ov-quote-strip--carousel .ov-quotes--slider{
    max-width:none !important;
    margin:0 !important;
    display:flex !important;
    grid-template-columns:none !important;
    gap:24px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:4px 0 22px;
}
.ov-quote-strip--carousel .ov-quotes--slider::-webkit-scrollbar{
    display:none;
}
.ov-quote-strip--carousel .ov-quote-card{
    flex:0 0 calc((100% - 72px) / 4);
    min-width:0;
    scroll-snap-align:start;
}
.ov-quote-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid rgba(185,130,24,.42);
    background:rgba(255,250,242,.94);
    color:var(--ov-gold);
    display:grid;
    place-items:center;
    cursor:pointer;
    box-shadow:0 12px 30px rgba(55,34,10,.14);
}
.ov-quote-arrow:hover{
    background:linear-gradient(180deg,#dba23a,#ae720a);
    color:#fff;
}
.ov-quote-arrow--prev{left:0;}
.ov-quote-arrow--next{right:0;}
@media(max-width:1180px){
    .ov-quote-strip--carousel .ov-quote-card{
        flex-basis:calc((100% - 24px) / 2);
    }
}
@media(max-width:640px){
    .ov-quote-strip--carousel .ov-quotes-carousel{
        padding:0 44px;
    }
    .ov-quote-strip--carousel .ov-quote-card{
        flex-basis:100%;
    }
    .ov-quote-arrow{
        width:38px;
        height:38px;
    }
}

/* =========================================================
   PATCH STEP 54 - Fix definitivo Cosa acquistiamo + mantiene carousel
   Le card usano immagini reali <img> dal DB: niente più bordo nero laterale.
   ========================================================= */
.ov-category-card{
    width:100%;
    min-width:0;
    background:#111;
}

.ov-category-card__img{
    width:100%;
    height:380px;
    min-height:380px;
    background:#111;
    overflow:hidden;
}

.ov-category-card__img img{
    width:100% !important;
    height:100% !important;
    min-height:380px;
    object-fit:cover;
    object-position:center;
    display:block;
}

@media (max-width:991px){
    .ov-category-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:640px){
    .ov-category-grid{
        grid-template-columns:1fr !important;
        gap:22px;
        width:100%;
        max-width:100%;
    }

    .ov-category-card{
        width:100%;
        min-height:0;
        border-radius:16px;
    }

    .ov-category-card__img{
        width:100%;
        height:340px;
        min-height:340px;
    }

    .ov-category-card__img img{
        width:100% !important;
        height:340px !important;
        min-height:340px;
        object-fit:cover;
        object-position:center;
    }

    .ov-category-card__overlay{
        left:0;
        right:0;
        width:100%;
        padding-left:22px;
        padding-right:22px;
    }
}
