/* Company Holiday Parties landing page.
   Scoped to .evc-hol so it cannot affect any existing page. Every colour and
   face below is pulled from the site's own Elementor kit tokens (post-6.css:
   accent #C49A6C, secondary #1A1A1A, primary #F2F2F2, text #A6A6A6, "Avenir")
   so the page inherits the existing design language rather than inventing one. */

.evc-hol {
  --hol-gold: var(--e-global-color-accent, #C49A6C);
  --hol-dark: var(--e-global-color-secondary, #1A1A1A);
  --hol-ink: var(--e-global-color-f346a44, #000000);
  --hol-light: var(--e-global-color-primary, #F2F2F2);
  --hol-grey: var(--e-global-color-text, #A6A6A6);
  --hol-font: var(--e-global-typography-text-font-family, "Avenir"), avenir, "Helvetica Neue", Arial, sans-serif;
  --hol-max: 1200px;
  font-family: var(--hol-font);
  color: var(--hol-ink);
}
.evc-hol *, .evc-hol *::before, .evc-hol *::after { box-sizing: border-box; }
.evc-hol img { max-width: 100%; height: auto; display: block; }

.evc-hol__wrap { max-width: var(--hol-max); margin: 0 auto; padding: 0 24px; }
.evc-hol__section { padding: 78px 0; }
.evc-hol__section--dark { background: var(--hol-dark); color: var(--hol-light); }
.evc-hol__section--ink { background: var(--hol-ink); color: var(--hol-light); }
.evc-hol__section--soft { background: #F5F1EC; }

/* ---------- headings ---------- */
/* Headings match the site system exactly (measured on the-venue/event-types:
   Avenir 400 at 36px, letter-spacing .15em, #1A1A1A, with a bold lead phrase). */
.evc-hol h2 { font-family: var(--hol-font); font-size: 36px; line-height: 1.14; letter-spacing: .15em;
  margin: 0 0 18px; font-weight: 400; color: #1A1A1A; text-transform: uppercase; text-wrap: balance; }
.evc-hol__b { font-weight: 700; }
.evc-hol__section--dark h2, .evc-hol__section--ink h2 { color: var(--hol-light); }
.evc-hol h3 { font-family: var(--hol-font); font-size: 21px; line-height: 1.3; margin: 0 0 10px; font-weight: 700; }
.evc-hol__rule { width: 62px; height: 3px; background: var(--hol-gold); margin: 0 0 26px; border: 0; }
.evc-hol__center { text-align: center; }
.evc-hol__center .evc-hol__rule { margin-left: auto; margin-right: auto; }
.evc-hol p { font-size: 18px; line-height: 1.45; margin: 0 0 18px; max-width: 75ch; color: #1A1A1A; }
.evc-hol__center p, .evc-hol__quote blockquote { margin-left: auto; margin-right: auto; }
.evc-hol__section--dark p, .evc-hol__section--ink p { color: #F9F9F9; }
.evc-hol__lead { font-size: 18px; }

/* ---------- hero ---------- */
.evc-hol__hero { position: relative; background: var(--hol-ink); overflow: hidden; }
.evc-hol .evc-hol__hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 62% center; z-index: 0; }
.evc-hol__hero-veil { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.45) 130px, rgba(0,0,0,0) 260px),
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.78) 30%, rgba(0,0,0,.52) 55%, rgba(0,0,0,.20) 82%, rgba(0,0,0,.08) 100%); }
.evc-hol__hero-inner { position: relative; z-index: 2; max-width: var(--hol-max); margin: 0 auto;
  padding: 196px 24px 104px; color: #fff; }
.evc-hol__hero-copy { max-width: 780px; text-shadow: 0 1px 14px rgba(0,0,0,.55); }
.evc-hol__eyebrow { display: inline-block; font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--hol-gold); border: 1px solid rgba(196,154,108,.55); padding: 7px 15px; margin: 0 0 22px; }
.evc-hol__hero h1 { font-family: var(--hol-font); color: #fff; font-size: 36px; line-height: 1.2; text-wrap: balance;
  margin: 0 0 14px; font-weight: 400; text-transform: uppercase; letter-spacing: .15em; }
.evc-hol .evc-hol__hero-sub { font-size: 20px; color: var(--hol-gold); margin: 0 0 22px; font-weight: 400; }
.evc-hol__hero p { color: #F9F9F9; }
.evc-hol .evc-hol__hero-meta { list-style: none; display: grid; grid-template-columns: auto auto;
  justify-content: start; gap: 10px 40px; margin: 38px 0 0; padding: 0; }
.evc-hol .evc-hol__hero-meta li { font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: #C9C9C9; display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.evc-hol .evc-hol__hero-meta li::before { content: ""; width: 5px; height: 5px;
  background: var(--hol-gold); transform: rotate(45deg); flex: 0 0 auto; }

/* hero offer badge — sits in the empty column beside the copy on wide screens,
   and drops below the copy once that column disappears */
.evc-hol .evc-hol__hero-badge { display: block; width: 210px; height: auto; margin: 34px 0 0;
  filter: drop-shadow(0 8px 22px rgba(0,0,0,.55)); }
@media (min-width: 1100px) {
  .evc-hol .evc-hol__hero-badge { position: absolute; right: 24px; top: 53%; transform: translateY(-50%);
    width: 258px; margin: 0; }
}
@media (max-width: 767px) {
  .evc-hol .evc-hol__hero-badge { width: 178px; margin-top: 28px; }
}

/* ---------- buttons ---------- */
.evc-hol__cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 0; }
/* Site button pattern: gold texture background image, white text, white border
   (matches the header "Contact Us" / footer "Schedule a Site Visit" buttons). */
.evc-hol .evc-hol__btn { display: inline-block; font-family: var(--hol-font); font-size: 16px; font-weight: 700; letter-spacing: .3em;
  text-transform: uppercase; line-height: 1.76em; padding: 10px 30px; text-decoration: none;
  border: 1px solid #F2F2F2; color: #fff; text-align: center;
  background: #C49A6C url('/wp-content/uploads/2026/03/Gold-Texture.jpg') center / cover no-repeat;
  transition: filter .2s ease; cursor: pointer; text-shadow: none; }
.evc-hol .evc-hol__btn:hover, .evc-hol .evc-hol__btn:focus { color: #fff; filter: brightness(1.12); }

/* ---------- proof bar ---------- */
.evc-hol__proof { background: #C49A6C url('/wp-content/uploads/2026/03/Gold-Texture.jpg') center center / cover no-repeat; }
.evc-hol__proof ul { list-style: none; margin: 0; padding: 22px 0; display: flex; flex-wrap: wrap;
  justify-content: center; gap: 10px 34px; }
.evc-hol__proof li { color: #fff; font-size: 14px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; }

/* ---------- generic grid ---------- */
.evc-hol__grid { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; }
.evc-hol__grid > * { flex: 0 1 auto; }
/* 3-up: any leftover cards on the final row stay centred rather than orphaned */
.evc-hol__grid--3 > * { width: calc((100% - 52px) / 3); }
.evc-hol__grid--2 > * { width: calc((100% - 26px) / 2); }
.evc-hol__card { padding: 28px; background: #fff; border: 1px solid #E4E4E4;
  display: flex; flex-direction: column; }
.evc-hol__section--dark .evc-hol__card, .evc-hol__section--ink .evc-hol__card {
  background: #232323; border-color: #343434; }
.evc-hol__card h3 { color: inherit; }
@media (min-width: 768px) { .evc-hol__grid--3 .evc-hol__card h3 { min-height: 2.6em; } }
.evc-hol__card p:last-child { margin-bottom: 0; }
.evc-hol__card--num { position: relative; padding-top: 30px; }
.evc-hol__num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px;
  border: 1px solid var(--hol-gold); color: #8a6337; font-weight: 700; font-size: 15px; margin-bottom: 14px; }
.evc-hol__section--dark .evc-hol__num, .evc-hol__section--ink .evc-hol__num { color: var(--hol-gold); }

/* ---------- text + side-visual columns ---------- */
.evc-hol__cols { display: flex; gap: 46px; align-items: stretch; }
.evc-hol__colmain { flex: 1 1 58%; min-width: 0; }
.evc-hol__side { flex: 1 1 42%; margin: 0; min-width: 300px; max-width: 480px; }
.evc-hol__side img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 1023px) {
  .evc-hol__cols { flex-direction: column; }
  .evc-hol__side { max-width: none; min-width: 0; }
  .evc-hol__side img { height: 250px; }
}

/* ---------- banded image ---------- */
.evc-hol__band { margin: 0; }
.evc-hol__band img { width: 100%; }
.evc-hol__band figcaption { max-width: var(--hol-max); margin: 12px auto 0; padding: 0 24px;
  font-size: 14px; color: #6B6B6B; }

/* ---------- testimonial ---------- */
.evc-hol__quote { max-width: 860px; margin: 0 auto; text-align: center; }
.evc-hol__quote blockquote { margin: 0 0 20px; font-size: 25px; line-height: 1.5; color: var(--hol-light); font-style: italic; }
.evc-hol__quote cite { font-style: normal; display: block; font-size: 15px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--hol-gold); }
.evc-hol__quote cite span { display: block; color: var(--hol-grey); letter-spacing: .05em; margin-top: 4px; }

/* ---------- faq ---------- */
.evc-hol__faq { max-width: 900px; margin: 0 auto; }
.evc-hol__faq details { border-bottom: 1px solid #E0E0E0; }
.evc-hol__faq summary { cursor: pointer; padding: 19px 40px 19px 0; font-size: 18px; font-weight: 700;
  position: relative; list-style: none; }
.evc-hol__faq summary::-webkit-details-marker { display: none; }
.evc-hol__faq summary:hover { color: #8a6337; }
.evc-hol__faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 28px; font-weight: 600; color: #8a6337; line-height: 1; }
.evc-hol__faq details[open] summary::after { content: "\2013"; }
.evc-hol__faq details > div { padding: 0 0 20px; }
.evc-hol__faq details > div p:last-child { margin-bottom: 0; }

/* ---------- breadcrumb ---------- */
.evc-hol__crumbs { font-size: 13px; color: var(--hol-grey); padding: 16px 0 0; }
.evc-hol__crumbs a { color: var(--hol-grey); text-decoration: none;
  display: inline-block; padding: 8px 2px; margin: -8px -2px; }
.evc-hol__crumbs a:hover { color: var(--hol-gold); text-decoration: underline; }

/* ---------- inline text links (light sections) ---------- */
.evc-hol__section:not(.evc-hol__section--dark):not(.evc-hol__section--ink) p a {
  color: #8a6337; text-decoration: underline; text-underline-offset: 3px; }
.evc-hol__section:not(.evc-hol__section--dark):not(.evc-hol__section--ink) p a:hover { color: #6b4b26; }

/* ---------- focus visibility (keyboard users) ---------- */
.evc-hol a:focus-visible, .evc-hol summary:focus-visible {
  outline: 2px solid var(--hol-gold); outline-offset: 3px; }

/* ---------- contact block ---------- */
.evc-hol__contact { margin-top: 30px; font-size: 17px; line-height: 1.75; }
.evc-hol__contact a { color: var(--hol-gold); text-decoration: none;
  display: inline-block; padding: 6px 4px; margin: -6px -4px; }
.evc-hol__contact a:hover { text-decoration: underline; }

/* ---------- review flag (local/staging only, stripped on production) ------- */
.evc-hol__review { background: #FFF3CD; border: 1px solid #E0B44C; color: #5A4412; padding: 14px 18px;
  font-size: 15px; margin: 0 0 20px; }
.evc-hol__review strong { text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }

/* tablet: copy column reaches further across the busy photo */
@media (min-width: 768px) and (max-width: 1120px) {
  .evc-hol__hero-veil { background:
    linear-gradient(180deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.45) 130px, rgba(0,0,0,0) 260px),
    linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.82) 42%, rgba(0,0,0,.55) 68%, rgba(0,0,0,.18) 100%); }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .evc-hol__grid--3 > * { width: calc((100% - 26px) / 2); }
  .evc-hol__hero h1 { font-size: 44px; }
}
@media (max-width: 767px) {
  .evc-hol__section { padding: 54px 0; }
  .evc-hol__grid--3 > *, .evc-hol__grid--2 > * { width: 100%; }
  .evc-hol__hero-inner { padding: 124px 22px 60px; }
  .evc-hol__hero h1 { font-size: 24px; }
  .evc-hol .evc-hol__hero-sub { font-size: 18px; }
  .evc-hol h2 { font-size: 23px; letter-spacing: .12em; }
  .evc-hol p { font-size: 17px; }
  .evc-hol__hero-veil { background: linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 40%, rgba(0,0,0,.82) 100%); }
  .evc-hol__cta-row .evc-hol__btn { width: 100%; text-align: center; letter-spacing: .16em; }
  .evc-hol__proof ul { gap: 8px 18px; padding: 18px 0; }
  .evc-hol__proof li { font-size: 13px; letter-spacing: .07em; }
  .evc-hol__eyebrow { font-size: 11px; letter-spacing: .14em; padding: 6px 12px; }
  .evc-hol__band img { height: 230px; object-fit: cover; }
  .evc-hol .evc-hol__hero-sub { margin-bottom: 16px; }
  .evc-hol .evc-hol__hero-meta { grid-template-columns: auto; gap: 9px; margin-top: 30px; }
}

/* breadcrumb strip sits below the hero because the site header overlays it */
.evc-hol__crumbbar { background: #111; border-bottom: 1px solid #262626; }
.evc-hol__crumbbar .evc-hol__crumbs { padding: 13px 24px; }
