@charset "UTF-8";
/* ===========================
ProgettoSposi.com - Main SCSS
Struttura modulare personalizzata

Importazioni in ordine:
1. Variabili template base
2. Design tokens Atelier
3. Tipografia e base styles
4. Layout (header, footer, layout generiche)
5. Componenti (buttons, newsletter)
6. Pagine specifiche (login, ecc.)
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Design Tokens
    Fonte unica di verità per il design system
========================================*/
/*======================================
    Typography - Base Styles
    CSS Custom Properties e stili tipografici globali
========================================*/
:root {
  --primary-color: #563e32;
  --primary-light: #8a7265;
  --secondary-color: #b1293c;
  --bg-surface: #faf6f3;
  --bg-surface-soft: #f3eee7;
  --text-on-surface: #191919;
  --text-on-surface-variant: #6c6c6c;
  --outline-variant: #d1c5b4;
  --editorial-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #faf6f3;
  color: #191919;
}

a {
  color: #563e32;
  text-decoration: none;
  transition: 0.25s ease;
}
a:hover {
  color: #8a7265;
  text-decoration: underline;
}

.material-symbols-outlined {
  color: #563e32 !important;
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.font-serif-atelier {
  font-family: "Noto Serif", serif;
}

.font-body-atelier {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*======================================
    Header/Navbar Layout
    Stili della navigazione principale
========================================*/
/* Reset aggressivo bootstrap/browser */
.navbar,
.navbar-nav,
.navbar-nav .nav-link,
.navbar-nav .nav-link:link,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus-visible,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar-nav .nav-link {
  color: #191919 !important;
}

.navbar-nav .nav-link.nav-link-muted {
  color: rgba(32, 27, 24, 0.65) !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus-visible,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #563e32 !important;
}

.navbar {
  --bs-navbar-hover-color: #563e32;
  --bs-navbar-active-color: #563e32;
  --bs-nav-link-hover-color: #563e32;
  --bs-nav-link-color: #191919;
}

.navbar-custom {
  background: #faf6f3 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(209, 197, 180, 0.22);
  padding: 1rem 0;
}

.navbar-shell {
  max-width: 1280px;
  margin: 10px auto;
  padding-left: 32px;
  padding-right: 32px;
}

.brand-custom {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 42px;
  width: auto;
}

.nav-link-custom {
  font-family: "Noto Serif", serif;
  margin: 0 0.9rem;
  padding: 0.2rem 0 !important;
  line-height: 1.2;
  color: #191919 !important;
  text-decoration: none !important;
  position: relative;
  display: inline-block !important;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: color 0.25s ease;
}
.nav-link-custom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  background-color: #563e32;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-link-custom:hover::after, .nav-link-custom:focus::after, .nav-link-custom:focus-visible::after, .nav-link-custom:active::after, .nav-link-custom.active::after {
  transform: scaleX(1);
}

.nav-link-muted {
  color: rgba(32, 27, 24, 0.65) !important;
}

.navbar-toggler {
  border: 1px solid rgba(209, 197, 180, 0.35);
  border-radius: 0;
  padding: 0.4rem 0.55rem;
  background: transparent;
  line-height: 1;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23563e32' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .navbar-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  #navBarMain.navbar-collapse {
    position: static;
    width: 100%;
    max-height: none;
    overflow-y: visible;
    margin-top: 0.85rem;
    padding: 0.75rem 0 1rem;
    background: #faf6f3;
    border-top: 1px solid rgba(209, 197, 180, 0.22);
    box-shadow: none;
  }
  #navBarMain .navbar-nav {
    width: 100%;
    margin: 0 !important;
    align-items: stretch !important;
  }
  #navBarMain .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .nav-link-custom {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0.7rem 0 !important;
  }
  .nav-link-custom::after {
    display: none;
  }
  .navbar-actions {
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
    gap: 0.6rem !important;
    margin-top: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(209, 197, 180, 0.22);
  }
  .navbar-actions .btn-primary-custom,
  .navbar-actions .btn-secondary-custom {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navbar-actions .navbar-search-icon {
    align-self: flex-start;
  }
}
/*======================================
    Layout - Generic Layout Classes
    Classi generiche di layout e struttura
========================================*/
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

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

.flash-wrapper {
  margin-top: 88px;
}

.section-shell {
  width: 100%;
  max-width: 1240px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .section-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.section-heading {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  color: #563e32;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 500 !important;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
}

.section-lead {
  color: #6c6c6c;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 620px;
  margin: 0 0 2.75rem;
}

.section-heading-block {
  max-width: 760px;
  margin-bottom: 4.5rem;
}

/*======================================
    Footer Layout
    Stili del piè di pagina
========================================*/
.footer-custom {
  background-color: #f7ece7;
  border-top: 1px solid rgba(209, 197, 180, 0.45);
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-brand {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
  color: #191919;
  margin-bottom: 1rem;
}

.footer-copy {
  color: #6c6c6c;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 300px;
}

.footer-link {
  color: #6c6c6c;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.8;
  transition: color 0.25s ease;
}
.footer-link:hover {
  color: #563e32;
}

.footer-title {
  color: #191919;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(209, 197, 180, 0.4);
  margin-top: 3rem;
  padding-top: 2rem;
  color: rgba(108, 108, 108, 0.8);
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*=====================================
    Footer Custom - Stili personalizzati
    Tema Atelier con branding
=====================================*/
.footer-custom {
  background-color: #f7ece7;
  border-top: 1px solid rgba(209, 197, 180, 0.45);
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-brand {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
  color: #191919;
  margin-bottom: 1rem;
}

.footer-copy {
  color: #6c6c6c;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 300px;
}

.footer-link {
  color: #6c6c6c;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.8;
  transition: color 0.25s ease;
}
.footer-link:hover {
  color: #563e32;
}

.footer-title {
  color: #191919;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.newsletter-input {
  background-color: #ffffff;
  border: 1px solid rgba(209, 197, 180, 0.35);
  box-shadow: none !important;
  padding: 0.85rem 1rem;
}
.newsletter-input:focus {
  border-color: rgba(86, 62, 50, 0.35);
  box-shadow: none !important;
}

.newsletter-btn {
  background-color: #563e32;
  color: #fff;
  border: 1px solid #563e32;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
  transition: all 0.25s ease;
}
.newsletter-btn:hover {
  background-color: #8a7265;
  border-color: #8a7265;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(209, 197, 180, 0.4);
  margin-top: 4rem;
  padding-top: 2rem;
  color: rgba(108, 108, 108, 0.8);
  font-size: 0.9rem;
}

.flash-wrapper {
  margin-top: 88px;
}

@media (max-width: 991px) {
  .footer-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flash-wrapper {
    margin-top: 84px;
  }
}
/*======================================
    COMPONENT: Vendor Carousel (Puglia Style)
========================================*/
.vendor-section {
  padding: 3rem 0;
  max-width: 1200px;
  background-color: #faf6f3;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .vendor-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.vendor-section .section-badge {
  color: #8a7265;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  display: block;
}
.vendor-section .section-title {
  font-family: "Gilda Display", serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #563e32;
  font-size: 2.2rem;
  line-height: 1.2;
}
.vendor-section .explore-link {
  color: #563e32;
  border-bottom: 2px solid #563e32;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
  padding-bottom: 4px;
  transition: 0.25s ease;
}
.vendor-section .explore-link:hover {
  color: #8a7265;
  border-color: #8a7265;
}

.vendor-carousel-wrapper {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.vendor-carousel-wrapper::-webkit-scrollbar {
  display: none;
}
.vendor-carousel-wrapper {
  padding-bottom: 2rem;
}

.vendor-card {
  min-width: 100%;
  scroll-snap-align: start;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vendor-card {
    min-width: calc(50% - 1rem);
  }
}
.vendor-card .vendor-img-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  margin-bottom: 1rem;
  border-radius: 0 !important;
}
.vendor-card .vendor-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.vendor-card .vendor-img-container:hover img {
  transform: scale(1.05);
}
.vendor-card .vendor-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(250, 246, 243, 0.9);
  color: #563e32;
  padding: 5px 12px;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0 !important;
}
.vendor-card .vendor-name {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #563e32;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.vendor-card .vendor-location {
  font-family: "Raleway", sans-serif;
  color: #6c6c6c;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.vendor-card .vendor-location .material-symbols-outlined {
  font-size: 18px;
  color: #8a7265;
}

.carousel-nav-btn {
  background: #563e32 !important;
  color: #faf6f3 !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.25s ease;
  border-radius: 50% !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.carousel-nav-btn .material-symbols-outlined {
  font-size: 24px;
  font-weight: 300;
}
.carousel-nav-btn:hover {
  background: #8a7265 !important;
  transform: translateY(-50%) scale(1.1);
}
.carousel-nav-btn.btn-prev {
  left: -25px;
}
.carousel-nav-btn.btn-next {
  right: -25px;
}
@media (max-width: 767px) {
  .carousel-nav-btn {
    display: none;
  }
}

/*======================================
    Button Components
    Stili dei pulsanti personalizzati
========================================*/
.btn-primary-custom {
  background-color: #563e32;
  color: #fff !important;
  border: 1px solid #563e32;
  border-radius: 0 !important;
  padding: 0.7rem 1.35rem;
  text-decoration: none;
  font-weight: 500 !important;
  transition: all 0.25s ease;
}
.btn-primary-custom:hover {
  background-color: #8a7265;
  border-color: #8a7265;
  color: #fff !important;
}

.btn-secondary-custom {
  background-color: transparent;
  color: #563e32 !important;
  border: 1px solid rgba(86, 62, 50, 0.35);
  border-radius: 0 !important;
  padding: 0.7rem 1.35rem;
  text-decoration: none;
  font-weight: 500 !important;
  transition: all 0.25s ease;
}
.btn-secondary-custom:hover {
  background-color: rgba(86, 62, 50, 0.06);
  color: #563e32 !important;
}

/*======================================
    Newsletter Component
    Stili della sezione newsletter
========================================*/
.newsletter-input {
  background-color: #ffffff;
  border: 1px solid rgba(209, 197, 180, 0.35);
  box-shadow: none !important;
  padding: 0.85rem 1rem;
}
.newsletter-input:focus {
  border-color: rgba(209, 197, 180, 0.35);
  box-shadow: none !important;
}

.newsletter-btn {
  background-color: #563e32;
  color: #fff;
  border: 1px solid #563e32;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
}
.newsletter-btn:hover {
  background-color: #8a7265;
  border-color: #8a7265;
  color: #fff;
}

/*======================================
    Login Page Styles - Puglia Edition
========================================*/
.login-wrapper {
  /* 1. Forza l'altezza minima: 100vh meno l'altezza di navbar e footer (indicativa) */
  /* Se non sai l'altezza esatta, 100vh è comunque un ottimo punto di partenza */
  min-height: 100vh;
  /* 2. Assicurati che il background sia quello caldo della pagina login */
  background-color: #f3eee7;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 3. Fondamentale: elimina i margini che causano il "buco" bianco */
  margin-top: -1px;
  margin-bottom: 0;
  /* 4. Aumenta il padding superiore per staccarti dalla navbar */
  padding: 185px 1.5rem 100px;
}

/* 2. Chiudi il "buco" verso il footer */
.login-wrapper + footer,
.login-wrapper + .site-footer {
  margin-top: 0 !important;
  /* Opzionale: se il footer deve essere continuo con la login,
     metti lo stesso colore anche qui */
  background-color: #f3eee7;
}

.login-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  max-width: 1100px;
  width: 100%;
  background: white;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
}

.login-image {
  position: relative;
  background: url("/frontend/images/login-editorial.webp") center/cover no-repeat;
  min-height: 700px;
}
.login-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(86, 62, 50, 0.15);
}

.login-quote {
  position: absolute;
  bottom: 60px;
  left: 40px;
  right: 40px;
  color: #fff;
  z-index: 2;
}
.login-quote p {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.login-form {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .login-form {
    padding: 40px 30px;
  }
}

/* ===== MOBILE (<768px): nasconde il pannello decorativo ===== */
/* Sotto i 768px l'immagine + la citazione vengono rimosse dal flusso
   e la card diventa a colonna singola, così il form usa tutto lo schermo. */
@media (max-width: 767.98px) {
  .login-card {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .login-image {
    display: none;
  }
  .login-form {
    padding: 48px 24px;
  }
  .login-wrapper {
    padding: 140px 1rem 64px;
  }
}
.login-inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.login-title {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.2rem;
  color: #563e32;
  margin-bottom: 12px;
}

.login-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  color: #6c6c6c;
  margin-bottom: 40px;
}

.alert-custom-error {
  background-color: #f8d7da;
  color: #842029;
  padding: 15px;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 25px;
  border-left: 4px solid #563e32;
}

.form-label {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #8a7265;
  margin-bottom: 8px;
  display: block;
}

.form-control-custom {
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid #d1c5b4;
  background: #fbfbfb;
  padding: 1.1rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  color: #191919;
  transition: all 0.3s ease;
}
.form-control-custom:focus {
  outline: none;
  border-color: #563e32;
  background: #fff;
}

.password-field-wrapper {
  position: relative;
}
.password-field-wrapper #togglePassword {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #8a7265;
  font-size: 20px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
  color: #6c6c6c;
}
.checkbox-wrapper input[type=checkbox] {
  accent-color: #563e32;
  border-radius: 0;
}

.btn-login {
  width: 100%;
  border-radius: 0 !important;
  padding: 1.2rem;
  border: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  background: #563e32;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-login:hover {
  background: #8a7265;
}

.login-footer {
  margin-top: 25px;
  text-align: center;
}

.forgot-password {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: #6c6c6c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.forgot-password:hover {
  color: #563e32;
  border-bottom-color: #563e32;
}

altcha-widget {
  --altcha-max-width: 100%;
  --altcha-border-radius: 0;
}

/*=====================================
    Home - Hero Section
    Tema Atelier con background image
=====================================*/
.custom-hero {
  position: relative;
  min-height: 921px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(rgba(32, 27, 24, 0.2), rgba(32, 27, 24, 0.2)), url("/frontend/images/hero-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-title {
  font-family: "Gilda Display", serif;
  color: #563e32;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: clamp(3.6rem, 5.8vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  margin: 0 auto 2rem auto;
  max-width: 1200px;
}

.search-bar-container {
  background: #faf6f3;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.5rem;
  border-radius: 0 !important;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
  max-width: 1200px;
  margin: 0 auto;
}

.search-input {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #191919;
  font-weight: 500 !important;
  padding-left: 0;
  padding-right: 0;
}
.search-input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}
.search-input::placeholder {
  color: rgba(32, 27, 24, 0.65);
}

.btn-hero {
  background: #563e32;
  color: #fff;
  padding: 1rem 2.25rem;
  border: none;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}
.btn-hero:hover {
  transform: scale(0.95);
  background: #8a7265;
}

.hero-title-italic {
  font-style: italic;
}

.search-bar-divider {
  width: 1px;
  height: 32px;
  background-color: rgba(209, 197, 180, 0.45);
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .custom-hero {
    min-height: 760px;
  }
  .hero-title {
    font-size: 2.8rem;
    line-height: 1.02;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .custom-hero {
    min-height: 760px;
  }
}
/*=====================================
    Home - Vendors Section
=====================================*/
.section-vendors {
  background-color: #faf6f3;
  padding: 120px 0;
}

.vendors-heading-row {
  margin-bottom: 2.25rem;
}

.vendors-heading-copy {
  max-width: 760px;
}

.vendors-heading-title {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 3.8vw, 4.25rem);
  line-height: 0.98;
  max-width: 620px;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: #563e32;
  font-weight: 500 !important;
}

.section-kicker {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #8a7265;
  letter-spacing: 0.2em;
  font-size: 0.82rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.vendors-cta {
  color: #563e32;
  border-bottom: 2px solid #563e32;
  padding-bottom: 0.15rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}
.vendors-cta:hover {
  color: #8a7265;
  border-bottom-color: #8a7265;
}

.soft-text {
  color: #6c6c6c;
}

.vendor-hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.vendor-hover-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}
.vendor-hover-card:hover img {
  transform: scale(1.08);
}

.vendor-hover-main {
  height: 480px;
}

.vendor-hover-side {
  height: 480px;
}

.vendor-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.vendor-side-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.vendor-main-name {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #563e32;
  font-size: 1.15rem;
  font-weight: 500 !important;
  line-height: 1.15;
  margin-bottom: 0.55rem;
}

.vendor-side-name {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #563e32;
  font-size: 1.05rem;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.vendor-price {
  color: #563e32;
  font-family: "Noto Serif", serif;
  font-size: 1.05rem;
  font-weight: 500 !important;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.vendor-location {
  color: #6c6c6c;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0;
}

.vendor-meta-row {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}

.vendor-meta-copy {
  min-width: 0;
}

.vendor-side-card {
  margin-bottom: 2rem;
}

.vendor-side-category {
  color: #6c6c6c;
  font-size: 0.78rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.elite-badge {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  background: rgba(255, 248, 245, 0.96);
  color: #563e32;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0.5rem 0.9rem;
}

.vendor-grid-card {
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
.vendor-grid-card .vendor-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  margin-bottom: 24px;
  border-radius: 0 !important;
}
.vendor-grid-card .vendor-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.vendor-grid-card:hover .vendor-img-wrapper img {
  transform: scale(1.08);
}
.vendor-grid-card .elite-badge-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 20px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #563e32;
}
.vendor-grid-card .vendor-info-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 4px;
}
.vendor-grid-card .vendor-name-display {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  color: #563e32;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.2;
}
.vendor-grid-card .vendor-loc-display {
  font-family: "Raleway", sans-serif;
  color: rgba(138, 114, 101, 0.85);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 400;
}
.vendor-grid-card .vendor-loc-display .material-symbols-outlined {
  font-size: 17px;
  color: #8a7265;
  vertical-align: middle;
}
.vendor-grid-card .vendor-price-tag {
  font-family: "Gilda Display", serif;
  font-size: 1.4rem;
  color: #8a7265;
  letter-spacing: -1px;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .section-vendors {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .vendors-heading-title {
    max-width: none;
    font-size: clamp(2.75rem, 10vw, 4.5rem);
  }
  .vendor-main-name,
  .vendor-side-name,
  .vendor-price {
    white-space: normal;
  }
}
/*=====================================
    Home - Planning Tools Section
=====================================*/
.section-planning {
  background-color: #f3eee7;
  padding: 7.5rem 0;
  overflow: hidden;
}

.section-planning-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.section-planning-circle {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(86, 62, 50, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.section-planning-image {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
  position: relative;
  z-index: 2;
  border-radius: 0 !important;
}

.section-planning-copy {
  max-width: 720px;
}

.planning-tools-section {
  background-color: #f3eee7;
  padding: 120px 0;
  overflow: hidden;
}
.planning-tools-section .image-decoration-wrapper {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.planning-tools-section .image-decoration-wrapper .decoration-circle {
  position: absolute;
  top: -48px;
  left: -48px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(86, 62, 50, 0.2);
  border-radius: 50%;
}
.planning-tools-section .image-decoration-wrapper .main-image {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
  position: relative;
  z-index: 2;
  border-radius: 0 !important;
}
.planning-tools-section .content-wrapper {
  max-width: 720px;
}

.planning-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0 !important;
  transition: all 0.25s ease;
  height: 100%;
  border: 1px solid transparent;
}
.planning-card:hover {
  background-color: #563e32;
  transform: translateY(-5px);
}
.planning-card:hover .planning-icon,
.planning-card:hover .planning-title,
.planning-card:hover .planning-text {
  color: #faf6f3 !important;
}

.planning-icon {
  color: #563e32;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: color 0.25s ease;
}

.planning-title {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #191919;
  font-size: 1.2rem;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  transition: color 0.25s ease;
}

.planning-text {
  color: #6c6c6c;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
  transition: color 0.25s ease;
}

/*=====================================
    Home - Inspiration Gallery
=====================================*/
.section-inspiration {
  background-color: #faf6f3;
  padding: 7.5rem 0;
}

.inspiration-section {
  background-color: #faf6f3;
  padding: 120px 0;
}

.inspo-card {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  height: 100%;
  cursor: pointer;
}
.inspo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}
.inspo-card:hover img {
  transform: scale(1.08);
}
.inspo-card:hover .inspo-overlay {
  background: linear-gradient(to top, rgba(86, 62, 50, 0.8) 0%, transparent 70%);
}

.inspo-card-lg {
  height: 680px;
}

.inspo-card-md {
  height: 400px;
}

.inspo-card-sm {
  height: 256px;
}

.inspo-image-lg,
.inspo-image-md,
.inspo-image-sm {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.inspo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(32, 27, 24, 0.78), rgba(32, 27, 24, 0.08));
  transition: background 0.25s ease;
}

.inspo-card-lg .inspo-overlay {
  padding: 2rem;
}

.inspo-kicker {
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.inspo-title-lg {
  color: #fff8f5;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500 !important;
  line-height: 1.1;
  margin-bottom: 0;
}

.inspo-title-md {
  color: #fff8f5;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 500 !important;
  line-height: 1.15;
  margin-bottom: 0;
}

.inspo-title-sm {
  color: #fff8f5;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500 !important;
  line-height: 1.15;
  margin-bottom: 0;
}

.register-main {
  min-height: 100vh;
  padding: 120px 2rem 80px;
  background-color: #faf6f3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.register-main .decor-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}
.register-main .decor-top {
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: #f1e6e1;
  opacity: 0.6;
}
.register-main .decor-bottom {
  bottom: 50px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: #f7ece7;
  opacity: 0.4;
}

.register-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.register-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .register-grid {
    grid-template-columns: 1fr;
  }
}

.editorial-side .label-accent {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #8a7265;
  font-weight: 500;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.editorial-side .editorial-title {
  font-family: "Noto Serif", serif;
  font-size: 2.8rem;
  color: #563e32;
  margin: 1rem 0;
  line-height: 1.1;
}
.editorial-side .editorial-title .italic {
  font-style: italic;
}
.editorial-side .editorial-p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #6c6c6c;
  font-size: 1.2rem;
  max-width: 400px;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.editorial-side .editorial-image-wrapper {
  position: relative;
  max-width: 90%;
}
.editorial-side .editorial-image-wrapper .editorial-img-container {
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
  border-radius: 0;
}
.editorial-side .editorial-image-wrapper .editorial-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-side .editorial-image-wrapper .floating-caption {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  max-width: 220px;
  z-index: 2;
  border-radius: 0;
}
.editorial-side .editorial-image-wrapper .floating-caption .caption-quote {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #563e32;
  font-size: 1.2rem;
  margin: 0;
}
.editorial-side .editorial-image-wrapper .floating-caption .caption-author {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 8px;
  color: #6c6c6c;
  display: block;
}

.register-card {
  background: #ffffff;
  padding: 3rem;
  border-radius: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.register-card .step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.register-card .step-header .step-num {
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  color: #d1c5b4;
  font-style: italic;
  opacity: 0.6;
}
.register-card .step-header .step-title {
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  color: #563e32;
  margin: 0;
}

.register-form-logic {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.register-form-logic .field-label {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #8a7265;
  margin-bottom: 8px;
  margin-left: 2px;
}
.register-form-logic .register-input {
  width: 100%;
  background-color: #f3eee7;
  border: 1px solid transparent;
  padding: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9rem;
  color: #191919;
  border-radius: 0;
  transition: all 0.3s ease;
}
.register-form-logic .register-input:focus {
  outline: none;
  background-color: #ffffff;
  border-color: rgba(138, 114, 101, 0.3);
}
.register-form-logic .btn-register-submit {
  background-color: #563e32;
  color: #fff;
  padding: 20px;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: 0.25s ease;
  border-radius: 0;
}
.register-form-logic .btn-register-submit:hover {
  background-color: #191919;
  transform: translateY(-2px);
}
.register-form-logic .login-redirect {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  font-size: 0.9rem;
  color: #6c6c6c;
}
.register-form-logic .login-redirect a {
  font-weight: 500;
  color: #563e32;
}

.role-selection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .role-selection-grid {
    grid-template-columns: 1fr;
  }
}

.role-option {
  cursor: pointer;
  display: block;
  position: relative;
}
.role-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.role-option .role-card {
  padding: 1.5rem;
  background-color: #f3eee7;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 0;
}
.role-option .role-card .role-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.role-option .role-card .role-icon {
  color: #8a7265;
  font-size: 24px;
}
.role-option .role-card .role-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #191919;
  margin: 0;
}
.role-option .role-card .role-desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #6c6c6c;
  margin: 0;
}
.role-option input:checked + .role-card {
  border-color: #563e32;
  background-color: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.role-option input:checked + .role-card .role-icon {
  color: #563e32;
}
.role-option input:hover + .role-card {
  border-color: rgba(138, 114, 101, 0.5);
}

/*======================================
    Auth Kit — pagine semplici del flusso utente
    (recovery, reset, register_complete)
    Palette Puglia · font Gilda/Raleway · spigolo vivo · responsive
========================================*/
.auth-shell {
  min-height: 100vh;
  background-color: #f3eee7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 1.5rem 90px;
}
@media (max-width: 767.98px) {
  .auth-shell {
    padding: 120px 1rem 64px;
  }
}

.auth-card {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 0 !important;
  box-shadow: 0px 24px 48px rgba(32, 27, 24, 0.06);
  padding: 56px 48px;
}
@media (max-width: 767.98px) {
  .auth-card {
    padding: 40px 24px;
  }
}

.auth-title {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.9rem, 5vw, 2.2rem);
  line-height: 1.05;
  color: #563e32;
  margin: 0 0 12px;
}

.auth-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6c6c6c;
  margin: 0 0 32px;
}

.auth-field {
  margin-bottom: 24px;
}

.auth-label {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #8a7265;
  margin-bottom: 8px;
}

.auth-input {
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid #d1c5b4;
  background: #fbfbfb;
  padding: 1.1rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  color: #191919;
  transition: all 0.25s ease;
}
.auth-input:focus {
  outline: none;
  border-color: #563e32;
  background: #fff;
}

.btn-auth-primary {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  padding: 1.1rem;
  border: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 0.95rem;
  background: #563e32;
  cursor: pointer;
  transition: background 0.25s ease;
}
.btn-auth-primary:hover, .btn-auth-primary:focus {
  background: #8a7265;
  color: #fff;
}

.auth-actions {
  margin-top: 1.5rem;
  text-align: center;
}

.auth-back-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a7265;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease;
}
.auth-back-link:hover, .auth-back-link:focus {
  color: #563e32;
  border-bottom-color: #563e32;
  text-decoration: none;
}

.auth-message {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6c6c6c;
  margin: 0 0 1rem;
}
.auth-message:last-of-type {
  margin-bottom: 0;
}
.auth-message strong {
  color: #563e32;
  font-weight: 500;
}

.auth-errors ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.auth-errors li {
  background: #f8d7da;
  color: #842029;
  padding: 12px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
  border-left: 4px solid #563e32;
  margin-bottom: 8px;
}
.auth-errors li:last-child {
  margin-bottom: 0;
}

.auth-field .auth-errors ul {
  margin: 8px 0 0;
}

.auth-card altcha-widget {
  --altcha-max-width: 100%;
  --altcha-border-radius: 0;
  display: block;
  margin-bottom: 24px;
}

/*# sourceMappingURL=main.css.map */
