/* VAVIN Homepage Redesign — page-scoped editorial system */
.vhome {
  --vh-wine: #80162d;
  --vh-wine-dark: #581020;
  --vh-red: #bd0926;
  --vh-gold: #b89b61;
  --vh-ink: #252525;
  --vh-muted: #686159;
  --vh-paper: #f7f2e8;
  --vh-white: #fff;
  --vh-line: #e2dacf;
  color: var(--vh-ink);
  background: var(--vh-white);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.vhome *, .vhome *::before, .vhome *::after { box-sizing: border-box; }
.vhome a { color: inherit; text-decoration: none; }
.vhome img { display: block; max-width: 100%; }
.vhome h1, .vhome h2, .vhome h3, .vhome p { margin-top: 0; }
.vhome-inner { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.vhome-section { padding: clamp(68px, 8vw, 112px) 0; }

body:has(.vhome) #sub-header.elementor-page-title,
body:has(.vhome) .page-header[data-progressive-animation="page-title"] { display: none !important; }
body:has(.vhome) .site-main,
body:has(.vhome) #main-content,
body:has(.vhome) .vamtam-main { padding-top: 0 !important; }

/* Keep the existing functional header, but align the homepage desktop treatment with the approved light format. */
@media (min-width: 1025px) {
  body:has(.vhome) .elementor-location-header .elementor-element-2578fdc2 { background: #fbf8f2 !important; }
  body:has(.vhome) .elementor-location-header .elementor-element-2578fdc2 .elementor-background-overlay { opacity: 0 !important; }
  body:has(.vhome) .elementor-location-header .elementor-element-2578fdc2 .elementor-item { color: var(--vh-wine-dark, #581020) !important; }
  body:has(.vhome) .elementor-location-header .elementor-element-0e2b514 { background: #fbf8f2 !important; box-shadow: 0 1px 0 rgba(88,16,32,.12); }
  body:has(.vhome) .elementor-location-header .elementor-element-0e2b514 .elementor-background-overlay { opacity: 0 !important; }
  body:has(.vhome) .elementor-location-header .elementor-element-0e2b514 .elementor-item,
  body:has(.vhome) .elementor-location-header .elementor-element-0e2b514 .elementor-icon,
  body:has(.vhome) .elementor-location-header .elementor-element-0e2b514 .elementor-button { color: #581020 !important; }
  body:has(.vhome) .elementor-location-header .elementor-element-fe1c7cf img { filter: brightness(0) saturate(100%) invert(12%) sepia(42%) saturate(2664%) hue-rotate(315deg) brightness(91%) contrast(100%); }
}

.vhome-hero {
  min-height: min(820px, 90vh);
  position: relative;
  display: flex;
  align-items: end;
  isolation: isolate;
  background: #171513 var(--vhome-hero-image) center 46% / cover no-repeat;
}
.vhome-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8,6,5,.92), rgba(8,6,5,.62) 48%, rgba(8,6,5,.08) 78%),
    linear-gradient(0deg, rgba(8,6,5,.6), transparent 52%);
}
.vhome-hero__content { padding: clamp(120px, 14vw, 190px) 0 clamp(70px, 9vw, 116px); color: #fff; }
.vhome-eyebrow, .vhome-kicker {
  margin-bottom: 16px;
  color: var(--vh-gold);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.vhome-hero h1, .vhome h2, .vhome h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
.vhome-hero h1 {
  max-width: 750px;
  margin-bottom: 22px;
  color: #fff !important;
  font-size: clamp(4rem, 8vw, 8.2rem);
  line-height: .92;
}
.vhome-hero__lede {
  max-width: 620px;
  margin-bottom: 34px;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2.1vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}
.vhome-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.vhome-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}
.vhome-button:hover, .vhome-button:focus-visible { transform: translateY(-2px); }
.vhome-button--primary { background: var(--vh-wine); color: #fff !important; }
.vhome-button--primary:hover, .vhome-button--primary:focus-visible { background: var(--vh-wine-dark); }
.vhome-button--ghost { border-color: rgba(255,255,255,.7); background: rgba(0,0,0,.14); color: #fff !important; }
.vhome-button--ghost:hover, .vhome-button--ghost:focus-visible { background: #fff; color: var(--vh-ink) !important; }
.vhome-button--outline { border-color: var(--vh-wine); color: var(--vh-wine) !important; }
.vhome-button--outline:hover, .vhome-button--outline:focus-visible { background: var(--vh-wine); color: #fff !important; }
.vhome-button--light { background: #fff; color: var(--vh-wine-dark) !important; }

.vhome-section-head { max-width: 820px; margin-bottom: clamp(34px, 5vw, 54px); }
.vhome h2 { margin-bottom: 20px; color: var(--vh-ink); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; }
.vhome h3 { margin-bottom: 13px; color: var(--vh-ink); font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.1; }
.vhome p { color: var(--vh-muted); font-size: 1rem; line-height: 1.7; }

.vhome-experiences { background: #fffdf9; }
.vhome-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vhome-card { border: 1px solid var(--vh-line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.vhome-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(42,31,25,.1); }
.vhome-card__media { height: 285px; display: block; overflow: hidden; background: #18120f; }
.vhome-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.vhome-card__media--contain img { object-fit: contain; }
.vhome-card:hover .vhome-card__media img { transform: scale(1.025); }
.vhome-card__body { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 34px 30px 30px; }
.vhome-card__body p { margin-bottom: 22px; }
.vhome-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--vh-wine) !important;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vhome-text-link span { font-size: 1rem; transition: transform .18s ease; }
.vhome-text-link:hover span { transform: translateX(4px); }

.vhome-offer { background: var(--vh-paper); }
.vhome-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: clamp(38px, 7vw, 92px); align-items: center; }
.vhome-offer__art { display: block; overflow: hidden; box-shadow: 0 24px 54px rgba(42,31,25,.14); }
.vhome-offer__art img { width: 100%; height: auto; }
.vhome-split__copy > p:not(.vhome-kicker) { max-width: 470px; margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; font-style: italic; }

.vhome-makers { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); min-height: 650px; background: #fff; }
.vhome-makers__copy { display: flex; align-items: center; padding: clamp(58px, 7vw, 105px); }
.vhome-makers__copy-inner { max-width: 430px; margin-left: auto; }
.vhome-makers__copy p:not(.vhome-kicker) { margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-style: italic; }
.vhome-makers__media { min-height: 520px; overflow: hidden; }
.vhome-makers__media img { width: 100%; height: 100%; object-fit: cover; }

.vhome-club { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 500px; background: var(--vh-wine-dark); }
.vhome-club__media { min-height: 460px; background: #1d1715 var(--vhome-club-image) center 46% / cover no-repeat; }
.vhome-club__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(58px, 8vw, 112px); color: #fff; }
.vhome-club__copy h2, .vhome-club__copy p { color: #fff !important; }
.vhome-club__copy p:not(.vhome-kicker) { max-width: 520px; margin-bottom: 30px; color: rgba(255,255,255,.82) !important; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; font-style: italic; }

.vhome-visit { background: #fffdf9; }
.vhome-visit__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: clamp(40px, 7vw, 94px); align-items: center; }
.vhome-address { max-width: 520px; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem !important; font-style: italic; }
.vhome-hours { max-width: 470px; margin: 28px 0 32px; border-top: 1px solid var(--vh-line); }
.vhome-hours div { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 12px 0; border-bottom: 1px solid var(--vh-line); }
.vhome-hours dt { color: var(--vh-ink); font-weight: 700; }
.vhome-hours dd { margin: 0; color: var(--vh-muted); }
.vhome-visit__image { position: relative; display: block; min-height: 450px; overflow: hidden; background: #201b18; }
.vhome-visit__image img { width: 100%; height: 450px; object-fit: cover; }
.vhome-visit__image > .vhome-visit__label { position: absolute; right: 18px; bottom: 18px; display: inline-flex; max-width: calc(100% - 36px); align-items: center; gap: 14px; padding: 11px 15px; background: rgba(255,255,255,.94); color: var(--vh-wine-dark); font-size: .74rem; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.vhome-visit__icon { position: static; flex: 0 0 auto; padding: 0; background: transparent; font-size: 1rem; line-height: 1; }

@media (max-width: 1024px) {
  .vhome-hero { min-height: 760px; background-position: 58% 46%; }
  .vhome-card-grid { grid-template-columns: 1fr 1fr; }
  .vhome-card:last-child { grid-column: 1 / -1; }
  .vhome-split, .vhome-visit__grid { grid-template-columns: 1fr; }
  .vhome-makers { grid-template-columns: 1fr; }
  .vhome-makers__copy-inner { max-width: 760px; margin: 0; }
  .vhome-makers__media { min-height: 500px; }
  .vhome-club { grid-template-columns: 1fr; }
  .vhome-club__media { min-height: 520px; }
}

@media (max-width: 767px) {
  .vhome-inner { width: min(100% - 28px, 1180px); }
  .vhome-section { padding: 62px 0; }
  .vhome-hero { min-height: 690px; background-position: 63% 50%; }
  .vhome-hero__shade { background: linear-gradient(90deg, rgba(8,6,5,.9), rgba(8,6,5,.46)), linear-gradient(0deg, rgba(8,6,5,.72), transparent 60%); }
  .vhome-hero__content { padding: 142px 0 58px; }
  .vhome-hero h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .vhome-actions .vhome-button { flex: 1 1 150px; padding-inline: 14px; }
  .vhome-card-grid { grid-template-columns: 1fr; }
  .vhome-card:last-child { grid-column: auto; }
  .vhome-card__media { height: 255px; }
  .vhome-card__body { min-height: 0; }
  .vhome-split { gap: 34px; }
  .vhome-makers { min-height: 0; }
  .vhome-makers__copy { padding: 62px 20px; }
  .vhome-makers__media { min-height: 380px; }
  .vhome-club__media { min-height: 400px; }
  .vhome-club__copy { padding: 62px 20px; }
  .vhome-visit__grid { gap: 36px; }
  .vhome-visit__image, .vhome-visit__image img { min-height: 310px; height: 310px; }
}

@media (prefers-reduced-motion: reduce) {
  .vhome *, .vhome *::before, .vhome *::after { scroll-behavior: auto !important; transition: none !important; }
}
