/*
Theme Name: Marquees Spacing Child
Template: Divi
Description: Contextual spacing / visual rhythm fixes for marquees.com (checklist-driven).
Version: 1.6.34
Author: Local spacing pass
*/

/* ==========================================================================
   Approach: site-wide Divi section padding uses the spacing scale.
   Roles: --mq-section-y (standard), --mq-section-y-hero, --mq-section-y-tight.
   Home copy hero (section_1) uses hero padding + tuned headline/CTA gaps.
   Breakpoints: desktop default, tablet <=980px, phone <=767px.
   Header chrome and intentional zero spacers remain exempt.
   ========================================================================== */

:root {
  /* Agreed spacing scale */
  --mq-space-xs: 8px;
  --mq-space-sm: 16px;
  --mq-space-md: 24px;
  --mq-space-lg: 48px;
  --mq-space-xl: 72px;
  --mq-space-2xl: 96px;

  /* Section vertical padding roles (desktop defaults) */
  --mq-section-y: var(--mq-space-xl); /* standard bands: was 65–90px */
  --mq-section-y-hero: var(--mq-space-2xl); /* lead/hero: was 90–100/150px */
  --mq-section-y-tight: var(--mq-space-lg); /* compact bands: was ~36–64px */

  --mq-edge: 24px;
  --mq-edge-mobile: 16px;
  --mq-content-max: 1080px;
  --mq-gold: #d2af50;
  --mq-gold-soft: #baab82;
  --mq-black: #000000;
}

/* Tablet */
@media (max-width: 980px) {
  :root {
    --mq-section-y: var(--mq-space-lg);
    --mq-section-y-hero: var(--mq-space-xl);
    --mq-section-y-tight: var(--mq-space-md);
  }
}

/* Phone */
@media (max-width: 767px) {
  :root {
    --mq-section-y: var(--mq-space-md);
    --mq-section-y-hero: var(--mq-space-lg);
    --mq-section-y-tight: var(--mq-space-sm);
  }
}

/* Kill horizontal page stretch from carousel tracks (Accessories / Reviews) */
html,
body {
  overflow-x: clip !important;
}

body #page-container {
  overflow-x: clip !important;
  max-width: 100% !important;
}

/* --------------------------------------------------------------------------
   Global – Header (modern / special — keep logo, fonts, gold + black)
   Structure: logo | nav | phone + Get a quote
   -------------------------------------------------------------------------- */
.et-l--header {
  position: relative;
  z-index: 99999;
}

.et-l--header .et_pb_section_2_tb_header {
  position: relative;
  background-color: var(--mq-black) !important;
  border-bottom: 1px solid rgba(210, 175, 80, 0.28);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Subtle gold sheen along the top edge */
.et-l--header .et_pb_section_2_tb_header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(210, 175, 80, 0.55) 20%,
    rgba(210, 175, 80, 0.85) 50%,
    rgba(210, 175, 80, 0.55) 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 2;
}

.et-l--header .et_pb_section_3_tb_header {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  --vertical-gap: 0 !important;
}

.et_pb_row_2_tb_header.et_pb_row {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  align-items: center !important;
  transition: padding 0.3s ease;
}

/* Sticky: compact + soft glass on black */
.et_pb_sticky .et-l--header .et_pb_section_2_tb_header,
.et-l--header .et_pb_sticky .et_pb_section_2_tb_header,
.et_pb_sticky .et_pb_section_2_tb_header {
  background-color: rgba(0, 0, 0, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  border-bottom-color: rgba(210, 175, 80, 0.4);
}

.et_pb_sticky .et_pb_row_2_tb_header.et_pb_row {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Logo — keep asset; refine presence */
.et_pb_image_1_tb_header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.et_pb_image_1_tb_header img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.et_pb_image_1_tb_header:hover img {
  transform: scale(1.02);
  filter: brightness(1.06);
}

/* --------------------------------------------------------------------------
   Desktop header layout:
   [ logo ] [ nav — centered ]   phone + quote (top-right)
   Beat Divi CPT rules (.et-db #et-boc .et-l …) which force width:90% on the
   utility row and leave quote/phone sitting mid-left next to the logo.
   -------------------------------------------------------------------------- */
@media (min-width: 981px) {
  body.et-db #et-boc .et-l--header .et_pb_section_2_tb_header,
  body #et-boc .et-l--header .et_pb_section_2_tb_header,
  .et-l--header .et_pb_section_2_tb_header {
    position: relative !important;
  }

  body.et-db #et-boc .et-l--header .et_pb_column_4_tb_header,
  body #et-boc .et-l--header .et_pb_column_4_tb_header,
  .et-l--header .et_pb_column_4_tb_header {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
    min-height: 100%;
  }

  /* Phone + Get a quote — pin to top-right of the black header bar */
  body.et-db #et-boc .et-l--header .et_pb_section_2_tb_header .et_pb_row_3_tb_header,
  body.et-db #et-boc .et-l--header .et_pb_row .et_pb_row_3_tb_header,
  body.et-db #et-boc .et-l--header .et_pb_row_3_tb_header.et_pb_row,
  body #et-boc .et-l--header .et_pb_section_2_tb_header .et_pb_row_3_tb_header,
  .et-l--header .et_pb_section_2_tb_header .et_pb_row_3_tb_header,
  .et-l--header .et_pb_section_2_tb_header .et_pb_row.et_pb_row_3_tb_header,
  .et-l--header .et_pb_row .et_pb_row_3_tb_header {
    position: absolute !important;
    top: 10px !important;
    right: 24px !important;
    left: auto !important;
    bottom: auto !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    z-index: 50 !important;
    transform: none !important;
    inset-inline-start: auto !important;
    inset-inline-end: 24px !important;
  }

  body.et-db #et-boc .et-l--header .et_pb_column_5_tb_header,
  body #et-boc .et-l--header .et_pb_column_5_tb_header,
  .et-l--header .et_pb_column_5_tb_header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px 18px !important;
    width: max-content !important;
    max-width: none !important;
  }

  /* Keep icon + label on one horizontal line */
  body.et-db #et-boc .et-l--header .et_pb_text_2_tb_header,
  body.et-db #et-boc .et-l--header .et_pb_text_3_tb_header,
  .et-l--header .et_pb_text_2_tb_header,
  .et-l--header .et_pb_text_3_tb_header {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    max-width: none !important;
    gap: 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .et-l--header .et_pb_text_2_tb_header .et_pb_text_inner,
  .et-l--header .et_pb_text_3_tb_header .et_pb_text_inner,
  .et-l--header .et_pb_text_2_tb_header .et_pb_text_inner p,
  .et-l--header .et_pb_text_3_tb_header .et_pb_text_inner p,
  .et-l--header .et_pb_text_2_tb_header a,
  .et-l--header .et_pb_text_3_tb_header a {
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .et-l--header .et_pb_icon_2_tb_header,
  .et-l--header .et_pb_icon_3_tb_header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .et-l--header .et_pb_icon_2_tb_header .et_pb_icon_wrap .et-pb-icon,
  .et-l--header .et_pb_icon_3_tb_header .et_pb_icon_wrap .et-pb-icon {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  /* Nav — horizontally centered in the full header bar */
  body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu,
  body #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu,
  .et-l--header .et_pb_menu_1_tb_header.et_pb_menu {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: max-content !important;
    max-width: calc(100% - 340px) !important;
    z-index: 40 !important;
  }

  .et-l--header .et_pb_menu_1_tb_header .et_pb_menu_inner_container,
  .et-l--header .et_pb_menu_1_tb_header .et_pb_menu__wrap,
  .et-l--header .et_pb_menu_1_tb_header .et_pb_menu__wrap > nav > ul {
    justify-content: center !important;
    text-align: center !important;
  }

  .et_pb_sticky .et-l--header .et_pb_section_2_tb_header .et_pb_row_3_tb_header,
  .et-l--header .et_pb_sticky .et_pb_row_3_tb_header,
  body.et-db #et-boc .et-l--header .et_pb_sticky .et_pb_row_3_tb_header {
    top: 6px !important;
  }
}

/* Utility cluster: phone + Get a quote */
.et_pb_row_3_tb_header {
  align-items: center !important;
  gap: 10px 18px !important;
}

.et_pb_text_2_tb_header,
.et_pb_text_3_tb_header {
  gap: 8px;
  align-items: center !important;
}

.et_pb_text_2_tb_header .et_pb_text_inner,
.et_pb_text_3_tb_header .et_pb_text_inner,
.et_pb_text_2_tb_header a,
.et_pb_text_3_tb_header a {
  color: var(--mq-gold-soft) !important;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.et_pb_text_2_tb_header:hover .et_pb_text_inner,
.et_pb_text_2_tb_header:hover a,
.et_pb_text_3_tb_header:hover .et_pb_text_inner,
.et_pb_text_3_tb_header:hover a {
  color: var(--mq-gold) !important;
}

.et_pb_icon_2_tb_header,
.et_pb_icon_3_tb_header {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.et_pb_text_2_tb_header:hover .et_pb_icon_2_tb_header,
.et_pb_column_5_tb_header:hover .et_pb_icon_2_tb_header,
.et_pb_text_3_tb_header:hover + .et_pb_icon_3_tb_header,
.et_pb_icon_3_tb_header:hover {
  transform: translateY(-1px);
}

/* Phone + quote: no pill border; underlined text links */
.et_pb_text_2_tb_header,
.et_pb_text_3_tb_header {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.et_pb_text_2_tb_header:hover,
.et_pb_text_3_tb_header:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.et_pb_text_2_tb_header .et_pb_text_inner,
.et_pb_text_2_tb_header .et_pb_text_inner a,
.et_pb_text_2_tb_header .et_pb_text_inner p,
.et_pb_text_3_tb_header .et_pb_text_inner,
.et_pb_text_3_tb_header .et_pb_text_inner a,
.et_pb_text_3_tb_header .et_pb_text_inner p {
  color: var(--mq-gold) !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.et_pb_text_2_tb_header .et_pb_text_inner,
.et_pb_text_3_tb_header .et_pb_text_inner {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Main nav — undo 40% crush; modern hover underline */
.et_pb_menu_1_tb_header.et_pb_menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100%;
  background: transparent !important;
}

@media (max-width: 980px) {
  .et_pb_menu_1_tb_header.et_pb_menu {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

.et_pb_menu_1_tb_header .et_pb_menu_inner_container {
  gap: 8px 8px;
  align-items: center;
  justify-content: flex-end;
}

.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li {
  margin: 0 8px !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 14px !important;
  color: var(--mq-gold-soft) !important;
  letter-spacing: 0.01em;
  transition: color 0.25s ease !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 1.5px;
  background: var(--mq-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
  opacity: 0.95;
}

.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li > a:hover,
.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li.current-menu-item > a,
.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li.current-menu-ancestor > a {
  color: var(--mq-gold) !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li > a:hover::after,
.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li.current-menu-item > a::after,
.et_pb_menu_1_tb_header.et_pb_menu .et_pb_menu__wrap > nav > ul > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

/* Dropdown: vertical panels under parent (Divi flex must not lay these out horizontally) */
.et-l--header .et_pb_section_2_tb_header,
.et-l--header .et_pb_row_2_tb_header,
.et-l--header .et_pb_column_4_tb_header,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu,
.et-l--header .et_pb_menu_1_tb_header .et_pb_menu_inner_container,
.et-l--header .et_pb_menu_1_tb_header .et_pb_menu__wrap,
.et-l--header .et_pb_menu_1_tb_header .et_pb_menu__menu,
.et-l--header .et_pb_menu_1_tb_header nav {
  overflow: visible !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav > li {
  position: relative !important;
}

body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li > ul,
body #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li > ul,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav > li > .sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  float: none !important;
  border: 1px solid rgba(210, 175, 80, 0.35) !important;
  border-radius: 8px !important;
  overflow: visible !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  background-color: #111 !important;
  min-width: 220px !important;
  width: max-content !important;
  max-width: min(320px, 90vw) !important;
  z-index: 100000 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease !important;
}

body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:hover > ul,
body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:focus-within > ul,
body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li.et-hover > ul,
body #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:hover > ul,
body #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:focus-within > ul,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:hover > ul,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li:focus-within > ul,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li.et-hover > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav > li:hover > .sub-menu,
.et_pb_menu_1_tb_header.et_pb_menu .nav > li:focus-within > .sub-menu,
.et_pb_menu_1_tb_header.et_pb_menu .nav > li.et-hover > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.et-db #et-boc .et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li > ul > li,
.et-l--header .et_pb_menu_1_tb_header.et_pb_menu .nav > li > ul > li,
.et_pb_menu_1_tb_header.et_pb_menu .nav > li > .sub-menu > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* Nested submenu — sit fully to the right of its parent item */
.et_pb_menu_1_tb_header.et_pb_menu .nav li li {
  position: relative !important;
  width: 100% !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li li > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav li .sub-menu .sub-menu {
  position: absolute !important;
  top: -8px !important;
  left: 100% !important;
  right: auto !important;
  margin: 0 0 0 2px !important;
  min-width: 240px !important;
  width: max-content !important;
  max-width: none !important;
  padding: 8px 0 !important;
  background-color: #111 !important;
  border: 1px solid rgba(210, 175, 80, 0.35) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
  display: flex !important;
  flex-direction: column !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 100001 !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li li:hover > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li:focus-within > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li.et-hover > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li:hover > .sub-menu,
.et_pb_menu_1_tb_header.et_pb_menu .nav li .sub-menu li:hover > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* If Divi flips the flyout near the viewport edge, keep it fully outside */
.et_pb_menu_1_tb_header.et_pb_menu .nav li.et-reverse-direction-nav li > ul,
.et_pb_menu_1_tb_header.et_pb_menu .nav li.et-reverse-direction-nav .sub-menu .sub-menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 2px 0 0 !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li ul a,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li a,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li ul a {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 10px 20px !important;
  color: var(--mq-gold-soft) !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease !important;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li ul a:hover,
.et_pb_menu_1_tb_header.et_pb_menu .nav li li a:hover {
  background-color: rgba(210, 175, 80, 0.1) !important;
  color: var(--mq-gold) !important;
  padding-left: 24px !important;
}

/* --------------------------------------------------------------------------
   Global – Mobile menu (Divi Mobile) + compact header utilities
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .et_pb_row_2_tb_header.et_pb_row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .et_pb_text_2_tb_header,
  .et_pb_text_3_tb_header {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 0 !important;
  }

  .divi-mobile .dm-menu,
  .dm-menu,
  #dm-menu {
    padding-top: 20px !important;
    padding-bottom: 24px !important;
  }

  .divi-mobile .dm-menu a,
  .dm-menu a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .divi-mobile .dm-menu .sub-menu a,
  .dm-menu .sub-menu a {
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Burger hit area — keep padding off so icon can center in the circle */
  .mobile_menu_bar,
  .et_mobile_nav_menu {
    padding: 10px !important;
  }

  #dm-header,
  .divi-mobile .dm-header,
  header#dm-header {
    background: #000 !important;
    background-color: #000 !important;
    border-bottom: 1px solid rgba(210, 175, 80, 0.3);
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Solid black header bar on mobile (Theme Builder section too) */
  .et-l--header .et_pb_section_2_tb_header,
  .et-l--header .et_pb_row_2_tb_header {
    background: #000 !important;
    background-color: #000 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Center the hamburger lines inside the circular menu button */
  #open-button.hamburger,
  #open-button.dm_menu_button,
  .dm_menu_button.hamburger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background-color: #000 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }

  #open-button .hamburger-box,
  .dm_menu_button .hamburger-box {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  #open-button .hamburger-inner,
  .dm_menu_button .hamburger-inner {
    margin: 0 auto !important;
  }
}

/* --------------------------------------------------------------------------
   Global – Footer
   Unify: logo + Email/Call/Find us, Get a Quote CF7, nav, social, copyright
   -------------------------------------------------------------------------- */

/* Reviews band above contact footer — full-bleed wide so cards fill the viewport */
.et-l--footer .et_pb_section_2_tb_footer {
  padding-top: var(--mq-space-xl) !important;
  padding-bottom: var(--mq-space-xl) !important;
  position: relative;
  isolation: isolate;
}

.et-l--footer .et_pb_section_2_tb_footer > .et_pb_row_9_tb_footer,
.et-l--footer .et_pb_section_2_tb_footer .et_pb_row_9_tb_footer,
.et-l--footer .et_pb_section_2_tb_footer .et_pb_row_11_tb_footer {
  width: 100% !important;
  max-width: min(1400px, 96vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_section_2_tb_footer .et_pb_column_12_tb_footer,
.et-l--footer .et_pb_section_2_tb_footer .et_pb_column_14_tb_footer,
.et-l--footer .et_pb_section_2_tb_footer .et_pb_text_46_tb_footer,
.et-l--footer .et_pb_section_2_tb_footer .et_pb_text_46_tb_footer .et_pb_text_inner {
  width: 100% !important;
  max-width: none !important;
}

body #sb-reviews-container-2.sbr-feed,
body #sb-reviews-container-2 {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 980px) {
  .et-l--footer .et_pb_section_2_tb_footer > .et_pb_row_9_tb_footer,
  .et-l--footer .et_pb_section_2_tb_footer .et_pb_row_9_tb_footer,
  .et-l--footer .et_pb_section_2_tb_footer .et_pb_row_11_tb_footer {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }
}

/* Contact band: logo / blurbs / quote form */
.et-l--footer .et_pb_section_6_tb_footer {
  padding-top: var(--mq-space-xl) !important;
  padding-bottom: var(--mq-space-lg) !important;
}

.et-l--footer .et_pb_row_17_tb_footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  --horizontal-gap: var(--mq-space-lg) !important;
  align-items: center !important;
}

.et-l--footer .et_pb_column_22_tb_footer,
.et-l--footer .et_pb_column_23_tb_footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: center !important;
}

.et-l--footer .et_pb_column_23_tb_footer {
  padding: var(--mq-space-md) !important;
  --vertical-gap: var(--mq-space-sm) !important;
}

/* Desktop: give the quote form most of the section width */
@media (min-width: 981px) {
  .et-l--footer .et_pb_row_17_tb_footer {
    --horizontal-gap: var(--mq-space-md) !important;
    align-items: center !important;
    display: flex !important;
  }

  .et-l--footer .et_pb_row_17_tb_footer > .et_pb_column_22_tb_footer {
    flex: 0 0 30% !important;
    flex-basis: 30% !important;
    max-width: 30% !important;
    width: 30% !important;
    align-self: center !important;
  }

  .et-l--footer .et_pb_row_17_tb_footer > .et_pb_column_23_tb_footer {
    flex: 1 1 70% !important;
    flex-basis: 70% !important;
    max-width: 70% !important;
    width: 70% !important;
    align-self: center !important;
  }
}

/* Logo + Email / Call / Find us — centered stack with full brand logo */
.et-l--footer .et_pb_column_22_tb_footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 0 var(--mq-space-sm) !important;
  --vertical-gap: var(--mq-space-md) !important;
}

.et-l--footer .et_pb_blurb_0_tb_footer,
.et-l--footer .et_pb_blurb_1_tb_footer,
.et-l--footer .et_pb_blurb_2_tb_footer,
.et-l--footer .et_pb_blurb_3_tb_footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 320px !important;
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Kill Divi logo-box styles that clip and offset the mark */
body .et-l--footer .et_pb_blurb_0_tb_footer,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer {
  margin-bottom: var(--mq-space-md) !important;
  max-width: 280px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_blurb_content,
body .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_main_blurb_image,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_blurb_content,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_main_blurb_image {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

body .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_main_blurb_image.et_animated,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_main_blurb_image.et_animated {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_image_wrap,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer .et_pb_image_wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body .et-l--footer .et_pb_blurb_0_tb_footer img,
.et-db #et-boc .et-l--footer .et_pb_blurb_0_tb_footer img {
  display: block !important;
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.et-l--footer .et_pb_blurb_1_tb_footer,
.et-l--footer .et_pb_blurb_2_tb_footer,
.et-l--footer .et_pb_blurb_3_tb_footer {
  margin-bottom: var(--mq-space-md) !important;
}

.et-l--footer .et_pb_blurb_3_tb_footer {
  margin-bottom: 0 !important;
}

.et-l--footer .et_pb_blurb_1_tb_footer .et_pb_blurb_content,
.et-l--footer .et_pb_blurb_2_tb_footer .et_pb_blurb_content,
.et-l--footer .et_pb_blurb_3_tb_footer .et_pb_blurb_content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: var(--mq-space-xs) !important;
}

.et-l--footer .et_pb_blurb_1_tb_footer .et_pb_main_blurb_image,
.et-l--footer .et_pb_blurb_2_tb_footer .et_pb_main_blurb_image,
.et-l--footer .et_pb_blurb_3_tb_footer .et_pb_main_blurb_image {
  margin: 0 auto var(--mq-space-xs) !important;
}

.et-l--footer .et_pb_blurb_1_tb_footer .et_pb_blurb_container,
.et-l--footer .et_pb_blurb_2_tb_footer .et_pb_blurb_container,
.et-l--footer .et_pb_blurb_3_tb_footer .et_pb_blurb_container {
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

.et-l--footer .et_pb_blurb_1_tb_footer .et_pb_module_header,
.et-l--footer .et_pb_blurb_2_tb_footer .et_pb_module_header,
.et-l--footer .et_pb_blurb_3_tb_footer .et_pb_module_header,
.et-l--footer .et_pb_blurb_1_tb_footer .et_pb_blurb_description,
.et-l--footer .et_pb_blurb_2_tb_footer .et_pb_blurb_description,
.et-l--footer .et_pb_blurb_3_tb_footer .et_pb_blurb_description {
  text-align: center !important;
}

/* Quote form — wider box, compact 2-col fields so more fits on one screen */
.et-l--footer .et_pb_text_67_tb_footer {
  padding: 0 !important;
}

.et-l--footer .et_pb_text_67_tb_footer h2 {
  margin: 0 0 6px !important;
  text-align: center;
}

.et-l--footer .et_pb_text_67_tb_footer > .et_pb_text_inner > p {
  margin: 0 0 8px !important;
  text-align: center;
}

/* Drop the empty spacer paragraph before CF7 */
.et-l--footer .et_pb_text_67_tb_footer > .et_pb_text_inner > p:nth-of-type(2) {
  display: none !important;
}

.et-l--footer .wpcf7,
.et-l--footer .et_pb_contact_form {
  margin-top: var(--mq-space-xs) !important;
}

.et-l--footer .marquees-quote-form-dark > p {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 !important;
}

.et-l--footer .marquees-quote-form-dark > p > br {
  display: none !important;
}

.et-l--footer .marquees-quote-form-dark label {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin: 0 !important;
  min-width: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #fff !important;
}

.et-l--footer .marquees-quote-form-dark label:has(textarea),
.et-l--footer .marquees-quote-form-dark label:has([name="event-location"]),
.et-l--footer .marquees-quote-form-dark .wpcf7-submit {
  grid-column: 1 / -1;
}

.et-l--footer .marquees-quote-form-dark input[type="text"],
.et-l--footer .marquees-quote-form-dark input[type="email"],
.et-l--footer .marquees-quote-form-dark input[type="tel"],
.et-l--footer .marquees-quote-form-dark input[type="date"],
.et-l--footer .marquees-quote-form-dark select,
.et-l--footer .marquees-quote-form-dark textarea {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  line-height: normal !important;
  min-height: 42px !important;
  height: 42px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Selects: avoid padding+height clipping the option text */
.et-l--footer .marquees-quote-form-dark select {
  padding: 0 36px 0 12px !important;
  line-height: 42px !important;
  background-position: right 12px center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.et-l--footer .marquees-quote-form-dark textarea {
  height: auto !important;
  min-height: 72px !important;
  padding: 10px 12px !important;
  line-height: 1.4 !important;
  resize: vertical;
}

.et-l--footer .marquees-quote-form-dark .wpcf7-submit {
  width: 100% !important;
  margin-top: 4px !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  height: auto !important;
  min-height: 44px !important;
}

.et-l--footer .wpcf7 input,
.et-l--footer .wpcf7 select,
.et-l--footer .wpcf7 textarea {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  .et-l--footer .marquees-quote-form-dark > p {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .et-l--footer .marquees-quote-form-dark > p {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Footer bottom — legal nav + social + copyright
   One refined black band with gold accents (sections 7 + 8).
   CPT Divi cache sets section_8 to #191919 and forces white social glyphs —
   beat those with #et-boc specificity so inner pages match the homepage.
   -------------------------------------------------------------------------- */
body.et-db #et-boc .et-l--footer > .et_builder_inner_content > .et_pb_section_7_tb_footer,
body.et-db #et-boc .et-l--footer > .et_builder_inner_content > .et_pb_section_8_tb_footer,
body.et-db #et-boc .et-l--footer .et_pb_section_7_tb_footer,
body.et-db #et-boc .et-l--footer .et_pb_section_8_tb_footer,
.et-l--footer .et_pb_section_7_tb_footer,
.et-l--footer .et_pb_section_8_tb_footer {
  background-color: #0a0a0a !important;
  background-image: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_section_7_tb_footer,
.et-l--footer .et_pb_section_7_tb_footer {
  padding-top: var(--mq-space-lg) !important;
  padding-bottom: var(--mq-space-md) !important;
  border-top: 1px solid rgba(210, 175, 80, 0.35) !important;
  position: relative;
}

.et-l--footer .et_pb_section_7_tb_footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(120px, 30vw);
  height: 2px;
  background: var(--mq-gold, #d2af50);
  transform: translateX(-50%);
  z-index: 1;
}

.et-l--footer .et_pb_row_18_tb_footer,
.et-l--footer .et_pb_row_19_tb_footer,
.et-l--footer .et_pb_row_20_tb_footer {
  width: 100% !important;
  max-width: min(1100px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_row_19_tb_footer {
  margin-top: var(--mq-space-md) !important;
}

.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu_inner_container,
.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap,
.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__menu {
  width: 100% !important;
  justify-content: center !important;
}

body.et-db #et-boc .et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap > nav > ul,
body.et-db #et-boc .et-l--footer .et_pb_menu_0_tb_footer .et-menu,
.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap > nav > ul,
.et-l--footer .et_pb_menu_0_tb_footer .et-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: center !important;
  list-style: none !important;
}

.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap > nav > ul > li,
.et-l--footer .et_pb_menu_0_tb_footer .et-menu > li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

.et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap > nav > ul > li:not(:last-child)::after,
.et-l--footer .et_pb_menu_0_tb_footer .et-menu > li:not(:last-child)::after {
  content: "·";
  display: inline-block;
  margin: 0 0.65rem 0 0.75rem;
  color: rgba(210, 175, 80, 0.55);
  font-weight: 400;
  pointer-events: none;
}

body.et-db #et-boc .et-l--footer .et_pb_menu_0_tb_footer a,
.et-l--footer .et_pb_menu_0_tb_footer a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  transition: color 0.25s ease;
}

body.et-db #et-boc .et-l--footer .et_pb_menu_0_tb_footer a:hover,
body.et-db #et-boc .et-l--footer .et_pb_menu_0_tb_footer a:focus,
.et-l--footer .et_pb_menu_0_tb_footer a:hover,
.et-l--footer .et_pb_menu_0_tb_footer a:focus {
  color: var(--mq-gold, #d2af50) !important;
}

/* Social — circular gold outline icons (override CPT white glyphs / network fills) */
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer,
.et-l--footer .et_pb_social_media_follow_0_tb_footer {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  float: none !important;
  width: 100% !important;
  list-style: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon,
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(210, 175, 80, 0.55) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: var(--mq-gold, #d2af50) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:before,
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:before,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:before {
  color: var(--mq-gold, #d2af50) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
}

body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:hover,
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover,
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:focus,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:focus {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  border-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
  transform: translateY(-2px);
}

body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:hover:before,
body.et-db #et-boc .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover:before,
.et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover:before {
  color: #111 !important;
}

/* Copyright bar — match homepage on CPT pages (beat et-core-unified-cpt) */
body.et-db #et-boc .et-l--footer .et_pb_section_8_tb_footer,
body #et-boc .et-l--footer .et_pb_section_8_tb_footer,
.et-l--footer .et_pb_section_8_tb_footer {
  padding-top: var(--mq-space-md) !important;
  padding-bottom: calc(var(--mq-space-md) + 8px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #0a0a0a !important;
}

body.et-db #et-boc .et-l--footer .et_pb_row_20_tb_footer,
body #et-boc .et-l--footer .et_pb_row_20_tb_footer,
.et-l--footer .et_pb_row_20_tb_footer {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px 24px !important;
  width: 100% !important;
  max-width: min(1100px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

body.et-db #et-boc .et-l--footer .et_pb_column_26_tb_footer,
body.et-db #et-boc .et-l--footer .et_pb_column_27_tb_footer,
body #et-boc .et-l--footer .et_pb_column_26_tb_footer,
body #et-boc .et-l--footer .et_pb_column_27_tb_footer,
.et-l--footer .et_pb_column_26_tb_footer,
.et-l--footer .et_pb_column_27_tb_footer {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.et-db #et-boc .et-l--footer .et_pb_text_68_tb_footer,
body.et-db #et-boc .et-l--footer .et_pb_text_69_tb_footer,
body #et-boc .et-l--footer .et_pb_text_68_tb_footer,
body #et-boc .et-l--footer .et_pb_text_69_tb_footer,
.et-l--footer .et_pb_text_68_tb_footer,
.et-l--footer .et_pb_text_69_tb_footer {
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner,
body.et-db #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner,
body.et-db #et-boc .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p,
body.et-db #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p,
body #et-boc .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner,
body #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner,
body #et-boc .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p,
body #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner,
.et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner,
.et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

body.et-db #et-boc .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p {
  text-align: left !important;
}

body.et-db #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p {
  text-align: right !important;
}

body.et-db #et-boc .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner a,
.et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner a:hover {
  color: var(--mq-gold, #d2af50) !important;
}

@media (prefers-reduced-motion: reduce) {
  .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon,
  .et-l--footer .et_pb_menu_0_tb_footer a {
    transition: none !important;
  }

  .et-l--footer .et_pb_social_media_follow_0_tb_footer li a.icon:hover {
    transform: none;
  }
}

/* Sticky quote chip — kill full-width black bar; keep only the centered button.
   Do NOT set width:auto / max-width:none here — that + left:50% blew out page width. */
body.et-db #et-boc .et-l--footer .et_pb_section_9_tb_footer,
.et-l--footer .et_pb_section_9_tb_footer,
.et_pb_section_9_tb_footer {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_row_21_tb_footer,
.et-l--footer .et_pb_row_21_tb_footer,
.et_pb_row_21_tb_footer {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
  pointer-events: none !important;
}

body.et-db #et-boc .et-l--footer .et_pb_column_28_tb_footer,
.et-l--footer .et_pb_column_28_tb_footer,
.et_pb_column_28_tb_footer {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  display: flex !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  .et-l--footer .et_pb_section_6_tb_footer {
    padding-top: var(--mq-space-lg) !important;
    padding-bottom: var(--mq-space-md) !important;
  }

  .et-l--footer .et_pb_row_17_tb_footer {
    --horizontal-gap: 0 !important;
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  .et-l--footer .et_pb_column_22_tb_footer {
    padding: 0 var(--mq-edge-mobile) !important;
    margin-bottom: var(--mq-space-md) !important;
    align-items: center !important;
  }

  .et-l--footer .et_pb_blurb_0_tb_footer {
    max-width: min(280px, 92vw) !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .et-l--footer .et_pb_blurb_0_tb_footer img {
    max-width: min(260px, 88vw) !important;
  }

  .et-l--footer .et_pb_column_23_tb_footer {
    margin-top: 0 !important;
    padding: var(--mq-space-md) !important;
  }

  .et-l--footer .et_pb_section_7_tb_footer {
    padding-top: var(--mq-space-md) !important;
  padding-bottom: var(--mq-space-sm) !important;
}

  .et-l--footer .et_pb_row_18_tb_footer,
  .et-l--footer .et_pb_row_19_tb_footer,
  .et-l--footer .et_pb_row_20_tb_footer {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  .et-l--footer .et_pb_menu_0_tb_footer .et_pb_menu__wrap > nav > ul > li:not(:last-child)::after,
  .et-l--footer .et_pb_menu_0_tb_footer .et-menu > li:not(:last-child)::after {
    margin: 0 0.4rem 0 0.45rem;
  }

  .et-l--footer .et_pb_menu_0_tb_footer a {
    font-size: 11px !important;
    letter-spacing: 0.04em !important;
  }

  .et-l--footer .et_pb_row_20_tb_footer {
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .et-l--footer .et_pb_text_68_tb_footer .et_pb_text_inner p,
  .et-l--footer .et_pb_text_69_tb_footer .et_pb_text_inner p {
    text-align: center !important;
  }
}

/* --------------------------------------------------------------------------
   Global – Page edge padding (accidental uneven edges only)
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .et_pb_row {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  .et-l--header .et_pb_row,
  .et-l--footer .et_pb_row {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }
}

/* Desktop utilities sit absolute top-right — no side padding needed */

/* --------------------------------------------------------------------------
   Global – Site-wide Divi section top/bottom padding
   Replace mixed px / % / vw (65–293px cluster) with the spacing scale.
   Header chrome and intentional zero spacers stay exempt.
   -------------------------------------------------------------------------- */

/* Default content sections (body + page builder) */
#main-content .et_pb_section,
.et-l--body .et_pb_section,
.et-db #et-boc .et-l--body .et_pb_section {
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y) !important;
}

/* Hero / first band (inner pages — not home slider, not CPT posts with TB hero) */
#main-content .et_pb_section:first-of-type,
#main-content .et_pb_section_0.et_pb_section,
.et-l--body .et_pb_section_0.et_pb_section,
body:not(.home) #main-content .et_pb_section:first-of-type,
body.page:not(.home) .et_pb_section_0.et_pb_section {
  padding-top: var(--mq-section-y-hero) !important;
  padding-bottom: var(--mq-section-y-hero) !important;
}

/* Single CPT body copy under the tan title strip — compact, not hero padding */
body.single-marquee #main-content .et-l--post .et_pb_section_0.et_pb_section,
body.single-event-type #main-content .et-l--post .et_pb_section_0.et_pb_section,
body.single-marquee-accessory #main-content .et-l--post .et_pb_section_0.et_pb_section,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section {
  padding-top: var(--mq-section-y-tight) !important;
  padding-bottom: var(--mq-section-y-tight) !important;
}

/* Home slider stays flush; copy hero is section_1 */
body.home #main-content .et_pb_section_0.et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Tighter content / CTA-style bands */
.home .et_pb_section_4.et_pb_section,
.page-id-356 .et_pb_section {
  padding-top: var(--mq-section-y-tight) !important;
  padding-bottom: var(--mq-section-y-tight) !important;
}

/* Homepage standard content bands */
.home .et_pb_section_2.et_pb_section,
.home .et_pb_section_3.et_pb_section {
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y) !important;
}

/* Intentional zero / hairline spacers under Theme Builder header */
.et_pb_section_1_tb_body.et_pb_section,
.et-l--header .et_pb_section_3_tb_header.et_pb_section {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

/* Title strip under hero (tan bar + page title) — keep compact.
   Global .et-l--body .et_pb_section { --mq-section-y } was bloating this band. */
body.et-db #et-boc .et-l--body .et_pb_section_1_tb_body.et_pb_section,
body #et-boc .et-l--body .et_pb_section_1_tb_body.et_pb_section,
body #main-content .et-l--body .et_pb_section_1_tb_body.et_pb_section,
.et-l--body .et_pb_section_1_tb_body.et_pb_section {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  --vertical-gap: 0 !important;
}

body.et-db #et-boc .et-l--body .et_pb_section_1_tb_body .et_pb_row_1_tb_body,
body #et-boc .et-l--body .et_pb_section_1_tb_body .et_pb_row_1_tb_body,
.et-l--body .et_pb_section_1_tb_body .et_pb_row_1_tb_body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  --vertical-gap: 0 !important;
}

body.et-db #et-boc .et-l--body .et_pb_post_title_0_tb_body.et_pb_post_title,
body #et-boc .et-l--body .et_pb_post_title_0_tb_body.et_pb_post_title,
.et-l--body .et_pb_post_title_0_tb_body.et_pb_post_title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

body.et-db #et-boc .et-l--body .et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title,
body #et-boc .et-l--body .et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title,
.et-l--body .et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title {
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Hide Theme Builder breadcrumbs under page titles (Home > …) */
body.et-db #et-boc .et-l--body .et_pb_breadcrumbs_0_tb_body,
body #et-boc .et-l--body .et_pb_breadcrumbs_0_tb_body,
.et-l--body .et_pb_breadcrumbs_0_tb_body,
.et-l--body .et_pb_breadcrumbs {
  display: none !important;
}

/* Theme Builder body wrapper wraps page sections — must not add band padding
   (was creating the white gap between header and home slider). */
body #main-content .et-l--body > .et_builder_inner_content > .et_pb_section_2_tb_body.et_pb_section,
body #main-content .et_pb_section_2_tb_body.et_pb_section,
body #main-content .et_pb_section_2_tb_body.et_pb_section:first-of-type,
.et-l--body .et_pb_section_2_tb_body.et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  --vertical-gap: 0 !important;
}

body #main-content .et_pb_section_2_tb_body > .et_pb_row_2_tb_body,
body #main-content .et_pb_post_content_0_tb_body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Inner-page hero lives in Theme Builder body section_0:
   row_0 has the featured-image background; divider_0 supplies height (14vw).
   Do NOT hide the divider or collapse the row — that removes the hero.
   Only kill true empty chrome (header section_3 white spacer). */
body.et-db #et-boc .et-l--body .et_pb_section_0_tb_body.et_pb_section,
body #et-boc .et-l--body .et_pb_section_0_tb_body.et_pb_section,
body .et-l--body .et_pb_section_0_tb_body.et_pb_section,
.et-l--body .et_pb_section_0_tb_body {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  --vertical-gap: 0 !important;
}

/* Full-bleed hero — Divi’s default boxed row (80% / max-width) causes side gaps */
body.et-db #et-boc .et-l--body .et_pb_section_0_tb_body > .et_pb_row_0_tb_body,
body #et-boc .et-l--body .et_pb_section_0_tb_body > .et_pb_row_0_tb_body,
body .et-l--body .et_pb_section_0_tb_body > .et_pb_row_0_tb_body,
.et-l--body .et_pb_section_0_tb_body > .et_pb_row_0_tb_body,
body.et-db #et-boc .et-l--body .et_pb_row_0_tb_body,
body #et-boc .et-l--body .et_pb_row_0_tb_body,
body .et-l--body .et_pb_row_0_tb_body,
.et-l--body .et_pb_row_0_tb_body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box !important;
}

body.et-db #et-boc .et-l--body .et_pb_row_0_tb_body > .et_pb_column,
body #et-boc .et-l--body .et_pb_row_0_tb_body > .et_pb_column,
.et-l--body .et_pb_row_0_tb_body > .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Don’t let the empty white header spacer section paint a band */
body.et-db #et-boc .et-l--header .et_pb_section_3_tb_header.et_pb_section,
body #et-boc .et-l--header .et_pb_section_3_tb_header.et_pb_section,
.et-l--header .et_pb_section_3_tb_header.et_pb_section {
  background: transparent !important;
  background-color: transparent !important;
}

/* Footer promo / reviews bands use the same scale (not mixed 65/73px) */
.et-l--footer .et_pb_section_4_tb_footer,
.et-l--footer .et_pb_section_5_tb_footer {
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y) !important;
}

/* Recent Projects cards — a little more air under the CTA button */
.et-l--footer .et_pb_section_4_tb_footer .et_pb_group_carousel_3_tb_footer .et_pb_group_carousel_slide > .et_pb_group {
  padding-bottom: 14px !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_section_4_tb_footer .et_pb_group_carousel_3_tb_footer .et_pb_button_module_wrapper {
  margin-bottom: 6px !important;
  padding-bottom: 4px !important;
}

/* --------------------------------------------------------------------------
   Footer – From Our Blog (section_5_tb_footer)
   Wider grid + media-tile cards (match Event Type / Marquee Style polish).
   -------------------------------------------------------------------------- */
.et-l--footer .et_pb_section_5_tb_footer {
  background-color: #f4f2ee !important;
}

.et-l--footer .et_pb_section_5_tb_footer > .et_pb_row_15_tb_footer,
.et-l--footer .et_pb_section_5_tb_footer > .et_pb_row_16_tb_footer,
.et-l--footer .et_pb_row_15_tb_footer,
.et-l--footer .et_pb_row_16_tb_footer {
  width: 100% !important;
  max-width: min(1400px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_row_16_tb_footer {
  --horizontal-gap: 28px !important;
  --vertical-gap: 28px !important;
  align-self: center !important;
}

.et-l--footer .et_pb_text_60_tb_footer {
  padding: 0 0 var(--mq-space-md) !important;
  margin: 0 !important;
  text-align: center !important;
}

.et-l--footer .et_pb_text_60_tb_footer .et_pb_text_inner,
.et-l--footer .et_pb_text_60_tb_footer .et_pb_text_inner h1 {
  text-align: center !important;
  margin: 0 !important;
  color: var(--mq-gold, #d2af50) !important;
}

.et-l--footer .et_pb_text_60_tb_footer .et_pb_text_inner h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

.et-l--footer .et_pb_text_60_tb_footer .et_pb_text_inner::before {
  content: "Insights";
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(34, 30, 30, 0.45);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.et-l--footer .et_pb_row_16_tb_footer > .et_pb_column {
  background: transparent !important;
  height: 100%;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group,
.et-l--footer .et_pb_group_33_tb_footer,
.et-l--footer .et_pb_group_34_tb_footer,
.et-l--footer .et_pb_group_35_tb_footer {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid var(--mq-gold, #d2af50) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1) !important;
  isolation: isolate;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group:hover,
.et-l--footer .et_pb_group_33_tb_footer:hover,
.et-l--footer .et_pb_group_34_tb_footer:hover,
.et-l--footer .et_pb_group_35_tb_footer:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 175, 80, 0.55) !important;
  border-top-color: var(--mq-gold, #d2af50) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16) !important;
}

/* Featured image spacer */
.et-l--footer .et_pb_section_5_tb_footer .et_pb_divider,
.et-l--footer .et_pb_divider_6_tb_footer,
.et-l--footer .et_pb_divider_7_tb_footer,
.et-l--footer .et_pb_divider_8_tb_footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box !important;
  transition: transform 0.7s ease;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_divider:before,
.et-l--footer .et_pb_divider_6_tb_footer:before,
.et-l--footer .et_pb_divider_7_tb_footer:before,
.et-l--footer .et_pb_divider_8_tb_footer:before {
  display: none !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group:hover .et_pb_divider {
  transform: scale(1.04);
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text,
.et-l--footer .et_pb_group_33_tb_footer > .et_pb_text,
.et-l--footer .et_pb_group_34_tb_footer > .et_pb_text,
.et-l--footer .et_pb_group_35_tb_footer > .et_pb_text {
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 20px 0 !important;
  text-align: left !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text .et_pb_text_inner,
.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text .et_pb_text_inner p {
  text-align: left !important;
  margin: 0 !important;
}

/* Title */
.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text:nth-of-type(1) .et_pb_text_inner p,
.et-l--footer .et_pb_text_61_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_63_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_65_tb_footer .et_pb_text_inner p {
  color: #1a1a1a !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em;
}

/* Excerpt */
.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text.line-clamp-3,
.et-l--footer .et_pb_text_62_tb_footer,
.et-l--footer .et_pb_text_64_tb_footer,
.et-l--footer .et_pb_text_66_tb_footer {
  flex: 1 1 auto;
  padding-bottom: 8px !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group > .et_pb_text.line-clamp-3 .et_pb_text_inner p,
.et-l--footer .et_pb_text_62_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_64_tb_footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_66_tb_footer .et_pb_text_inner p {
  color: rgba(34, 30, 30, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 8px 20px 20px !important;
  text-align: left !important;
  width: 100% !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_button,
body #page-container .et-l--footer .et_pb_section_5_tb_footer .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: color 0.25s ease, gap 0.25s ease !important;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_button::after {
  content: "→";
  display: inline-block;
  transition: transform 0.25s ease;
}

.et-l--footer .et_pb_section_5_tb_footer .et_pb_group:hover .et_pb_button::after {
  transform: translateX(4px);
}

@media (max-width: 980px) {
  .et-l--footer .et_pb_section_5_tb_footer > .et_pb_row_15_tb_footer,
  .et-l--footer .et_pb_section_5_tb_footer > .et_pb_row_16_tb_footer,
  .et-l--footer .et_pb_row_15_tb_footer,
  .et-l--footer .et_pb_row_16_tb_footer {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .et-l--footer .et_pb_section_5_tb_footer .et_pb_group,
  .et-l--footer .et_pb_section_5_tb_footer .et_pb_divider {
    transition: none !important;
  }

  .et-l--footer .et_pb_section_5_tb_footer .et_pb_group:hover {
    transform: none;
  }

  .et-l--footer .et_pb_section_5_tb_footer .et_pb_group:hover .et_pb_divider {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Footer TB – Accessories (section_0_tb_footer)
   Compact “editorial tile” cards — shorter media, tight copy, gold edge.
   Do NOT use [class*="et_pb_group_"] here (breaks carousel internals).
   -------------------------------------------------------------------------- */
.et-l--footer .et_pb_section_0_tb_footer {
  background-color: #f4f2ee !important;
  padding-top: var(--mq-section-y-tight) !important;
  padding-bottom: var(--mq-section-y-tight) !important;
  overflow-x: clip !important;
}

.et-l--footer .et_pb_section_0_tb_footer > .et_pb_row_0_tb_footer,
.et-l--footer .et_pb_section_0_tb_footer > .et_pb_row_1_tb_footer,
.et-l--footer .et_pb_row_0_tb_footer,
.et-l--footer .et_pb_row_1_tb_footer {
  width: 100% !important;
  max-width: min(1280px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_text_0_tb_footer {
  padding: 0 0 var(--mq-space-sm) !important;
  margin: 0 !important;
  text-align: center !important;
}

.et-l--footer .et_pb_text_0_tb_footer .et_pb_text_inner,
.et-l--footer .et_pb_text_0_tb_footer .et_pb_text_inner h1 {
  text-align: center !important;
  margin: 0 !important;
  color: var(--mq-gold, #d2af50) !important;
}

.et-l--footer .et_pb_text_0_tb_footer .et_pb_text_inner h1 {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

.et-l--footer .et_pb_text_0_tb_footer .et_pb_text_inner::before {
  content: "Complete the look";
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(34, 30, 30, 0.45);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Carousel shell — MUST clip the track or #page-container grows ~3× wide */
.et-l--footer .et_pb_group_carousel_0_tb_footer,
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 36px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_track {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide {
  padding: 6px 8px 14px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Compact editorial card */
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(34, 30, 30, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(34, 30, 30, 0.08) !important;
  isolation: isolate;
  --vertical-gap: 0 !important;
  --horizontal-gap: 0 !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--mq-gold, #d2af50), rgba(210, 175, 80, 0.25));
  z-index: 3;
  pointer-events: none;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover {
  transform: translateY(-5px);
  border-color: rgba(210, 175, 80, 0.45) !important;
  box-shadow: 0 16px 36px rgba(34, 30, 30, 0.14), 0 0 0 1px rgba(210, 175, 80, 0.2) !important;
}

/* Taller media band — image-led card */
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  flex: 1 1 auto !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  background: linear-gradient(to top, rgba(15, 14, 12, 0.35), transparent);
  pointer-events: none;
  z-index: 1;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  max-height: none !important;
  min-height: 220px !important;
  overflow: hidden !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02);
  transition: transform 0.65s ease, filter 0.4s ease;
  filter: saturate(1.04);
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover > .et_pb_image:first-child img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(1.03);
}

/* Compact copy stack — keep text band short */
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 14px 0 16px !important;
  text-align: left !important;
  background: transparent !important;
  flex: 0 0 auto !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text .et_pb_text_inner,
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text .et_pb_text_inner p {
  text-align: left !important;
  margin: 0 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text:nth-of-type(1) .et_pb_text_inner p {
  color: #161412 !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  margin-bottom: 2px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text:nth-of-type(2) {
  flex: 0 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_text:nth-of-type(2) .et_pb_text_inner p {
  color: rgba(34, 30, 30, 0.65) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden !important;
  max-height: 2.7em !important;
}

/* Slim gold CTA */
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 6px 14px 12px 16px !important;
  text-align: left !important;
  width: 100% !important;
  flex: 0 0 auto !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group .et_pb_button,
body #page-container .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  transition: color 0.25s ease, gap 0.25s ease !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group .et_pb_button::after {
  content: "→";
  font-size: 1.05em;
  letter-spacing: 0;
  transition: transform 0.25s ease;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover .et_pb_button {
  color: #161412 !important;
  gap: 10px !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover .et_pb_button::after {
  transform: translateX(3px);
}

/* Carousel arrows + dots */
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_arrow {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
  color: #1a1a1a !important;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_arrow:hover {
  background: var(--mq-gold, #d2af50) !important;
  border-color: var(--mq-gold, #d2af50) !important;
  transform: scale(1.05);
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_dots {
  margin-top: 4px !important;
  gap: 7px !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: rgba(34, 30, 30, 0.2) !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_dot.is-active,
.et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_dot[aria-current="true"] {
  background: var(--mq-gold, #d2af50) !important;
  transform: scale(1.2);
}

@media (max-width: 980px) {
  .et-l--footer .et_pb_section_0_tb_footer > .et_pb_row_0_tb_footer,
  .et-l--footer .et_pb_section_0_tb_footer > .et_pb_row_1_tb_footer,
  .et-l--footer .et_pb_row_0_tb_footer,
  .et-l--footer .et_pb_row_1_tb_footer {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  .et-l--footer .et_pb_group_carousel_0_tb_footer,
  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel {
    padding: 0 8px !important;
  }

  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child .et_pb_image_wrap {
    min-height: 180px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group,
  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group > .et_pb_image:first-child img {
    transition: none !important;
  }

  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover {
    transform: none;
  }

  .et-l--footer .et_pb_section_0_tb_footer .et_pb_group_carousel_slide > .et_pb_group:hover > .et_pb_image:first-child img {
    transform: scale(1.02);
  }
}

/* --------------------------------------------------------------------------
   Footer TB – Marquee Styles (section_1_tb_footer)
   Dark cinema cards (match homepage Marquee Style).
   -------------------------------------------------------------------------- */
.et-l--footer .et_pb_section_1_tb_footer {
  background-color: #0f0f0f !important;
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y) !important;
  overflow: hidden;
}

.et-l--footer .et_pb_section_1_tb_footer > .et_pb_top_inside_divider,
.et-l--footer .et_pb_section_1_tb_footer.section_has_divider > .et_pb_top_inside_divider {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.et-l--footer .et_pb_section_1_tb_footer > .et_pb_row_3_tb_footer,
.et-l--footer .et_pb_section_1_tb_footer > .et_pb_row_4_tb_footer,
.et-l--footer .et_pb_row_3_tb_footer,
.et-l--footer .et_pb_row_4_tb_footer {
  width: 100% !important;
  max-width: min(1400px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

.et-l--footer .et_pb_row_4_tb_footer {
  --horizontal-gap: 28px !important;
  --vertical-gap: 28px !important;
  margin-top: var(--mq-space-sm) !important;
}

.et-l--footer .et_pb_text_21_tb_footer {
  padding: 0 0 var(--mq-space-sm) !important;
  margin: 0 !important;
  text-align: center !important;
}

.et-l--footer .et_pb_text_21_tb_footer .et_pb_text_inner,
.et-l--footer .et_pb_text_21_tb_footer .et_pb_text_inner h1 {
  text-align: center !important;
  margin: 0 !important;
  color: var(--mq-gold, #d2af50) !important;
}

.et-l--footer .et_pb_text_21_tb_footer .et_pb_text_inner h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

.et-l--footer .et_pb_text_21_tb_footer .et_pb_text_inner::before {
  content: "Choose your structure";
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.et-l--footer .et_pb_row_4_tb_footer > .et_pb_column {
  background: transparent !important;
  height: 100%;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group,
.et-l--footer .et_pb_row_4_tb_footer [class*="et_pb_group_"] {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #1a1a1a !important;
  border: 1px solid rgba(210, 175, 80, 0.28) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45) !important;
  isolation: isolate;
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover,
.et-l--footer .et_pb_row_4_tb_footer [class*="et_pb_group_"]:hover {
  transform: translateY(-8px);
  border-color: rgba(210, 175, 80, 0.75) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.55) !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group > .et_pb_row,
.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  --vertical-gap: 0 !important;
  --horizontal-gap: 0 !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
  background: #1a1a1a !important;
}

/* Hero photo + gradient fade */
.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:first-child {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  position: relative;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, #1a1a1a, transparent);
  pointer-events: none;
  z-index: 1;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:first-child .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.45s ease;
  filter: saturate(1.05);
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img {
  transform: scale(1.08);
  filter: saturate(1.12) brightness(1.05);
}

/* Crown */
.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) {
  margin: -18px auto 10px !important;
  width: auto !important;
  align-self: center !important;
  position: relative;
  z-index: 2;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) img {
  width: 40px !important;
  height: auto !important;
  display: block !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

/* Title */
.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_text {
  padding: 0 var(--mq-space-md) !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  background: transparent !important;
  flex: 1 1 auto;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_text .et_pb_text_inner,
.et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_text .et_pb_text_inner p {
  text-align: center !important;
  margin: 0 !important;
  color: var(--mq-gold, #d2af50) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  line-height: 1.35 !important;
}

/* Gold outline CTA */
.et-l--footer .et_pb_section_1_tb_footer .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 12px var(--mq-space-md) var(--mq-space-md) !important;
  text-align: center !important;
  width: 100% !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_button,
body #page-container .et-l--footer .et_pb_section_1_tb_footer .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto !important;
  padding: 11px 22px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 1px solid rgba(210, 175, 80, 0.65) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, gap 0.3s ease !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_button::after {
  content: "→";
  transition: transform 0.3s ease;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover .et_pb_button,
body #page-container .et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover .et_pb_button {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  color: #1a1a1a !important;
  border-color: var(--mq-gold, #d2af50) !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover .et_pb_button::after {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .et-l--footer .et_pb_section_1_tb_footer > .et_pb_row_3_tb_footer,
  .et-l--footer .et_pb_section_1_tb_footer > .et_pb_row_4_tb_footer,
  .et-l--footer .et_pb_row_3_tb_footer,
  .et-l--footer .et_pb_row_4_tb_footer {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .et-l--footer .et_pb_section_1_tb_footer .et_pb_group,
  .et-l--footer .et_pb_section_1_tb_footer .et_pb_group .et_pb_column > .et_pb_image:first-child img {
    transition: none !important;
  }

  .et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover {
    transform: none;
  }

  .et-l--footer .et_pb_section_1_tb_footer .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img {
    transform: scale(1.02);
  }
}

/* --------------------------------------------------------------------------
   Homepage – copy hero (section_1: Creating Special Events…)
   Section padding, headline→body gap, Get in touch spacing.
   -------------------------------------------------------------------------- */
body.home #main-content .et_pb_section_1.et_pb_section,
body.page-id-11 #main-content .et_pb_section_1.et_pb_section {
  padding-top: var(--mq-section-y-hero) !important;
  padding-bottom: var(--mq-section-y-hero) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  --vertical-gap: var(--mq-space-md);
}

body.home #main-content .et_pb_section_1 .et_pb_column_1,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_column_1 {
  --vertical-gap: var(--mq-space-md);
}

/* Logo (nested in text_0) → headline stack */
body.home #main-content .et_pb_section_1 .et_pb_text_0,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 {
  --vertical-gap: var(--mq-space-md);
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/* Grid: intro band full-width; 3 body columns; closing line full-width */
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--mq-space-lg);
  row-gap: var(--mq-space-md);
  align-items: start;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > h1,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > h1,
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > h2,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > h2,
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(1),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(1),
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5) {
  grid-column: 1 / -1;
  text-align: center !important;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner h1,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner h1 {
  margin-top: 0 !important;
  margin-bottom: var(--mq-space-xs) !important;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner h2,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner h2 {
  margin-top: 0 !important;
  margin-bottom: var(--mq-space-sm) !important;
  max-width: 36em;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Tagline — pull-quote treatment */
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(1),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(1) {
  margin: 0 auto var(--mq-space-sm) !important;
  max-width: 28em;
  font-size: 1.15em !important;
  font-style: italic;
  line-height: 1.45 !important;
  color: #333 !important;
  padding: 0 0 var(--mq-space-md) !important;
  border-bottom: 1px solid rgba(210, 175, 80, 0.45);
}

/* Body columns — readable measure, gold accent (not cards) */
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2),
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3),
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4) {
  margin: 0 !important;
  padding-top: var(--mq-space-sm) !important;
  border-top: 2px solid var(--mq-gold);
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #444 !important;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2)::before,
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3)::before,
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4)::before {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mq-gold);
  font-style: normal;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2)::before {
  content: "01 — Coverage";
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3)::before {
  content: "02 — Experience";
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4)::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4)::before {
  content: "03 — Your event";
}

/* Closing CTA line */
body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5),
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5) {
  margin: var(--mq-space-sm) auto 0 !important;
  max-width: 34em;
  padding-top: var(--mq-space-md) !important;
  font-size: 1.05em !important;
  line-height: 1.5 !important;
}

body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5) strong,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(5) strong {
  font-weight: 700;
  color: #1a1a1a;
}

@media (max-width: 980px) {
  body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner,
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner {
    grid-template-columns: 1fr;
    row-gap: var(--mq-space-md);
  }

  body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2),
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(2),
  body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3),
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(3),
  body.home #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4),
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner > p:nth-of-type(4) {
    padding-left: 0 !important;
  }
}

body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper {
  margin-top: var(--mq-space-md) !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  padding: 14px 32px !important;
  animation: mq-cta-float 2.8s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

/* Envelope icon before label */
body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::before {
  content: "" !important;
  display: inline-block !important;
  width: 1.05em !important;
  height: 1.05em !important;
  flex: 0 0 1.05em !important;
  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Zm2.5-.5a.5.5 0 0 0-.5.5v.3l7 4.55 7-4.55V5.5a.5.5 0 0 0-.5-.5h-13Zm13.5 3.05-6.52 4.24a1.5 1.5 0 0 1-1.66 0L4.3 8.05V18.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V8.05Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Zm2.5-.5a.5.5 0 0 0-.5.5v.3l7 4.55 7-4.55V5.5a.5.5 0 0 0-.5-.5h-13Zm13.5 3.05-6.52 4.24a1.5 1.5 0 0 1-1.66 0L4.3 8.05V18.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V8.05Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  animation: mq-cta-icon-wiggle 2.8s ease-in-out infinite;
}

/* Soft gold shimmer sweep */
body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::after,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 48%,
    transparent 66%
  ) !important;
  transform: translateX(-130%) !important;
  animation: mq-cta-shine 3.6s ease-in-out infinite;
}

body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0:hover,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0:hover {
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 14px 28px rgba(210, 175, 80, 0.35) !important;
  filter: brightness(1.05);
  animation-play-state: paused;
}

body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0:hover::before,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0:hover::before {
  animation-duration: 0.7s;
}

@keyframes mq-cta-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes mq-cta-icon-wiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-14deg);
  }
  40% {
    transform: rotate(12deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(6deg);
  }
}

@keyframes mq-cta-shine {
  0%,
  55% {
    transform: translateX(-130%);
  }
  75%,
  100% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0,
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0,
  body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::before,
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::before,
  body.home #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::after,
  body.page-id-11 #main-content .et_pb_section_1 .et_pb_button_0_wrapper .et_pb_button_0::after {
    animation: none !important;
  }
}

/* Intro + crown stay centered; body columns are left-aligned above */
body.home #main-content .et_pb_section_1 .et_pb_image_0,
body.page-id-11 #main-content .et_pb_section_1 .et_pb_image_0 {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
}

/* --------------------------------------------------------------------------
   CPT / inner pages – intro copy (et-l--post section_0)
   Match homepage “Creating Special Events” treatment:
   crown + title centered; tagline; 3 gold-ruled body columns; CTA button.
   -------------------------------------------------------------------------- */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section {
  padding-top: var(--mq-section-y-hero) !important;
  padding-bottom: var(--mq-section-y-hero) !important;
  margin: 0 !important;
  background-color: #ffffff !important;
  --vertical-gap: var(--mq-space-md) !important;
}

body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0,
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_1,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_1,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_1 {
  width: 100% !important;
  max-width: var(--mq-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

/* Some accessories split title/CTA (row_0) and body copy (row_1).
   Flatten so order matches LED: crown/title → copy → Get in touch. */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1),
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1),
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row,
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column {
  display: contents !important;
}

body.single-event-type .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_0,
body.single-marquee .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_0 {
  order: 1;
  width: 100% !important;
}

body.single-event-type .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_image_0,
body.single-marquee .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_image_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_image_0 {
  order: 2;
}

body.single-event-type .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_1,
body.single-marquee .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_1,
body.single-marquee-accessory .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_text_1 {
  order: 3;
  width: 100% !important;
}

body.single-event-type .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_button_0_wrapper,
body.single-marquee .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_button_0_wrapper,
body.single-marquee-accessory .et-l--post .et_pb_section_0:has(> .et_pb_row_1) .et_pb_button_0_wrapper {
  order: 4;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_column_0,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_column_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_column_0,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_column_1,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_column_1,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_column_1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  --vertical-gap: var(--mq-space-md) !important;
}

/* Flattened multi-row intros: keep display:contents so module order can be fixed */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section:has(> .et_pb_row_1) > .et_pb_row > .et_pb_column {
  display: contents !important;
}

/* Crown above title */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_0,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_0 {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  --vertical-gap: var(--mq-space-sm) !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_image_0,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_image_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_image_0 {
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner {
  text-align: center !important;
  width: 100% !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner h1,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner h1,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner h1 {
  margin: 0 !important;
  color: var(--mq-gold, #d2af50) !important;
  text-align: center !important;
}

/* Body copy module */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--mq-space-lg);
  row-gap: var(--mq-space-md);
  align-items: start;
  text-align: left !important;
  width: 100% !important;
}

/* Short accessory copy (tagline + one body block) — centered stack like LED */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))),
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content:not(:has(p:nth-of-type(3))),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content:not(:has(p:nth-of-type(3))),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content:not(:has(p:nth-of-type(3))) {
  grid-template-columns: 1fr !important;
  max-width: 42em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-items: center !important;
  text-align: center !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h3,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h3,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h3,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h3,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h3,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h3,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(1),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(1),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(1),
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5) {
  grid-column: 1 / -1;
  text-align: center !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2 {
  margin: 0 auto var(--mq-space-sm) !important;
  max-width: 36em;
  color: #221e1e !important;
  font-weight: 700 !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2 strong,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2 strong,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h2 strong,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2 strong,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2 strong,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h2 strong {
  font-weight: inherit !important;
  color: inherit !important;
}

/* Tagline (p1 on multi-para pages, or h4 intro on short accessory pages) */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(h4)) > p:nth-of-type(1),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(h4)) > p:nth-of-type(1),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(h4)) > p:nth-of-type(1),
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > h4,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > .blog-content > h4 {
  margin: 0 auto var(--mq-space-sm) !important;
  max-width: 34em;
  font-size: 1.15em !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #333 !important;
  padding: 0 0 var(--mq-space-md) !important;
  border-bottom: 1px solid rgba(210, 175, 80, 0.45);
}

/* Short pages: body paragraph sits centered under the tagline */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p {
  grid-column: 1 / -1 !important;
  text-align: center !important;
  max-width: 40em;
  margin: 0 auto !important;
  border-top: none !important;
  padding-top: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #444 !important;
  font-style: normal !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > p::before,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner:not(:has(p:nth-of-type(3))) > .blog-content > p::before {
  content: none !important;
  display: none !important;
}

/* 3 body columns */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2),
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3),
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4) {
  display: block !important;
  margin: 0 !important;
  padding-top: var(--mq-space-sm) !important;
  border-top: 2px solid var(--mq-gold, #d2af50);
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #444 !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before,
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mq-gold, #d2af50);
  font-style: normal;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(2)::before {
  content: "01 — Styles";
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(3)::before {
  content: "02 — Your day";
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(4)::before {
  content: "03 — Coverage";
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner a,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner a,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner a {
  color: var(--mq-gold, #d2af50) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Closing line */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(5) {
  margin: var(--mq-space-sm) auto 0 !important;
  max-width: 34em;
  padding-top: var(--mq-space-md) !important;
  font-size: 1.05em !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #1a1a1a !important;
}

/* Hide stray “.” paragraphs some templates leave behind */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(n+6),
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(n+6),
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner > p:nth-of-type(n+6) {
  display: none !important;
}

/* Get in touch — same motion CTA as homepage */
body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper {
  margin-top: var(--mq-space-md) !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
body #page-container.et-db #et-boc .et-l--post .et_pb_section_0 .et_pb_button_0 {
  margin: 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  padding: 14px 32px !important;
  animation: mq-cta-float 2.8s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before {
  content: "" !important;
  display: inline-block !important;
  width: 1.05em !important;
  height: 1.05em !important;
  flex: 0 0 1.05em !important;
  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Zm2.5-.5a.5.5 0 0 0-.5.5v.3l7 4.55 7-4.55V5.5a.5.5 0 0 0-.5-.5h-13Zm13.5 3.05-6.52 4.24a1.5 1.5 0 0 1-1.66 0L4.3 8.05V18.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V8.05Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Zm2.5-.5a.5.5 0 0 0-.5.5v.3l7 4.55 7-4.55V5.5a.5.5 0 0 0-.5-.5h-13Zm13.5 3.05-6.52 4.24a1.5 1.5 0 0 1-1.66 0L4.3 8.05V18.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V8.05Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  animation: mq-cta-icon-wiggle 2.8s ease-in-out infinite;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 48%,
    transparent 66%
  ) !important;
  transform: translateX(-130%) !important;
  animation: mq-cta-shine 3.6s ease-in-out infinite;
}

body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0:hover,
body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0:hover,
body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0:hover {
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 14px 28px rgba(210, 175, 80, 0.35) !important;
  filter: brightness(1.05);
  animation-play-state: paused;
}

@media (max-width: 980px) {
  body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0,
  body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0,
  body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_0 > .et_pb_row_0 {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body.single-event-type .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner,
  body.single-marquee .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner,
  body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
  body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
  body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0,
  body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before,
  body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before,
  body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::before,
  body.single-event-type .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after,
  body.single-marquee .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after,
  body.single-marquee-accessory .et-l--post .et_pb_section_0 .et_pb_button_0_wrapper .et_pb_button_0::after {
    animation: none !important;
  }
}

/* --------------------------------------------------------------------------
   CPT story bands (section_1) — photo + overlapping editorial panel
   Image-led composition; glass panel overlaps the photo edge (not a hard box).
   Applies to marquee / event-type / accessory singles.
   -------------------------------------------------------------------------- */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section,
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section,
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section {
  background-color: #f4f2ee !important;
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y) !important;
  overflow: visible !important;
}

body.single-event-type .et-l--post .et_pb_section_1 > .et_pb_row,
body.single-marquee .et-l--post .et_pb_section_1 > .et_pb_row,
body.single-marquee-accessory .et-l--post .et_pb_section_1 > .et_pb_row {
  width: 100% !important;
  max-width: min(1180px, 94vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: clamp(2rem, 4vw, 3.25rem) !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
  --horizontal-gap: 0 !important;
  --vertical-gap: 0 !important;
  position: relative !important;
  align-items: stretch !important;
}

body.single-event-type .et-l--post .et_pb_section_1 > .et_pb_row_3,
body.single-marquee .et-l--post .et_pb_section_1 > .et_pb_row_3,
body.single-marquee-accessory .et-l--post .et_pb_section_1 > .et_pb_row_3 {
  margin-bottom: 0 !important;
  justify-content: center !important;
}

/* --- Row 1: photo left, panel overlaps from right --- */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_row_1,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_row_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_row_1 {
  display: flex !important;
  flex-wrap: nowrap !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_1,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_1 {
  flex: 1 1 72% !important;
  width: 72% !important;
  max-width: none !important;
  min-height: clamp(360px, 46vw, 520px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  isolation: isolate;
  box-shadow: 0 18px 44px rgba(20, 18, 14, 0.16) !important;
  /* Divi puts the photo on the COLUMN — never override background-image */
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_2 {
  flex: 0 1 34% !important;
  width: 34% !important;
  max-width: 340px !important;
  margin: 0 0 0 -8% !important;
  padding: 0 !important;
  align-self: center !important;
  z-index: 2 !important;
  background: transparent !important;
}

/* --- Row 2: panel left, photo right (mirrored) --- */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_row_2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_row_2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_row_2 {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_3,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_3,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_3 {
  flex: 0 1 34% !important;
  width: 34% !important;
  max-width: 340px !important;
  order: 1 !important;
  margin: 0 -8% 0 0 !important;
  padding: 0 !important;
  align-self: center !important;
  z-index: 2 !important;
  background: transparent !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4 {
  flex: 1 1 72% !important;
  width: 72% !important;
  max-width: none !important;
  order: 2 !important;
  min-height: clamp(360px, 46vw, 520px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  isolation: isolate;
  box-shadow: 0 18px 44px rgba(20, 18, 14, 0.16) !important;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Height spacer only — photo lives on the column, not the divider */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_divider,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_divider,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_divider {
  width: 100% !important;
  min-height: clamp(360px, 46vw, 520px) !important;
  height: auto !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_divider:before,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_divider:before,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_divider:before {
  display: none !important;
}

/* Soft edge blend where panel meets photo */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_1::after,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_1::after,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  background: linear-gradient(to left, rgba(244, 242, 238, 0.55), transparent);
  pointer-events: none;
  z-index: 1;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4::after,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4::after,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  background: linear-gradient(to right, rgba(244, 242, 238, 0.55), transparent);
  pointer-events: none;
  z-index: 1;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_1,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_1,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4 {
  position: relative !important;
}

/* Editorial glass panel (text_2 / text_4 wrappers) */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_4,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_4,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_4 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 1rem 1.1rem !important;
  background: rgba(255, 252, 247, 0.92) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-left: 3px solid var(--mq-gold, #d2af50) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(20, 18, 14, 0.14) !important;
  --vertical-gap: 0 !important;
}

/* Reorder: crown → title → body (DOM is body, title, crown) */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner {
  order: 3 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_3,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_3,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_3,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_5,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_5,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_5 {
  order: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_image_1,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_image_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_image_1,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_image_2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_image_2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_image_2 {
  order: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  align-self: flex-start !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_image_1 img,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_image_1 img,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_image_1 img,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_image_2 img,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_image_2 img,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_image_2 img {
  width: 36px !important;
  height: auto !important;
  display: block !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner h2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner h2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner h2,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner h2,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner h2,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_5 .et_pb_text_inner h2 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  color: #161412 !important;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p {
  margin: 0 !important;
  text-align: left !important;
  color: rgba(34, 30, 30, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden !important;
}

body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:empty,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:empty,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:empty,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:empty,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:empty,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:empty,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:has(> br:only-child),
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:has(> br:only-child),
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:has(> br:only-child) {
  display: none !important;
}

/* Hide nbsp-only filler paragraphs */
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:nth-of-type(n+2),
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:nth-of-type(n+2),
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_2 > .et_pb_text_inner > p:nth-of-type(n+2),
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:nth-of-type(n+2),
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:nth-of-type(n+2),
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_text_4 > .et_pb_text_inner > p:nth-of-type(n+2) {
  display: none !important;
}

/* CTA under story bands — solid fill so Divi white text never disappears */
body.et-db #et-boc .et-l--post .et_pb_section_1 .et_pb_button_1_wrapper,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_button_1_wrapper,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_button_1_wrapper,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_button_1_wrapper {
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.et-db #et-boc .et-l--post .et_pb_section_1 a.et_pb_button_1,
body.et-db #et-boc .et-l--post .et_pb_section_1 .et_pb_button_1,
body #page-container .et-l--post .et_pb_section_1 a.et_pb_button_1,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_button_1,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_button_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_button_1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 28px !important;
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

body.et-db #et-boc .et-l--post .et_pb_section_1 a.et_pb_button_1:hover,
body.et-db #et-boc .et-l--post .et_pb_section_1 .et_pb_button_1:hover,
body #page-container .et-l--post .et_pb_section_1 a.et_pb_button_1:hover,
body.single-event-type .et-l--post .et_pb_section_1 .et_pb_button_1:hover,
body.single-marquee .et-l--post .et_pb_section_1 .et_pb_button_1:hover,
body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_button_1:hover {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  border-color: var(--mq-gold, #d2af50) !important;
  color: #1a1a1a !important;
  box-shadow: 0 10px 24px rgba(210, 175, 80, 0.35) !important;
}

@media (max-width: 980px) {
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_row_1,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_row_1,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_row_1,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_row_2,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_row_2,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_row_2 {
    flex-direction: column !important;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_1,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_1,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_1,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4 {
    width: 100% !important;
    flex: 1 1 auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_2,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_3 {
    margin-top: -2.25rem !important;
    max-width: min(100%, 520px) !important;
    align-self: center !important;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_3,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_3 {
    order: 2 !important;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4 {
    order: 1 !important;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_1::after,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_1::after,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_1::after,
  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_column_4::after,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_column_4::after,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_column_4::after {
    display: none;
  }

  body.single-event-type .et-l--post .et_pb_section_1 .et_pb_divider,
  body.single-marquee .et-l--post .et_pb_section_1 .et_pb_divider,
  body.single-marquee-accessory .et-l--post .et_pb_section_1 .et_pb_divider {
    min-height: 260px !important;
  }
}


/* --------------------------------------------------------------------------
   CPT product gallery (section_1 when it holds .et_pb_gallery)
   Undo story-band column chrome; editorial mosaic + gold hover.
   -------------------------------------------------------------------------- */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section:has(.et_pb_gallery),
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section:has(.et_pb_gallery),
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section:has(.et_pb_gallery),
body.et-db #et-boc .et-l--post .et_pb_section_1.et_pb_section:has(.et_pb_gallery),
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery),
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery),
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) {
  background-color: #f7f5f1 !important;
  background-image: radial-gradient(
    120% 80% at 50% 0%,
    rgba(210, 175, 80, 0.1),
    transparent 55%
  ) !important;
  padding-top: var(--mq-space-lg) !important;
  padding-bottom: var(--mq-space-xl) !important;
  overflow: visible !important;
}

body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) > .et_pb_row,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) > .et_pb_row,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) > .et_pb_row {
  max-width: min(1180px, 94vw) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: center !important;
}

/* LED uses column_1; fridge/other accessories may use column_2 — reset any gallery host */
body.single-event-type .et-l--post > .et_builder_inner_content > .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-marquee .et-l--post > .et_builder_inner_content > .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-marquee-accessory .et-l--post > .et_builder_inner_content > .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.et-db #et-boc .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery),
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1,
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2 {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  background: transparent !important;
  isolation: auto;
  align-self: stretch !important;
  z-index: auto !important;
  order: 0 !important;
}

body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery)::after,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery)::after,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column:has(.et_pb_gallery)::after,
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1::after,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1::after,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_1::after,
body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2::after,
body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2::after,
body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) .et_pb_column_2::after {
  display: none !important;
}

/* Eyebrow + gallery shell */
body.single-event-type .et-l--post .et_pb_gallery,
body.single-marquee .et-l--post .et_pb_gallery,
body.single-marquee-accessory .et-l--post .et_pb_gallery {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.single-event-type .et-l--post .et_pb_gallery::before,
body.single-marquee .et-l--post .et_pb_gallery::before,
body.single-marquee-accessory .et-l--post .et_pb_gallery::before {
  content: "Gallery";
  display: block;
  margin: 0 auto 22px;
  color: var(--mq-gold, #d2af50);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: max-content;
  padding-bottom: 12px;
}

body.single-event-type .et-l--post .et_pb_gallery::after,
body.single-marquee .et-l--post .et_pb_gallery::after,
body.single-marquee-accessory .et-l--post .et_pb_gallery::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: -12px auto 22px;
  background: var(--mq-gold, #d2af50);
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #111 !important;
  box-shadow: 0 10px 28px rgba(20, 18, 14, 0.12) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

/* Featured lead tile when there are enough images to keep the grid balanced */
body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)) .et_pb_gallery_item:first-child,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)) .et_pb_gallery_item:first-child,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)) .et_pb_gallery_item:first-child {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

/* With 8 tiles, keep a clean 4×2 grid (no orphan bottom row) */
body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(8):last-child) .et_pb_gallery_item:first-child,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(8):last-child) .et_pb_gallery_item:first-child,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(8):last-child) .et_pb_gallery_item:first-child {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 40px rgba(20, 18, 14, 0.18),
    0 0 0 1px rgba(210, 175, 80, 0.35) !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_image,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_image,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)):not(:has(.et_pb_gallery_item:nth-child(8):last-child)) .et_pb_gallery_item:first-child .et_pb_gallery_image,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)):not(:has(.et_pb_gallery_item:nth-child(8):last-child)) .et_pb_gallery_item:first-child .et_pb_gallery_image,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items:has(.et_pb_gallery_item:nth-child(5)):not(:has(.et_pb_gallery_item:nth-child(8):last-child)) .et_pb_gallery_item:first-child .et_pb_gallery_image {
  aspect-ratio: auto !important;
  min-height: 100% !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_image a,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_image a,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_image img,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_image img,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.55s ease, filter 0.4s ease !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

/* Gold editorial overlay — replace Divi’s default white veil */
body.single-event-type .et-l--post .et_pb_gallery .et_overlay,
body.single-marquee .et-l--post .et_pb_gallery .et_overlay,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_overlay {
  background: linear-gradient(
    160deg,
    rgba(10, 10, 10, 0.05) 0%,
    rgba(10, 10, 10, 0.55) 100%
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.35s ease !important;
  border-radius: 0 !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay {
  opacity: 1 !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_overlay:before,
body.single-marquee .et-l--post .et_pb_gallery .et_overlay:before,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_overlay:before {
  content: "+" !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 1.5px solid var(--mq-gold, #d2af50) !important;
  background: rgba(10, 10, 10, 0.55) !important;
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 50% !important;
  left: 50% !important;
  margin: -26px 0 0 -26px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.35s ease, background 0.35s ease !important;
}

body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay:before,
body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay:before,
body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover .et_overlay:before {
  transform: scale(1.06);
  background: rgba(10, 10, 10, 0.72) !important;
}

@media (max-width: 980px) {
  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
  }

  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child .et_pb_gallery_image,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child .et_pb_gallery_image,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:first-child .et_pb_gallery_image {
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 767px) {
  body.single-event-type .et-l--post .et_pb_section_1:has(.et_pb_gallery),
  body.single-marquee .et-l--post .et_pb_section_1:has(.et_pb_gallery),
  body.single-marquee-accessory .et-l--post .et_pb_section_1:has(.et_pb_gallery) {
    padding-top: var(--mq-space-md) !important;
    padding-bottom: var(--mq-space-lg) !important;
  }

  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_items,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_items,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_items {
    gap: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item,
  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_image img,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_image img,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_image img,
  body.single-event-type .et-l--post .et_pb_gallery .et_overlay:before,
  body.single-marquee .et-l--post .et_pb_gallery .et_overlay:before,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_overlay:before {
    transition: none !important;
  }

  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover,
  body.single-event-type .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img,
  body.single-marquee .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img,
  body.single-marquee-accessory .et-l--post .et_pb_gallery .et_pb_gallery_item:hover img {
    transform: none !important;
  }
}


/* --------------------------------------------------------------------------
   Homepage – Event Type intro (section_2)
   Compact horizontal: title band + 3 side-by-side panels (less scrolling).
   Do NOT use display:grid on <p> (nested <strong>/<a> become grid items).
   -------------------------------------------------------------------------- */
body.home #main-content .et_pb_section_2.et_pb_section,
body.page-id-11 #main-content .et_pb_section_2.et_pb_section {
  padding-top: var(--mq-space-lg) !important;
  padding-bottom: var(--mq-space-lg) !important;
}

body.home #main-content .et_pb_section_2 > .et_pb_row_2,
body.page-id-11 #main-content .et_pb_section_2 > .et_pb_row_2 {
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  max-width: var(--mq-content-max, 1080px) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.home #main-content .et_pb_section_2 .et_pb_column_2,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_column_2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: var(--mq-space-sm) !important;
  --vertical-gap: var(--mq-space-sm) !important;
}

body.home #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row,
body.home #main-content .et_pb_section_2 .et_pb_column_2 > [class*="et_pb_row_"],
body.page-id-11 #main-content .et_pb_section_2 .et_pb_column_2 > [class*="et_pb_row_"] {
  width: 100%;
}

/* Title + subtitle on one horizontal header strip */
body.home #main-content .et_pb_section_2 .et_pb_text_1,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_1 {
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border-left: 0 !important;
  text-align: left !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_2,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: left !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_1 .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_1 .et_pb_text_inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 10px 20px !important;
  border-left: 3px solid var(--mq-gold);
  padding-left: var(--mq-space-md) !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_1 .et_pb_text_inner h1,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_1 .et_pb_text_inner h1 {
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.15 !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--mq-space-md);
  row-gap: var(--mq-space-sm);
  align-items: start;
  width: 100% !important;
  text-align: left !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > h2,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > h2 {
  grid-column: 1 / -1;
  margin: 0 0 2px !important;
  padding: 0 0 var(--mq-space-sm) !important;
  max-width: none !important;
  text-align: left !important;
  line-height: 1.25 !important;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem) !important;
  border-bottom: 1px solid rgba(210, 175, 80, 0.4);
}

/* Three horizontal panels */
body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1),
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1),
body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2),
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2),
body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3),
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3) {
  display: block !important;
  margin: 0 !important;
  padding: var(--mq-space-sm) 0 0 !important;
  border-top: 2px solid var(--mq-gold);
  border-bottom: none !important;
  text-align: left !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #444 !important;
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1)::before,
body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2)::before,
body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3)::before {
  display: block;
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--mq-gold);
  font-style: normal;
  text-transform: none;
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(1)::before {
  content: "01";
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(2)::before {
  content: "02";
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3)::before,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner > p:nth-of-type(3)::before {
  content: "03";
}

body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner a,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner a {
  color: var(--mq-gold) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 980px) {
  body.home #main-content .et_pb_section_2 > .et_pb_row_2,
  body.page-id-11 #main-content .et_pb_section_2 > .et_pb_row_2 {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body.home #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner,
  body.page-id-11 #main-content .et_pb_section_2 .et_pb_text_2 .et_pb_text_inner {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Homepage – Event Type cards (section_2 groups)
   Modern media tiles: full-bleed photo, left-aligned copy, gold accent CTA.
   -------------------------------------------------------------------------- */
body.home #main-content .et_pb_section_2 > .et_pb_row_3,
body.page-id-11 #main-content .et_pb_section_2 > .et_pb_row_3,
body.home #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row_3,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row_3 {
  width: 100% !important;
  max-width: var(--mq-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  --horizontal-gap: 28px !important;
  --vertical-gap: 28px !important;
  box-sizing: border-box !important;
}

/* Soft panel behind the grid so white cards read as separate objects */
body.home #main-content .et_pb_section_2.et_pb_section,
body.page-id-11 #main-content .et_pb_section_2.et_pb_section {
  background-color: #f4f2ee !important;
}

/* Remove Divi “arrow / triangle” top divider on Event Type */
body.home #main-content .et_pb_section_2 > .et_pb_top_inside_divider,
body.page-id-11 #main-content .et_pb_section_2 > .et_pb_top_inside_divider,
body.home #main-content .et_pb_section_2.section_has_divider > .et_pb_top_inside_divider,
body.page-id-11 #main-content .et_pb_section_2.section_has_divider > .et_pb_top_inside_divider {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Loop columns = card footprint */
body.home #main-content .et_pb_section_2 .et_pb_row_3 > .et_pb_column,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_row_3 > .et_pb_column {
  background: transparent !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group,
body.home #main-content .et_pb_section_2 .et_pb_row_3 .et_pb_group_0,
body.home #main-content .et_pb_section_2 .et_pb_row_3 .et_pb_group_1,
body.home #main-content .et_pb_section_2 .et_pb_row_3 .et_pb_group_2,
body.home #main-content .et_pb_section_2 .et_pb_row_3 .et_pb_group_3,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_row_3 [class*="et_pb_group_"] {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-top: 3px solid var(--mq-gold) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
  height: 100%;
  isolation: isolate;
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

body.home #main-content .et_pb_section_2 .et_pb_group:hover,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group:hover,
body.home #main-content .et_pb_section_2 .et_pb_row_3 [class*="et_pb_group_"]:hover,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_row_3 [class*="et_pb_group_"]:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 175, 80, 0.65) !important;
  border-top-color: var(--mq-gold) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group > .et_pb_row,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group > .et_pb_row,
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  --vertical-gap: 0 !important;
  --horizontal-gap: 0 !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
}

/* Hero photo */
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child .et_pb_image_wrap,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child img,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

body.home #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img {
  transform: scale(1.07);
}

/* Crown mark */
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2),
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) {
  margin: var(--mq-space-md) var(--mq-space-md) var(--mq-space-xs) !important;
  width: auto !important;
  align-self: flex-start !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) img,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) img {
  width: 36px !important;
  height: auto !important;
  display: block !important;
}

/* Title + description */
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_text,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_text {
  padding: 0 var(--mq-space-md) !important;
  margin: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_text .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_text .et_pb_text_inner,
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_text .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_text .et_pb_text_inner p {
  text-align: left !important;
  margin: 0 !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(3) .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(3) .et_pb_text_inner p {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4),
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) {
  flex: 1 1 auto;
  padding-bottom: var(--mq-space-sm) !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) .et_pb_text_inner p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #555 !important;
}

/* CTA — slim gold underline button */
body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_button_module_wrapper,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 0 var(--mq-space-md) var(--mq-space-md) !important;
  text-align: left !important;
  width: 100% !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_button,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_button,
body #page-container .et_pb_section_2 .et_pb_group .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #1a1a1a !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--mq-gold) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_button::after,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_button::after {
  content: "→" !important;
  font-size: 1.1em;
  color: var(--mq-gold);
  transition: transform 0.3s ease;
}

body.home #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_button,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_button,
body #page-container .et_pb_section_2 .et_pb_group:hover .et_pb_button {
  color: var(--mq-gold) !important;
  border-bottom-color: var(--mq-gold) !important;
}

body.home #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_button::after,
body.page-id-11 #main-content .et_pb_section_2 .et_pb_group:hover .et_pb_button::after {
  transform: translateX(4px);
}

@media (max-width: 980px) {
  body.home #main-content .et_pb_section_2 > .et_pb_row_3,
  body.page-id-11 #main-content .et_pb_section_2 > .et_pb_row_3,
  body.home #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row_3,
  body.page-id-11 #main-content .et_pb_section_2 .et_pb_column_2 > .et_pb_row_3 {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #main-content .et_pb_section_2 .et_pb_group,
  body.page-id-11 #main-content .et_pb_section_2 .et_pb_group,
  body.home #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child img,
  body.page-id-11 #main-content .et_pb_section_2 .et_pb_group .et_pb_column > .et_pb_image:first-child img {
    transition: none !important;
  }

  body.home #main-content .et_pb_section_2 .et_pb_group:hover,
  body.page-id-11 #main-content .et_pb_section_2 .et_pb_group:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Homepage – Marquee Style (section_3)
   Split intro + dark “cinema” cards (distinct from Event Type white tiles).
   -------------------------------------------------------------------------- */
body.home #main-content .et_pb_section_3.et_pb_section,
body.page-id-11 #main-content .et_pb_section_3.et_pb_section {
  background-color: #0f0f0f !important;
  padding-top: var(--mq-space-xl) !important;
  padding-bottom: var(--mq-space-xl) !important;
}

/* Remove Divi “arrow / triangle” top divider on Marquee Style */
body.home #main-content .et_pb_section_3.et_pb_section,
body.page-id-11 #main-content .et_pb_section_3.et_pb_section {
  overflow: hidden;
}

body.home #main-content .et_pb_section_3 > .et_pb_top_inside_divider,
body.page-id-11 #main-content .et_pb_section_3 > .et_pb_top_inside_divider,
body.home #main-content .et_pb_section_3.section_has_divider > .et_pb_top_inside_divider,
body.page-id-11 #main-content .et_pb_section_3.section_has_divider > .et_pb_top_inside_divider {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.home #main-content .et_pb_section_3 > .et_pb_row_9,
body.page-id-11 #main-content .et_pb_section_3 > .et_pb_row_9 {
  width: 100% !important;
  max-width: var(--mq-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
}

/* Intro: title left / copy right */
body.home #main-content .et_pb_section_3 .et_pb_column_12,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_column_12 {
  display: grid !important;
  grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.35fr);
  column-gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  --vertical-gap: 0 !important;
  --horizontal-gap: 0 !important;
}

body.home #main-content .et_pb_section_3 .et_pb_text_11,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_11,
body.home #main-content .et_pb_section_3 .et_pb_text_12,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_12 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  text-align: left !important;
  background: transparent !important;
}

body.home #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner,
body.home #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner h1,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner h1 {
  text-align: left !important;
  margin: 0 !important;
  color: var(--mq-gold) !important;
}

body.home #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner h1,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner h1 {
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.02em;
  border-left: 3px solid var(--mq-gold);
  padding-left: var(--mq-space-md) !important;
}

body.home #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner::before,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_11 .et_pb_text_inner::before {
  content: "Choose your structure";
  display: block;
  margin: 0 0 0.65rem calc(var(--mq-space-md) + 3px);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home #main-content .et_pb_section_3 .et_pb_text_12 .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_12 .et_pb_text_inner {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--mq-space-sm);
  text-align: left !important;
  border-top: 1px solid rgba(210, 175, 80, 0.35);
  padding-top: var(--mq-space-sm) !important;
}

body.home #main-content .et_pb_section_3 .et_pb_text_12 .et_pb_text_inner > p,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_text_12 .et_pb_text_inner > p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

/* Card grid */
body.home #main-content .et_pb_section_3 > .et_pb_row_10,
body.page-id-11 #main-content .et_pb_section_3 > .et_pb_row_10 {
  width: 100% !important;
  max-width: var(--mq-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: var(--mq-space-lg) !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
  box-sizing: border-box !important;
  --horizontal-gap: 28px !important;
  --vertical-gap: 28px !important;
}

body.home #main-content .et_pb_section_3 > .et_pb_row_10 > .et_pb_column,
body.page-id-11 #main-content .et_pb_section_3 > .et_pb_row_10 > .et_pb_column {
  background: transparent !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group,
body.home #main-content .et_pb_section_3 .et_pb_row_10 [class*="et_pb_group_"],
body.page-id-11 #main-content .et_pb_section_3 .et_pb_row_10 [class*="et_pb_group_"] {
  background: #1a1a1a !important;
  border: 1px solid rgba(210, 175, 80, 0.28) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden !important;
  height: 100%;
  isolation: isolate;
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

body.home #main-content .et_pb_section_3 .et_pb_group:hover,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group:hover,
body.home #main-content .et_pb_section_3 .et_pb_row_10 [class*="et_pb_group_"]:hover,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_row_10 [class*="et_pb_group_"]:hover {
  transform: translateY(-8px);
  border-color: rgba(210, 175, 80, 0.75) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.55) !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group > .et_pb_row,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group > .et_pb_row,
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  --vertical-gap: 0 !important;
  --horizontal-gap: 0 !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
  background: #1a1a1a !important;
}

/* Hero image */
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  position: relative;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child::after,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, #1a1a1a, transparent);
  pointer-events: none;
  z-index: 1;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child .et_pb_image_wrap,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child img,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.45s ease;
  filter: saturate(1.05);
}

body.home #main-content .et_pb_section_3 .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group:hover .et_pb_column > .et_pb_image:first-child img {
  transform: scale(1.08);
  filter: saturate(1.12) brightness(1.05);
}

/* Crown */
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2),
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) {
  margin: -18px auto 10px !important;
  width: auto !important;
  align-self: center !important;
  position: relative;
  z-index: 2;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) img,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:nth-child(2) img {
  width: 40px !important;
  height: auto !important;
  display: block !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

/* Title + body on dark panel */
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_text,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_text {
  padding: 0 var(--mq-space-md) !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  background: transparent !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_text .et_pb_text_inner,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_text .et_pb_text_inner,
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_text .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_text .et_pb_text_inner p {
  text-align: center !important;
  margin: 0 !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(3) .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(3) .et_pb_text_inner p {
  color: var(--mq-gold) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  margin-bottom: 10px !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4),
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) {
  flex: 1 1 auto;
  padding-bottom: var(--mq-space-sm) !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) .et_pb_text_inner p,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_text:nth-child(4) .et_pb_text_inner p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* Gold outline CTA */
body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_button_module_wrapper,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 0 var(--mq-space-md) var(--mq-space-md) !important;
  text-align: center !important;
  width: 100% !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_button,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_button,
body #page-container .et_pb_section_3 .et_pb_group .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto !important;
  padding: 11px 22px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold) !important;
  border: 1px solid var(--mq-gold) !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
}

body.home #main-content .et_pb_section_3 .et_pb_group:hover .et_pb_button,
body.page-id-11 #main-content .et_pb_section_3 .et_pb_group:hover .et_pb_button,
body #page-container .et_pb_section_3 .et_pb_group:hover .et_pb_button {
  background-color: var(--mq-gold) !important;
  color: #111 !important;
}

@media (max-width: 980px) {
  body.home #main-content .et_pb_section_3 > .et_pb_row_9,
  body.page-id-11 #main-content .et_pb_section_3 > .et_pb_row_9,
  body.home #main-content .et_pb_section_3 > .et_pb_row_10,
  body.page-id-11 #main-content .et_pb_section_3 > .et_pb_row_10 {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body.home #main-content .et_pb_section_3 .et_pb_column_12,
  body.page-id-11 #main-content .et_pb_section_3 .et_pb_column_12 {
    grid-template-columns: 1fr;
    row-gap: var(--mq-space-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #main-content .et_pb_section_3 .et_pb_group,
  body.page-id-11 #main-content .et_pb_section_3 .et_pb_group,
  body.home #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child img,
  body.page-id-11 #main-content .et_pb_section_3 .et_pb_group .et_pb_column > .et_pb_image:first-child img {
    transition: none !important;
  }

  body.home #main-content .et_pb_section_3 .et_pb_group:hover,
  body.page-id-11 #main-content .et_pb_section_3 .et_pb_group:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Homepage – content details (gutters / blurbs; section Y from scale above)
   -------------------------------------------------------------------------- */
.home .et_pb_text h1,
.home .et_pb_text h2 {
  margin-bottom: 0.45em !important;
}

.home .et_pb_text h2 + p,
.home .et_pb_text h1 + p,
.home .et_pb_text .et_pb_text_inner p {
  margin-bottom: 0.9em;
}

/* Copy-hero rules above win for section_1 text_0 */

/* Blurb / card stacks (Event Type, Marquee Style, Team, Projects) */
.home .et_pb_blurb .et_pb_blurb_container {
  padding-top: 12px;
}

.home .et_pb_blurb .et_pb_module_header {
  margin-bottom: 8px !important;
  margin-top: 10px !important;
}

.home .et_pb_blurb .et_pb_blurb_description {
  margin-bottom: 12px !important;
}

.home .et_pb_blurb .et_pb_button_wrapper,
.home .et_pb_button_module_wrapper {
  margin-top: 8px !important;
}

/* Row gutters inside homepage card rows */
@media (min-width: 981px) {
  .home .et_pb_row {
    --horizontal-gap: 28px;
  }
}

@media (max-width: 980px) {
  .home .et_pb_column {
    margin-bottom: 22px !important;
  }
}

/* --------------------------------------------------------------------------
   Reviews feed (Smash Balloon – #sb-reviews-container-2)
   Even cards, compact header, brand gold — no jagged heights / red chrome.
   -------------------------------------------------------------------------- */
body #sb-reviews-container-2.sbr-feed,
body #sb-reviews-container-2 {
  --column-gutter: 24px;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow-x: clip !important;
}

body #sb-reviews-container-2 .sb-carousel-wrap,
body #sb-reviews-container-2 .sbr-owl-stage-outer,
body #sb-reviews-container-2 .owl-carousel {
  overflow-x: clip !important;
  max-width: 100% !important;
}

/* —— Header: centered title + compact meta row —— */
body #sb-reviews-container-2 .sb-feed-header {
  margin: 0 0 28px !important;
  padding: 0 !important;
  text-align: center !important;
}

body #sb-reviews-container-2 .sb-feed-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

body #sb-reviews-container-2 .sb-feed-header-heading {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 18em;
  color: #fff !important;
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em;
  text-align: center !important;
}

body #sb-reviews-container-2 .sb-feed-header-heading::before {
  content: "Reviews";
  display: block;
  margin: 0 auto 10px;
  color: var(--mq-gold, #d2af50);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body #sb-reviews-container-2 .sb-feed-header-bottom {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
}

body #sb-reviews-container-2 .sb-feed-header-average {
  display: inline-flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 10px;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  float: none !important;
}

body #sb-reviews-container-2 .sb-feed-header-rating {
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body #sb-reviews-container-2 .sb-feed-header-rating-icons {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  color: var(--mq-gold, #d2af50) !important;
}

body #sb-reviews-container-2 .sb-feed-header-rating-icons svg,
body #sb-reviews-container-2 .sb-item-rating,
body #sb-reviews-container-2 .sb-item-rating svg {
  color: var(--mq-gold, #d2af50) !important;
  fill: currentColor !important;
}

body #sb-reviews-container-2 .sb-feed-header-rating-subtext {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none !important;
  white-space: nowrap;
}

body #sb-reviews-container-2 .sb-feed-header-rating-subtext::before {
  content: "·";
  margin-right: 10px;
  color: rgba(210, 175, 80, 0.7);
}

body #sb-reviews-container-2 .sb-feed-header-btn-ctn {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #sb-reviews-container-2 a.sb-feed-header-btn.sb-btn,
body #sb-reviews-container-2 .sb-feed-header-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  background: rgba(210, 175, 80, 0.12) !important;
  background-color: rgba(210, 175, 80, 0.12) !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 1px solid rgba(210, 175, 80, 0.55) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}

body #sb-reviews-container-2 a.sb-feed-header-btn.sb-btn:hover,
body #sb-reviews-container-2 .sb-feed-header-btn:hover {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
  border-color: var(--mq-gold, #d2af50) !important;
  transform: none;
}

body #sb-reviews-container-2 .sb-feed-header-btn .sb-btn-icon svg path {
  fill: currentColor !important;
}

/* —— Carousel: equal-height slides —— */
body #sb-reviews-container-2 .sb-carousel-wrap .sb-feed-posts.owl-carousel .owl-stage {
  display: flex !important;
  align-items: stretch !important;
}

body #sb-reviews-container-2 .sb-carousel-wrap .sb-feed-posts.owl-carousel .owl-item {
  display: flex !important;
  height: auto !important;
  float: none !important;
}

body #sb-reviews-container-2 .sb-post-item-wrap {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 6px !important;
  float: none !important;
  box-sizing: border-box !important;
}

body #sb-reviews-container-2 .sb-post-item {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  max-height: 320px !important;
  margin: 0 !important;
  padding: 24px 22px 20px !important;
  overflow: hidden !important;
  background: rgba(12, 12, 12, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: 2px solid var(--mq-gold, #d2af50) !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

body #sb-reviews-container-2 .sb-post-item-wrap:hover .sb-post-item {
  background: rgba(18, 18, 18, 0.88) !important;
  border-color: rgba(210, 175, 80, 0.45) !important;
  border-top-color: var(--mq-gold, #d2af50) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45) !important;
  transform: none;
}

body #sb-reviews-container-2 .sb-item-provider-icon {
  top: 14px !important;
  right: 14px !important;
  width: 18px !important;
  height: 18px !important;
  opacity: 0.85;
}

body #sb-reviews-container-2 .sb-item-author-date-ctn {
  float: none !important;
  width: 100% !important;
  padding-right: 28px !important;
  margin: 0 0 4px !important;
}

body #sb-reviews-container-2 .sb-item-author-ctn {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body #sb-reviews-container-2 .sb-item-author-img {
  margin: 0 !important;
  flex-shrink: 0;
}

body #sb-reviews-container-2 .sb-item-author-img img,
body #sb-reviews-container-2 .sb-item-author-img .sb-item-author-img-el {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1px solid rgba(210, 175, 80, 0.4);
  box-shadow: none;
}

body #sb-reviews-container-2 .sb-item-author-name {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

body #sb-reviews-container-2 .sb-item-author-date {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

body #sb-reviews-container-2 .sb-item-rating {
  float: none !important;
  width: 100% !important;
  margin: 10px 0 8px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body #sb-reviews-container-2 .sb-item-rating-icon svg {
  width: 14px !important;
  height: 14px !important;
}

/* Clamp copy so every card bottom aligns */
body #sb-reviews-container-2 .sb-item-text {
  float: none !important;
  flex: 1 1 auto;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}

body #sb-reviews-container-2 .sb-item-text a {
  color: var(--mq-gold, #d2af50) !important;
}

/* Photos break equal height — hide in the carousel strip */
body #sb-reviews-container-2 .sb-single-image,
body #sb-reviews-container-2 .sb-item-media,
body #sb-reviews-container-2 .sb-item-images,
body #sb-reviews-container-2 .sb-feed-item-media {
  display: none !important;
}

/* Hide the floating pause control (keep carousel usable via hover-pause) */
body #sb-reviews-container-2 .sbr-carousel-playpause {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

body #sb-reviews-container-2 .owl-dots {
  margin-top: 18px !important;
  text-align: center !important;
}

body #sb-reviews-container-2 .owl-dot span {
  background: rgba(255, 255, 255, 0.25) !important;
}

body #sb-reviews-container-2 .owl-dot.active span,
body #sb-reviews-container-2 .owl-dot:hover span {
  background: var(--mq-gold, #d2af50) !important;
}

@media (max-width: 767px) {
  body #sb-reviews-container-2 .sb-feed-header-bottom {
    flex-direction: column;
  }

  body #sb-reviews-container-2 .sb-post-item {
    min-height: 280px !important;
    max-height: 280px !important;
  }

  body #sb-reviews-container-2 .sb-item-text {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  body #sb-reviews-container-2 .sb-post-item,
  body #sb-reviews-container-2 a.sb-feed-header-btn.sb-btn {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   Reviews page feed (Smash Balloon – #sb-reviews-container-1)
   Champagne-ledger look + CSS-column masonry (no empty row gaps).
   -------------------------------------------------------------------------- */
@keyframes mq-rev-card-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mq-rev-star-soft {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.18);
  }
}

body.page-id-2470 .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.page-id-2470 .et-l--post .et_pb_section_0 {
  background-color: #f3efe6 !important;
  background-image:
    radial-gradient(90% 70% at 50% -10%, rgba(210, 175, 80, 0.22), transparent 55%),
    radial-gradient(60% 50% at 100% 100%, rgba(34, 28, 18, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f3eb 0%, #efe8dc 48%, #f3efe6 100%) !important;
  padding-top: var(--mq-section-y) !important;
  padding-bottom: var(--mq-section-y-hero) !important;
}

body.page-id-2470 .et-l--post .et_pb_section_0 > .et_pb_row {
  max-width: min(1520px, 97vw) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
}

body.page-id-2470 .et-l--post .et_pb_section_0 .et_pb_column,
body.page-id-2470 .et-l--post .et_pb_section_0 .et_pb_column_0,
body.page-id-2470 .et-l--post .et_pb_section_0 .et_pb_column_1 {
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 100% !important;
}

body #sb-reviews-container-1.sbr-feed,
body #sb-reviews-container-1,
body.page-id-2470 #sb-reviews-container-1 {
  --column-gutter: 28px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow-x: clip !important;
  color: #1c1914;
}

/* —— Header —— */
body #sb-reviews-container-1 .sb-feed-header {
  margin: 0 0 22px !important;
  padding: 0 !important;
  text-align: center !important;
}

body #sb-reviews-container-1 .sb-feed-header-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 22px !important;
}

body #sb-reviews-container-1 .sb-feed-header-heading,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-heading {
  position: relative;
  margin: 0 !important;
  padding: 0 0 18px !important;
  max-width: 14em;
  color: #1a1713 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.05 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
}

body #sb-reviews-container-1 .sb-feed-header-heading::before {
  content: "Guest voices";
  display: block;
  margin: 0 auto 14px;
  color: var(--mq-gold, #d2af50);
  font-family: Raleway, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

body #sb-reviews-container-1 .sb-feed-header-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--mq-gold, #d2af50),
    transparent
  );
}

body #sb-reviews-container-1 .sb-feed-header-bottom {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px 18px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 12px 20px !important;
  float: none !important;
  background: rgba(255, 252, 246, 0.72) !important;
  border: 1px solid rgba(210, 175, 80, 0.4) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 28px rgba(40, 32, 18, 0.06) !important;
}

body #sb-reviews-container-1 .sb-feed-header-average {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  float: none !important;
}

body #sb-reviews-container-1 .sb-feed-header-rating,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-rating {
  color: #1a1713 !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body #sb-reviews-container-1 .sb-feed-header-rating-icons,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-rating-icons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
  color: var(--mq-gold, #d2af50) !important;
  animation: mq-rev-star-soft 3.6s ease-in-out infinite;
}

body #sb-reviews-container-1 .sb-feed-header-rating-icons svg,
body #sb-reviews-container-1 .sb-item-rating,
body #sb-reviews-container-1 .sb-item-rating svg,
body.page-id-2470 #sb-reviews-container-1 .sb-item-rating {
  color: var(--mq-gold, #d2af50) !important;
  fill: currentColor !important;
}

body #sb-reviews-container-1 .sb-feed-header-rating-subtext,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-rating-subtext {
  color: rgba(28, 25, 20, 0.62) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body #sb-reviews-container-1 .sb-feed-header-rating-subtext::before {
  content: "·";
  margin-right: 10px;
  color: rgba(210, 175, 80, 0.85);
}

body #sb-reviews-container-1 .sb-feed-header-btn-ctn {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #sb-reviews-container-1 a.sb-feed-header-btn.sb-btn,
body #sb-reviews-container-1 .sb-feed-header-btn,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #1a1713 !important;
  border: 1px solid rgba(26, 23, 19, 0.28) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  transition:
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease !important;
}

body #sb-reviews-container-1 a.sb-feed-header-btn.sb-btn:hover,
body #sb-reviews-container-1 .sb-feed-header-btn:hover,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-header-btn:hover {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
  border-color: var(--mq-gold, #d2af50) !important;
  transform: translateY(-1px);
}

body #sb-reviews-container-1 .sb-feed-header-btn .sb-btn-icon svg path {
  fill: currentColor !important;
}

/* —— True masonry packing via CSS columns (no row gaps) —— */
body #sb-reviews-container-1 .sb-feed-container,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-container {
  width: 100% !important;
  max-width: none !important;
}

body #sb-reviews-container-1 .sb-feed-posts,
body.page-id-2470 #sb-reviews-container-1 .sb-feed-posts {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: visible !important;
  column-count: 3 !important;
  column-gap: 18px !important;
  column-fill: balance !important;
}

body #sb-reviews-container-1 .sb-feed-posts::before,
body #sb-reviews-container-1 .sb-feed-posts::after {
  display: none !important;
  content: none !important;
}

body #sb-reviews-container-1 .sbr-feed-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

body #sb-reviews-container-1 .sb-post-item-wrap,
body.page-id-2470 #sb-reviews-container-1 .sb-post-item-wrap {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  float: none !important;
  clear: none !important;
  display: inline-block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
  vertical-align: top !important;
}

body #sb-reviews-container-1 .sb-post-item {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 1 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 22px 20px 18px !important;
  overflow: hidden !important;
  background:
    linear-gradient(165deg, #1c1914 0%, #0e0c0a 58%, #16120e 100%) !important;
  border: 1px solid rgba(210, 175, 80, 0.28) !important;
  border-radius: 6px !important;
  box-shadow:
    0 14px 34px rgba(20, 16, 10, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  box-sizing: border-box !important;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
  animation: mq-rev-card-in 0.7s ease both;
}

body #sb-reviews-container-1 .sb-post-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--mq-gold, #d2af50) 20%,
    var(--mq-gold, #d2af50) 80%,
    transparent
  );
  opacity: 0.95;
  pointer-events: none;
}

body #sb-reviews-container-1 .sb-post-item::after {
  content: "“";
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 0;
  color: rgba(210, 175, 80, 0.14);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  transition: color 0.35s ease, transform 0.35s ease;
}

body #sb-reviews-container-1 .sb-post-item-wrap:nth-child(3n + 2 of .sb-post-item-wrap) .sb-post-item {
  animation-delay: 0.08s;
}

body #sb-reviews-container-1 .sb-post-item-wrap:nth-child(3n + 3 of .sb-post-item-wrap) .sb-post-item {
  animation-delay: 0.16s;
}

body #sb-reviews-container-1 .sb-post-item-wrap:hover .sb-post-item {
  border-color: rgba(210, 175, 80, 0.7) !important;
  box-shadow:
    0 22px 44px rgba(20, 16, 10, 0.28),
    0 0 0 1px rgba(210, 175, 80, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  transform: translateY(-4px);
}

body #sb-reviews-container-1 .sb-post-item-wrap:hover .sb-post-item::after {
  color: rgba(210, 175, 80, 0.28);
  transform: translate(-4px, 2px);
}

body #sb-reviews-container-1 .sb-item-provider-icon {
  top: 18px !important;
  right: 18px !important;
  z-index: 2;
  width: 18px !important;
  height: 18px !important;
  opacity: 0.8;
  filter: grayscale(0.15);
}

body #sb-reviews-container-1 .sb-item-author-date-ctn {
  position: relative;
  z-index: 1;
  float: none !important;
  width: 100% !important;
  padding-right: 28px !important;
  margin: 0 0 2px !important;
}

body #sb-reviews-container-1 .sb-item-author-ctn {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body #sb-reviews-container-1 .sb-item-author-img {
  margin: 0 !important;
  flex-shrink: 0;
}

body #sb-reviews-container-1 .sb-item-author-img img,
body #sb-reviews-container-1 .sb-item-author-img .sb-item-author-img-el,
body.page-id-2470 #sb-reviews-container-1 .sb-item-author-img img {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1px solid rgba(210, 175, 80, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(210, 175, 80, 0.12) !important;
}

body #sb-reviews-container-1 .sb-item-author-name,
body.page-id-2470 #sb-reviews-container-1 .sb-item-author-name {
  color: #f7f1e4 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01em;
}

body #sb-reviews-container-1 .sb-item-author-date,
body.page-id-2470 #sb-reviews-container-1 .sb-item-author-date {
  color: rgba(247, 241, 228, 0.5) !important;
  font-size: 11px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body #sb-reviews-container-1 .sb-item-rating,
body.page-id-2470 #sb-reviews-container-1 .sb-item-rating {
  position: relative;
  z-index: 1;
  float: none !important;
  width: 100% !important;
  margin: 14px 0 10px !important;
  padding: 0 !important;
}

body #sb-reviews-container-1 .sb-item-rating-icon svg {
  width: 15px !important;
  height: 15px !important;
}

body #sb-reviews-container-1 .sb-item-text,
body.page-id-2470 #sb-reviews-container-1 .sb-item-text {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(247, 241, 228, 0.88) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.01em;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden !important;
}

body #sb-reviews-container-1 .sb-item-text a {
  color: var(--mq-gold, #d2af50) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body #sb-reviews-container-1 .sb-single-image,
body #sb-reviews-container-1 .sb-item-media,
body #sb-reviews-container-1 .sb-item-images,
body #sb-reviews-container-1 .sb-feed-item-media {
  position: relative;
  z-index: 1;
  margin-top: 16px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  border: 1px solid rgba(210, 175, 80, 0.25) !important;
}

body #sb-reviews-container-1 .sb-single-image {
  min-height: 120px !important;
  background-size: cover !important;
  background-position: center !important;
}

body #sb-reviews-container-1 .sbr-load-btn,
body #sb-reviews-container-1 .sb-feed-button,
body #sb-reviews-container-1 a.sbr-load-btn {
  display: inline-flex !important;
  margin: 28px auto 0 !important;
  padding: 12px 28px !important;
  background: transparent !important;
  color: #1a1713 !important;
  border: 1px solid rgba(26, 23, 19, 0.35) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
}

body #sb-reviews-container-1 .sbr-load-btn:hover,
body #sb-reviews-container-1 a.sbr-load-btn:hover {
  background: var(--mq-gold, #d2af50) !important;
  border-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
}

@media (max-width: 1100px) {
  body #sb-reviews-container-1 .sb-feed-posts {
    column-count: 2 !important;
    column-gap: 16px !important;
  }

  body #sb-reviews-container-1 .sb-post-item-wrap {
  margin-bottom: 16px !important;
  }
}

@media (max-width: 980px) {
  body.page-id-2470 .et-l--post .et_pb_section_0 > .et_pb_row {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body #sb-reviews-container-1 {
    --column-gutter: 18px !important;
  }

  body #sb-reviews-container-1 .sb-feed-header-bottom {
    border-radius: 16px !important;
    padding: 14px 16px !important;
  }

  body #sb-reviews-container-1 .sb-feed-posts {
    column-count: 2 !important;
    column-gap: 14px !important;
  }

  body #sb-reviews-container-1 .sb-post-item-wrap {
    margin-bottom: 14px !important;
  }

  body #sb-reviews-container-1 .sb-post-item {
    padding: 20px 16px 16px !important;
    min-height: 0 !important;
  }

  body #sb-reviews-container-1 .sb-item-text {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  body #sb-reviews-container-1 .sb-feed-posts {
    column-count: 1 !important;
    column-gap: 0 !important;
  }

  body #sb-reviews-container-1 .sb-post-item-wrap {
    margin-bottom: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body #sb-reviews-container-1 .sb-post-item,
  body #sb-reviews-container-1 .sb-feed-header-rating-icons,
  body #sb-reviews-container-1 a.sb-feed-header-btn.sb-btn {
    animation: none !important;
    transition: none !important;
  }

  body #sb-reviews-container-1 .sb-post-item-wrap:hover .sb-post-item {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Homepage – CTA bands (“Get in touch”)
   Even out only when surrounding air feels random — keep band identity.
   -------------------------------------------------------------------------- */
.home .et_pb_button {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.home a.et_pb_button,
body #page-container .et_pb_section .et_pb_button {
  padding: 12px 28px !important;
}

/* --------------------------------------------------------------------------
   Shared – Forms (footer + contact)
   -------------------------------------------------------------------------- */
.wpcf7 form p {
  margin-bottom: 12px !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 4px;
}

.wpcf7 input[type="submit"],
.et_pb_contact_submit {
  margin-top: 8px !important;
  padding: 12px 26px !important;
}

/* --------------------------------------------------------------------------
   Inner templates — shared page content air
   (Event type, Marquee type, Accessories, About, Contact, Blog)
   Section Y padding comes from the site-wide scale above.
   -------------------------------------------------------------------------- */
body:not(.home) .et_pb_post,
body.single-post .et_pb_post_content,
body.blog .et_pb_post {
  margin-bottom: 28px !important;
}

body.single-post .et_pb_title_container,
body.single-post .entry-title {
  margin-bottom: 16px !important;
}

body.single-post .post-meta {
  margin-bottom: 20px !important;
}

/* Contact page form */
.page-id-356 .wpcf7,
.page-id-356 .et_pb_contact_form {
  margin-top: 12px;
}

/* Blog archive */
.page-id-813 .et_pb_post,
.blog .et_pb_post {
  padding-bottom: 20px !important;
  margin-bottom: 28px !important;
}

.page-id-813 .entry-featured-image-url,
.blog .entry-featured-image-url {
  margin-bottom: 14px !important;
}

/* --------------------------------------------------------------------------
   Tablet / phone polish
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .et_pb_menu_1_tb_header.et_pb_menu {
    padding: 8px 0 !important;
  }

  .home .et_pb_blurb {
    margin-bottom: 8px;
  }

  .et-l--footer .et_pb_section_2_tb_footer {
    padding-top: var(--mq-space-lg) !important;
    padding-bottom: var(--mq-space-md) !important;
  }
}

/* Quote / phone: icon sits beside label inside each text module */
.et_pb_column_5_tb_header {
  align-items: center !important;
}

.et_pb_text_2_tb_header > .et_pb_icon_2_tb_header,
.et_pb_text_3_tb_header > .et_pb_icon_3_tb_header {
    position: relative;
    z-index: 1;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
   Sticky bottom CTA — “Get a quote” (et_pb_text_70_tb_footer)
   Chip only. Center with left/right + margin (NOT left:50% + translateX),
   which was expanding document scrollWidth and stretching the page.
   -------------------------------------------------------------------------- */
body.et-db #et-boc .et-l--footer .et_pb_text_70_tb_footer,
.et-l--footer .et_pb_text_70_tb_footer,
.et_pb_text_70_tb_footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden !important;
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: max-content !important;
  max-width: min(280px, 92%) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
  z-index: 20000 !important;
  pointer-events: auto !important;
  transition: box-shadow 0.3s ease, filter 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.28);
}

@media only screen and (max-width: 980px) {
  body.et-db #et-boc .et-l--footer .et_pb_text_70_tb_footer,
  .et-l--footer .et_pb_text_70_tb_footer,
  .et_pb_text_70_tb_footer {
    width: max-content !important;
    max-width: min(280px, 92%) !important;
  }
}

.et-l--footer .et_pb_text_70_tb_footer .et_pb_text_inner,
.et_pb_text_70_tb_footer .et_pb_text_inner {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

.et-l--footer .et_pb_text_70_tb_footer .et_pb_text_inner p,
.et_pb_text_70_tb_footer .et_pb_text_inner p {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

/* Quote bubble / chat icon */
.et-l--footer .et_pb_text_70_tb_footer .et_pb_text_inner p::before,
.et_pb_text_70_tb_footer .et_pb_text_inner p::before {
  content: "" !important;
  display: inline-block !important;
  width: 1.15em !important;
  height: 1.15em !important;
  flex: 0 0 1.15em !important;
  background-color: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 3h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9.2L5 20.8V17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm2 5.5h12v1.8H6V8.5Zm0 4h8v1.8H6V12.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 3h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9.2L5 20.8V17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm2 5.5h12v1.8H6V8.5Zm0 4h8v1.8H6V12.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  animation: mq-sticky-quote-icon 2.6s ease-in-out infinite;
}

/* Gold shimmer across the bar (does not move the bar) */
.et-l--footer .et_pb_text_70_tb_footer::after,
.et_pb_text_70_tb_footer::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background: linear-gradient(
    110deg,
    transparent 28%,
    rgba(210, 175, 80, 0.55) 48%,
    transparent 68%
  ) !important;
  transform: translateX(-140%) !important;
  animation: mq-sticky-quote-shine 3.4s ease-in-out infinite;
}

.et-l--footer .et_pb_text_70_tb_footer:hover,
.et_pb_text_70_tb_footer:hover {
  filter: brightness(1.08);
  box-shadow: 0 -10px 30px rgba(210, 175, 80, 0.35);
}

.et-l--footer .et_pb_text_70_tb_footer:hover .et_pb_text_inner p::before,
.et_pb_text_70_tb_footer:hover .et_pb_text_inner p::before {
  animation-duration: 0.65s;
}

@keyframes mq-sticky-quote-icon {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(-12deg) scale(1.08);
  }
  55% {
    transform: rotate(10deg) scale(1.06);
  }
  75% {
    transform: rotate(-6deg) scale(1.02);
  }
}

@keyframes mq-sticky-quote-shine {
  0%,
  50% {
    transform: translateX(-140%);
  }
  72%,
  100% {
    transform: translateX(140%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .et-l--footer .et_pb_text_70_tb_footer .et_pb_text_inner p::before,
  .et_pb_text_70_tb_footer .et_pb_text_inner p::before,
  .et-l--footer .et_pb_text_70_tb_footer::after,
  .et_pb_text_70_tb_footer::after {
    animation: none !important;
  }
}

/* --------------------------------------------------------------------------
   Meet the team (page-id-357) — editorial portrait cards
   Image-led, gold accents, quiet chrome (no generic white tiles).
   -------------------------------------------------------------------------- */
@keyframes mq-team-card-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.page-id-357 .et-l--post > .et_builder_inner_content > .et_pb_section_0.et_pb_section,
body.page-id-357 .et-l--post .et_pb_section_0 {
  background-color: #f4f0e8 !important;
  background-image:
    radial-gradient(90% 60% at 50% 0%, rgba(210, 175, 80, 0.16), transparent 55%),
    linear-gradient(180deg, #f8f4ec 0%, #f1ebe1 100%) !important;
  padding-top: var(--mq-section-y-tight) !important;
  padding-bottom: var(--mq-section-y) !important;
}

/* Let the team grid use more of the viewport (Divi boxed rows are too narrow) */
body.page-id-357 .et-l--body .et_pb_section_2_tb_body > .et_pb_row_2_tb_body,
body.page-id-357 .et-l--body .et_pb_post_content_0_tb_body,
body.page-id-357 .et-l--post > .et_builder_inner_content > .et_pb_section_0,
body.page-id-357 .et-l--post .et_pb_section_0 {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row {
  max-width: min(1680px, 98vw) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Intro */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_0 {
  margin-bottom: var(--mq-space-lg) !important;
  text-align: center !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner h1 {
  margin: 0 auto 14px !important;
  color: #1a1713 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 .et_pb_text_0 .et_pb_text_inner h1::before {
  content: "The people";
  display: block;
  margin: 0 auto 12px;
  color: var(--mq-gold, #d2af50);
  font-family: Raleway, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner {
  max-width: 42em;
  margin: 0 auto !important;
  text-align: center !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner p {
  margin: 0 !important;
  color: #4a453c !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Team grid */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1.et_grid_row,
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group,
body.page-id-357 .et-l--post .et_pb_section_0 .et_pb_group[class*="et_pb_group_"] {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #17140f !important;
  border: 1px solid rgba(210, 175, 80, 0.28) !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 34px rgba(20, 16, 10, 0.14) !important;
  overflow: hidden !important;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease !important;
  animation: mq-team-card-in 0.65s ease both;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column:nth-child(2) > .et_pb_group {
  animation-delay: 0.06s;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column:nth-child(3) > .et_pb_group {
  animation-delay: 0.12s;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column:nth-child(4) > .et_pb_group {
  animation-delay: 0.18s;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column:nth-child(5) > .et_pb_group {
  animation-delay: 0.24s;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 175, 80, 0.65) !important;
  box-shadow: 0 22px 44px rgba(20, 16, 10, 0.22) !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_row_nested,
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_row[class*="et_pb_row_"] {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  --vertical-gap: 0 !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_row_nested > .et_pb_column,
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 [class*="et_pb_column_"] {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Portrait */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden !important;
  border-radius: 0 !important;
  position: relative;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image .et_pb_image_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(12, 10, 8, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group:hover .et_pb_image img {
  transform: scale(1.05);
}

/* Name + bio */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_text {
  margin: 0 !important;
  padding: 0 16px !important;
  width: 100% !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_text .et_pb_text_inner {
  text-align: center !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_text .et_pb_text_inner p {
  margin: 0 !important;
}

/* Name line (first text after image) */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text .et_pb_text_inner p {
  color: #f7f1e4 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text .et_pb_text_inner p::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin: 12px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--mq-gold, #d2af50),
    transparent
  );
}

/* Bio */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text + .et_pb_text {
  padding-bottom: 14px !important;
  flex: 1 1 auto !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text + .et_pb_text .et_pb_text_inner p {
  color: rgba(247, 241, 228, 0.72) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

/* CTA */
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_button_module_wrapper {
  margin: 0 16px 18px !important;
  padding: 0 !important;
  text-align: center !important;
  width: auto !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 a.et_pb_button,
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 1px solid rgba(210, 175, 80, 0.55) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease !important;
}

body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 a.et_pb_button:hover,
body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_button:hover {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
  border-color: var(--mq-gold, #d2af50) !important;
}

@media (max-width: 1100px) {
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1.et_grid_row,
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1.et_grid_row,
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image .et_pb_image_wrap {
    aspect-ratio: 1 / 1;
  }

  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image + .et_pb_text .et_pb_text_inner p {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1.et_grid_row,
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group,
  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 .et_pb_image img {
    animation: none !important;
    transition: none !important;
  }

  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group:hover {
    transform: none;
  }

  body.page-id-357 .et-l--post .et_pb_section_0 > .et_pb_row_1 > .et_pb_column > .et_pb_group:hover .et_pb_image img {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Blog and News (page-id-813) — editorial story cards
   Light paper cards, gold accents — brighter journal look.
   -------------------------------------------------------------------------- */
@keyframes mq-blog-card-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.page-id-813 .et-l--body .et_pb_section_2_tb_body > .et_pb_row_2_tb_body,
body.page-id-813 .et-l--body .et_pb_post_content_0_tb_body,
body.page-id-813 .et-l--post > .et_builder_inner_content > .et_pb_section_1,
body.page-id-813 .et-l--post .et_pb_section_1 {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-813 .et-l--post > .et_builder_inner_content > .et_pb_section_1.et_pb_section,
body.page-id-813 .et-l--post .et_pb_section_1 {
  background-color: #f4f0e8 !important;
  background-image:
    radial-gradient(90% 55% at 50% 0%, rgba(210, 175, 80, 0.15), transparent 55%),
    linear-gradient(180deg, #f8f4ec 0%, #f1ebe1 100%) !important;
  padding-top: var(--mq-section-y-tight) !important;
  padding-bottom: var(--mq-section-y) !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row {
  max-width: min(1520px, 96vw) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--mq-edge) !important;
  padding-right: var(--mq-edge) !important;
}

/* Intro */
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_2 {
  margin-bottom: var(--mq-space-md) !important;
  text-align: center !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 .et_pb_text_19 .et_pb_text_inner h1 {
  margin: 0 auto !important;
  color: #1a1713 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.1 !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 .et_pb_text_19 .et_pb_text_inner h1::before {
  content: "Journal";
  display: block;
  margin: 0 auto 12px;
  color: var(--mq-gold, #d2af50);
  font-family: Raleway, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
}

/* Story grid */
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3.et_grid_row,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fffcf7 !important;
  border: 1px solid rgba(210, 175, 80, 0.35) !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 28px rgba(40, 32, 18, 0.08) !important;
  overflow: hidden !important;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease !important;
  animation: mq-blog-card-in 0.65s ease both;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column:nth-child(3n + 2) > .et_pb_group {
  animation-delay: 0.07s;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column:nth-child(3n + 3) > .et_pb_group {
  animation-delay: 0.14s;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover {
  transform: translateY(-6px);
  border-color: rgba(210, 175, 80, 0.7) !important;
  box-shadow: 0 20px 40px rgba(40, 32, 18, 0.12) !important;
}

/* Featured image (Divi spacer/divider with background) */
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 16 / 10 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider::after,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(255, 252, 247, 0.35) 100%
  );
  pointer-events: none;
  z-index: 1;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider_internal {
  display: none !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover .et_pb_divider,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover .et_pb_space {
  transform: scale(1.03);
  transform-origin: center center;
}

/* Title + excerpt */
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_text {
  margin: 0 !important;
  padding: 0 20px !important;
  width: 100% !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_text .et_pb_text_inner {
  text-align: left !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_text .et_pb_text_inner p {
  margin: 0 !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider + .et_pb_text,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space + .et_pb_text {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider + .et_pb_text .et_pb_text_inner p,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space + .et_pb_text .et_pb_text_inner p {
  color: #1a1713 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider + .et_pb_text .et_pb_text_inner p::after,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space + .et_pb_text .et_pb_text_inner p::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(
    90deg,
    var(--mq-gold, #d2af50),
    transparent
  );
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .line-clamp-3,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider + .et_pb_text + .et_pb_text,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space + .et_pb_text + .et_pb_text {
  padding-bottom: 16px !important;
  flex: 1 1 auto !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .line-clamp-3 .et_pb_text_inner p,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider + .et_pb_text + .et_pb_text .et_pb_text_inner p,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space + .et_pb_text + .et_pb_text .et_pb_text_inner p {
  color: #5a5348 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden !important;
}

/* CTA */
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_button_module_wrapper {
  margin: 0 20px 20px !important;
  padding: 0 !important;
  width: auto !important;
  text-align: left !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 a.et_pb_button,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 11px 18px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--mq-gold, #d2af50) !important;
  border: 1px solid rgba(210, 175, 80, 0.55) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease !important;
}

body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 a.et_pb_button:hover,
body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_button:hover {
  background: var(--mq-gold, #d2af50) !important;
  background-color: var(--mq-gold, #d2af50) !important;
  color: #111 !important;
  border-color: var(--mq-gold, #d2af50) !important;
}

@media (max-width: 980px) {
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row {
    padding-left: var(--mq-edge-mobile) !important;
    padding-right: var(--mq-edge-mobile) !important;
  }

  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3.et_grid_row,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3.et_grid_row,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space {
    aspect-ratio: 16 / 9 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_divider,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 .et_pb_space {
    animation: none !important;
    transition: none !important;
  }

  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover {
    transform: none;
  }

  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover .et_pb_divider,
  body.page-id-813 .et-l--post .et_pb_section_1 > .et_pb_row_3 > .et_pb_column > .et_pb_group:hover .et_pb_space {
    transform: none;
  }
}


