/* =====================================================
   Himawari Global Header v1.0.27
   Namespaced, Elementor-safe, responsive: 1290 / 1024 / 768 / 425.
===================================================== */

:root {
  --hmgh-bg: #fbfaf7;
  --hmgh-soft: #f5f2eb;
  --hmgh-border: #e6ded0;
  --hmgh-gold: #a3845b;
  --hmgh-gold-dark: #8c6e49;
  --hmgh-gold-deep: #533e2b;
  --hmgh-black: #020617;
  --hmgh-slate: #1f2937;
  --hmgh-muted: #64748b;
  --hmgh-wa: #22c55e;
  --hmgh-shadow: 0 22px 60px rgba(52, 38, 27, .14);
}

/* =========================================================
   v1.0.31 — equal Services columns, menu icons and alignment
   ========================================================= */
@media (min-width: 1024px) {
  .hmgh-header .hmgh-services-panel-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hmgh-header .hmgh-services-col {
    width: auto !important;
    min-width: 0 !important;
    padding: 24px 24px !important;
  }

  .hmgh-header .hmgh-services-heading {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    margin: 0 0 14px !important;
  }

  .hmgh-header .hmgh-services-heading-icon,
  .hmgh-header .hmgh-services-link-icon,
  .hmgh-header .hmgh-products-sub-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--hmgh-gold-dark) !important;
    flex: 0 0 auto !important;
  }

  .hmgh-header .hmgh-services-heading-icon {
    width: 26px !important;
    height: 26px !important;
    border-radius: 7px !important;
    background: #f5f2eb !important;
  }

  .hmgh-header .hmgh-services-heading-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .hmgh-header .hmgh-services-heading h4 {
    margin: 1px 0 4px !important;
    color: var(--hmgh-gold-dark) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-services-heading small {
    display: block !important;
    color: #9a968e !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-services-col a,
  .hmgh-header .hmgh-services-col a:visited {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .hmgh-header .hmgh-services-link-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .hmgh-header .hmgh-services-link-icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .hmgh-header .hmgh-products-sub-grid a,
  .hmgh-header .hmgh-products-sub-grid a:visited {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .hmgh-header .hmgh-products-sub-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .hmgh-header .hmgh-products-sub-icon svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-main-cat-button,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    justify-content: stretch !important;
    justify-items: start !important;
    column-gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    text-align: left !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: start !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-title {
    display: block !important;
    justify-self: stretch !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #020617 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-title small {
    display: block !important;
    margin-top: 4px !important;
    color: #9a968e !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: left !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-arrow {
    justify-self: end !important;
    margin: 0 !important;
  }

  .hmgh-header .hmgh-mobile-sub-panel a,
  .hmgh-header .hmgh-mobile-sub-panel a:visited {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: left !important;
  }

  .hmgh-header .hmgh-mobile-sub-item-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 7px !important;
    background: #f5f2eb !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-header .hmgh-mobile-sub-item-icon svg {
    width: 14px !important;
    height: 14px !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-main-cat-button,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title {
    grid-template-columns: 42px minmax(0, 1fr) 18px !important;
    column-gap: 10px !important;
    padding: 13px 14px !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-icon {
    width: 42px !important;
    height: 42px !important;
  }
}

.hmgh-header,
.hmgh-header * {
  box-sizing: border-box;
}

.hmgh-header {
  width: 100%;
  background: var(--hmgh-bg);
  border-bottom: 1px solid var(--hmgh-border);
  font-family: Inter, Arial, sans-serif;
  color: var(--hmgh-slate);
  z-index: 99995;
}

.hmgh-header.hmgh-is-sticky {
  position: sticky;
  top: 0;
}

body.admin-bar .hmgh-header.hmgh-is-sticky { top: 32px; }
@media (max-width: 782px) { body.admin-bar .hmgh-header.hmgh-is-sticky { top: 46px; } }

.hmgh-inner {
  width: min(100%, 1290px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hmgh-header a,
.hmgh-header button {
  font-family: Inter, Arial, sans-serif;
}

.hmgh-header svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
}

.hmgh-announcement {
  background: #9b741b;
  color: #ffffff;
  font-size: var(--hmgh-announcement-size, 13px);
  line-height: 1.2;
  font-weight: var(--hmgh-announcement-weight, 700);
  letter-spacing: 0;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
}

.hmgh-announcement-inner { gap: 8px; }
.hmgh-announcement-icon { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; }
.hmgh-announcement-text { display:inline-block; }

.hmgh-announcement-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hmgh-contactbar {
  background: #0b0a08;
  color: #ffffff;
}

.hmgh-contactbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hmgh-contact-left,
.hmgh-socials {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.hmgh-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.hmgh-contact-item svg,
.hmgh-social-link svg {
  color: var(--hmgh-social-color, var(--hmgh-gold));
  font-size: 13px;
}

.hmgh-contact-item:hover {
  color: #ffffff;
  opacity: .86;
}

.hmgh-social-link,
.hmgh-social-link:visited {
  color: var(--hmgh-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.hmgh-social-link.is-muted {
  opacity: .75;
}

.hmgh-social-link { transition: transform .22s ease, opacity .22s ease; }
.hmgh-social-link:hover { transform: translateY(-2px); opacity: .9; }

.hmgh-mainbar {
  background: rgba(251, 250, 247, .98);
  backdrop-filter: blur(10px);
}

.hmgh-mainbar-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.hmgh-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  min-width: 0;
}

.hmgh-logo img {
  width: min(100%, var(--hmgh-logo-desktop, 225px));
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hmgh-desktop-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  overflow: visible;
}

.hmgh-nav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
}

.hmgh-has-mega { position: static; }

.hmgh-nav-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.hmgh-nav-link,
.hmgh-nav-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 64px;
  color: #111827;
  font-size: var(--hmgh-menu-size-desktop, 12.5px);
  line-height: 1;
  font-weight: var(--hmgh-menu-weight, 600);
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease;
}

.hmgh-nav-link svg {
  width: 11px;
  height: 11px;
  transition: transform .22s ease;
}

.hmgh-nav-link:hover,
.hmgh-has-mega:hover > .hmgh-nav-link,
.hmgh-has-dropdown:hover > .hmgh-nav-link {
  color: var(--hmgh-gold-dark);
}

.hmgh-has-mega:hover > .hmgh-nav-link svg,
.hmgh-has-dropdown:hover > .hmgh-nav-link svg,
.hmgh-has-mega:focus-within > .hmgh-nav-link svg,
.hmgh-has-dropdown:focus-within > .hmgh-nav-link svg {
  transform: rotate(180deg);
}

.hmgh-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}

.hmgh-btn,
.hmgh-btn:visited {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.hmgh-btn svg { font-size: 14px; }

.hmgh-btn-quote {
  background: #000000;
  color: #ffffff !important;
  box-shadow: none;
}

.hmgh-btn-wa {
  background: var(--hmgh-wa);
  color: #ffffff !important;
}

.hmgh-btn:hover {
  transform: translateY(-1px);
  color: #ffffff !important;
}

.hmgh-brief-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  overflow: visible;
}

.hmgh-fallback-brief {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.hmgh-fallback-brief svg {
  width: 28px;
  height: 28px;
}

.hmgh-fallback-brief span {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #a3845b;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  font-weight: 800;
  text-align: center;
}

.hmgh-mobile-toggle,
.hmgh-mobile-close {
  display: none;
  border: 0;
  background: transparent;
  color: var(--hmgh-hamburger-color, #a3446f);
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.hmgh-mobile-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--hmgh-hamburger-border, #d9a7bb);
  background: var(--hmgh-hamburger-bg, transparent);
  border-radius: 8px;
}

@media (min-width: 1024px) { .hmgh-mobile-toggle, .hmgh-mobile-quote-row { display:none !important; } }

.hmgh-mobile-toggle svg {
  width: 20px;
  height: 20px;
}

.hmgh-mobile-quote-row {
  display: none;
}

/* Desktop mega menu */
.hmgh-mega-panel,
.hmgh-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  z-index: 999999;
}

.hmgh-has-mega:hover .hmgh-mega-panel,
.hmgh-has-mega:focus-within .hmgh-mega-panel,
.hmgh-has-dropdown:hover .hmgh-dropdown,
.hmgh-has-dropdown:focus-within .hmgh-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hmgh-mega-panel {
  width: min(1080px, 94vw);
  padding-top: 0;
}

.hmgh-mega-grid {
  margin-top: 0;
  background: #ffffff;
  border: 1px solid var(--hmgh-border);
  border-radius: 20px;
  box-shadow: var(--hmgh-shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 200px;
  gap: 20px;
}

.hmgh-mega-col h4 {
  margin: 0 0 12px;
  padding: 0 0 11px;
  border-bottom: 1px solid #f1eadf;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hmgh-gold-deep);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hmgh-mega-col h4 svg {
  color: var(--hmgh-gold-dark);
  width: 13px;
  height: 13px;
}

.hmgh-mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hmgh-mega-col li { margin: 0; }

.hmgh-mega-col a,
.hmgh-mega-col a:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #475569;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  min-width: 0;
}

.hmgh-mega-col a:hover {
  color: var(--hmgh-gold-dark);
}

.hmgh-mega-col em {
  font-style: normal;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hmgh-mega-col a span {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 10px;
  max-width: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hmgh-mega-portal {
  min-height: 202px;
  background: rgba(245, 242, 235, .7);
  border: 1px solid var(--hmgh-border);
  border-radius: 13px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.hmgh-mega-badge {
  align-self: flex-start;
  background: var(--hmgh-gold);
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hmgh-mega-portal strong {
  display: block;
  color: var(--hmgh-gold-deep);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hmgh-mega-portal p {
  margin: 0;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.55;
  font-weight: 600;
}

.hmgh-mega-portal a,
.hmgh-mega-portal a:visited {
  margin-top: auto;
  color: var(--hmgh-gold-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.hmgh-mega-portal a svg { width: 12px; height: 12px; }

.hmgh-dropdown {
  width: 240px;
}

.hmgh-dropdown {
  background: #fff;
  border: 1px solid var(--hmgh-border);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(52,38,27,.14);
  padding: 8px;
}

.hmgh-dropdown-link,
.hmgh-dropdown-link:visited {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  padding: 10px 12px;
  color: #44403c;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.hmgh-dropdown-link svg {
  color: var(--hmgh-gold);
  width: 10px;
  height: 10px;
}

.hmgh-dropdown-link:hover {
  background: var(--hmgh-soft);
  color: var(--hmgh-gold-dark);
}

/* Mobile panel */
.hmgh-mobile-panel {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  background: #fff9ef;
  z-index: 2147483000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-105%);
  transition: transform .36s ease, opacity .25s ease, visibility .25s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

body.hmgh-menu-open {
  overflow: hidden !important;
}

body.hmgh-menu-open .hmgh-mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hmgh-mobile-panel-head {
  min-height: 84px;
  padding: 22px 24px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--hmgh-border);
  background: rgba(251, 250, 247, .98);
  position: sticky;
  top: 0;
  z-index: 3;
}

.hmgh-mobile-logo img {
  width: 190px;
  max-width: 66vw;
  display: block;
  height: auto;
}

.hmgh-mobile-close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--hmgh-border);
  background: #fff;
  color: #111827;
}

.hmgh-mobile-close svg { width: 18px; height: 18px; }

.hmgh-mobile-panel-body {
  padding: 18px 26px 36px;
}

.hmgh-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hmgh-mobile-link,
.hmgh-mobile-link:visited,
.hmgh-mobile-accordion-title {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: #111827;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: var(--hmgh-menu-size-mobile, 14px);
  line-height: 1.2;
  font-weight: var(--hmgh-menu-weight, 600);
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.hmgh-mobile-link:hover,
.hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title {
  background: #f7ead3;
  color: #9b741b;
}

.hmgh-mobile-accordion-title svg {
  width: 14px;
  height: 14px;
  transition: transform .25s ease;
}

.hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title svg {
  transform: rotate(180deg);
}

.hmgh-mobile-accordion-content {
  display: none;
  padding: 10px 10px 12px;
}

.hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-content {
  display: block;
}

.hmgh-mobile-accordion-content.is-simple {
  padding-left: 26px;
}

.hmgh-mobile-accordion-content.is-simple a,
.hmgh-mobile-accordion-content.is-simple a:visited {
  display: block;
  color: #475569;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  padding: 8px 0;
}

.hmgh-mobile-accordion-content.is-simple a:hover { color: var(--hmgh-gold-dark); }

.hmgh-mobile-mega-group {
  border: 1px solid #f0e4cf;
  border-radius: 14px;
  background: rgba(255,255,255,.6);
  padding: 12px 12px 10px;
  margin: 0 0 10px;
}

.hmgh-mobile-mega-group h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--hmgh-gold-deep);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.hmgh-mobile-mega-group h4 svg { width: 13px; height: 13px; }

.hmgh-mobile-mega-group a,
.hmgh-mobile-mega-group a:visited {
  min-height: 32px;
  color: #475569;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
}

.hmgh-mobile-mega-group a em {
  font-style: normal;
  color: #94a3b8;
  font-size: 10px;
  max-width: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hmgh-mobile-catalog,
.hmgh-mobile-catalog:visited {
  min-height: 42px;
  width: 100%;
  margin-top: 8px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.hmgh-mobile-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hmgh-mobile-actions .hmgh-btn {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
}

.hmgh-mobile-contact {
  margin-top: 22px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--hmgh-border);
  background: rgba(255,255,255,.62);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hmgh-mobile-contact .hmgh-contact-item {
  color: #1f2937;
}

/* Laptop: 1024-1289 */
@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-inner { width: min(100%, 1180px); padding-left: 18px; padding-right: 18px; }
  .hmgh-logo img { width: var(--hmgh-logo-laptop, 190px); }
  .hmgh-mainbar-inner { gap: 12px; min-height: 62px; grid-template-columns: 150px minmax(0,1fr) auto; }
  .hmgh-nav-list { gap: 12px; padding-left: 6px; }
  .hmgh-nav-link { font-size: var(--hmgh-menu-size-laptop, 12px); letter-spacing: .03em; min-height: 62px; }
  .hmgh-btn { min-height: 36px; padding: 0 13px; font-size: 11.5px; }
  .hmgh-actions { gap: 8px; }
  .hmgh-mega-panel { width: min(980px, 94vw); }
  .hmgh-mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) 180px; gap: 18px; padding: 22px; }
}

/* Tablet and mobile menu */
@media (max-width: 1023px) {
  .hmgh-inner { padding-left: 26px; padding-right: 26px; }
  .hmgh-mainbar-inner { display: flex; }
  .hmgh-contactbar-inner { min-height: 60px; align-items: flex-start; padding-top: 8px; padding-bottom: 8px; }
  .hmgh-contact-left { flex-wrap: wrap; gap: 8px 16px; max-width: calc(100% - 80px); }
  .hmgh-contact-item { font-size: 12px; }
  .hmgh-contact-hours { display: none; }
  .hmgh-socials { display: grid; grid-template-columns: repeat(2, 20px); gap: 8px 12px; }
  .hmgh-desktop-nav { display: none; }
  .hmgh-mainbar-inner { min-height: 88px; padding-top: 12px; padding-bottom: 12px; gap: 12px; }
  .hmgh-logo img { width: var(--hmgh-logo-tablet, 190px); }
  .hmgh-actions { gap: 13px; }
  .hmgh-actions .hmgh-btn { display: none; }
  .hmgh-mobile-toggle { display: inline-flex; }
  .hmgh-brief-wrap { width: 42px; min-width: 42px; height: 42px; order: 3; }
  .hmgh-mobile-toggle { order: 2; }
  .hmgh-mobile-quote-row { display: block; padding: 0 26px 16px; }
  .hmgh-btn-mobile-full { width: 100%; min-height: 46px; border-radius: 9px; }
}

@media (max-width: 767px) {
  .hmgh-inner { padding-left: 26px; padding-right: 26px; }
  .hmgh-announcement { font-size: 13px; line-height: 1.15; }
  .hmgh-announcement-inner { min-height: 42px; padding-left: 18px; padding-right: 18px; }
  .hmgh-contactbar-inner { min-height: 78px; }
  .hmgh-contact-left { max-width: calc(100% - 62px); gap: 8px 14px; }
  .hmgh-contact-item { font-size: 13px; }
  .hmgh-contact-item svg { font-size: 15px; }
  .hmgh-mainbar-inner { min-height: 84px; padding-top: 12px; padding-bottom: 10px; }
  .hmgh-logo img { width: var(--hmgh-logo-mobile, 175px); }
  .hmgh-mobile-toggle { width: 38px; height: 38px; }
  .hmgh-mobile-toggle svg { width: 27px; height: 27px; }
  .hmgh-brief-wrap { width: 40px; min-width: 40px; height: 40px; }
  .hmgh-mobile-quote-row { padding-left: 24px; padding-right: 24px; }
  .hmgh-btn-mobile-full { min-height: 54px; font-size: 18px; border-radius: 10px; gap: 12px; }
  .hmgh-btn-mobile-full svg { font-size: 20px; }
  .hmgh-mobile-panel-head { min-height: 76px; padding-left: 24px; padding-right: 20px; }
  .hmgh-mobile-logo img { width: 180px; }
  .hmgh-mobile-panel-body { padding-left: 20px; padding-right: 20px; }
  .hmgh-mobile-actions { grid-template-columns: 1fr; }
}

/* Mobile exact compact: 425 */
@media (max-width: 480px) {
  .hmgh-inner { padding-left: 26px; padding-right: 20px; }
  .hmgh-contactbar-inner { padding-left: 16px; padding-right: 16px; }
  .hmgh-mainbar-inner { padding-left: 24px; padding-right: 18px; }
  .hmgh-logo img { width: var(--hmgh-logo-mobile, 175px); }
  .hmgh-actions { gap: 12px; }
  .hmgh-mobile-toggle { width: 38px; min-width: 38px; }
  .hmgh-brief-wrap { width: 38px; min-width: 38px; }
  .hmgh-mobile-quote-row { padding-left: 24px; padding-right: 24px; }
  .hmgh-contact-left { gap: 8px 12px; }
  .hmgh-contact-item { font-size: 12px; }
  .hmgh-socials { gap: 9px 13px; }
}

@media (max-width: 360px) {
  .hmgh-inner { padding-left: 18px; padding-right: 16px; }
  .hmgh-logo img { width: min(var(--hmgh-logo-mobile, 175px), 155px); }
  .hmgh-actions { gap: 8px; }
  .hmgh-mobile-toggle { width: 34px; min-width: 34px; height: 34px; }
  .hmgh-brief-wrap { width: 34px; min-width: 34px; height: 34px; }
  .hmgh-mobile-quote-row { padding-left: 18px; padding-right: 18px; }
  .hmgh-btn-mobile-full { min-height: 54px; font-size: 16px; }
}


/* Header plugin v1.0.2 refinements */
.hmgh-mainbar-inner { position: relative; }
.hmgh-brief-wrap { display:inline-flex; align-items:center; justify-content:center; }
.hmgh-mega-col a, .hmgh-dropdown-link, .hmgh-mega-portal a { transition: transform .2s ease, color .2s ease, background-color .2s ease; }
.hmgh-mega-col a:hover, .hmgh-dropdown-link:hover, .hmgh-mega-portal a:hover { transform: translateY(-1px); }
.hmgh-announcement-inner { justify-content:center; }
@media (max-width: 1023px) { .hmgh-mobile-toggle { display:inline-flex; } }


/* v1.0.4 layout fixes */
@media (min-width: 1024px) {
  .hmgh-mobile-toggle, .hmgh-mobile-quote-row { display:none !important; opacity:0 !important; visibility:hidden !important; pointer-events:none !important; }
  .hmgh-mainbar-inner { grid-template-columns: 150px minmax(0,1fr) auto; }
  .hmgh-desktop-nav { padding-left: 6px; }
}
.hmgh-btn-quote, .hmgh-btn-wa { flex: 0 0 auto; }
.hmgh-brief-wrap { flex: 0 0 auto; }


/* =====================================================
   v1.0.5 final layout + backend menu builder fixes
===================================================== */
.hmgh-mainbar {
  position: relative;
  overflow: visible;
}

@media (min-width: 1024px) {
  .hmgh-mainbar-inner {
    display: grid !important;
    grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: clamp(14px, 1.6vw, 24px) !important;
    overflow: visible !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-desktop, 225px), 100%) !important;
  }

  .hmgh-desktop-nav {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: stretch !important;
  }

  .hmgh-nav-list {
    width: 100% !important;
    justify-content: space-evenly !important;
    gap: clamp(10px, 1.25vw, 22px) !important;
    padding: 0 !important;
  }

  .hmgh-nav-link,
  .hmgh-nav-link:visited {
    font-size: var(--hmgh-menu-size-desktop, 12.5px) !important;
    font-weight: var(--hmgh-menu-weight, 600) !important;
    letter-spacing: .045em !important;
  }

  .hmgh-actions {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    gap: 9px !important;
  }

  .hmgh-btn,
  .hmgh-btn:visited {
    min-height: 38px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 12.5px !important;
  }

  .hmgh-mobile-toggle,
  .hmgh-mobile-quote-row {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .hmgh-nav-item.hmgh-has-mega {
    position: static !important;
  }

  .hmgh-nav-item.hmgh-has-dropdown {
    position: relative !important;
  }

  .hmgh-mega-panel {
    left: 50% !important;
    right: auto !important;
    width: min(900px, calc(100vw - 56px)) !important;
    max-width: calc(100vw - 56px) !important;
    transform: translateX(-50%) translateY(10px) !important;
  }

  .hmgh-has-mega:hover .hmgh-mega-panel,
  .hmgh-has-mega:focus-within .hmgh-mega-panel {
    transform: translateX(-50%) translateY(0) !important;
  }

  .hmgh-mega-grid {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px !important;
    gap: 22px !important;
    padding: 26px !important;
  }

  .hmgh-mega-col h4 svg,
  .hmgh-dropdown-link svg {
    display: none !important;
  }

  .hmgh-mega-col h4 {
    gap: 0 !important;
  }

  .hmgh-dropdown {
    width: 245px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 46px rgba(52,38,27,.13) !important;
  }

  .hmgh-dropdown-link,
  .hmgh-dropdown-link:visited {
    padding: 11px 14px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    gap: 0 !important;
  }
}

@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-mainbar-inner {
    grid-template-columns: minmax(145px, 190px) minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-laptop, 190px), 190px) !important;
  }

  .hmgh-nav-list {
    gap: 8px !important;
  }

  .hmgh-nav-link,
  .hmgh-nav-link:visited {
    font-size: var(--hmgh-menu-size-laptop, 11.5px) !important;
    letter-spacing: .025em !important;
  }

  .hmgh-btn,
  .hmgh-btn:visited {
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: 11.5px !important;
  }

  .hmgh-actions {
    gap: 7px !important;
  }

  .hmgh-mega-panel {
    width: min(860px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 170px !important;
    gap: 18px !important;
    padding: 22px !important;
  }
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .hmgh-mainbar-inner {
    grid-template-columns: 145px minmax(0, 1fr) auto !important;
  }

  .hmgh-nav-list {
    justify-content: center !important;
  }

  .hmgh-btn-wa span {
    display: none !important;
  }

  .hmgh-btn-wa {
    width: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  .hmgh-mainbar-inner {
    display: flex !important;
  }

  .hmgh-mobile-toggle {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid var(--hmgh-hamburger-border, #d9a7bb) !important;
    background: var(--hmgh-hamburger-bg, transparent) !important;
    color: var(--hmgh-hamburger-color, #a3446f) !important;
    border-radius: 8px !important;
  }

  .hmgh-mobile-toggle svg {
    width: 20px !important;
    height: 20px !important;
  }
}


/* =====================================================
   v1.0.6 mega menu, submenu tagline, action button fixes
===================================================== */
.hmgh-btn-quote svg {
  display: none !important;
}

.hmgh-btn-wa svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  display: inline-block !important;
}

.hmgh-dropdown-link,
.hmgh-dropdown-link:visited {
  align-items: flex-start !important;
  gap: 0 !important;
}

.hmgh-dropdown-link span {
  display: block !important;
  font-weight: 600 !important;
  color: #44403c !important;
}

.hmgh-dropdown-link small {
  display: block !important;
  margin-top: 3px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #a8a29e !important;
  letter-spacing: 0 !important;
}

.hmgh-dropdown-link:hover span {
  color: var(--hmgh-gold-dark) !important;
}

.hmgh-mobile-accordion-content.is-simple a span {
  display: block !important;
}

.hmgh-mobile-accordion-content.is-simple a small {
  display: block !important;
  margin-top: 3px !important;
  color: #94a3b8 !important;
  font-size: 10.5px !important;
  line-height: 1.25 !important;
}

@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(900px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: 1fr 1fr 1fr 190px !important;
    grid-template-rows: auto auto !important;
    grid-auto-flow: row !important;
    gap: 20px 28px !important;
    padding: 24px 26px !important;
    align-items: start !important;
  }

  .hmgh-mega-col:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(3) { grid-column: 3 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(4) { grid-column: 1 !important; grid-row: 2 !important; }
  .hmgh-mega-col:nth-child(5) { grid-column: 2 !important; grid-row: 2 !important; }
  .hmgh-mega-col:nth-child(6) { grid-column: 3 !important; grid-row: 2 !important; }

  .hmgh-mega-portal {
    grid-column: 4 !important;
    grid-row: 1 / span 2 !important;
    min-height: 198px !important;
    height: 100% !important;
    align-self: stretch !important;
  }

  .hmgh-mega-col h4 svg {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-dropdown-link svg {
    display: none !important;
  }

  .hmgh-mega-col h4 {
    font-size: 12.5px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .hmgh-mega-col ul {
    gap: 9px !important;
  }

  .hmgh-mega-col a,
  .hmgh-mega-col a:visited {
    font-size: 12px !important;
  }
}

@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(860px, calc(100vw - 34px)) !important;
    max-width: calc(100vw - 34px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: 1fr 1fr 1fr 175px !important;
    gap: 18px 22px !important;
    padding: 22px !important;
  }

  .hmgh-mega-portal {
    min-height: 190px !important;
  }
}


/* =====================================================
   v1.0.7 — 9 category mega menu + clearer icons
===================================================== */
.hmgh-custom-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
  font-size: 14px !important;
}

.hmgh-dropdown-icon {
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  margin-top: 1px !important;
  color: var(--hmgh-gold-dark) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hmgh-dropdown-icon svg {
  display: block !important;
  width: 13px !important;
  height: 13px !important;
}

.hmgh-mobile-sub-icon {
  flex: 0 0 18px !important;
  width: 18px !important;
  margin-top: 1px !important;
  color: var(--hmgh-gold-dark) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-style: normal !important;
}

.hmgh-mobile-sub-icon svg {
  width: 13px !important;
  height: 13px !important;
}

@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1080px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px !important;
    grid-template-rows: auto auto auto !important;
    gap: 17px 28px !important;
    padding: 24px 26px !important;
    align-items: start !important;
  }

  .hmgh-mega-col:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(3) { grid-column: 3 !important; grid-row: 1 !important; }
  .hmgh-mega-col:nth-child(4) { grid-column: 1 !important; grid-row: 2 !important; }
  .hmgh-mega-col:nth-child(5) { grid-column: 2 !important; grid-row: 2 !important; }
  .hmgh-mega-col:nth-child(6) { grid-column: 3 !important; grid-row: 2 !important; }
  .hmgh-mega-col:nth-child(7) { grid-column: 1 !important; grid-row: 3 !important; }
  .hmgh-mega-col:nth-child(8) { grid-column: 2 !important; grid-row: 3 !important; }
  .hmgh-mega-col:nth-child(9) { grid-column: 3 !important; grid-row: 3 !important; }

  .hmgh-mega-portal {
    grid-column: 4 !important;
    grid-row: 1 / span 3 !important;
    align-self: stretch !important;
    height: 100% !important;
    min-height: 230px !important;
  }

  .hmgh-mega-col h4 {
    font-size: 12.5px !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
  }

  .hmgh-mega-col h4 svg,
  .hmgh-mega-col h4 .hmgh-custom-icon {
    display: inline-flex !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    color: var(--hmgh-gold-dark) !important;
    opacity: 1 !important;
  }

  .hmgh-mega-col ul {
    gap: 7px !important;
  }

  .hmgh-mega-col a,
  .hmgh-mega-col a:visited {
    font-size: 11.5px !important;
    line-height: 1.18 !important;
  }

  .hmgh-mega-col a span {
    font-size: 9.5px !important;
  }

  .hmgh-dropdown-link,
  .hmgh-dropdown-link:visited {
    gap: 10px !important;
  }
}

@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1010px, calc(100vw - 34px)) !important;
    max-width: calc(100vw - 34px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 170px !important;
    gap: 15px 20px !important;
    padding: 21px !important;
  }

  .hmgh-mega-col h4 {
    font-size: 11.5px !important;
  }

  .hmgh-mega-col a,
  .hmgh-mega-col a:visited {
    font-size: 11px !important;
  }
}


/* =====================================================
   v1.0.8 — mobile/tablet header polish + automatic catalogue safety
===================================================== */

/* Do not show the full-width Get Quote button under mobile/tablet header */
.hmgh-mobile-quote-row {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Desktop/laptop: balanced but no overflow */
@media (min-width: 1024px) {
  .hmgh-mainbar-inner {
    grid-template-columns: minmax(185px, 240px) minmax(0, 1fr) auto !important;
  }

  .hmgh-logo {
    justify-content: flex-start !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-desktop, 230px), 100%) !important;
  }

  .hmgh-actions {
    min-width: max-content !important;
  }
}

@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-mainbar-inner {
    grid-template-columns: minmax(165px, 210px) minmax(0, 1fr) auto !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-laptop, 205px), 205px) !important;
  }
}

/* Tablet/mobile: logo left, icons right, no bottom button row */
@media (max-width: 1023px) {
  .hmgh-mainbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 74px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .hmgh-logo {
    order: 1 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 205px), 56vw) !important;
    max-width: 100% !important;
  }

  .hmgh-actions {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    min-width: max-content !important;
  }

  .hmgh-actions .hmgh-btn {
    display: none !important;
  }

  .hmgh-mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid var(--hmgh-hamburger-border, #d2c3aa) !important;
    border-radius: 9px !important;
    background: var(--hmgh-hamburger-bg, #fbfaf7) !important;
    color: var(--hmgh-hamburger-color, #a3845b) !important;
    box-shadow: none !important;
  }

  .hmgh-mobile-toggle svg {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    display: block !important;
  }

  .hmgh-brief-wrap {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 480px) {
  .hmgh-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hmgh-mainbar-inner {
    min-height: 72px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 10px !important;
  }

  .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 185px), 52vw) !important;
  }

  .hmgh-actions {
    gap: 10px !important;
  }

  .hmgh-mobile-toggle {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  .hmgh-mobile-toggle svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hmgh-brief-wrap {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}

/* Mobile overlay: same brand colors and readable font */
.hmgh-mobile-panel {
  background: #fbfaf7 !important;
  font-family: Inter, Arial, sans-serif !important;
}

.hmgh-mobile-panel-head {
  background: rgba(251, 250, 247, .98) !important;
  border-bottom: 1px solid #e6ded0 !important;
}

.hmgh-mobile-link,
.hmgh-mobile-link:visited,
.hmgh-mobile-accordion-title {
  color: #111827 !important;
  font-size: var(--hmgh-menu-size-mobile, 14px) !important;
  font-weight: var(--hmgh-menu-weight, 600) !important;
  letter-spacing: .035em !important;
}

.hmgh-mobile-link:hover,
.hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title {
  background: #f5f2eb !important;
  color: #8c6e49 !important;
}

.hmgh-mobile-catalog {
  background: #020617 !important;
  color: #ffffff !important;
}

/* Mega menu: auto categories, real counts, all inside screen */
@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1100px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px !important;
    grid-auto-rows: auto !important;
    gap: 16px 24px !important;
    padding: 24px !important;
    align-items: start !important;
  }

  .hmgh-mega-portal {
    grid-column: 4 !important;
    grid-row: 1 / -1 !important;
    align-self: stretch !important;
    min-height: 220px !important;
  }

  .hmgh-mega-col h4 svg,
  .hmgh-mega-col h4 .hmgh-custom-icon {
    display: inline-flex !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    color: var(--hmgh-gold-dark) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1289px) and (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1010px, calc(100vw - 34px)) !important;
    max-width: calc(100vw - 34px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 170px !important;
    gap: 14px 18px !important;
    padding: 21px !important;
  }
}

/* =====================================================
   v1.0.9 — catalogue taxonomy + top/social/tablet/mobile polish
===================================================== */

/* Top social icons white, with gold hover */
.hmgh-social-link,
.hmgh-social-link:visited,
.hmgh-social-link svg {
  color: #ffffff !important;
  opacity: .9 !important;
}
.hmgh-social-link:hover,
.hmgh-social-link:hover svg {
  color: #d2c3aa !important;
  opacity: 1 !important;
}

/* Announcement: centered single line on tablet/mobile */
.hmgh-announcement-inner {
  justify-content: center !important;
  text-align: center !important;
}
@media (max-width: 1023px) {
  .hmgh-announcement {
    font-size: 11.5px !important;
  }
  .hmgh-announcement-inner {
    min-height: 30px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .hmgh-announcement-text {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* WhatsApp button icon clearer */
.hmgh-btn-wa svg {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  stroke-width: 0 !important;
}
.hmgh-btn-wa {
  gap: 8px !important;
}

/* Tablet/mobile icon spacing: not touching */
@media (max-width: 1023px) {
  .hmgh-actions {
    gap: 18px !important;
  }
  .hmgh-mobile-toggle,
  .hmgh-brief-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .hmgh-actions {
    gap: 14px !important;
  }
}

/* Catalogue mega menu: show catalogue groups cleanly, with 0 counts if no products */
@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1120px, calc(100vw - 44px)) !important;
    max-width: calc(100vw - 44px) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px !important;
    grid-auto-rows: auto !important;
    gap: 15px 24px !important;
    padding: 24px !important;
    align-items: start !important;
  }

  .hmgh-mega-col h4 {
    font-size: 12px !important;
    gap: 7px !important;
    margin-bottom: 7px !important;
    padding-bottom: 7px !important;
  }

  .hmgh-mega-col h4 svg,
  .hmgh-mega-col h4 .hmgh-custom-icon {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    color: var(--hmgh-gold-dark) !important;
    opacity: 1 !important;
  }

  .hmgh-mega-col ul {
    gap: 6px !important;
  }

  .hmgh-mega-col a,
  .hmgh-mega-col a:visited {
    font-size: 11.5px !important;
    line-height: 1.15 !important;
  }

  .hmgh-mega-col a span {
    font-size: 9.5px !important;
    color: #8aa0bd !important;
  }

  .hmgh-mega-portal {
    grid-column: 4 !important;
    grid-row: 1 / -1 !important;
    align-self: stretch !important;
    min-height: 220px !important;
  }
}

/* Mobile panel category/subcategory spacing */
.hmgh-mobile-mega-group h4 svg,
.hmgh-mobile-mega-group h4 .hmgh-custom-icon {
  display: inline-flex !important;
  width: 14px !important;
  height: 14px !important;
  color: var(--hmgh-gold-dark) !important;
}


/* =====================================================
   v1.0.10 — mobile polish, Playfair mega headings, cleaner overlay
===================================================== */

/* Hide top announcement/contact on tablet/mobile when enabled */
@media (max-width: 1023px) {
  .hmgh-header.hmgh-hide-topbars-mobile .hmgh-announcement,
  .hmgh-header.hmgh-hide-topbars-mobile .hmgh-contactbar {
    display: none !important;
  }
}

/* Brand-matched hamburger; remove reddish tone even if old setting was saved */
@media (max-width: 1023px) {
  .hmgh-mobile-toggle {
    color: #a3845b !important;
    border-color: #d2c3aa !important;
    background: #fbfaf7 !important;
  }
  .hmgh-mobile-toggle:hover,
  .hmgh-mobile-toggle:focus,
  .hmgh-mobile-toggle:active {
    color: #8c6e49 !important;
    border-color: #baa380 !important;
    background: #fbfaf7 !important;
    box-shadow: none !important;
    outline: none !important;
  }
}

/* Menu overlay boxes instead of loose red/broken layout */
.hmgh-mobile-panel {
  background: #fbfaf7 !important;
}

.hmgh-mobile-panel-body {
  padding-top: 18px !important;
}

.hmgh-mobile-nav {
  gap: 10px !important;
}

.hmgh-mobile-link,
.hmgh-mobile-link:visited,
.hmgh-mobile-accordion {
  border: 1px solid #e6ded0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.hmgh-mobile-link,
.hmgh-mobile-link:visited,
.hmgh-mobile-accordion-title {
  min-height: 50px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #111827 !important;
  background: #ffffff !important;
}

.hmgh-mobile-link:hover,
.hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title {
  background: #f5f2eb !important;
  color: #8c6e49 !important;
}

.hmgh-mobile-accordion-content,
.hmgh-mobile-accordion-content.is-simple {
  background: #fffdf8 !important;
  border-top: 1px solid #efe6d8 !important;
  padding: 12px 16px !important;
}

.hmgh-mobile-accordion-content.is-simple a,
.hmgh-mobile-accordion-content.is-simple a:visited {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border: 1px solid #f0e4cf !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  padding: 11px 12px !important;
  margin: 0 0 8px !important;
  color: #475569 !important;
}

.hmgh-mobile-mega-group {
  background: #ffffff !important;
  border: 1px solid #f0e4cf !important;
  box-shadow: 0 6px 18px rgba(52,38,27,.04) !important;
}

/* Mega menu typography: headings Playfair, details Inter */
.hmgh-mega-col h4 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  color: #533e2b !important;
}

.hmgh-mega-col a,
.hmgh-mega-col a:visited,
.hmgh-mega-col a em,
.hmgh-mega-col a span,
.hmgh-mega-portal,
.hmgh-mega-portal * {
  font-family: Inter, Arial, sans-serif !important;
}

/* Desktop mega menu A-Z flexible grid; no hard-coded broken positions */
@media (min-width: 1024px) {
  .hmgh-mega-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
  }

  .hmgh-mega-col {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .hmgh-mega-portal {
    grid-column: 4 !important;
    grid-row: 1 / span 3 !important;
    align-self: stretch !important;
  }
}

/* WhatsApp icon: one clear white icon, no uneven/double look */
.hmgh-btn-wa svg,
.hmgh-btn-wa svg * {
  fill: currentColor !important;
  stroke: none !important;
}
.hmgh-btn-wa svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  opacity: 1 !important;
  color: #ffffff !important;
}

/* Top social stays white */
.hmgh-social-link,
.hmgh-social-link:visited,
.hmgh-social-link svg {
  color: #ffffff !important;
  opacity: .95 !important;
}

/* Tablet exact optimization */
@media (max-width: 1023px) and (min-width: 768px) {
  .hmgh-mainbar-inner {
    min-height: 78px !important;
  }
  .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 205px), 42vw) !important;
  }
  .hmgh-actions {
    gap: 20px !important;
  }
}


/* =====================================================
   v1.0.11 — mobile submenu border + close button polish
===================================================== */

@media (max-width: 1023px) {
  .hmgh-mobile-link,
  .hmgh-mobile-link:visited,
  .hmgh-mobile-accordion {
    border: 1px solid #e6ded0 !important;
    border-color: #e6ded0 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .hmgh-mobile-accordion-title,
  .hmgh-mobile-accordion-title:hover,
  .hmgh-mobile-accordion-title:focus,
  .hmgh-mobile-accordion-title:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    color: #111827 !important;
  }

  .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title,
  .hmgh-mobile-accordion-title:hover {
    background: #f5f2eb !important;
    color: #8c6e49 !important;
  }

  .hmgh-mobile-accordion-title svg {
    color: #a3845b !important;
    stroke: currentColor !important;
  }

  .hmgh-mobile-link:focus-visible,
  .hmgh-mobile-accordion-title:focus-visible {
    outline: 2px solid rgba(163, 132, 91, .28) !important;
    outline-offset: 2px !important;
  }
}

.hmgh-mobile-close,
.hmgh-mobile-close:hover,
.hmgh-mobile-close:focus,
.hmgh-mobile-close:active {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border: 1px solid #d2c3aa !important;
  border-radius: 999px !important;
  background: #f5f2eb !important;
  color: #8c6e49 !important;
  box-shadow: none !important;
  outline: none !important;
}

.hmgh-mobile-close:hover {
  background: #e6ded0 !important;
  color: #533e2b !important;
}

.hmgh-mobile-close svg {
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
  stroke: currentColor !important;
}

.hmgh-header button.hmgh-mobile-toggle,
.hmgh-header button.hmgh-mobile-close {
  border-color: #d2c3aa !important;
}

.hmgh-header button.hmgh-mobile-accordion-title {
  border-color: transparent !important;
}


/* =====================================================
   v1.0.12 — clear WhatsApp icon, no clipped edges
===================================================== */

/* Reset the WhatsApp SVG so its circle is not clipped on any side */
.hmgh-whatsapp-svg,
.hmgh-whatsapp-svg * {
  fill: currentColor !important;
  stroke: none !important;
  vector-effect: non-scaling-stroke !important;
}

.hmgh-whatsapp-svg {
  display: block !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

/* Header green WhatsApp button icon */
.hmgh-btn-wa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.hmgh-btn-wa .hmgh-whatsapp-svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* Top social WhatsApp icon: same visual weight and centered like other social icons */
.hmgh-social-link .hmgh-whatsapp-svg {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  margin: 0 !important;
}

.hmgh-social-link,
.hmgh-social-link:visited {
  overflow: visible !important;
  line-height: 1 !important;
}

.hmgh-social-link svg {
  display: block !important;
  overflow: visible !important;
}

/* Ensure the button container never trims the WhatsApp icon */
.hmgh-btn-wa,
.hmgh-social-link {
  overflow: visible !important;
}


/* =====================================================
   v1.0.13 — mobile/tablet close button center + right padding
===================================================== */

/* Mobile/tablet overlay top spacing so close button is not touching right side */
@media (max-width: 1023px) {
  .hmgh-mobile-panel-head {
    padding-left: 24px !important;
    padding-right: 28px !important;
    box-sizing: border-box !important;
  }

  .hmgh-mobile-panel-head .hmgh-logo {
    padding-right: 16px !important;
  }

  /* Close button: icon perfectly centered inside circle */
  .hmgh-mobile-close,
  .hmgh-mobile-close:hover,
  .hmgh-mobile-close:focus,
  .hmgh-mobile-close:active {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
    border: 1px solid #d2c3aa !important;
    background: #f5f2eb !important;
    color: #8c6e49 !important;
    transform: none !important;
  }

  .hmgh-mobile-close svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    color: currentColor !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    line-height: 1 !important;
  }

  .hmgh-mobile-close svg path,
  .hmgh-mobile-close svg line {
    stroke: currentColor !important;
  }
}

/* Mobile 425 and smaller: keep right padding but compact enough */
@media (max-width: 480px) {
  .hmgh-mobile-panel-head {
    padding-left: 20px !important;
    padding-right: 24px !important;
  }

  .hmgh-mobile-panel-head .hmgh-logo {
    padding-right: 12px !important;
  }

  .hmgh-mobile-close,
  .hmgh-mobile-close:hover,
  .hmgh-mobile-close:focus,
  .hmgh-mobile-close:active {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .hmgh-mobile-close svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
  }
}


/* =====================================================
   v1.0.14 — mobile logo/actions polish + products menu main categories only
===================================================== */

/* Header mobile/tablet: bigger logo and move menu/cart slightly left */
@media (max-width: 1023px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 18px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }

  .hmgh-mainbar-inner {
    gap: 12px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 220px), 50vw) !important;
    max-width: 100% !important;
  }

  .hmgh-mainbar .hmgh-actions {
    margin-right: 4px !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
  }

  .hmgh-mainbar .hmgh-mobile-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 480px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 18px !important;
    padding-right: 26px !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 205px), 50vw) !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 10px !important;
    margin-right: 2px !important;
  }

  .hmgh-mainbar .hmgh-mobile-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }
}

/* Mobile Products catalogue: only main 9 categories, no child category list */
@media (max-width: 1023px) {
  .hmgh-mobile-accordion.is-products .hmgh-mobile-accordion-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px 16px !important;
  }

  .hmgh-mobile-main-cat,
  .hmgh-mobile-main-cat:visited {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 14px !important;
    border: 1px solid #e6ded0 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #111827 !important;
    text-decoration: none !important;
    box-shadow: 0 5px 16px rgba(52,38,27,.035) !important;
  }

  .hmgh-mobile-main-cat:hover,
  .hmgh-mobile-main-cat:focus {
    background: #f5f2eb !important;
    color: #8c6e49 !important;
    outline: none !important;
  }

  .hmgh-mobile-main-cat-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    background: #f5f2eb !important;
    color: #a3845b !important;
  }

  .hmgh-mobile-main-cat-icon svg,
  .hmgh-mobile-main-cat-icon .hmgh-custom-icon {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    color: currentColor !important;
  }

  .hmgh-mobile-main-cat-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .035em !important;
    text-transform: uppercase !important;
  }

  .hmgh-mobile-main-cat-arrow {
    display: inline-flex !important;
    width: 14px !important;
    min-width: 14px !important;
    color: #a3845b !important;
  }

  .hmgh-mobile-main-cat-arrow svg {
    width: 13px !important;
    height: 13px !important;
    display: block !important;
    color: currentColor !important;
  }
}


/* =====================================================
   v1.0.15 — mobile logo bigger + better menu/cart gap only
===================================================== */

/* Tablet/mobile logo bigger. Only header responsive spacing changed. */
@media (max-width: 1023px) {
  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 235px), 58vw) !important;
    max-width: 100% !important;
  }

  /* Slightly larger professional gap between hamburger menu and brief/cart icon */
  .hmgh-mainbar .hmgh-actions {
    gap: 18px !important;
  }
}

/* Mobile 425 and smaller */
@media (max-width: 480px) {
  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 225px), 58vw) !important;
    max-width: 100% !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 16px !important;
  }
}

/* Very small phones: prevent overflow while keeping logo larger than before */
@media (max-width: 360px) {
  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 210px), 56vw) !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 14px !important;
  }
}


/* =====================================================
   v1.0.16 — mobile Products accordion closed by default + toggle fix
===================================================== */

/* Default: every mobile accordion content must stay closed */
@media (max-width: 1023px) {
  .hmgh-mobile-accordion > .hmgh-mobile-accordion-content,
  .hmgh-mobile-accordion.is-products > .hmgh-mobile-accordion-content {
    display: none !important;
  }

  /* Only show after user taps the menu item */
  .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-content {
    display: block !important;
  }

  /* Products menu uses grid only when open */
  .hmgh-mobile-accordion.is-products.is-open > .hmgh-mobile-accordion-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px 16px !important;
  }

  /* When Products is closed, remove extra space completely */
  .hmgh-mobile-accordion.is-products:not(.is-open) > .hmgh-mobile-accordion-content {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title svg {
    transform: rotate(180deg) !important;
  }

  .hmgh-mobile-accordion:not(.is-open) > .hmgh-mobile-accordion-title svg {
    transform: rotate(0deg) !important;
  }
}


/* =====================================================
   v1.0.17 — logo bigger on all devices + left content alignment
===================================================== */

/* Desktop: larger logo and align it with left content using negative offset */
@media (min-width: 1290px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: -50px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-desktop, 270px), 270px) !important;
    max-width: none !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(210px, 275px) minmax(0, 1fr) auto !important;
  }
}

/* Laptop: bigger logo and left aligned with section content */
@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: -42px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-laptop, 245px), 245px) !important;
    max-width: none !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) auto !important;
  }
}

/* Tablet: logo bigger, shifted left, but still safe */
@media (min-width: 768px) and (max-width: 1023px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 28px !important;
    padding-right: 34px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    margin-left: -34px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 245px), 46vw) !important;
    max-width: none !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 18px !important;
  }
}

/* Mobile: slightly bigger logo and left aligned with hero/content edge */
@media (max-width: 767px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 28px !important;
    padding-right: 26px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    margin-left: -24px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 220px), 55vw) !important;
    max-width: none !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 15px !important;
  }
}

/* Very small mobile: prevent overflow while keeping logo larger than before */
@media (max-width: 360px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 24px !important;
    padding-right: 22px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    margin-left: -18px !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 210px), 53vw) !important;
  }

  .hmgh-mainbar .hmgh-actions {
    gap: 12px !important;
  }
}


/* =====================================================
   v1.0.18 — desktop/laptop no negative margin, mobile more negative
===================================================== */

/* Desktop: remove negative margin, keep logo bigger only */
@media (min-width: 1290px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: 0 !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-desktop, 285px), 285px) !important;
    max-width: 100% !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(220px, 290px) minmax(0, 1fr) auto !important;
  }
}

/* Laptop: remove negative margin, keep logo bigger only */
@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: 0 !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-laptop, 255px), 255px) !important;
    max-width: 100% !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) auto !important;
  }
}

/* Tablet: keep safe alignment, no desktop-style negative */
@media (min-width: 768px) and (max-width: 1023px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: -28px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-tablet, 245px), 48vw) !important;
    max-width: none !important;
  }
}

/* Mobile: a bit more negative left so it aligns better with content */
@media (max-width: 767px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 30px !important;
    padding-right: 26px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    margin-left: -34px !important;
    transform: none !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 220px), 56vw) !important;
    max-width: none !important;
  }
}

/* Very small mobile: more negative than before, but still overflow-safe */
@media (max-width: 360px) {
  .hmgh-mainbar .hmgh-inner {
    padding-left: 28px !important;
    padding-right: 22px !important;
  }

  .hmgh-mainbar .hmgh-logo {
    margin-left: -26px !important;
  }

  .hmgh-mainbar .hmgh-logo img {
    width: min(var(--hmgh-logo-mobile, 210px), 55vw) !important;
  }
}


/* =====================================================
   v1.0.19 — laptop menu/action spacing polish only
===================================================== */

/* Laptop: add breathing space between menu items and action buttons */
@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-mainbar-inner {
    grid-template-columns: minmax(190px, 255px) minmax(0, 1fr) auto !important;
    column-gap: 18px !important;
  }

  .hmgh-desktop-nav {
    padding-left: 8px !important;
    padding-right: 10px !important;
  }

  .hmgh-nav-list {
    justify-content: center !important;
    gap: clamp(15px, 1.65vw, 22px) !important;
  }

  .hmgh-nav-link,
  .hmgh-nav-link:visited {
    padding-left: 0 !important;
    padding-right: 0 !important;
    letter-spacing: .035em !important;
  }

  .hmgh-actions {
    gap: 13px !important;
    padding-left: 8px !important;
  }

  .hmgh-btn,
  .hmgh-btn:visited {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hmgh-brief-wrap {
    margin-left: 2px !important;
  }
}

/* Narrow laptop safety: keep space but avoid overflow */
@media (min-width: 1024px) and (max-width: 1100px) {
  .hmgh-mainbar-inner {
    column-gap: 14px !important;
  }

  .hmgh-nav-list {
    gap: 13px !important;
  }

  .hmgh-actions {
    gap: 11px !important;
    padding-left: 6px !important;
  }

  .hmgh-btn,
  .hmgh-btn:visited {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}


/* =====================================================
   v1.0.20 — desktop mega main categories clickable, same style
===================================================== */

/* Main category heading link: preserve existing style and keep text one line */
.hmgh-mega-col h4 .hmgh-mega-title-link,
.hmgh-mega-col h4 .hmgh-mega-title-link:visited,
.hmgh-mega-col h4 .hmgh-mega-title-link:hover,
.hmgh-mega-col h4 .hmgh-mega-title-link:focus {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  white-space: nowrap !important;
}

.hmgh-mega-col h4 .hmgh-mega-title-link span {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.hmgh-mega-col h4 .hmgh-mega-title-link svg,
.hmgh-mega-col h4 .hmgh-mega-title-link .hmgh-custom-icon {
  flex: 0 0 auto !important;
}

.hmgh-mega-col h4 .hmgh-mega-title-link:hover {
  color: var(--hmgh-gold-dark) !important;
}

/* Slightly wider desktop/laptop category columns so full main-category text stays in one line */
@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(1160px, calc(100vw - 44px)) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(210px, 1fr)) 190px !important;
  }

  .hmgh-mega-col h4 {
    white-space: nowrap !important;
    overflow: visible !important;
  }
}

@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-mega-panel {
    width: min(1060px, calc(100vw - 34px)) !important;
  }

  .hmgh-mega-grid {
    grid-template-columns: repeat(3, minmax(190px, 1fr)) 170px !important;
  }

  .hmgh-mega-col h4 {
    font-size: 11.5px !important;
  }
}


/* =====================================================
   v1.0.21 — desktop/laptop logo start alignment + tighter action gaps
===================================================== */

/* Desktop/laptop: shift logo closer to the left content edge per client mark */
@media (min-width: 1290px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: -34px !important;
    transform: none !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(220px, 290px) minmax(0, 1fr) auto !important;
  }
}

@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-mainbar .hmgh-logo {
    margin-left: -28px !important;
    transform: none !important;
  }

  .hmgh-mainbar-inner {
    grid-template-columns: minmax(190px, 255px) minmax(0, 1fr) auto !important;
  }
}

/* Desktop/laptop: reduce the visual gap around WhatsApp and briefcase actions */
@media (min-width: 1024px) {
  .hmgh-actions {
    gap: 8px !important;
    padding-left: 4px !important;
  }

  .hmgh-btn-wa,
  .hmgh-btn-wa:visited {
    gap: 5px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hmgh-btn-wa .hmgh-whatsapp-svg,
  .hmgh-btn-wa svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    margin: 0 !important;
  }

  .hmgh-brief-wrap {
    margin-left: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .hmgh-actions {
    gap: 7px !important;
    padding-left: 3px !important;
  }

  .hmgh-btn-wa,
  .hmgh-btn-wa:visited {
    gap: 0 !important;
    width: 38px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* =====================================================
   v1.0.22 — equal desktop action gaps: quote / WhatsApp / briefcase
===================================================== */

@media (min-width: 1024px) {
  /* Keep all action items visually equal and prevent theme/plugin spacing overrides */
  .hmgh-mainbar .hmgh-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
    padding-left: 4px !important;
    margin: 0 !important;
  }

  .hmgh-mainbar .hmgh-actions > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hmgh-mainbar .hmgh-btn-quote,
  .hmgh-mainbar .hmgh-btn-wa,
  .hmgh-mainbar .hmgh-brief-wrap {
    flex: 0 0 auto !important;
  }

  /* WhatsApp button: compact, icon/text centered, no extra internal blank space */
  .hmgh-mainbar .hmgh-btn-wa,
  .hmgh-mainbar .hmgh-btn-wa:visited {
    gap: 6px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hmgh-mainbar .hmgh-btn-wa svg,
  .hmgh-mainbar .hmgh-btn-wa .hmgh-whatsapp-svg {
    margin: 0 !important;
    flex: 0 0 17px !important;
  }

  /* Sourcing brief wrapper: use the real icon width, not a wider invisible box */
  .hmgh-mainbar .hmgh-brief-wrap {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap > * {
    margin: 0 !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle,
  .hmgh-mainbar .hmgh-brief-wrap .hmgh-fallback-brief {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle-icon,
  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle-icon i,
  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle-icon svg,
  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle-icon img,
  .hmgh-mainbar .hmgh-fallback-brief svg {
    margin: 0 !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap .hsbd-toggle-icon {
    width: 34px !important;
    min-width: 34px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .hmgh-mainbar .hmgh-actions {
    column-gap: 7px !important;
    padding-left: 3px !important;
  }

  .hmgh-mainbar .hmgh-brief-wrap {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }
}


/* =====================================================
   v1.0.23 Product mega tab system + service taxonomy menu
===================================================== */
.hmgh-has-services { position: relative; }

.hmgh-has-mega:hover .hmgh-mega-panel,
.hmgh-has-mega:focus-within .hmgh-mega-panel,
.hmgh-has-services:hover .hmgh-services-panel,
.hmgh-has-services:focus-within .hmgh-services-panel,
.hmgh-has-dropdown:hover .hmgh-dropdown,
.hmgh-has-dropdown:focus-within .hmgh-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hmgh-services-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  z-index: 999999;
  width: min(760px, 92vw);
}

.hmgh-products-menu,
.hmgh-services-panel-inner {
  background: #ffffff;
  border: 1px solid var(--hmgh-border);
  border-radius: 18px;
  box-shadow: var(--hmgh-shadow);
  overflow: hidden;
}

.hmgh-mega-panel {
  width: min(960px, 94vw);
}

.hmgh-products-menu {
  display: block;
}

.hmgh-products-menu > .hmgh-products-rail,
.hmgh-products-menu > .hmgh-products-pane-wrap {
  min-height: 0;
}

.hmgh-products-menu::after {
  content: "";
  display: block;
  clear: both;
}

.hmgh-products-rail {
  float: left;
  width: 275px;
  max-height: 440px;
  overflow-y: auto;
  background: #fcfbf8;
  border-right: 1px solid var(--hmgh-border);
  padding: 15px 0;
  scrollbar-width: thin;
  scrollbar-color: #d2c3aa #fbfaf7;
}

.hmgh-products-cat-btn {
  width: 100%;
  min-height: 42px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: #26261f;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  transition: none;
}

.hmgh-products-cat-btn:hover,
.hmgh-products-cat-btn:focus,
.hmgh-products-cat-btn:active {
  background: #f5f1e6;
  color: var(--hmgh-black);
  outline: none;
  box-shadow: none;
}

.hmgh-products-cat-btn.is-active {
  border-left-color: var(--hmgh-gold);
  background: #f5f1e6;
  color: var(--hmgh-black);
  font-weight: 800;
}

.hmgh-products-cat-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hmgh-products-cat-left > span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hmgh-products-cat-icon {
  width: 18px;
  height: 18px;
  color: var(--hmgh-gold-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hmgh-products-cat-icon svg,
.hmgh-products-cat-btn > svg {
  width: 14px;
  height: 14px;
  color: var(--hmgh-gold-dark);
}

.hmgh-products-pane-wrap {
  margin-left: 275px;
  min-height: 440px;
  padding: 26px 30px;
}

.hmgh-products-pane {
  display: none;
}

.hmgh-products-pane.is-active {
  display: block;
}

.hmgh-products-pane-head {
  margin: 0 0 18px;
}

.hmgh-products-pane-head a,
.hmgh-products-pane-head a:visited {
  color: var(--hmgh-black);
  text-decoration: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hmgh-products-pane-head small {
  display: block;
  width: max-content;
  margin-top: 7px;
  padding: 4px 7px;
  border: 1px solid #efe7da;
  border-radius: 5px;
  color: #6e6a61;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.hmgh-products-sub-grid {
  column-count: 3;
  column-gap: 26px;
}

.hmgh-products-sub-grid a,
.hmgh-products-sub-grid a:visited {
  display: block;
  break-inside: avoid;
  padding: 7px 0;
  border-bottom: 1px solid #f0ece0;
  color: #26261f;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
}

.hmgh-products-sub-grid a:hover {
  color: var(--hmgh-gold-dark);
}

.hmgh-products-budget {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 26px;
  border-top: 1px solid var(--hmgh-border);
  background: #fcfbf8;
}

.hmgh-products-budget-label {
  margin-right: 4px;
  color: var(--hmgh-gold-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hmgh-products-budget-chip,
.hmgh-products-budget-chip:visited {
  border: 1px solid #e2d8c8;
  border-radius: 999px;
  padding: 7px 13px;
  color: #26261f;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.hmgh-products-budget-chip:hover {
  color: var(--hmgh-gold-dark);
  border-color: var(--hmgh-gold);
  background: #fbf6eb;
}

.hmgh-services-panel-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr 210px;
  gap: 0;
}

.hmgh-services-col {
  padding: 26px 28px;
  border-right: 1px solid var(--hmgh-border);
}

.hmgh-services-col h4 {
  margin: 0 0 15px;
  color: var(--hmgh-gold-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hmgh-services-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 1;
}

.hmgh-services-col li { margin: 0; }

.hmgh-services-col a,
.hmgh-services-col a:visited {
  display: block;
  padding: 7px 0;
  color: #26261f;
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.hmgh-services-col a:hover { color: var(--hmgh-gold-dark); }

.hmgh-services-cta {
  padding: 24px 22px;
  background: rgba(245, 242, 235, .7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.hmgh-services-badge {
  align-self: flex-start;
  background: var(--hmgh-gold);
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hmgh-services-cta strong {
  display: block;
  color: var(--hmgh-gold-deep);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hmgh-services-cta p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 600;
}

.hmgh-services-cta a,
.hmgh-services-cta a:visited {
  margin-top: auto;
  color: var(--hmgh-gold-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.hmgh-services-cta a svg { width: 12px; height: 12px; }

.hmgh-mobile-sub-accordion {
  border-bottom: 1px solid rgba(230, 222, 208, .85);
}

.hmgh-mobile-main-cat-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  text-align: left;
  background: #fff !important;
}

.hmgh-mobile-sub-panel {
  display: none;
  padding: 0 16px 16px 58px;
  background: #fff;
}

.hmgh-mobile-sub-accordion.is-open .hmgh-mobile-sub-panel { display: grid; gap: 8px; }
.hmgh-mobile-sub-accordion.is-open .hmgh-mobile-main-cat-arrow svg { transform: rotate(180deg); }

.hmgh-mobile-sub-panel a,
.hmgh-mobile-sub-panel a:visited {
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
  padding: 6px 0;
}

.hmgh-mobile-view-all,
.hmgh-mobile-view-all:visited {
  color: var(--hmgh-gold-dark) !important;
  font-weight: 800;
}

.hmgh-mobile-services-list strong {
  display: block;
  margin: 14px 0 8px;
  color: var(--hmgh-gold-dark);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hmgh-mobile-services-list strong:first-child { margin-top: 0; }

.hmgh-mobile-branding-link {
  margin-top: 12px;
  border-top: 1px solid rgba(230,222,208,.85);
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .hmgh-mega-panel { width: min(920px, 96vw); }
  .hmgh-products-rail { width: 250px; }
  .hmgh-products-pane-wrap { margin-left: 250px; padding: 24px 24px; }
  .hmgh-products-sub-grid { column-count: 2; }
  .hmgh-services-panel { width: min(720px, 94vw); }
}

/* =====================================================
   v1.0.24 Product mega/menu polish
   - normal left category tabs; hover/active background only
   - fixed Shop by Budget row, only category/body scrolls
   - Services panel has Purpose, Use-Case, Branding Services lists
===================================================== */
@media (min-width: 1024px) {
  .hmgh-mega-panel {
    width: min(920px, 94vw) !important;
  }

  .hmgh-products-menu {
    display: flex !important;
    flex-direction: column !important;
    max-height: 520px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .hmgh-products-menu::after {
    display: none !important;
  }

  .hmgh-products-body {
    display: grid !important;
    grid-template-columns: 250px minmax(0, 1fr) !important;
    min-height: 0 !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow: hidden !important;
  }

  .hmgh-products-rail {
    float: none !important;
    width: auto !important;
    max-height: 420px !important;
    height: 420px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fcfbf8 !important;
    border-right: 1px solid var(--hmgh-border) !important;
    padding: 14px 0 !important;
    scrollbar-width: thin !important;
    scrollbar-color: #b8b0a5 #f4f0e8 !important;
  }

  .hmgh-products-pane-wrap {
    margin-left: 0 !important;
    min-height: 0 !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 26px 30px !important;
    background: #ffffff !important;
  }

  .hmgh-products-cat-btn,
  .hmgh-products-cat-btn:visited {
    width: 100% !important;
    min-height: 36px !important;
    padding: 9px 14px 9px 22px !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #26261f !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.22 !important;
    font-weight: 500 !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: none !important;
  }

  .hmgh-products-cat-btn:hover,
  .hmgh-products-cat-btn:focus,
  .hmgh-products-cat-btn:active,
  .hmgh-products-cat-btn.is-active {
    background: #f5f1e6 !important;
    color: #020617 !important;
    border-left-color: var(--hmgh-gold) !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .hmgh-products-cat-btn.is-active {
    font-weight: 800 !important;
  }

  .hmgh-products-cat-left {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: inherit !important;
  }

  .hmgh-products-cat-left > span:last-child {
    min-width: 0 !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .hmgh-products-cat-icon {
    width: 15px !important;
    height: 15px !important;
    color: var(--hmgh-gold-dark) !important;
    flex: 0 0 15px !important;
  }

  .hmgh-products-cat-icon svg {
    width: 14px !important;
    height: 14px !important;
    display: block !important;
  }

  .hmgh-products-folder {
    color: #9ca3af !important;
    display: inline-flex !important;
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: .9 !important;
  }

  .hmgh-products-folder svg {
    width: 13px !important;
    height: 13px !important;
    display: block !important;
  }

  .hmgh-products-pane-head {
    margin: 0 0 18px !important;
  }

  .hmgh-products-pane-head a,
  .hmgh-products-pane-head a:visited {
    color: #14213d !important;
    text-decoration: none !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
  }

  .hmgh-products-pane-head small {
    color: #6e6a61 !important;
    background: #fff !important;
    border: 1px solid #efe7da !important;
    border-radius: 5px !important;
  }

  .hmgh-products-sub-grid {
    column-count: 3 !important;
    column-gap: 26px !important;
  }

  .hmgh-products-sub-grid a,
  .hmgh-products-sub-grid a:visited {
    color: #26261f !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .hmgh-products-sub-grid a:hover,
  .hmgh-products-sub-grid a:focus {
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-products-budget {
    clear: none !important;
    flex: 0 0 auto !important;
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 12px 26px !important;
    border-top: 1px solid var(--hmgh-border) !important;
    background: #fcfbf8 !important;
    overflow: visible !important;
  }

  .hmgh-products-budget-label {
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-products-budget-chip,
  .hmgh-products-budget-chip:visited {
    background: #ffffff !important;
    color: #26261f !important;
    border-color: #e2d8c8 !important;
    text-decoration: none !important;
  }

  .hmgh-products-budget-chip:hover,
  .hmgh-products-budget-chip:focus {
    background: #fbf6eb !important;
    color: var(--hmgh-gold-dark) !important;
    border-color: var(--hmgh-gold) !important;
  }

  .hmgh-services-panel {
    width: min(890px, 94vw) !important;
  }

  .hmgh-services-panel-inner {
    display: grid !important;
    grid-template-columns: .85fr 1.35fr 1fr !important;
    gap: 0 !important;
    max-height: 430px !important;
    overflow: hidden !important;
  }

  .hmgh-services-col {
    padding: 24px 26px !important;
    border-right: 1px solid var(--hmgh-border) !important;
    overflow-y: auto !important;
    max-height: 430px !important;
  }

  .hmgh-services-col:last-child {
    border-right: 0 !important;
  }

  .hmgh-services-col h4 {
    margin-bottom: 14px !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-services-col a,
  .hmgh-services-col a:visited {
    display: block !important;
    padding: 8px 8px !important;
    margin: 0 -8px !important;
    border-radius: 7px !important;
    color: #26261f !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: none !important;
  }

  .hmgh-services-col a:hover,
  .hmgh-services-col a:focus,
  .hmgh-services-col a:active {
    background: #f5f1e6 !important;
    color: #020617 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .hmgh-services-cta,
  .hmgh-services-badge {
    display: none !important;
  }
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .hmgh-mega-panel { width: min(900px, 96vw) !important; }
  .hmgh-products-body { grid-template-columns: 238px minmax(0, 1fr) !important; }
  .hmgh-products-pane-wrap { padding: 24px 24px !important; }
  .hmgh-products-sub-grid { column-count: 2 !important; }
  .hmgh-products-cat-btn { font-size: 13px !important; padding-left: 18px !important; }
  .hmgh-services-panel { width: min(840px, 96vw) !important; }
}

@media (max-width: 1024px) {
  .hmgh-mobile-services-list strong {
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-mobile-services-list a,
  .hmgh-mobile-services-list a:visited {
    color: #26261f !important;
    text-decoration: none !important;
  }

  .hmgh-mobile-services-list a:hover,
  .hmgh-mobile-services-list a:focus {
    background: #f5f1e6 !important;
    color: #020617 !important;
  }
}

/* v1.0.25: remove right-side folder icon in products category rail */
.hmgh-products-folder { display: none !important; }


/* =====================================================
   v1.0.27 admin product list column fix
   - 1024px laptop uses desktop mega layout
   - mobile/tablet Services groups open as accordions
   - service category lists stay clean and A-Z from PHP
===================================================== */
@media (min-width: 1024px) {
  .hmgh-desktop-nav { display: flex !important; }
  .hmgh-mobile-toggle,
  .hmgh-mobile-quote-row,
  .hmgh-mobile-panel { display: none !important; }
  .hmgh-actions .hmgh-btn { display: inline-flex !important; }
  body.hmgh-menu-open { overflow: visible !important; }
}

@media (min-width: 1024px) and (max-width: 1120px) {
  .hmgh-mega-panel {
    width: min(900px, calc(100vw - 44px)) !important;
  }

  .hmgh-products-menu {
    display: flex !important;
    flex-direction: column !important;
    max-height: 520px !important;
    overflow: hidden !important;
  }

  .hmgh-products-body {
    display: grid !important;
    grid-template-columns: 245px minmax(0, 1fr) !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow: hidden !important;
  }

  .hmgh-products-rail {
    float: none !important;
    width: auto !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 14px 0 !important;
  }

  .hmgh-products-pane-wrap {
    margin-left: 0 !important;
    height: 420px !important;
    max-height: 420px !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 24px 24px !important;
  }

  .hmgh-products-sub-grid { column-count: 2 !important; }
  .hmgh-products-budget { flex: 0 0 auto !important; min-height: 58px !important; }
}

@media (max-width: 1023px) {
  .hmgh-mobile-services-list {
    display: block !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .hmgh-mobile-service-group {
    border-bottom: 1px solid rgba(230, 222, 208, .85) !important;
  }

  .hmgh-mobile-service-group-title {
    width: 100% !important;
    min-height: 52px !important;
    padding: 15px 16px !important;
    border: 0 !important;
    background: #fff !important;
    color: #020617 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    text-align: left !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .hmgh-mobile-service-group-title:hover,
  .hmgh-mobile-service-group-title:focus,
  .hmgh-mobile-service-group-title:active {
    background: #f5f1e6 !important;
    color: #020617 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .hmgh-mobile-service-group-title .hmgh-mobile-main-cat-arrow {
    color: var(--hmgh-gold-dark) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .hmgh-mobile-service-group-title .hmgh-mobile-main-cat-arrow svg {
    width: 16px !important;
    height: 16px !important;
  }

  .hmgh-mobile-service-group-panel {
    display: none !important;
    padding: 0 16px 16px 20px !important;
    background: #fbfaf7 !important;
    gap: 0 !important;
  }

  .hmgh-mobile-service-group.is-open .hmgh-mobile-service-group-panel {
    display: grid !important;
  }

  .hmgh-mobile-service-group.is-open .hmgh-mobile-main-cat-arrow svg {
    transform: rotate(180deg) !important;
  }

  .hmgh-mobile-service-group-panel a,
  .hmgh-mobile-service-group-panel a:visited {
    display: block !important;
    padding: 12px 14px !important;
    margin: 8px 0 0 !important;
    border: 1px solid #e6ded0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .hmgh-mobile-service-group-panel a:hover,
  .hmgh-mobile-service-group-panel a:focus,
  .hmgh-mobile-service-group-panel a:active {
    background: #ffffff !important;
    color: #334155 !important;
    border-color: #e6ded0 !important;
    outline: none !important;
    box-shadow: none !important;
  }
}


/* =========================================================
   v1.0.28 — mobile Services accordion active radius fix
   - keep Service by Purpose / Use-Case / Branding header square on click/open
   ========================================================= */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-service-group-title:hover,
  .hmgh-header .hmgh-mobile-service-group-title:focus,
  .hmgh-header .hmgh-mobile-service-group-title:active,
  .hmgh-header .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    border-radius: 0 !important;
  }

  .hmgh-header .hmgh-mobile-service-group,
  .hmgh-header .hmgh-mobile-service-group.is-open {
    border-radius: 0 !important;
    overflow: visible !important;
  }
}

/* =========================================================
   v1.0.29 — mobile product accordion double-border cleanup
   - remove extra separator line under mobile category rows
   - keep one clean card border only
   ========================================================= */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-sub-accordion,
  .hmgh-header .hmgh-mobile-service-group,
  .hmgh-header .hmgh-mobile-sub-accordion.is-open,
  .hmgh-header .hmgh-mobile-service-group.is-open {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-accordion-content {
    gap: 10px !important;
  }

  .hmgh-header .hmgh-mobile-main-cat,
  .hmgh-header button.hmgh-mobile-main-cat,
  .hmgh-header .hmgh-mobile-main-cat-button,
  .hmgh-header .hmgh-mobile-main-cat-button:hover,
  .hmgh-header .hmgh-mobile-main-cat-button:focus,
  .hmgh-header .hmgh-mobile-main-cat-button:active,
  .hmgh-header .hmgh-mobile-sub-accordion.is-open > .hmgh-mobile-main-cat-button {
    border: 1px solid #e6ded0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: #ffffff !important;
  }

  .hmgh-header .hmgh-mobile-main-cat::before,
  .hmgh-header .hmgh-mobile-main-cat::after,
  .hmgh-header .hmgh-mobile-main-cat-button::before,
  .hmgh-header .hmgh-mobile-main-cat-button::after {
    display: none !important;
    content: none !important;
  }

  .hmgh-header .hmgh-mobile-sub-panel {
    border-top: 0 !important;
    box-shadow: none !important;
  }
}


/* =========================================================
   v1.0.30 — mobile Services accordion single-border cleanup
   - remove stacked/double borders inside Services mobile groups
   - keep one clean separator line between Service by Purpose / Use-Case / Branding
   ========================================================= */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion.is-services > .hmgh-mobile-accordion-content.hmgh-mobile-services-list {
    padding: 0 !important;
    gap: 0 !important;
    border-top: 1px solid #e6ded0 !important;
    background: #ffffff !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-services-list .hmgh-mobile-service-group,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-services-list .hmgh-mobile-service-group.is-open {
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e6ded0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-services-list .hmgh-mobile-service-group:last-child,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-services-list .hmgh-mobile-service-group:last-child.is-open {
    border-bottom: 0 !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services button.hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title:hover,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title:focus,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title:active,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    min-height: 52px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: #ffffff !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title:hover,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title:focus,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    background: #f5f2eb !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-panel,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-sub-panel.hmgh-mobile-service-group-panel {
    margin: 0 !important;
    padding: 0 16px 16px 16px !important;
    border: 0 !important;
    border-top: 1px solid #e6ded0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fbfaf7 !important;
  }
}

/* v1.0.31 final cascade enforcement */
@media (min-width: 1024px) {
  .hmgh-header .hmgh-services-panel-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .hmgh-header .hmgh-services-col {
    width: auto !important;
    min-width: 0 !important;
  }
  .hmgh-header .hmgh-services-col h4,
  .hmgh-header .hmgh-services-heading h4 {
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-main-cat-button,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    justify-content: stretch !important;
    justify-items: start !important;
    column-gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    text-align: left !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-title,
  .hmgh-header .hmgh-mobile-service-group-title .hmgh-mobile-main-cat-title {
    justify-self: stretch !important;
    min-width: 0 !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-main-cat-button,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    grid-template-columns: 42px minmax(0, 1fr) 18px !important;
    column-gap: 10px !important;
    padding: 13px 14px !important;
  }
}

/* =========================================================
   v1.0.32 — icons only on main categories/group headings
   ========================================================= */
@media (min-width: 1024px) {
  .hmgh-header .hmgh-services-heading {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    margin: 0 0 15px !important;
  }

  .hmgh-header .hmgh-services-heading-icon {
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-header .hmgh-services-heading-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .hmgh-header .hmgh-services-heading-copy {
    min-width: 0 !important;
  }

  .hmgh-header .hmgh-services-heading-copy h4 {
    margin: 0 0 3px !important;
    color: #514d47 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-services-heading-copy small {
    display: block !important;
    color: #aaa69f !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-products-sub-grid a,
  .hmgh-header .hmgh-products-sub-grid a:visited,
  .hmgh-header .hmgh-services-col a,
  .hmgh-header .hmgh-services-col a:visited {
    display: block !important;
    grid-template-columns: none !important;
    text-align: left !important;
  }
}

@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) 18px !important;
    align-items: start !important;
    column-gap: 10px !important;
    padding: 15px 16px !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-main-cat-icon {
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--hmgh-gold-dark) !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-main-cat-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-main-cat-title {
    font-size: 12.5px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #514d47 !important;
    text-transform: none !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-main-cat-title small {
    margin-top: 3px !important;
    color: #aaa69f !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-sub-panel a,
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-mobile-sub-panel a:visited,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-panel a,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-panel a:visited {
    display: block !important;
    grid-template-columns: none !important;
    text-align: left !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group-title,
  .hmgh-header .hmgh-mobile-accordion.is-services .hmgh-mobile-service-group.is-open > .hmgh-mobile-service-group-title {
    grid-template-columns: 20px minmax(0, 1fr) 18px !important;
    padding: 14px 14px !important;
  }
}

/* v1.0.33: reliable sticky header across desktop, laptop, tablet and mobile. */
.hmgh-sticky-spacer {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.hmgh-header.hmgh-is-sticky.hmgh-sticky-fixed {
  position: fixed !important;
  top: var(--hmgh-sticky-top, 0px) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* v1.0.39: keep the mobile sticky header flush with the visible viewport. */
@media (max-width: 782px) {
  .hmgh-header.hmgh-is-sticky.hmgh-sticky-fixed {
    bottom: auto !important;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: top;
  }
}

/* v1.0.35: evenly distribute laptop contact items across the full bar. */
@media (min-width: 1024px) and (max-width: 1289px) {
  .hmgh-header .hmgh-contactbar-inner {
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .hmgh-header .hmgh-contact-left {
    flex: 1 1 auto !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .hmgh-header .hmgh-socials {
    flex: 0 0 auto !important;
    justify-content: space-between !important;
    gap: 7px !important;
    margin-left: 0 !important;
  }

  .hmgh-header .hmgh-social-link,
  .hmgh-header .hmgh-social-link:visited {
    width: 16px !important;
    height: 18px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .hmgh-header .hmgh-contact-left {
    gap: 9px !important;
  }

  .hmgh-header .hmgh-contact-item {
    gap: 5px !important;
    font-size: 11.5px !important;
  }

  .hmgh-header .hmgh-socials {
    gap: 5px !important;
  }
}

/* v1.0.36: WooCommerce-driven Shop by Budget footer on mobile/tablet. */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 12px 0 2px !important;
    padding: 15px 14px !important;
    border: 1px solid var(--hmgh-border) !important;
    border-radius: 12px !important;
    background: #fcfbf8 !important;
    overflow: visible !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget-label {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 3px !important;
    color: var(--hmgh-gold-dark) !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget-chip,
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget-chip:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px 11px !important;
    border: 1px solid #e2d8c8 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #26261f !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget {
    padding: 13px 12px !important;
    gap: 7px !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget-chip,
  .hmgh-header .hmgh-mobile-accordion.is-products .hmgh-products-budget-chip:visited {
    min-height: 32px !important;
    padding: 6px 10px !important;
    font-size: 10.5px !important;
  }
}

/* v1.0.37: keep the Shop by Budget footer visible in short desktop viewports. */
@media (min-width: 1024px) {
  .hmgh-header .hmgh-products-menu {
    height: min(520px, calc(100dvh - 175px)) !important;
    min-height: 330px !important;
    max-height: min(520px, calc(100dvh - 175px)) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .hmgh-header .hmgh-products-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  .hmgh-header .hmgh-products-rail,
  .hmgh-header .hmgh-products-pane-wrap {
    min-height: 0 !important;
    height: 100% !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .hmgh-header .hmgh-products-budget {
    position: relative !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 58px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* =========================================================
   v1.0.40 — Rush Service menu item alignment and description
   ========================================================= */
.hmgh-header .hmgh-rush-service-link,
.hmgh-header .hmgh-rush-service-link:visited {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 8px !important;
  white-space: normal !important;
}

.hmgh-header .hmgh-rush-service-icon {
  display: inline-flex !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--hmgh-gold-dark) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  margin-top: 1px !important;
}

.hmgh-header .hmgh-rush-service-copy {
  display: block !important;
  min-width: 0 !important;
}

.hmgh-header .hmgh-rush-service-copy strong {
  display: block !important;
  margin: 0 0 2px !important;
  color: var(--hmgh-gold-dark) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.hmgh-header .hmgh-rush-service-copy small {
  display: block !important;
  color: #9a968e !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-service-group-panel .hmgh-rush-service-link,
  .hmgh-header .hmgh-mobile-service-group-panel .hmgh-rush-service-link:visited {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 8px !important;
  }
}


/* =========================================================
   v1.0.41 — Rush Service heading-style alignment
   ========================================================= */
.hmgh-header .hmgh-services-col a.hmgh-rush-service-link,
.hmgh-header .hmgh-services-col a.hmgh-rush-service-link:visited,
.hmgh-header a.hmgh-rush-service-link,
.hmgh-header a.hmgh-rush-service-link:visited {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: left !important;
}

.hmgh-header .hmgh-rush-service-icon {
  display: inline-flex !important;
  flex: 0 0 26px !important;
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 7px !important;
  background: #f5f2eb !important;
  color: var(--hmgh-gold-dark) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.hmgh-header .hmgh-rush-service-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding-top: 1px !important;
}

.hmgh-header .hmgh-rush-service-copy strong {
  display: block !important;
  width: auto !important;
  margin: 0 0 4px !important;
  color: var(--hmgh-gold-dark) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.hmgh-header .hmgh-rush-service-copy small {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  color: #9a968e !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

/* =========================================================
   v1.0.42 — Rush Service visual separation and icon matching
   ========================================================= */
@media (min-width: 1024px) {
  .hmgh-header .hmgh-services-col a.hmgh-rush-service-link,
  .hmgh-header .hmgh-services-col a.hmgh-rush-service-link:visited {
    margin-top: 18px !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .hmgh-header .hmgh-rush-service-icon {
    flex: 0 0 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--hmgh-gold-dark) !important;
    font-size: 13px !important;
  }

  .hmgh-header .hmgh-rush-service-copy {
    padding-top: 0 !important;
  }

  .hmgh-header .hmgh-rush-service-copy strong {
    margin: 0 0 3px !important;
    color: #514d47 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }

  .hmgh-header .hmgh-rush-service-copy small {
    color: #aaa69f !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }
}

/* =====================================================
   v1.0.45 — migration-safe logo and broken-image protection
===================================================== */
.hmgh-header .hmgh-logo,
.hmgh-header .hmgh-mobile-logo {
  background: transparent !important;
  overflow: hidden !important;
}

.hmgh-header .hmgh-logo img,
.hmgh-header .hmgh-mobile-logo img {
  display: block;
  max-height: 58px !important;
  min-width: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

.hmgh-header .hmgh-logo-fallback {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #7c2430;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  font-style: italic;
  white-space: nowrap;
}

.hmgh-header .hmgh-logo-fallback small {
  display: block;
  margin-top: 5px;
  color: #3f3a36;
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .hmgh-header .hmgh-logo img,
  .hmgh-header .hmgh-mobile-logo img {
    max-height: 54px !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-logo img,
  .hmgh-header .hmgh-mobile-logo img {
    max-height: 48px !important;
  }
  .hmgh-header .hmgh-logo-fallback { font-size: 24px; }
}


/* v1.0.48 — clickable main product categories in Products mega menu */
.hmgh-products-rail a.hmgh-products-cat-btn{
    text-decoration:none!important;
    color:inherit;
}
.hmgh-products-rail a.hmgh-products-cat-btn:visited{
    color:inherit;
}
.hmgh-products-rail a.hmgh-products-cat-btn:focus-visible{
    outline:2px solid rgba(166,124,61,.42);
    outline-offset:-2px;
}

/* ============================================================
   v1.0.49 — Mobile navigation: link + submenu toggle separation
   Parent labels navigate to their pages; chevrons only expand.
   ============================================================ */
@media (max-width: 1023px) {
  .hmgh-mobile-accordion-title-split {
    padding: 0 !important;
    overflow: hidden;
  }

  .hmgh-mobile-parent-link,
  .hmgh-mobile-parent-link:visited {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 46px;
    padding: 0 6px 0 14px;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .hmgh-mobile-accordion-toggle {
    flex: 0 0 46px;
    width: 46px;
    min-width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 9px;
  }

  .hmgh-mobile-accordion-toggle:hover,
  .hmgh-mobile-accordion-toggle:focus-visible {
    background: rgba(163,132,91,.10);
    outline: none;
  }

  .hmgh-mobile-accordion-title-split > .hmgh-mobile-accordion-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform .25s ease;
  }

  .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title-split > .hmgh-mobile-accordion-toggle svg {
    transform: rotate(180deg);
  }

  .hmgh-mobile-main-cat-split {
    display: flex !important;
    align-items: stretch !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .hmgh-mobile-main-cat-link,
  .hmgh-mobile-main-cat-link:visited {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 48px;
    padding: 9px 6px 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
  }

  .hmgh-mobile-main-cat-toggle {
    flex: 0 0 46px;
    width: 46px;
    min-width: 46px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .hmgh-mobile-main-cat-toggle:hover,
  .hmgh-mobile-main-cat-toggle:focus-visible {
    background: rgba(163,132,91,.10);
    outline: none;
  }

  .hmgh-mobile-sub-accordion.is-open > .hmgh-mobile-main-cat-split .hmgh-mobile-main-cat-arrow svg {
    transform: rotate(180deg);
  }

  .hmgh-mobile-main-cat-arrow svg {
    transition: transform .25s ease;
  }

  .hmgh-mobile-panel-body {
    overscroll-behavior: contain;
  }

  .hmgh-mobile-contact .hmgh-contact-location span,
  .hmgh-mobile-contact .hmgh-contact-hours span {
    line-height: 1.45;
  }
}

@media (max-width: 425px) {
  .hmgh-mobile-parent-link,
  .hmgh-mobile-link {
    font-size: 13px;
  }

  .hmgh-mobile-main-cat-title {
    font-size: 12.5px;
  }
}


/* ============================================================
   v1.0.50 — Mobile submenu chevron brand polish
   Neutralises theme/global button styling so the split chevron
   area matches Himawari cream/gold styling on every mobile page.
   ============================================================ */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid #e6ded0 !important;
    border-radius: 0 !important;
    background: #fbfaf7 !important;
    color: #a3845b !important;
    box-shadow: none !important;
    outline: 0 !important;
    min-height: 100% !important;
  }

  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle:hover,
  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle:focus-visible,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle:hover,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle:focus-visible,
  .hmgh-header .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle,
  .hmgh-header .hmgh-mobile-sub-accordion.is-open > .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle {
    background: #f5f2eb !important;
    color: #8c6e49 !important;
    border-left-color: #d2c3aa !important;
    box-shadow: none !important;
  }

  .hmgh-header .hmgh-mobile-accordion-toggle svg,
  .hmgh-header .hmgh-mobile-main-cat-toggle svg,
  .hmgh-header .hmgh-mobile-main-cat-arrow svg {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    color: currentColor !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .hmgh-header .hmgh-mobile-accordion-title-split {
    background: #ffffff !important;
  }

  .hmgh-header .hmgh-mobile-accordion.is-open > .hmgh-mobile-accordion-title-split {
    background: #f5f2eb !important;
  }
}

/* ============================================================
   v1.0.51 — Mobile submenu chevron vertical centering
   Keeps the split toggle full-height and centers the arrow exactly
   inside the right-side box on every mobile menu row.
   ============================================================ */
@media (max-width: 1023px) {
  .hmgh-header .hmgh-mobile-accordion-title-split,
  .hmgh-header .hmgh-mobile-main-cat-split {
    display: flex !important;
    align-items: stretch !important;
    min-height: 52px !important;
  }

  .hmgh-header .hmgh-mobile-accordion-title-split > .hmgh-mobile-parent-link,
  .hmgh-header .hmgh-mobile-main-cat-split > .hmgh-mobile-main-cat-link {
    min-height: 52px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
  }

  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle {
    position: relative !important;
    align-self: stretch !important;
    flex: 0 0 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    height: auto !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle > *,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle > * {
    margin: auto !important;
    flex: 0 0 auto !important;
  }

  .hmgh-header .hmgh-mobile-accordion-toggle svg,
  .hmgh-header .hmgh-mobile-main-cat-toggle svg,
  .hmgh-header .hmgh-mobile-main-cat-arrow,
  .hmgh-header .hmgh-mobile-main-cat-arrow svg {
    position: static !important;
    display: block !important;
    margin: auto !important;
    transform-origin: 50% 50% !important;
  }

  .hmgh-header .hmgh-mobile-main-cat-arrow {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 425px) {
  .hmgh-header .hmgh-mobile-accordion-title-split,
  .hmgh-header .hmgh-mobile-main-cat-split,
  .hmgh-header .hmgh-mobile-accordion-title-split > .hmgh-mobile-parent-link,
  .hmgh-header .hmgh-mobile-main-cat-split > .hmgh-mobile-main-cat-link,
  .hmgh-header .hmgh-mobile-accordion-title-split > button.hmgh-mobile-accordion-toggle,
  .hmgh-header .hmgh-mobile-main-cat-split > button.hmgh-mobile-main-cat-toggle {
    min-height: 50px !important;
  }
}
