/* =========================
   VERDELOGICO
   STILE EDITORIALE NATURALE
   ========================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f3f0e8;
    color: #26352d;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
}

/* =========================
   MENU
   ========================= */

nav {
    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;

    padding: 20px 30px;

    background: rgba(243, 240, 232, 0.94);
    border-bottom: 1px solid rgba(38, 53, 45, 0.12);

    backdrop-filter: blur(10px);
}

nav a {
    color: #26352d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;

    transition: opacity 0.3s ease;
}

nav a:hover {
    opacity: 0.55;
}

/* =========================
   TITOLI
   ========================= */

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(70px, 10vw, 150px);
    margin: 20px 0 35px;
}

h2 {
    font-size: clamp(48px, 6vw, 90px);
    margin: 20px 0 40px;
}

h3 {
    font-size: 28px;
}

/* =========================
   HOME
   ========================= */

header {
    min-height: 88vh;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 80px 8vw;

    color: white;

    background:
        linear-gradient(
            rgba(25, 45, 35, 0.35),
            rgba(25, 45, 35, 0.58)
        ),
        url("foto/copertina.png")
        center / cover no-repeat;
}

header p:first-child {
    margin: 0;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
}

header p:last-child {
    max-width: 680px;
    margin: 0;

    font-size: 18px;
}

/* =========================
   SEZIONI
   ========================= */

section {
    padding: 120px 8vw;
}

section > p:first-child {
    margin-bottom: 20px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    opacity: 0.6;
}

/* =========================
   CHI SIAMO
   ========================= */

#chi-siamo {
    max-width: 1050px;
}

#chi-siamo h2 {
    max-width: 850px;
}

#chi-siamo p {
    max-width: 800px;
    font-size: 18px;
}

#chi-siamo h3 {
    max-width: 700px;
    margin-top: 70px;
    font-size: clamp(34px, 4vw, 55px);
}

/* =========================
   INTRO
   ========================= */

.intro {
    background: #26352d;
    color: #f3f0e8;

    padding-top: 130px;
    padding-bottom: 130px;
}

.intro p {
    max-width: 800px;
    font-size: 20px;
}

.intro h2 {
    margin: 8px 0;
}

/* =========================
   SIEPEPRONTA
   ========================= */
#siepepronta {
    color: white;
    background: #26352d;
}
-repeat;
}

#siepepronta p,
#siepepronta h2,
#siepepronta strong,
#siepepronta span {
    color: #ffffff;
}
#siepepronta h2 {
    font-size: clamp(28px, 9vw, 130px);
    margin-bottom: 30px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
}

.siepe-intro {
    max-width: 700px;
    font-size: 23px;
}

.siepe-highlight {
    margin: 60px 0;
}

.siepe-highlight div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: baseline;
}

.siepe-highlight strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 6vw, 80px);
    font-weight: 500;
}

.siepe-highlight span {
    font-size: 18px;
}

#siepepronta > p:last-child {
    max-width: 700px;
    font-size: 18px;
}

/* =========================
   LAVORI
   ========================= */

#lavori {
    background: #e7e1d4;
}

#lavori p:last-child {
    max-width: 700px;
    font-size: 19px;
}

/* =========================
   RECENSIONI
   ========================= */

#recensioni {
    background: #f3f0e8;
    color: #26352d;
}

#recensioni h2 {
    color: #26352d;
}

#recensioni .review {
    background: #ffffff;
    color: #26352d;
}

#recensioni .review p {
    color: #26352d;
}

#recensioni .review span {
    color: #26352d;
}
.reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

    margin-top: 70px;
}

.review {
    padding: 45px;

    background: white;

    border: 1px solid rgba(38, 53, 45, 0.1);
    border-radius: 4px;
}

.review p {
    margin-top: 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1.25;
}

.review span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* =========================
   DOMANDE
   ========================= */

#domande {
    background: #e7e1d4;
}

.faq {
    max-width: 900px;
    margin-top: 60px;
}

.faq-item {
    padding: 30px 0;

    border-top: 1px solid rgba(38, 53, 45, 0.25);
}

.faq-item:last-child {
    border-bottom: 1px solid rgba(38, 53, 45, 0.25);
}

.faq-item h3 {
    margin: 0 0 15px;

    font-size: 27px;
}

.faq-item p {
    max-width: 800px;
    margin: 0;
}

/* =========================
   CONTATTI
   ========================= */

#contatti {
    background: #26352d;
    color: #f3f0e8;
}

#contatti a {
    color: #f3f0e8;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;

    text-decoration: none;
}

#contatti a:hover {
    opacity: 0.65;
}

/* =========================
   FOOTER
   ========================= */

footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    padding: 30px 8vw;

    background: #1c2922;
    color: #f3f0e8;

    font-size: 13px;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    nav {
        justify-content: flex-start;
        gap: 18px;

        padding: 16px 20px;

        overflow-x: auto;
        white-space: nowrap;
    }

    header {
        min-height: 78vh;
        padding: 50px 25px;
    }

    h1 {
        font-size: clamp(60px, 18vw, 95px);
    }

    h2 {
        font-size: clamp(45px, 13vw, 70px);
    }

    section {
        padding: 80px 25px;
    }

    header p:last-child,
    #chi-siamo p,
    .intro p,
    #lavori p:last-child,
    #siepepronta > p:last-child {
        font-size: 16px;
    }

    .siepe-intro {
        font-size: 20px;
    }

    .reviews {
        grid-template-columns: 1fr;
    }

    .review {
        padding: 30px;
    }

    .review p {
        font-size: 22px;
    }

    footer {
        flex-direction: column;
    }
}
.logo-home {
    width: 210px;
    max-width: 70%;
    height: auto;
    margin-bottom: 28px;
    object-fit: contain;
}

.home-label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
}

@media (max-width: 700px) {
    .logo-home {
        width: 160px;
        margin-bottom: 22px;
    }
}
/* =========================
   TESTATA CON LOGO
   ========================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: #f3f0e8;
    border-bottom: 1px solid rgba(38, 53, 45, 0.12);

    padding-top: 18px;
}

.logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 2px;
}

.site-logo {
    width: 230px;
    max-width: 75%;
    height: auto;
    display: block;
}

/* Il menu ora appartiene alla testata */

.site-header nav {
    position: static;

    border: 0;
    background: transparent;
    backdrop-filter: none;

    padding: 14px 30px 18px;
}

/* Nascondiamo il vecchio stile del logo nella Home */

.logo-home {
    display: none;
}

@media (max-width: 700px) {

    .site-logo {
        width: 145px;
    }

    .site-header nav {
        justify-content: flex-start;
        padding: 12px 20px 15px;
    }
}
/* =========================
   NUOVO EQUILIBRIO GENERALE
   ========================= */

body {
    text-align: center;
}

/* =========================
   TESTATA
   ========================= */
.site-header {
    position: relative;
    z-index: 1000;

    background: #f3f0e8;
    border-bottom: 1px solid rgba(38, 53, 45, 0.12);

    padding-top: 5px;
}

.logo-link {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px 20px 4px;
}

.site-logo {
    width: 190px;
    max-width: 65%;
    height: auto;
    display: block;
}

.site-header nav {
    position: static;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 30px;

    padding: 5px 20px 8px;

    background: transparent;
    border: 0;

    backdrop-filter: none;
}

/* =========================
   MENU
   ========================= */

.site-header nav {
    position: static;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 30px;

    padding: 8px 20px 12px;

    background: transparent;
    border: 0;

    backdrop-filter: none;
}

.site-header nav a {
    color: #26352d;
}

/* =========================
   HOME
   ========================= */

header {
    align-items: center;
    text-align: center;
}

header p:last-child {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   SEZIONI
   ========================= */

section {
    text-align: center;
}

section > p {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   CHI SIAMO
   ========================= */

#chi-siamo {
    max-width: 100%;
}

#chi-siamo p {
    margin-left: auto;
    margin-right: auto;
}

.chi-siamo-finale {
    max-width: 850px;
    margin: 70px auto 0 !important;

    text-align: center;
}

/* =========================
   INTRO
   ========================= */

.intro {
    text-align: center;
}

.intro p {
    margin-left: auto;
    margin-right: auto;

    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.brand-statement {
    margin-top: 65px;
    text-align: center;
}

.brand-statement h2 {
    margin: 8px 0;
}

/* =========================
   SIEPEPRONTA
   ========================= */

#siepepronta {
    text-align: center;
}

.siepe-intro {
    margin-left: auto;
    margin-right: auto;
}

.siepe-highlight {
    display: flex;
    justify-content: center;
    margin: 65px 0;
}

.siepe-highlight div {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;

    gap: 18px;
}

.siepe-highlight span {
    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(42px, 6vw, 78px);
    line-height: 1;
    font-weight: 500;

    color: #ffffff;
}

#siepepronta > p:last-child {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   LAVORI
   ========================= */

#lavori {
    background: #e7e1d4;
    color: #26352d;
}

#lavori h2,
#lavori p {
    color: #26352d;
}

.lavori-intro {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   RECENSIONI
   ========================= */

#recensioni {
    background: #f3f0e8;
    color: #26352d;
}

#recensioni h2,
#recensioni p,
#recensioni span {
    color: #26352d;
}

.reviews {
    text-align: left;
}

/* =========================
   RISPOSTE ALLE DOMANDE
   ========================= */

#domande {
    background: #e7e1d4;
    color: #26352d;
}

#domande h2,
#domande h3,
#domande p {
    color: #26352d;
}

.faq {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.faq-item p {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   CONTATTI
   ========================= */

#contatti {
    text-align: center;
}

#contatti p {
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   FOOTER
   ========================= */

footer {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    .site-logo {
        width: 125px;
    }

    .site-header nav {
        gap: 18px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .siepe-highlight div {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .siepe-highlight span {
        font-size: 48px;
    }

    .reviews {
        text-align: left;
    }
}
/* CORREZIONE DEFINITIVA MOBILE */

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

img,
svg {
    max-width: 100%;
    height: auto;
}

#siepepronta h2 {
    font-size: clamp(28px, 9vw, 130px);
    margin-bottom: 30px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
}

#chi-siamo h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.intro > p {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
/* =========================
   SIEPEPRONTA
   ========================= */

#siepepronta {
    text-align: center;
}

#siepepronta h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 10vw, 130px);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 35px;
}
#siepepronta .siepe-intro {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.7;
}

#siepepronta .siepe-highlight {
    display: flex;
    justify-content: center;
    margin: 70px auto;
}

#siepepronta .siepe-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#siepepronta .siepe-highlight span {
    display: block;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 500;
    line-height: 1;

    color: #ffffff;
}

#siepepronta > p:last-child {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;

    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}
/* FOTO BOTANICHE NELLA SEZIONE RECENSIONI */

.reviews-layout {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 180px;
    align-items: center;
    gap: 35px;
    max-width: 1400px;
    margin: 70px auto 0;
}

.review-photo {
    height: 430px;
    overflow: hidden;
}

.review-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-photo-left {
    transform: translateY(-35px);
}

.review-photo-right {
    transform: translateY(35px);
}

.reviews-layout .reviews {
    margin-top: 0;
}

/* MOBILE */

@media (max-width: 900px) {

    .reviews-layout {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .reviews-layout .reviews {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .review-photo {
        height: 300px;
    }

    .review-photo-left,
    .review-photo-right {
        transform: none;
    }

}
/* GALLERIA LAVORI */

#lavori .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 70px auto 0;
}

#lavori .gallery img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

/* MOBILE */

@media (max-width: 700px) {

    #lavori .gallery {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #lavori .gallery img {
        height: 360px;
    }

}
/* FOTO TRATTORE - SIEPEPRONTA */



/* MOBILE */


}
/* FOTO CAMION - SERVIZI */
/* FOTO CAMION - RESPONSIVE */

.services-photo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
    overflow: hidden;
}

.services-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}


/* MOBILE */

@media (max-width: 700px) {

    .services-photo {
        margin-bottom: 60px;
    }

    .services-photo img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
/* COPERTINA PAGINA SERVIZI */


/* MOBILE */

@media (max-width: 700px) {

    .services-cover {
        margin-top: 50px;
    }

    .services-cover img {
        height: 320px;
    }

}
/* HERO PAGINA SERVIZI */

.services-header {
    min-height: 620px;
    padding: 80px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: white;

    background:
        linear-gradient(
            rgba(28, 48, 37, 0.48),
            rgba(28, 48, 37, 0.58)
        ),
        url("foto/copertina.jpg")
        center / cover no-repeat;
}

.services-header-content {
    max-width: 850px;
}

.services-header p,
.services-header h1 {
    color: white;
}

.services-header h1 {
    margin: 20px 0 30px;
}

.services-header-content p:last-child {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 700px) {

    .services-header {
        min-height: 520px;
        padding: 60px 20px;
    }

}
/* SFONDO HERO HOME */

#home {
    background:
        linear-gradient(
            rgba(28, 48, 37, 0.35),
            rgba(28, 48, 37, 0.45)
        ),
        url("foto/copertina.jpg")
        center / cover no-repeat;
    
    color: white;
}

#home h1,
#home p {
    color: white;
}
/* FOTO TRATTORE RESPONSIVE */

.siepe-photo {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto 0;
    overflow: hidden;
}

.siepe-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
/* SOCIAL */

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.social-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    padding: 14px 28px;

    border: 1px solid rgba(255, 255, 255, 0.55);
    color: white;
    text-decoration: none;

    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    transition: all 0.25s ease;
}

.social-button:hover {
    background: white;
    color: #26352d;
}
.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 40px;
}

.social-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;

    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.social-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.social-icon:last-child svg {
    fill: currentColor;
    stroke: none;
}

.social-icon:hover {
    background: white;
    color: #26352d;
    transform: translateY(-2px);
}
/* STACCO VISIVO SIEPEPRONTA */

#siepepronta {
    border-top: 3px solid #e7e1d4;
}
/* LOGO PIÙ VISIBILE SENZA AUMENTARE L'ALTEZZA DELLA TESTATA */

.site-logo {
    transform: scale(1.25);
    transform-origin: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 700px) {
    .site-logo {
        transform: scale(1.30);
    }
}
/* TENDINA CHI SIAMO */

.chi-siamo-details {
    max-width: 850px;
    margin: 35px auto 0;
    text-align: center;
}

.chi-siamo-details summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 14px 24px;
    cursor: pointer;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #26352d;
    border: 1px solid rgba(38, 53, 45, 0.25);
    border-radius: 40px;
}

.chi-siamo-details summary::-webkit-details-marker {
    display: none;
}

.chi-siamo-details summary::after {
    content: "⌄";
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.chi-siamo-details[open] summary::after {
    transform: rotate(180deg);
}

.chi-siamo-details-content {
    margin-top: 35px;
    text-align: center;
}

.chi-siamo-details-content p {
    text-align: center;
}

@media (max-width: 700px) {

    .chi-siamo-details {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .chi-siamo-details summary {
        font-size: 16px;
        padding: 13px 20px;
    }

    .chi-siamo-details-content {
        margin-top: 28px;
    }
}
/* RICHIEDI UN PREVENTIVO */
.preventivo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-top: 35px;
    padding: 15px 28px;

    background: transparent;
    color: #f3f0e8;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;

    border: 1px solid rgba(243, 240, 232, 0.65);
    border-radius: 50px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.preventivo-link::after {
    content: "→";
    font-size: 22px;
    transition: transform 0.25s ease;
}

.preventivo-link:hover {
    background: #f3f0e8;
    color: #26352d;
    transform: translateY(-2px);
}

.preventivo-link:hover::after {
    transform: translateX(4px);
}

.servizi-link {
    margin-top: 14px;
}

@media (max-width: 700px) {

    .preventivo-link {
        padding: 14px 23px;
        font-size: 21px;
    }

    .preventivo-link::after {
        font-size: 19px;
    }

}
.servizi-link {
    margin-top: 14px;
}
/* CTA PAGINA SERVIZI */

.services-end {
    display: block;
    width: 100%;
    margin: 0;
    padding: 120px 8vw;
    background: #f3f0e8;
    color: #26352d;
    text-align: center;
}

.services-end h2,
.services-end p {
    color: #26352d;
}

.services-end h2 {
    margin-bottom: 30px;
}

.services-end p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.services-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.services-end .preventivo-link {
    background: #26352d;
    color: #f3f0e8;
    border: 1px solid #26352d;
}

.services-end .preventivo-link:hover {
    background: #35483d;
    color: #f3f0e8;
}

@media (max-width: 700px) {

    .services-end {
        padding: 90px 25px;
    }

    .services-end .preventivo-link {
        font-size: 22px;
    }

}
