.elementor-kit-6{--e-global-color-primary:#FAF6EF;--e-global-color-secondary:#EDE4D6;--e-global-color-text:#1E1510;--e-global-color-accent:#B8935A;--e-global-color-ea6f569:#C4724A;--e-global-color-9b687d8:#9BB5CC;--e-global-color-5a573b3:#7A6650;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:clamp(44px, 30px + 3.89vw, 61px);--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:clamp(30px, 22px + 2.22vw, 44px);--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:0.1rem;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:clamp(14px, 13.33px + 0.19vw, 16px);--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.7rem;--e-global-typography-text-letter-spacing:0.01rem;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:clamp(14px, 13.33px + 0.19vw, 16px);--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.25rem;--e-global-typography-9d8bdb9-font-family:"Cormorant Garamond";--e-global-typography-9d8bdb9-font-size:clamp(28px, 20px + 2.22vw, 52px);--e-global-typography-9d8bdb9-font-weight:300;--e-global-typography-d9c98b1-font-family:"Cormorant Garamond";--e-global-typography-d9c98b1-font-size:clamp(22px, 16.67px + 1.48vw, 33px);--e-global-typography-dc294a3-font-family:"Cormorant Garamond";--e-global-typography-dc294a3-font-size:clamp(18px, 14.67px + 0.93vw, 28px);--e-global-typography-dc294a3-font-weight:400;--e-global-typography-7d5024a-font-family:"Jost";--e-global-typography-7d5024a-font-size:clamp(12px, 11.33px + 0.19vw, 14px);--e-global-typography-7d5024a-text-transform:uppercase;--e-global-typography-7d5024a-letter-spacing:0.1rem;--e-global-typography-f02f6a4-font-family:"Cormorant Garamond";--e-global-typography-f02f6a4-font-size:clamp(52px, 33.33px + 5.19vw, 95px);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-ea6f569 );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========TESI G&G STYLE =========*/

.gg-accent {
  font-style: italic;
  color: #D4AA72;        /* oro light — cambia con #C4724A per argilla */
  font-weight: 300;
}

.gg-accent-dark {
  font-style: italic;
  color: #C4724A;        /* oro light — cambia con #C4724A per argilla */
  font-weight: 300;
}

.gg-accent-blue {
  font-style: italic;
  color: #9BB5CC;        /* oro light — cambia con #C4724A per argilla */
  font-weight: 300;
}

/*========= PULSANTI =========*/

.gg-btn {
  --_c:    #1E1510;
  --_fill: #1E1510;
  --_on:   #FAF6EF;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  font-family: 'Jost', sans-serif;
  font-size: clamp(0.875rem, 0.185vw + 0.833rem, 1rem);
  font-weight: 400;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  text-decoration: none !important;
  color: var(--_c) !important;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.gg-btn.fill {
  padding: 0.7em 1.25em;
  border: 1px solid var(--_c);
  overflow: hidden;
  transition: color .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.fill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--_fill);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.gg-btn.fill span {
  position: relative;
  z-index: 1;
}
.gg-btn.fill:hover { color: var(--_on) !important; }
.gg-btn.fill:hover::before { transform: scaleX(1); }
.gg-btn.slide { gap: 12px; }
.gg-btn.slide::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
  transition: width .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.slide:hover::before { width: 32px; }
.gg-btn.slide.light::before,
.gg-btn.slide.oro::before,
.gg-btn.slide.slate::before,
.gg-btn.slide.notte::before,
.gg-btn.slide.ghost::before,
.gg-btn.slide.ghost-light::before { content: none; }
.gg-btn.slide.light::after,
.gg-btn.slide.oro::after,
.gg-btn.slide.slate::after,
.gg-btn.slide.notte::after,
.gg-btn.slide.ghost::after,
.gg-btn.slide.ghost-light::after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
  transition: width .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.slide.light:hover::after,
.gg-btn.slide.oro:hover::after,
.gg-btn.slide.slate:hover::after,
.gg-btn.slide.notte:hover::after,
.gg-btn.slide.ghost:hover::after,
.gg-btn.slide.ghost-light:hover::after { width: 32px; }
.gg-btn.light {
  --_c:    #FAF6EF;
  --_fill: #FAF6EF;
  --_on:   #1E1510;
  color: #FAF6EF !important;
}
.gg-btn.light:hover { color: #1E1510 !important; }
.gg-btn.fill.oro {
  background: #B8935A;
  border: none;
  --_c:    #1E1510;
  --_fill: #FAF6EF;
  --_on:   #1E1510;
  color: #1E1510 !important;
}
.gg-btn.fill.oro:hover { color: #1E1510 !important; }
.gg-btn.fill.scuro {
  background: #1E1510;
  border: none;
  --_c:    #FFFFFF;
  --_fill: #FAF6EF;
  --_on:   #1E1510;
  color: #FFFFFF !important;
}
.gg-btn.fill.scuro:hover { color: #1E1510 !important; }
.gg-btn.slide.oro {
  background: #B8935A;
  color: #1E1510 !important;
  padding: 0.7em 1.33em;
  transition: color .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.slide.oro:hover { color: #FAF6EF !important; }
.gg-btn.slide.slate {
  background: #9BB5CC;
  color: #1E1510 !important;
  padding: 0.7em 1.33em;
  transition: color .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.slide.slate:hover { color: #FAF6EF !important; }
.gg-btn.slide.notte {
  background: #1E1510;
  color: #FFFFFF !important;
  padding: 0.7em 1.33em;
  transition: background .45s cubic-bezier(.22,1,.36,1),
              color .45s cubic-bezier(.22,1,.36,1);
}
.gg-btn.slide.notte:hover {
  background: #FAF6EF;
  color: #1E1510 !important;
}
.gg-btn.slide.ghost {
  border: 1px solid #1E1510;
  border-radius: 3px;
  color: #1E1510 !important;
  padding: 0.7em 1.33em;
}
.gg-btn.slide.ghost-light {
  border: 1px solid #FAF6EF;
  border-radius: 3px;
  color: #FAF6EF !important;
  padding: 0.7em 1.33em;
}
@media (hover: none) {
  .gg-btn.fill::before { display: none; }
  .gg-btn.fill:active,
  .gg-btn.slide:active { opacity: .7; }
}

/*========= CONTAINER =========*/
.gg-container {
    background: #F7EDE5;
    position: relative;
    overflow: hidden;
    transition: background .35s ease;
}

.gg-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #C4724A;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.22,1,.36,1);
    z-index: 10;
    pointer-events: none;
}

.gg-container:hover::before {
    transform: scaleX(1);
}

.gg-container:hover {
    background: #EDD9C8;
}

/*========= REGISTRAZIONE =========*/

.gg-reg-form {
  --gg-pergamena:  #FAF6EF;
  --gg-tabacco:    #1E1510;
  --gg-oro:        #B8935A;
  --gg-lino:       #EDE4D6;
  --gg-fs:         clamp(0.8125rem, 0.75rem + 0.2778vw, 1rem);
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: var(--gg-fs);
  line-height: 20px;
  color: var(--gg-tabacco);
}

.gg-reg-field {
  display: flex;
  flex-direction: column;
  gap: .375rem;
}

.gg-reg-field label {
  font-family: inherit;
  font-weight: 300;
  font-size: var(--gg-fs);
  line-height: 20px;
  color: var(--gg-tabacco);
}

.gg-reg-field label span[aria-hidden] {
  color: var(--gg-oro);
  margin-left: .15em;
}

.gg-reg-field input {
  width: 100%;
  background: #fff;
  border: 1px solid #a1a6ad;
  padding: .75rem 1rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: var(--gg-fs);
  line-height: 20px;
  color: var(--gg-tabacco);
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.gg-reg-field input:focus {
  border-color: var(--gg-oro);
}

.gg-reg-field input.gg-input--error {
  border-color: #c0392b;
}

.gg-pwd-wrap {
  position: relative;
}

.gg-pwd-wrap input {
  padding-right: 2.75rem;
}

.gg-pwd-toggle {
  position: absolute;
  right: .875rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--gg-tabacco);
  opacity: .45;
  display: flex;
  align-items: center;
  transition: opacity .2s;
}

.gg-pwd-toggle:hover { opacity: .85; }

.gg-pwd-toggle svg { width: 18px; height: 18px; display: block; }

.gg-field-error {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.7rem + 0.2222vw, 0.875rem);
  line-height: 20px;
  color: #c0392b;
  margin-top: .2rem;
  min-height: 1.1em;
}

.gg-reg-notice {
  padding: .875rem 1rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: var(--gg-fs);
  line-height: 20px;
  margin-bottom: .5rem;
}

.gg-reg-notice--success { background: #f0fdf4; color: #166534; border-left: 3px solid #22c55e; }
.gg-reg-notice--error   { background: #fef2f2; color: #991b1b; border-left: 3px solid #c0392b; }

.gg-reg-submit {
  width: 100%;
  background: var(--gg-oro);
  color: var(--gg-pergamena);
  border: none;
  padding: .9rem 1rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: var(--gg-fs);
  line-height: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s;
  -webkit-appearance: none;
}

.gg-reg-submit:hover { background: var(--gg-tabacco); }

/*========= FILTRI SAFARI ZINDEX =========*/
body.menu-active .filter-container {
    z-index: 3 !important;
}

/* ANIMAZIONE ZOOM */

.gg-zoom-track{position:relative;min-height:250vh}

.gg-zoom-stage{position:sticky;top:0;height:100vh;
  display:flex;align-items:center;justify-content:center}

.gg-zoom-target{width:100%;height:90vh;overflow:hidden;will-change:clip-path}
.gg-zoom-target > *,
.gg-zoom-target > * > *{height:100%}
.gg-zoom-target img{width:100%;height:100%;object-fit:cover;display:block}

@media (prefers-reduced-motion:reduce){
  .gg-zoom-track{min-height:0}
  .gg-zoom-stage{position:static;height:auto}
  .gg-zoom-target{height:60vh;clip-path:none!important}
}/* End custom CSS */