/* Approved original image and the same 10% warm lightening as the sample. */
.ggg-page .footer.ggg-compact-footer {
  --ggg-original-waves: url("footer-waves.png");
  --ggg-wave-lightening: linear-gradient(rgba(255, 248, 226, .10), rgba(255, 248, 226, .10));
}

/* Compact contact footer for review; use the approved banner artwork unchanged. */
.ggg-page .footer.ggg-compact-footer {
  padding: 16px 0 0;
  border-top: 2px solid var(--gold);
  background-color: #29271f;
  background-image: var(--ggg-wave-lightening), var(--ggg-original-waves) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: var(--ggg-font, Arial, sans-serif);
  font-size: 14px;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(37,31,12,.3);
}
.ggg-compact-footer .ggg-footer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.ggg-compact-footer .ggg-footer-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.ggg-compact-footer .ggg-footer-heading h2 a { display: inline-block; padding-block: 3px; }
.ggg-compact-footer .ggg-footer-social { display: flex; gap: 8px; flex-shrink: 0; }
.ggg-compact-footer .ggg-footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,232,164,.5);
  border-radius: 50%;
  color: #fff;
}
.ggg-compact-footer .ggg-footer-social svg { display: block; width: 21px; height: 21px; }
.ggg-compact-footer .ggg-footer-social a:hover,
.ggg-compact-footer .ggg-footer-social a:focus-visible { color: var(--gold); border-color: var(--gold); }
.ggg-compact-footer .ggg-footer-details {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,.7fr) minmax(235px,1.05fr);
  align-items: start;
  gap: 12px 28px;
}
.ggg-compact-footer .ggg-footer-details > * { min-width: 0; }
.ggg-compact-footer .ggg-footer-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding-block: 2px;
  font-size: 13.5px;
  font-style: normal;
  line-height: 1.75;
}
.ggg-compact-footer .ggg-footer-location svg {
  flex: 0 0 18px;
  width: 18px;
  height: 20px;
  margin-top: 2px;
}
.ggg-compact-footer .ggg-footer-lines {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.ggg-compact-footer .ggg-footer-lines li { margin: 0; padding: 0; }
.ggg-compact-footer .ggg-footer-lines a {
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  padding-block: 2px;
}
.ggg-compact-footer .ggg-footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 12px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,232,164,.3);
  font-size: 12px;
  line-height: 1.5;
}
.ggg-compact-footer .ggg-footer-base small { font: inherit; }
.ggg-compact-footer .ggg-footer-base a { white-space: nowrap; }
@media (max-width: 1000px) {
  .ggg-compact-footer .ggg-footer-details { column-gap: 20px; }
  .ggg-compact-footer .ggg-footer-lines { font-size: 13px; }
}
@media (max-width: 760px) {
  .ggg-page .footer.ggg-compact-footer { padding-top: 12px; }
  .ggg-compact-footer .ggg-footer-heading { margin-bottom: 8px; }
  .ggg-compact-footer .ggg-footer-heading h2 { font-size: 20px; }
  .ggg-compact-footer .ggg-footer-details {
    grid-template-columns: minmax(100px,.65fr) minmax(218px,1.35fr);
    gap: 10px 12px;
  }
  .ggg-compact-footer .ggg-footer-location {
    grid-column: 1 / -1;
    order: 3;
    font-size: 13px;
    line-height: 1.6;
  }
  .ggg-compact-footer .ggg-footer-base { margin-top: 8px; font-size: 11.5px; }
}
@media (max-width: 374px) {
  .ggg-compact-footer .ggg-footer-details { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .ggg-compact-footer .ggg-footer-phones { display: flex; flex-wrap: wrap; gap: 2px 12px; }
}

/* Match the approved footer even on the three supplementary legacy layouts. */
.ggg-page .footer.ggg-compact-footer > .container {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}
.ggg-page .footer.ggg-compact-footer .ggg-footer-lines a {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
@media (max-width: 850px) {
  .ggg-page .footer.ggg-compact-footer > .container { width: calc(100% - 36px); }
}
