/* ============================================================
   VALENTINE PROFUMERIA — Home Conversione v2
   File: themes/PRS04096/assets/css/vp-home.css
   Mobile-first, alta specificità, zero conflitti
   ============================================================ */

/* ---- FONT ---- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* ---- TRUST BAR ---- */
.vp-trustbar {
  background: #1a1714;
  padding: 9px 16px;
  width: 100%;
  overflow: hidden;
}
.vp-trustbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.vp-trustbar__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #d4c5b0;
  text-decoration: none;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.vp-trustbar__item:hover { color: #c9a96e; text-decoration: none; }
.vp-trustbar__item .material-icons {
  font-size: 13px;
  color: #c9a96e;
}
.vp-trustbar__sep {
  width: 1px;
  height: 14px;
  background: #3a3328;
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .vp-trustbar__sep { display: none; }
  .vp-trustbar__item {
    width: 50%;
    justify-content: center;
    padding: 4px 8px;
    font-size: 10px;
  }
}

/* ---- HERO ---- */
.vp-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1714;
}
@media (max-width: 767px) {
  .vp-hero { min-height: 420px; }
}
.vp-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  transition: transform 8s ease;
}
.vp-hero:hover .vp-hero__bg { transform: scale(1.03); }
.vp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(20,16,12,0.80) 0%, rgba(20,16,12,0.40) 60%, rgba(20,16,12,0.15) 100%);
}
.vp-hero__content {
  position: relative;
  z-index: 2;
  padding: 60px 40px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .vp-hero__content { padding: 36px 20px; }
}
.vp-hero__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 14px;
  display: block;
}
.vp-hero__title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1;
  color: #f5f0e8;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.vp-hero__title em {
  font-style: italic;
  color: #c9a96e;
}
@media (max-width: 767px) {
  .vp-hero__title { font-size: 2.2rem; }
}
.vp-hero__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #c0b5a5;
  line-height: 1.65;
  margin-bottom: 30px;
}
.vp-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vp-hero__dots {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
  gap: 6px;
  z-index: 3;
}
.vp-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(245,240,232,0.35);
}
.vp-hero__dot--active { background: #c9a96e; }

/* ---- BUTTONS ---- */
.vp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 28px;
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.vp-btn--primary {
  background: #c9a96e;
  color: #1a1714 !important;
  border-color: #c9a96e;
}
.vp-btn--primary:hover {
  background: #b8945a;
  border-color: #b8945a;
  color: #1a1714 !important;
}
.vp-btn--ghost {
  background: transparent;
  color: #f5f0e8 !important;
  border-color: rgba(245,240,232,0.45);
}
.vp-btn--ghost:hover {
  border-color: #f5f0e8;
  color: #f5f0e8 !important;
}
.vp-btn--outline {
  background: transparent;
  color: #2b2b2b !important;
  border-color: #2b2b2b;
}
.vp-btn--outline:hover {
  background: #2b2b2b;
  color: #f5f0e8 !important;
}

/* ---- PROOF BAR ---- */
.vp-proofbar {
  background: #f7f3ee;
  border-bottom: 1px solid #e8dfd3;
  padding: 20px 0;
}
.vp-proofbar__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.vp-proofbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 32px;
  text-align: center;
}
.vp-proofbar__num {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #2b2b2b;
  line-height: 1;
  margin-bottom: 4px;
}
.vp-proofbar__plus,
.vp-proofbar__star,
.vp-proofbar__unit {
  font-size: 1rem;
  color: #c9a96e;
}
.vp-proofbar__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.vp-proofbar__div {
  width: 1px;
  height: 32px;
  background: #d5c9bb;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .vp-proofbar__item { width: 50%; padding: 10px 0; }
  .vp-proofbar__div { display: none; }
}

/* ---- SECTION LAYOUT ---- */
.vp-home-section {
  padding: 52px 0;
}
.vp-home-section--best {
  background: #fff;
}
.vp-home-section--featured {
  background: #f7f3ee;
}
.vp-home-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8dfd3;
  margin-bottom: 20px;
}
.vp-home-header__eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 4px;
}
.vp-home-header__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2b2b2b;
  margin: 0;
}
.vp-home-header__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.vp-home-header__link .material-icons { font-size: 14px; }
.vp-home-header__link:hover { color: #2b2b2b; text-decoration: none; }
.vp-home-footer {
  text-align: center;
  margin-top: 32px;
}

/* ---- URGENCY BAR ---- */
.vp-urgency-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fdf8f0;
  border: 1px solid #e8c97a;
  border-radius: 3px;
  padding: 10px 16px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #5a4010;
}
.vp-urgency-bar .material-icons {
  font-size: 16px;
  color: #c9a96e;
  flex-shrink: 0;
}
.vp-urgency-bar__cta {
  margin-left: auto;
  font-weight: 500;
  color: #2b2b2b;
  text-decoration: underline;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.vp-urgency-bar__cta:hover { color: #c9a96e; text-decoration: none; }
@media (max-width: 600px) {
  .vp-urgency-bar { flex-wrap: wrap; }
  .vp-urgency-bar__cta { margin-left: 0; width: 100%; }
}

/* ---- NASCONDI VIDEO PANTHEON dalla home ---- */
#index .cp-categoryproducts-video,
#index [class*="video"],
#index iframe[src*="youtube"],
#index iframe[src*="vimeo"] {
  display: none !important;
}

/* ---- BRAND LOGO — sposta visivamente in basso ---- */
#index .cp-brand-logo {
  order: 99;
}



/* ---- MOBILE RESPONSIVE ---- */
@media (max-width: 767px) {
  .vp-home-section { padding: 36px 0; }
  .vp-home-header { flex-wrap: wrap; gap: 8px; }
  .vp-home-header__link { font-size: 10px; }
}

/* ---- CONTACT HERO ABOVE INSTAGRAM ---- */
.vp-contact-hero {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  padding: 28px 0 0;
  background: linear-gradient(180deg, #f6f0e8 0%, #f3ece4 100%);
  overflow: hidden;
}

.vp-contact-hero__shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 44px;
  align-items: center;
}

.vp-contact-hero__copy {
  padding: 64px 0 72px;
  max-width: 640px;
}

.vp-contact-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #b28a57;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.vp-contact-hero__title {
  margin: 0 0 18px;
  color: #1f1a17;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 4.9vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.vp-contact-hero__text {
  max-width: 560px;
  margin: 0;
  color: #6d6055;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.85;
}

.vp-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vp-contact-hero__actions .vp-btn--ghost {
  color: #1f1a17 !important;
  border-color: rgba(31, 26, 23, 0.22);
}

.vp-contact-hero__actions .vp-btn--ghost:hover {
  background: #1f1a17;
  color: #f5f0e8 !important;
}

.vp-contact-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: #87786c;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vp-contact-hero__media {
  position: relative;
  min-height: 560px;
  align-self: stretch;
}

.vp-contact-hero__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(56, 39, 23, 0.16);
}

.vp-contact-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-contact-hero__photo--main {
  position: absolute;
  inset: 48px 78px 64px 0;
}

.vp-contact-hero__photo--accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 228px;
  height: 286px;
  border: 10px solid rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
  .vp-contact-hero__shell {
    grid-template-columns: 1fr;
  }

  .vp-contact-hero__copy {
    padding: 56px 0 20px;
    max-width: none;
  }

  .vp-contact-hero__media {
    min-height: auto;
    padding-bottom: 56px;
  }

  .vp-contact-hero__photo--main,
  .vp-contact-hero__photo--accent {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .vp-contact-hero__photo--accent {
    display: none;
  }

  .vp-contact-hero__photo img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .vp-contact-hero {
    padding-top: 16px;
  }

  .vp-contact-hero__shell {
    padding: 0 18px;
    gap: 24px;
  }

  .vp-contact-hero__copy {
    padding: 46px 0 8px;
  }

  .vp-contact-hero__text {
    font-size: 15px;
  }

  .vp-contact-hero__actions .vp-btn {
    width: 100%;
    justify-content: center;
  }

  .vp-contact-hero__meta {
    gap: 8px 14px;
    font-size: 11px;
  }

  .vp-contact-hero__photo,
  .vp-contact-hero__photo--main {
    border-radius: 22px;
  }
}
