.elementor-3920 .elementor-element.elementor-element-60a7107{--display:flex;}.elementor-3920 .elementor-element.elementor-element-5ad03d1{--display:flex;}.elementor-3920 .elementor-element.elementor-element-5113339{--display:flex;}.elementor-3920 .elementor-element.elementor-element-38dc740{--display:flex;}.elementor-3920 .elementor-element.elementor-element-fe65566{--display:flex;}.elementor-3920 .elementor-element.elementor-element-9a8c42c{--display:flex;}:root{--page-title-display:none;}@media(max-width:1000px){body.elementor-page-3920{margin:0px 0px 0px 0px;}}/* Start custom CSS *//* ==========================================================
   VJ MEMORIALS — HOMEPAGE
   Scoped styles using the VJ brand palette + Cormorant/Jost
   All body.elementor-page-3920s prefixed with .vjh- to avoid Elementor clashes
   ========================================================== */

/* NOTE: Google Fonts are loaded via <link> in the <head>
   (added in Elementor Pro → Custom Code → Head → "Site-wide fonts").
   Do NOT re-add the @import here — it hurts page speed. */

/* ── Kill any theme/Elementor section borders (nuclear version) ──
   body.elementor-page gives us a tag+class prefix so our specificity
   beats Elementor's per-element rules like .elementor-element.elementor-element-XXX */
body.elementor-page .elementor-element,
body.elementor-page .elementor-element::before,
body.elementor-page .elementor-element::after,
body .elementor-section,
body .elementor-container,
body .elementor-column,
body .elementor-widget-wrap,
body .elementor-widget,
body .elementor-widget-html,
body .e-con,
body .e-con-inner,
body .e-parent,
body .e-child {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* also nuke any border on the wrappers our HTML widgets use */
body .vjh,
body .vjh > section,
body .vjh > section::before {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Elementor Containers ship with 10px default padding — kill it on
   containers that wrap our HTML widgets so our sections go edge-to-edge */
body .e-con:has(.vjh),
body .elementor-widget-html:has(.vjh) {
  padding: 0 !important;
  margin: 0 !important;
}
body .elementor-widget-html:has(> .vjh) > .elementor-widget-container {
  padding: 0 !important;
}
/* Re-enable the intentional 5px gold gradient strip on the hero bottom */
.vjh-hero::after {
  content: '' !important;
  position: absolute !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
  height: 5px !important;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)) !important;
  z-index: 2 !important;
}

.vjh *, .vjh *::before, .vjh *::after { box-sizing: border-box; margin: 0; padding: 0; }

.vjh {
  /* VJ Memorials brand palette */
  --stone:       #1A1919;
  --stone-mid:   #3D4F38;
  --stone-light: #6B7066;
  --parchment:   #EFEBE3;
  --cream:       #FAF8F3;
  --gold:        #B5A99A;
  --gold-light:  #C9BEAF;
  --gold-pale:   #E8E3D9;
  --green:       #6B9060;
  --green-light: #E8F0E4;
  --forest:      #3D4F38;
  --hover-green: #87A878;
  --white:       #ffffff;
  --border:      #D9D2C4;

  font-family: 'Jost', sans-serif;
  color: var(--stone);
  line-height: 1.7;
  background: var(--cream);
}

.vjh h1, .vjh h2, .vjh h3, .vjh h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }
.vjh strong { font-weight: 600; }
.vjh em { font-style: italic; }

/* shared wrappers */
.vjh-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vjh-wrap-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* shared section header */
.vjh-sec-header { text-align: center; padding: 72px 0 40px; }
.vjh-sec-header .eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.vjh-sec-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
  color: var(--stone);
}
.vjh-sec-header p {
  margin-top: 16px;
  font-size: .98rem;
  font-weight: 300;
  color: var(--stone-light);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.vjh-divider {
  display: flex; align-items: center; gap: 14px; justify-content: center; margin-top: 22px;
}
.vjh-divider::before, .vjh-divider::after {
  content: ''; flex: 1; max-width: 80px; height: 1px; background: var(--gold-pale);
}
.vjh-divider .gem { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }

/* ────────── HERO ────────── */
.vjh-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px;
  text-align: center;
  overflow: hidden;
  background: var(--forest);
}
.vjh-hero-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .35;
  z-index: 0;
}
.vjh-hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  z-index: 2;
}
.vjh-hero-inner { position: relative; z-index: 1; max-width: 820px; }
.vjh-hero-eyebrow {
  display: inline-block;
  font-size: .72rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 22px;
}
.vjh-hero h1 {
  font-weight: 300;
  font-size: clamp(2.3rem, 5.8vw, 4.1rem);
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 22px;
}
.vjh-hero h1 em { font-style: italic; color: var(--gold-light); }
.vjh-hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,.78);
  max-width: 620px;
  margin: 0 auto 36px;
  letter-spacing: .01em;
}
.vjh-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Modifier — split hero (image left, text right) */
.vjh-hero.vjh-hero--split {
  text-align: left;
  padding: 40px 24px;
  min-height: auto;
}
.vjh-hero--split .vjh-hero-inner {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.vjh-hero--split .vjh-hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--forest);
}
.vjh-hero--split .vjh-hero-sub {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 720px) {
  .vjh-hero--split .vjh-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .vjh-hero.vjh-hero--split { text-align: center; padding: 60px 24px; }
  .vjh-hero--split .vjh-hero-sub { margin: 0 auto; }
}
.vjh-btn-primary, .vjh-btn-outline {
  display: inline-block; text-decoration: none;
  padding: 14px 32px;
  font-family: 'Jost', sans-serif;
  font-size: .82rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  transition: background .2s, color .2s, transform .2s;
}
.vjh-btn-primary { background: var(--green); color: var(--white); }
.vjh-btn-primary:hover { background: var(--hover-green); transform: translateY(-2px); color: var(--white); }
.vjh-btn-outline { border: 1.5px solid rgba(255,255,255,.8); color: var(--white); }
.vjh-btn-outline:hover { background: var(--white); color: var(--forest); transform: translateY(-2px); }

/* ────────── REVIEWS ────────── */
.vjh-reviews { background: var(--cream); padding: 72px 0 80px; }
.vjh-reviews-embed {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ────────── AUTHORITY BAND ────────── */
.vjh-authority-band {
  background: var(--gold);
  padding: 18px 24px;
  text-align: center;
}
.vjh-authority-band p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: var(--stone);
  letter-spacing: .03em;
}
.vjh-authority-band span { font-style: italic; font-weight: 400; }

/* ────────── TRUST PILLARS (VJ Difference) ────────── */
.vjh-pillars-section { padding: 0 0 72px; }
.vjh-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  padding-top: 10px;
}
.vjh-pillar {
  text-align: center;
  padding: 28px 22px;
  background: var(--white);
  border: 1px solid var(--border);
}
.vjh-pillar h4 {
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--stone);
  margin-bottom: 8px;
}
.vjh-pillar p {
  font-size: .88rem;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.65;
}

/* ────────── PRODUCTS (What We Create) ────────── */
.vjh-products-section {
  background: var(--parchment);
  padding: 72px 0 88px;
}
.vjh-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.vjh-product-card {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.vjh-product-img-link {
  display: block;
  overflow: hidden;
}
.vjh-product-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--gold-pale);
  transition: transform .5s ease, opacity .3s ease;
}
.vjh-product-img-link:hover .vjh-product-img {
  transform: scale(1.04);
  opacity: .92;
}
.vjh-product-body {
  padding: 24px 22px 26px;
  display: flex; flex-direction: column; flex: 1;
}
.vjh-product-card h3 {
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--stone);
  margin-bottom: 8px;
}
.vjh-product-card p {
  font-size: .9rem;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.vjh-product-link {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--forest);
  text-decoration: none;
  padding-top: 8px;
  border-top: 1px solid var(--border);
  transition: color .2s;
}
.vjh-product-link:hover { color: var(--green); }
.vjh-product-link::after { content: ' →'; }

/* ────────── COLLAGE (uniform image grid) ────────── */
.vjh-collage-section {
  background: var(--cream);
  padding: 0 0 88px;
}
.vjh-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vjh-collage-item {
  display: block;
  aspect-ratio: 4 / 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--gold-pale);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: opacity .3s ease;
  cursor: zoom-in;
}
.vjh-collage-item:hover { opacity: .92; }

/* Lightbox overlay (used by collage click-to-zoom) */
.vjh-lightbox-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  display: flex; align-items: center; justify-content: center;
  z-index: 99999;
  cursor: zoom-out;
  padding: 24px;
}
.vjh-lightbox-overlay img {
  max-width: 100%; max-height: 100%;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

@media (max-width: 720px) {
  .vjh-collage { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .vjh-collage { grid-template-columns: 1fr; }
}

/* ────────── FEATURE BLOCK (image + text/button, side-by-side) ────────── */
.vjh-feature-section {
  background: var(--cream);
  padding: 0 0 88px;
}
.vjh-feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.vjh-feature-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--parchment);
  border: 1px solid var(--border);
}
.vjh-feature-content .eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.vjh-feature-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--stone);
  line-height: 1.2;
  margin-bottom: 14px;
}
.vjh-feature-content h2 em { color: var(--gold); }
.vjh-feature-content p {
  font-size: .95rem;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.75;
  margin-bottom: 22px;
}
@media (max-width: 720px) {
  .vjh-feature-inner { grid-template-columns: 1fr; }
}

/* ────────── SERVICE AREA ────────── */
.vjh-service-section { padding: 24px 0 22px; }
.vjh-service-section .vjh-sec-header { padding-bottom: 14px; }
.vjh-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 16px;
}
.vjh-service-grid div {
  background: var(--cream);
  padding: 16px 20px;
  font-size: .92rem;
  color: var(--stone);
  font-weight: 400;
}
.vjh-service-note {
  text-align: center;
  margin-top: 28px;
  font-size: .92rem;
  color: var(--stone-light);
  font-style: italic;
}

/* ────────── RESOURCES CALLOUT ────────── */
.vjh-resources-section {
  background: var(--forest);
  padding: 72px 24px;
  position: relative;
  overflow: hidden;
}
.vjh-resources-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.vjh-resources-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 720px) { .vjh-resources-inner { grid-template-columns: 1fr; } }
.vjh-resource-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(181,169,154,.3);
  padding: 28px 26px;
  text-decoration: none;
  transition: background .2s;
}
.vjh-resource-card:hover { background: rgba(255,255,255,.09); }

/* Light variant — section is cream, cards stay forest green */
.vjh-resources-section.vjh-resources-section--light { background: var(--cream); }
.vjh-resources-section--light .vjh-resource-card {
  background: var(--forest);
  border: 1px solid var(--forest);
}
.vjh-resources-section--light .vjh-resource-card:hover {
  background: var(--stone-mid);
}
.vjh-resource-card .eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.vjh-resource-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
.vjh-resource-card p {
  font-size: .88rem;
  font-weight: 300;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}
.vjh-resource-link {
  display: inline-block;
  margin-top: 14px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.vjh-resource-link::after { content: ' →'; }

/* ────────── CONTACT / VISIT ────────── */
.vjh-contact-section { padding: 80px 0 88px; }
.vjh-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 720px) { .vjh-contact-inner { grid-template-columns: 1fr; } }
.vjh-contact-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--parchment);
  margin-bottom: 28px;
  border: 1px solid var(--border);
}
.vjh-contact-left h2 {
  font-weight: 300;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--stone);
  line-height: 1.2;
  margin-bottom: 16px;
}
.vjh-contact-left h2 em { color: var(--gold); }
.vjh-contact-left p {
  font-size: .95rem;
  font-weight: 300;
  color: var(--stone-light);
  line-height: 1.75;
  margin-bottom: 14px;
}
.vjh-contact-details {
  list-style: none;
  margin-top: 24px;
  padding: 0;
}
.vjh-contact-details li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: .95rem;
}
.vjh-contact-details li:last-child { border-bottom: none; }
.vjh-contact-details .label {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.vjh-contact-details a {
  color: var(--stone);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}
.vjh-contact-details a:hover { color: var(--green); }

.vjh-showrooms-box {
  background: var(--parchment);
  border-left: 4px solid var(--gold);
  padding: 32px 30px;
}
.vjh-showrooms-box .eyebrow {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.vjh-showrooms-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--stone);
  margin-bottom: 12px;
  line-height: 1.3;
}
.vjh-showrooms-box p {
  font-size: .92rem;
  font-weight: 300;
  color: var(--stone-mid);
  line-height: 1.75;
}
.vjh-showrooms-box .addr {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: .9rem;
  color: var(--stone);
}
.vjh-showrooms-box .addr a {
  color: var(--forest);
  font-weight: 500;
  text-decoration: none;
}
.vjh-showrooms-box .addr a:hover { color: var(--green); }/* End custom CSS */