:root {
  --brand-pink: #e6cac2;
  --brand-secondary-color: #4A342E;
  --font-titoli: "Cormorant Garamond", serif;
  --font-testo: "Manrope", sans-serif;
}


.h3, h3 {
    font-family: var(--font-titoli);
    font-size: 1.8rem;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-family: var(--font-titoli);
        font-size: 1.8rem;
    }
}

/* Nasconde le schede primarie di amministrazione (Visualizza, Modifica, Layout...) */
.main-content nav.tabs {
  display: none !important;
}




/* SEZIONE NAVBAR */

#navbar-top {
  background-color: var(--brand-pink) !important;
  padding: 0;
}

#navbar-top .nav-link {
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 500;
  font-size: 0.8rem;
  transition: color 0.2s ease-in-out;
}

#navbar-top .nav-link:hover,
#navbar-top .nav-link:focus {
  color: #0d6efd !important;
}

#navbar-main .navbar-brand {
  font-size: 0 !important;
}

#navbar-main .navbar-brand img {
  font-size: initial;
}

#navbar-main {
  padding: 0.2rem;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#navbar-main .nav-link {
  font-family: var(--font-testo);
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 500;
}

#navbar-main .nav-link:hover,
#navbar-main .nav-link.is-active {
  color: var(--brand-pink, #e6cac2) !important;
}

#navbar-main .navbar-toggler-icon {
  filter: invert(1);
}

#navbar-main .navbar-brand img {
  max-height: 90px !important;
  width: auto !important;
  margin-right: 12px;
  object-fit: contain;
  vertical-align: middle;
}

.region-top-header-form {
  display: flex !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
}

.region-top-header-form ul.nav {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.region-top-header-form .nav-link {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#navbar-top .nav-link:hover, #navbar-top .nav-link:focus {
    color: #fff !important;
}

/* NAVBAR TOGGLER */

#header #navbar-main .navbar-toggler.collapsed .navbar-toggler-icon,
#header #navbar-main .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  filter: none !important;
}

#header #navbar-main .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
#header #navbar-main .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M6 6l18 18M6 24L24 6'/%3e%3c/svg%3e") !important;
  filter: none !important;
}



/* FEED RSS */

.feed-icon,
a.feed-icon,
.feed-icon-rss {
  display: none !important;
}





/* FOOTER */

.site-footer {
  background: var(--brand-secondary-color);
  color: #ffffff;
}

.site-footer img.footer-logo {
  height: 150px;
  width: auto;
  object-fit: contain;
}

.site-footer .footer-info-text {
  font-family: var(--font-testo, "Manrope", sans-serif);
}

.site-footer .site-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .site-footer__top .region {
  flex: 1;
  min-width: 280px;
  margin-left: 0;
  margin-right: 0;
}

.site-footer .block {
  margin: 0;
  border: none;
  padding: 10px;
}

.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 0;
}

.site-footer .region-footer-third ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.site-footer .region-footer-third ul li {
  margin-bottom: 8px;
}

.site-footer .region-footer-third ul li a,
.site-footer__top .content li a {
  font-family: var(--font-testo);
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s ease;
}

.site-footer .region-footer-third ul li a:hover {
  color: var(--brand-pink, #e6cac2);
}

.site-footer .site-footer__bottom,
.site-footer__bottom {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  letter-spacing: 0.2px;
}

.footer-copyright-text,
.footer-copyright-text a {
  font-family: var(--font-testo, "Manrope", sans-serif);
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-align: left;
}

.site-footer__top .content li a:hover, .site-footer__top .content li a:focus {
    background-color: transparent;
}

@media (max-width: 767.98px) {
  .site-footer,
  .site-footer .block,
  .site-footer .content,
  .site-footer h3,
  .footer-copyright-text,
  .footer-copyright-text a {
    text-align: center !important;
  }

  .site-footer .site-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .site-footer .site-footer__top .region {
    width: 100%;
    text-align: center;
  }

  .site-footer .region-footer-third ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
  }

  .site-footer .region-footer-third ul li {
    width: 100%;
    text-align: center;
  }

  .site-footer .region-footer-third ul li a {
    display: block !important;          /* Occupa tutta la larghezza dell'li */
    width: 100% !important;             /* Garantisce che il box coincida con l'asse */
    text-align: center !important;
    padding: 6px 0 6px 16px !important;
    margin: 0 auto !important;
  }

  .site-footer img.footer-logo {
    margin: 0 auto 15px auto;
    display: block;
  }

  .site-footer .site-footer__bottom {
    font-size: 0.9rem;
    text-align: center;
  }
}






/* SEZIONE CHI SIAMO HOMEPAGE */

.about-home {
  padding: 100px 0;
}

.about-home__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.about-home__image {
  flex: 1;
}

.about-home__image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 4px;
}

.about-home__content {
  flex: 1;
}

.about-home__subtitle {
  display: block;
  font-family: var(--font-testo);
  color: #8F5B52;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 20px;
}

.about-home__content h2 {
  font-family: var(--font-titoli);
  font-size: 56px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--brand-secondary-color);
  margin-bottom: 30px;
}

.about-home__content p {
  font-family: var(--font-testo);
  font-size: 17px;
  line-height: 1.8;
  color: #2D2D2D;
  margin-bottom: 20px;
}

.about-home__button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 35px;
  background: #8F5B52;
  color: #ffffff;
  font-family: var(--font-testo);
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-home__button:hover {
  color: #fff;
  background: var(--brand-secondary-color);
}


/* MOBILE */

@media(max-width: 768px) {

  .about-home {
    padding: 60px 0;
  }

  .about-home__container {
    flex-direction: column;
    gap: 40px;
  }

  .about-home__image {
    display: none;
  }

  .about-home__content {
    text-align: center;
  }

  .about-home__content h2 {
    font-size: 40px;
  }

  .about-home__button {
    margin-top: 15px;
  }

}







/* SEZIONE I NOSTRI SERVIZI HOME */

.home-services{
    padding: 10px 30px 110px 30px;
    background:#fff;
}

.home-services__header{
    max-width:700px;
    margin:0 auto 80px;
    text-align:center;
}

.home-services__header span{
    display:block;
    margin-bottom:15px;
    font-family: var(--font-testo);
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#8F5B52;
}

.home-services__header h2{
    margin-bottom:20px;
    font-family: var(--font-titoli);
    font-size:56px;
    font-weight:600;
    color:var(--brand-secondary-color);
    line-height:1.1;
}

.home-services__header p{
    font-family: var(--font-testo);
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.home-services__grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.service-item img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.45s;
}

.service-item{
    text-align:left;
}

.service-item a{
    display:block;
    overflow:hidden;
}

.service-item:hover img{
    transform:scale(1.04);
}

.service-item h3{
    margin:28px 0 18px;
    font-size:38px;
    color:var(--brand-secondary-color);
}

.service-item p{
    margin-bottom:25px;
    font-family: var(--font-testo);
    color: #555;
    line-height:1.8;
    font-size:17px;
}

.service-link{
    display:inline-flex !important;
    align-items:center;
    gap:8px;
    font-family: var(--font-testo);
    font-weight:600;
    color:#8F5B52;
    text-decoration:none;
    transition:.3s;
}

.service-link:hover{
    color:var(--brand-secondary-color);
    gap:14px;
}

@media(max-width:991px){

    .home-services{
        padding:70px 20px;
    }

    .home-services__grid{
        grid-template-columns:1fr;
        gap:60px;
    }

    .home-services__header h2{
        font-size:40px;
    }

    .service-item{
        text-align:center;
    }

    .service-item img{
        height:320px;
    }

}







/* GALLERIA HOME */

.home-gallery .splide {
  padding-bottom: 50px;
}

.home-gallery .splide__slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-gallery .splide__slide img:hover {
  transform: translateY(-8px);
}

/* 2. Frecce di navigazione eleganti e circolari */
.home-gallery .splide__arrow {
  background: #ffffff !important;
  opacity: 0.9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.home-gallery .splide__arrow:hover:not(:disabled) {
  background: var(--brand-secondary-color) !important;
  opacity: 1;
}

.home-gallery .splide__arrow svg {
  fill: var(--brand-secondary-color) !important;
  width: 18px;
  height: 18px;
  transition: fill 0.3s ease;
}

.home-gallery .splide__arrow:hover:not(:disabled) svg {
  fill: #ffffff !important;
}

.home-gallery .splide__arrow--prev {
  left: -20px;
}

.home-gallery .splide__arrow--next {
  right: -20px;
}

.home-gallery .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* 3. Paginazione a pallini */
.home-gallery .splide__pagination {
  bottom: 10px;
}

.home-gallery .splide__pagination__page {
  background: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.home-gallery .splide__pagination__page.is-active {
  background: var(--brand-pink, #e6cac2);
  transform: scale(1.3);
  opacity: 1;
}

/* ==========================================================================
   BLOCCO TITOLO SEZIONE (GALLERIA)
   ========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}

/* Sottotitolo discreto sopra il titolo principale */
.section-header .section-subtitle {
    display: block;
    margin-bottom: 15px;
    font-family: var(--font-testo);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8F5B52;
}

/* Titolo Principale in Cormorant Garamond */
.section-header .section-title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--brand-secondary-color);
  margin: 0 0 15px 0;
  line-height: 1.2;
}

/* Linea decorativa centrata sotto al titolo */
.section-header .section-divider {
  width: 60px;
  height: 2px;
  background-color: var(--brand-pink, #e6cac2);
  margin: 0 auto;
}

.gallery-more-wrapper {
  text-align: center;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}

.btn-gallery-more {
  display: inline-flex; /* Cambiato in inline-flex per allineare perfettamente testo e SVG */
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  background: #8F5B52;
  color: #ffffff;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Stile e animazione della freccia obliqua SVG */
.btn-gallery-more .btn-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor; /* Eredita automaticamente il colore del testo (#ffffff) */
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* Effetto Hover: cambio colore e freccia che scivola in alto a destra */
.btn-gallery-more:hover {
  color: #ffffff;
  background: var(--brand-secondary-color);
  text-decoration: none;
}

.btn-gallery-more:hover .btn-icon {
  transform: translate(3px, -3px); /* Movimento obliquo verso l'alto e destra */
}

/* Adaptability Mobile */
@media (max-width: 767.98px) {
  .btn-gallery-more {
    width: 90%; /* Si adatta alla larghezza dello schermo mobile */
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   ADATTAMENTO MOBILE (< 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 25px;
  }

  .section-header .section-title {
    font-size: 2.1rem; /* Dimensione ridotta per schermi piccoli */
  }

  .section-header .section-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
  }
}


/* ==========================================================================
   ADATTAMENTO MOBILE (< 768px)
   ========================================================================== */
@media (max-width: 767.98px) {
  .home-gallery .splide__slide img {
    height: 300px;
  }

  .home-gallery .splide__arrow--prev {
    left: 10px;
  }

  .home-gallery .splide__arrow--next {
    right: 10px;
  }

  .home-gallery .splide__arrow {
    width: 38px;
    height: 38px;
  }
}








/* SEZIONE COME LAVORIAMO HOME */

.how-we-work-section {
  padding: 80px 0;
  background-color: #ffffff; /* Oppure un rosa chiarissimo se preferisci sfondare */
}

.how-we-work-container {
  max-width: 1200px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 1. Colonna Testo */
.how-we-work__content {
  flex: 1;
  max-width: 540px;
}

.how-we-work__subtitle {
    display: block;
    margin-bottom: 15px;
    font-family: var(--font-testo);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8F5B52;
}

.how-we-work__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--brand-secondary-color);
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 25px;
}

.how-we-work__text {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 20px;
}

/* Stile Bottone coerente con il tuo branding */
.how-we-work__button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 35px;
  background: #8F5B52;
  color: #ffffff;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.how-we-work__button .btn-icon {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.how-we-work__button:hover {
  color: #ffffff;
  background: var(--brand-secondary-color);
  text-decoration: none;
}

.how-we-work__button:hover .btn-icon {
  transform: translate(3px, -3px);
}

/* 2. Colonna Immagine */
.how-we-work__image-wrapper {
  flex: 1;
  max-width: 540px;
}

.how-we-work__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .how-we-work-section {
    padding: 50px 20px;
  }

  .how-we-work-container {
    flex-direction: column; /* In colonna su schermi piccoli */
    gap: 40px;
  }

  .how-we-work__content,
  .how-we-work__image-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .how-we-work__title {
    font-size: 2.2rem;
  }

  .how-we-work__image {
    height: 350px;
  }

  .how-we-work__button {
    width: 100%;
    text-align: center;
  }
}








/* CONTATTACI HOME */

.contact-header {
  margin-bottom: 35px;
}

.contact-header .contact-subtitle {
    display: block;
    margin-bottom: 15px;
    font-family: var(--font-testo);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8F5B52;
}

.contact-header .contact-title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.8rem;
  font-weight: 500;
  color: #4A342E;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 18px;
}

.contact-header .contact-lead {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 0;
}

/* Adaptability Mobile */
@media (max-width: 767.98px) {
  .contact-header {
    padding: 0 20px;
  }

  .contact-header .contact-title {
    font-size: 2.1rem;
  }
  
  .contact-header .contact-lead {
    font-size: 0.95rem;
  }
}

.contact-section {
  padding: 80px 0;
  background-color: #fcfbf9; /* Sfondo neutro delicatissimo */
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.contact-info {
  flex: 1;
  max-width: 480px;
}

.contact-subtitle {
  display: block;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-pink, #e6cac2);
  margin-bottom: 10px;
}

.contact-title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.8rem;
  color: var(--brand-secondary-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-text {
  font-family: var(--font-testo, "Manrope", sans-serif);
  color: #555555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-details p {
  font-family: var(--font-testo, "Manrope", sans-serif);
  margin-bottom: 10px;
  color: var(--brand-secondary-color);
}

.contact-details a {
  color: #8F5B52;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-details a:hover {
  color: var(--brand-secondary-color);
}

/* --- STILI INPUT WEBFORM --- */
.webform-submission-form {
  flex: 1;
  padding: 0 0 40px 0;
}

.webform-submission-form .form-item {
  margin-bottom: 20px;
}

.webform-submission-form label {
  display: block;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-secondary-color);
  margin-bottom: 8px;
}

/* Stile per Input di testo, Email, Tel e Textarea */
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="tel"],
.webform-submission-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.95rem;
  color: #333333;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 0; /* Design squadrato coerente */
  transition: border-color 0.3s ease, background-color 0.3s ease;
  box-sizing: border-box;
}

/* Effetto Focus sui campi */
.webform-submission-form input[type="text"]:focus,
.webform-submission-form input[type="email"]:focus,
.webform-submission-form input[type="tel"]:focus,
.webform-submission-form textarea:focus {
  outline: none;
  border-color: #8F5B52;
  background-color: #ffffff;
}

.webform-submission-form textarea {
  resize: vertical;
  min-height: 140px;
}

.webform-submission-form .form-actions {
  text-align: left !important;
  margin-top: 10px;
}

.webform-submission-form .form-actions input[type="submit"],
.webform-submission-form .webform-button--submit {
  display: inline-block !important;
  width: auto !important;             /* Rimosso il 100% full width */
  padding: 14px 35px !important;      /* Stessa dimensione dei bottoni .how-we-work__button */
  background: #8F5B52 !important;
  color: #ffffff !important;
  font-family: var(--font-testo, "Manrope", sans-serif) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

.webform-submission-form .form-actions input[type="submit"]:hover,
.webform-submission-form .webform-button--submit:hover {
  background: var(--brand-secondary-color) !important;
  color: #ffffff !important;
}

.form-check-input:checked {
    background-color: var(--brand-secondary-color);
    border-color: var(--brand-secondary-color);
}

@media (max-width: 991.98px) {
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }

  .contact-info,
  .webform-submission-form {
    max-width: 100%;
    width: 100%;
  }

  .webform-submission-form {
    padding: 25px 20px;
  }

  .webform-submission-form .form-actions input[type="submit"],
  .webform-submission-form .webform-button--submit {
    width: auto !important;
    padding: 12px 28px !important;
  }
}






/* MESSAGGIO DI CONFERMA WEBFORM CONTATTACI */

/* ==========================================================================
   CONFERMA INVIO WEBFORM (MESSAGGIO DI RINGRAZIAMENTO)
   ========================================================================== */
.webform-confirmation {
  max-width: 650px;
  margin: 60px auto;
  padding: 45px 35px;
  background-color: #fcfbf9;
  border: 1px solid #e6cac2;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Messaggio Principale */
.webform-confirmation__message {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.2rem;
  font-weight: 500;
  color: #4A342E;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Pulsante di Ritorno (Stile identico agli altri bottoni del sito) */
.webform-confirmation__back {
  margin-top: 20px;
}

.webform-confirmation__back a {
  display: inline-block;
  padding: 14px 35px;
  background: #8F5B52;
  color: #ffffff !important;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.webform-confirmation__back a:hover {
  background: #4A342E;
  color: #ffffff !important;
  text-decoration: none;
}

/* ==========================================================================
   STILIZZAZIONE E INTEGRAZIONE RECAPTCHA
   ========================================================================== */

/* 1. Pulizia del contenitore principale: via bordi e padding di default */
fieldset.captcha {
  border: none !important;
  padding: 0 !important;
  margin: 20px 0 25px 0 !important;
  background: transparent !important;
}

/* 2. Nasconde la scritta "CAPTCHA" in alto e il testo di spiegazione in basso */
fieldset.captcha > legend.captcha__title,
fieldset.captcha > .captcha__description {
  display: none !important;
}

/* 3. Wrapper dell'elemento: layout pulito */
.captcha__element {
  display: block;
  margin: 0;
}

/* 4. Il box di reCAPTCHA */
.g-recaptcha {
  display: inline-block;
  border-radius: 0; /* Coerente con lo stile squadrato delle immagini/form */
}

/* ==========================================================================
   ADATTAMENTO MOBILE (< 768px)
   ========================================================================== */
@media (max-width: 767.98px) {
  /* Scala leggermente l'iframe di Google se lo schermo dello smartphone è stretto */
  .g-recaptcha > div {
    transform: scale(0.92);
    transform-origin: 0 0;
  }
}

/* Adaptability Mobile */
@media (max-width: 767.98px) {
  .webform-confirmation {
    padding: 30px 20px;
    margin: 30px 15px;
  }

  .webform-confirmation__message {
    font-size: 1.75rem;
  }

  .webform-confirmation__back a {
    width: 100%;
    text-align: center;
  }
}










/* PAGINA CONTATTACI */

/* ==========================================================================
   INTESTAZIONE CONTATTI ORIZZONTALE
   ========================================================================== */
.contact-header-horizontal {
  padding: 60px 0 40px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f0ece9;
  margin-bottom: 50px;
}

.contact-header-container {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

/* 1. Colonna Titoli (A Sinistra) */
.contact-header__titles {
  flex: 1;
  max-width: 500px;
}

.contact-header__subtitle {
    display: block;
    font-family: var(--font-testo);
    color: #8F5B52;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-header__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 3rem;
  font-weight: 500;
  color: #4A342E;
  line-height: 1.2;
  margin: 0;
}

/* 2. Colonna Descrizione & Info (A Destra) */
.contact-header__body {
  flex: 1.1;
  max-width: 580px;
}

.contact-header__text {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555555;
  margin-top: 0;
  margin-bottom: 25px;
}

/* ==========================================================================
   STILIZZAZIONE RECAPITI CON ICONE SVG
   ========================================================================== */
.contact-header__quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.95rem;
  color: #4A342E;
  margin-top: 15px;
}

/* Singolo elemento (Link o Spazio Indirizzo) */
.contact-header__quick-info .info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4A342E;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Dimensione e stile delle icone SVG */
.contact-header__quick-info .info-icon {
  width: 18px;
  height: 18px;
  stroke: #8F5B52; /* Colore dell'icona (rosa/marrone brand) */
  flex-shrink: 0;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

/* Effetto Hover sui link */
.contact-header__quick-info a.info-item:hover {
  color: #8F5B52;
}

.contact-header__quick-info a.info-item:hover .info-icon {
  stroke: #4A342E;
  transform: translateY(-2px);
}

/* Adaptability Mobile */
@media (max-width: 767.98px) {
  .contact-header__quick-info {
    flex-direction: column;
    gap: 12px;
  }
}

/* ==========================================================================
   ADATTAMENTO MOBILE (< 992px)
   ========================================================================== */
@media (max-width: 991.98px) {
  .contact-header-horizontal {
    padding: 40px 20px 30px 20px;
    margin-bottom: 30px;
  }

  .contact-header-container {
    flex-direction: column; /* Diventa in colonna su schermi piccoli */
    gap: 25px;
  }

  .contact-header__titles,
  .contact-header__body {
    max-width: 100%;
    width: 100%;
  }

  .contact-header__title {
    font-size: 2.3rem;
  }

  .contact-header__quick-info {
    flex-direction: column;
    gap: 10px;
  }
}









/* PAGINA CHI SIAMO */

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

/* --- 1. HERO INTRO --- */
.about-hero {
  padding: 70px 0 50px 0;
  text-align: center;
  border-bottom: 1px solid #f0ece9;
}

.about-hero__container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero__subtitle {
    display: block;
    font-family: var(--font-testo);
    color: #8F5B52;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 20px;
}

.about-hero__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 3.2rem;
  font-weight: 500;
  color: #4A342E;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.about-hero__lead {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

/* --- 2. STORIA & IMMAGINE --- */
.about-story {
  padding: 80px 0;
  background-color: #ffffff;
}

.about-story__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-story__image-wrapper {
  flex: 1;
  max-width: 540px;
}

.about-story__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.about-story__content {
  flex: 1;
  max-width: 560px;
}

.about-story__subtitle {
    display: block;
    font-family: var(--font-testo);
    color: #8F5B52;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 20px;
}

.about-story__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.6rem;
  font-weight: 500;
  color: #4A342E;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 25px;
}

.about-story__text {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 20px;
}

.about-values__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.value-card {
  background: #ffffff;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #f0ece9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.value-card__icon svg {
  width: 36px;
  height: 36px;
  stroke: #8F5B52;
  margin-bottom: 20px;
}

.value-card__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 1.5rem;
  color: #4A342E;
  margin-top: 0;
  margin-bottom: 12px;
}

.value-card__text {
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* --- 4. CALL TO ACTION FINALE --- */
.about-cta {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
}

.about-cta__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-cta__title {
  font-family: var(--font-titoli, "Cormorant Garamond", serif);
  font-size: 2.5rem;
  color: #4A342E;
  margin-top: 0;
  margin-bottom: 30px;
}

.about-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  background: #8F5B52;
  color: #ffffff;
  font-family: var(--font-testo, "Manrope", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.about-cta__button .btn-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.about-cta__button:hover {
  background: var(--brand-secondary-color, #4A342E);
  color: #ffffff;
  text-decoration: none;
}

.about-cta__button:hover .btn-icon {
  transform: translate(3px, -3px);
}

/* ==========================================================================
   ADATTAMENTO MOBILE (< 992px)
   ========================================================================== */
@media (max-width: 991.98px) {
  .about-hero__title {
    font-size: 2.3rem;
  }

  .about-story__container {
    flex-direction: column;
    gap: 40px;
  }

  .about-story__image-wrapper,
  .about-story__content {
    max-width: 100%;
    width: 100%;
  }

  .about-story__image {
    height: 350px;
  }

  .about-values__container {
    grid-template-columns: 1fr; /* Colonna singola su mobile */
    gap: 20px;
  }

  .about-cta__title {
    font-size: 2rem;
  }

  .about-cta__button {
    width: 90%;
  }
}


.home-banner{
  position:relative;
  min-height:650px;
  display:flex;
  justify-content:center;
  align-items:center;
  background-image:url("/sites/default/files/olgabigflowers_banner.jpeg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.home-banner__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}

.home-banner__content{
  position:relative;
  z-index:2;
  max-width:800px;
  padding:40px;
  text-align:center;
  color:#fff;
}

.home-banner__content span{
  display:block;
  margin-bottom:18px;
  font-family:"Manrope",sans-serif;
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:14px;
  color:#e6cac2;
}

.home-banner__content h2{
  margin-bottom:25px;
  font-family:"Cormorant Garamond",serif;
  font-size:64px;
  line-height:1.1;
  font-weight:600;
}

.home-banner__content p{
  margin-bottom:40px;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
}

.home-banner__button{
  display:inline-block;
  padding:16px 38px;
  background:#e6cac2;
  color:#4A342E;
  text-decoration:none;
  font-family:"Manrope",sans-serif;
  font-weight:600;
  transition:.3s ease;
}

.home-banner__button:hover{
  background:#fff;
  color:#4A342E;
}

@media (max-width:991px){

  .home-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .home-banner{
      min-height:500px;
  }

  .home-banner__content{
      padding:30px 20px;
  }

  .home-banner__content h2{
      font-size:42px;
  }

  .home-banner__content p{
      font-size:16px;
  }

}





.services-page {
    width: 100%;
    overflow: hidden;
}


/* ==========================================================================
   HERO
   ========================================================================== */

.services-page-hero {
    padding: 130px 30px 140px;
    background: #e6cac2;
}

.services-page-hero__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.services-page-hero__eyebrow {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #8f5b52;
}

.services-page-hero__title {
    max-width: 900px;
    margin: 25px auto 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 600;
    color: #4a342e;
}


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

.services-page-intro {
    padding: 110px 30px;
    background: #ffffff;
}

.services-page-intro__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.services-page-intro__eyebrow {
    display: block;
    margin-bottom: 18px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8f5b52;
}

.services-page-intro h2 {
    margin: 0 0 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 600;
    color: #4a342e;
}

.services-page-intro p {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.9;
    color: #555555;
}


/* ==========================================================================
   SERVIZI
   ========================================================================== */

.services-page-item {
    padding: 120px 30px;
}

.services-page-item--white {
    background: #ffffff;
}

.services-page-item--rose {
    background: #f8f1ef;
}

.services-page-item__inner {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 90px;
}

.services-page-item__inner--reverse {
    grid-template-columns: 0.85fr 1.15fr;
}

.services-page-item__inner--reverse
.services-page-item__image {
    order: 2;
}

.services-page-item__inner--reverse
.services-page-item__content {
    order: 1;
}


/* IMMAGINI */

.services-page-item__image {
    overflow: hidden;
}

.services-page-item__image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.services-page-item__image:hover img {
    transform: scale(1.03);
}


/* TESTO */

.services-page-item__content {
    max-width: 520px;
}

.services-page-item__number {
    display: block;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    color: #8f5b52;
}

.services-page-item__label {
    display: block;
    margin-bottom: 18px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8f5b52;
}

.services-page-item__content h2 {
    margin: 0 0 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    color: #4a342e;
}

.services-page-item__content p {
    margin: 0 0 18px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #555555;
}


/* LINK GALLERIA */

.services-page-item__gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #8f5b52;
    text-decoration: none;
    transition:
        gap 0.3s ease,
        color 0.3s ease;
}

.services-page-item__gallery-link span {
    font-size: 20px;
    line-height: 1;
}

.services-page-item__gallery-link:hover {
    gap: 16px;
    color: #4a342e;
}


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

.services-page-contact {
    padding: 120px 30px;
    background: #4a342e;
}

.services-page-contact__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.services-page-contact__eyebrow {
    display: block;
    margin-bottom: 18px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e6cac2;
}

.services-page-contact h2 {
    margin: 0 0 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 600;
    color: #ffffff;
}

.services-page-contact p {
    max-width: 600px;
    margin: 0 auto 35px;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.services-page-contact__button {
    display: inline-block;
    padding: 16px 38px;
    background: #e6cac2;
    color: #4a342e;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.services-page-contact__button:hover {
    background: #ffffff;
    color: #4a342e;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991px) {

    .services-page-hero {
        padding: 90px 25px 100px;
    }

    .services-page-hero__title {
        font-size: 52px;
    }

    .services-page-intro {
        padding: 80px 25px;
    }

    .services-page-intro h2 {
        font-size: 46px;
    }

    .services-page-item {
        padding: 80px 25px;
    }

    .services-page-item__inner,
    .services-page-item__inner--reverse {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .services-page-item__inner--reverse
    .services-page-item__image,
    .services-page-item__inner--reverse
    .services-page-item__content {
        order: initial;
    }

    .services-page-item__image {
        width: 100%;
    }

    .services-page-item__image img {
        height: 450px;
    }

    .services-page-item__content {
        max-width: 100%;
    }

    .services-page-item__content h2 {
        font-size: 44px;
    }

    .services-page-contact {
        padding: 90px 25px;
    }

    .services-page-contact h2 {
        font-size: 46px;
    }

}


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

@media (max-width: 600px) {

    .services-page-hero {
        padding: 70px 20px 80px;
    }

    .services-page-hero__title {
        font-size: 42px;
    }

    .services-page-intro {
        padding: 70px 20px;
    }

    .services-page-intro h2 {
        font-size: 40px;
    }

    .services-page-intro p {
        font-size: 16px;
    }

    .services-page-item {
        padding: 70px 20px;
    }

    .services-page-item__image img {
        height: 360px;
    }

    .services-page-item__content h2 {
        font-size: 39px;
    }

    .services-page-item__content p {
        font-size: 15px;
    }

    .services-page-contact {
        padding: 80px 20px;
    }

    .services-page-contact h2 {
        font-size: 40px;
    }

}






/* ==========================================================================
   GALLERIA
   ========================================================================== */

.page-gallery {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 90px 30px 110px;
}


/* Griglia */

.page-gallery .view-content {
    display: block;
    margin: 0;
}

.page-gallery .views-view-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    margin: 0;
}

.page-gallery .views-view-grid .views-row {
    display: contents;
}

.page-gallery .views-view-grid .views-col {
    width: auto !important;
    padding: 0;
    margin: 0;
}


/* Immagini */

.page-gallery .views-field-field-immagine-galleria {
    width: 100%;
    overflow: hidden;
}

.page-gallery .field-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-gallery .image-style-stile-immagini-home-gallery {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}


/* Effetto hover */

.page-gallery .views-col:hover
.image-style-stile-immagini-home-gallery {
    transform: scale(1.04);
}


/* ==========================================================================
   PAGINAZIONE
   ========================================================================== */

.page-gallery .pager {
    margin-top: 55px;
    padding: 0;
}

.page-gallery .pager__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-gallery .pager__item {
    margin: 0;
    padding: 0;
}

.page-gallery .pager__item a,
.page-gallery .pager__item.is-active a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4a342e;
    text-decoration: none;
    border: 1px solid rgba(74, 52, 46, 0.2);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.page-gallery .pager__item a:hover {
    background: #e6cac2;
    border-color: #e6cac2;
    color: #4a342e;
}

.page-gallery .pager__item.is-active a {
    background: #4a342e;
    border-color: #4a342e;
    color: #ffffff;
}

.page-gallery .views-col {
    cursor: pointer;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(30, 20, 18, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.gallery-lightbox img {
    display: block;
    max-width: 92vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.gallery-lightbox__close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.gallery-lightbox__close:hover {
    transform: rotate(90deg);
    opacity: 0.7;
}

body.gallery-lightbox-open {
    overflow: hidden;
}

@media (max-width: 600px) {
    .gallery-lightbox {
        padding: 20px;
    }

    .gallery-lightbox img {
        max-width: 94vw;
        max-height: 85vh;
    }

    .gallery-lightbox__close {
        top: 15px;
        right: 15px;
        font-size: 36px;
    }
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991px) {

    .page-gallery {
        padding: 70px 25px 90px;
    }

    .page-gallery .views-view-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .page-gallery .image-style-stile-immagini-home-gallery {
        height: 400px;
    }

}


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

@media (max-width: 600px) {

    .page-gallery {
        padding: 50px 20px 70px;
    }

    .page-gallery .views-view-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page-gallery .image-style-stile-immagini-home-gallery {
        height: 430px;
    }

    .page-gallery .pager {
        margin-top: 40px;
    }

    .page-gallery .pager__items {
        gap: 5px;
    }

    .page-gallery .pager__item a,
    .page-gallery .pager__item.is-active a {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }

}