#construlocmaq-wp {
  --bg: #e8eef4;
  --surface: rgba(255,255,255,0.88);
  --surface-soft: rgba(246,248,251,0.86);
  --text: #10151b;
  --text-soft: #5d6672;
  --dark: #101820;
  --dark-2: #172431;
  --line: rgba(16, 21, 27, 0.10);
  --yellow: #f2b400;
  --yellow-2: #ffd04b;
  --shadow: 0 18px 48px rgba(9, 14, 21, 0.13);
  --shadow-soft: 0 12px 34px rgba(9, 14, 21, 0.09);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max: 1180px;
}

#construlocmaq-wp * { box-sizing: border-box; }

#construlocmaq-wp { scroll-behavior: smooth; }

#construlocmaq-wp {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at 14% 14%, rgba(242,180,0,0.24), transparent 24rem),
    radial-gradient(circle at 86% 4%, rgba(26,55,83,0.18), transparent 28rem),
    linear-gradient(180deg, #eef3f7 0%, #e6edf4 48%, #dfe8f0 100%);
  color: var(--text);
  overflow-x: hidden;
  position: relative;
}

#construlocmaq-wp::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(16,24,32,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,24,32,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

#construlocmaq-wp main {
  position: relative;
  z-index: 1;
}

#construlocmaq-wp img { display: block; max-width: 100%; }

#construlocmaq-wp a { color: inherit; text-decoration: none; }

#construlocmaq-wp button,
#construlocmaq-wp input,
#construlocmaq-wp select,
#construlocmaq-wp textarea { font: inherit; }

#construlocmaq-wp button { cursor: pointer; }

#construlocmaq-wp .wrap { width: min(calc(100vw - 24px), var(--max)); margin-inline: auto; }

#construlocmaq-wp .section {
  position: relative;
  padding: 42px 0;
  overflow: hidden;
}

#construlocmaq-wp .section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 9% 12%, rgba(242,180,0,0.16), transparent 22rem),
    radial-gradient(circle at 95% 8%, rgba(16,24,32,0.08), transparent 24rem);
}

#construlocmaq-wp .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255,255,255,0.12);
  color: #fff;
}

#construlocmaq-wp .eyebrow--soft {
  background: rgba(242,180,0,0.14);
  color: #8d6500;
}

#construlocmaq-wp .eyebrow--dark {
  background: rgba(16,24,32,0.08);
  color: #34414f;
}

#construlocmaq-wp .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16,21,27,0.08);
  box-shadow: 0 10px 28px rgba(9,14,21,0.06);
}

#construlocmaq-wp .topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
}

#construlocmaq-wp .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

#construlocmaq-wp .brand__wide-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
}

#construlocmaq-wp .brand__meta {
  display: grid;
  line-height: 1.08;
}

#construlocmaq-wp .brand__meta strong { font-size: 1rem; }

#construlocmaq-wp .brand__meta span { color: var(--text-soft); font-size: 0.82rem; }

#construlocmaq-wp .topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #25d366;
  border: 1px solid #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

#construlocmaq-wp .topbar__cta:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
}

#construlocmaq-wp .topbar__cta:active {
  transform: scale(0.98);
}

#construlocmaq-wp .hero {
  position: relative;
  z-index: 2;
}

#construlocmaq-wp .hero__stage {
  position: relative;
}

#construlocmaq-wp .hero__media {
  position: relative;
  height: min(720px, calc(100svh - 76px));
  min-height: 580px;
  overflow: hidden;
}

#construlocmaq-wp .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#construlocmaq-wp .hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,12,18,0.88) 0%, rgba(7,12,18,0.66) 42%, rgba(7,12,18,0.10) 78%),
    linear-gradient(180deg, rgba(7,12,18,0.08) 42%, rgba(7,12,18,0.58) 100%);
}

#construlocmaq-wp .hero__content {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 2;
  transform: translateX(-50%);
  color: #fff;
}

#construlocmaq-wp .hero__content .eyebrow {
  padding: 0 0 0 12px;
  border-left: 3px solid var(--yellow);
  border-radius: 0;
  background: transparent;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

#construlocmaq-wp .hero__content h1 {
  max-width: 850px;
  margin: 18px 0 16px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 3px 24px rgba(0,0,0,0.28);
}

#construlocmaq-wp .hero__content p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 1.04rem;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0,0,0,0.42);
}

#construlocmaq-wp .hero__actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}

#construlocmaq-wp .hero__actions .button {
  min-width: 170px;
  border-radius: 8px;
}

#construlocmaq-wp .button {
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 18px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

#construlocmaq-wp .button:active { transform: scale(0.98); }

#construlocmaq-wp .button--primary {
  background: linear-gradient(180deg, var(--yellow-2), var(--yellow));
  color: #231900;
  box-shadow: 0 12px 28px rgba(242,180,0,0.25);
}

#construlocmaq-wp .button--ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}

#construlocmaq-wp .button--dark {
  background: var(--dark);
  color: #fff;
}

#construlocmaq-wp .button--dark-outline {
  background: #fff;
  color: var(--dark);
  border: 1px solid rgba(16,21,27,0.12);
}

#construlocmaq-wp .button--full { width: 100%; }

#construlocmaq-wp .section-head h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.75rem, 5.2vw, 2.7rem);
  line-height: 1.03;
  letter-spacing: 0;
}

#construlocmaq-wp .section-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

#construlocmaq-wp .section-head--light h2,
#construlocmaq-wp .section-head--light p { color: #fff; }

#construlocmaq-wp .section-head--light p { color: rgba(255,255,255,0.72); }

#construlocmaq-wp .toolbar { margin-top: 16px; }

#construlocmaq-wp .filter-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 0;
  scrollbar-width: none;
}

#construlocmaq-wp .filter-row::-webkit-scrollbar { display: none; }

#construlocmaq-wp .filter-chip {
  flex: 0 0 auto;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(255,255,255,0.78);
  color: var(--text-soft);
  font-weight: 700;
}

#construlocmaq-wp .filter-chip.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

#construlocmaq-wp .catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}

#construlocmaq-wp .catalog-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#construlocmaq-wp .catalog-more__button {
  padding: 13px 18px;
  border: 1px solid rgba(16,21,27,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.74);
  color: var(--dark);
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(9,14,21,0.07);
}

#construlocmaq-wp .catalog-more__button:hover {
  background: #fff;
  border-color: rgba(16,21,27,0.26);
}

#construlocmaq-wp .catalog-card,
#construlocmaq-wp .banner-card,
#construlocmaq-wp .contact-form,
#construlocmaq-wp .info-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,0.66);
  backdrop-filter: blur(14px);
}

#construlocmaq-wp .catalog-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#construlocmaq-wp .catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(242,180,0,0.30);
}

#construlocmaq-wp .catalog-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #101820;
  overflow: hidden;
}

#construlocmaq-wp .catalog-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 36%, rgba(0,0,0,0.08));
}

#construlocmaq-wp .catalog-card__media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

#construlocmaq-wp .catalog-card:hover .catalog-card__media > img:first-child {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.03);
}

#construlocmaq-wp .catalog-card__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(17,22,29,0.86);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  z-index: 2;
}

#construlocmaq-wp .catalog-card__brandmark,
#construlocmaq-wp .modal__brandmark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 112px;
  max-width: 36%;
  z-index: 2;
  opacity: 0.98;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.18));
}

#construlocmaq-wp .catalog-card__body { padding: 16px; }

#construlocmaq-wp .catalog-card__title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.18;
}

#construlocmaq-wp .catalog-card__desc {
  min-height: 52px;
  margin: 10px 0 0;
  color: var(--text-soft);
  line-height: 1.55;
}

#construlocmaq-wp .catalog-card__chips,
#construlocmaq-wp .modal__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

#construlocmaq-wp .catalog-card__chips span,
#construlocmaq-wp .modal__chips span {
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(238,243,248,0.86);
  color: #47515e;
  font-size: 0.8rem;
  font-weight: 700;
}

#construlocmaq-wp .catalog-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

#construlocmaq-wp .secondary-button {
  border: 1px solid rgba(16,21,27,0.1);
  background: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  font-weight: 800;
  color: var(--text);
}

#construlocmaq-wp .empty-state {
  padding: 24px;
  text-align: center;
  background: rgba(255,255,255,0.82);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
  color: var(--text-soft);
}

#construlocmaq-wp .history-section {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  background: #111820;
  color: #fff;
}

#construlocmaq-wp .history-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 44px 44px;
}

#construlocmaq-wp .history-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 56px;
  align-items: center;
}

#construlocmaq-wp .history-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 4px;
  background: #202831;
}

#construlocmaq-wp .history-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

#construlocmaq-wp .history-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(5,8,12,0.82) 100%),
    linear-gradient(90deg, rgba(5,8,12,0.16), transparent 55%);
}

#construlocmaq-wp .history-year {
  position: absolute;
  left: 26px;
  bottom: 22px;
  z-index: 2;
}

#construlocmaq-wp .history-year span,
#construlocmaq-wp .history-kicker,
#construlocmaq-wp .history-signature span {
  display: block;
  color: var(--yellow-2);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#construlocmaq-wp .history-year strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(4.5rem, 8vw, 7rem);
  line-height: 0.9;
}

#construlocmaq-wp .history-content h2 {
  max-width: 620px;
  margin: 14px 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

#construlocmaq-wp .history-lead {
  max-width: 620px;
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid var(--yellow);
  color: rgba(255,255,255,0.9);
  font-size: 1.08rem;
  line-height: 1.65;
}

#construlocmaq-wp .history-lead strong {
  color: #fff;
}

#construlocmaq-wp .history-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.68);
  line-height: 1.72;
}

#construlocmaq-wp .history-signature {
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

#construlocmaq-wp .history-signature strong {
  display: block;
  margin-top: 7px;
  font-size: 1.05rem;
}

#construlocmaq-wp .history-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--yellow);
  font-weight: 800;
}

#construlocmaq-wp .history-link span {
  color: var(--yellow-2);
  transition: transform .18s ease;
}

#construlocmaq-wp .history-link:hover span {
  transform: translateX(4px);
}

#construlocmaq-wp .section--contact {
  background: radial-gradient(circle at top left, #132130, #0d1520 58%, #09111a 100%);
  color: #fff;
  padding-bottom: 88px;
}

#construlocmaq-wp .contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

#construlocmaq-wp .contact-stack {
  display: grid;
  gap: 16px;
}

#construlocmaq-wp .info-card {
  padding: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(247,244,232,0.96));
  color: var(--text);
}

#construlocmaq-wp .info-card__head h3 {
  margin: 10px 0 8px;
  font-size: 1.42rem;
  line-height: 1.06;
}

#construlocmaq-wp .info-card__head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

#construlocmaq-wp .map-frame {
  margin: 16px 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16,21,27,0.08);
  height: 240px;
  background: #e8edf2;
}

#construlocmaq-wp .map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#construlocmaq-wp .contact-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

#construlocmaq-wp .contact-list__item {
  padding: 14px;
  border-radius: 16px;
  background: var(--surface-soft);
  border: 1px solid rgba(16,21,27,0.08);
}

#construlocmaq-wp .contact-list__item small {
  display: block;
  color: var(--text-soft);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  margin-bottom: 6px;
}

#construlocmaq-wp .contact-list__item strong {
  display: block;
  font-size: 1.02rem;
}

#construlocmaq-wp .contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

#construlocmaq-wp .contact-form {
  padding: 20px;
  background: rgba(255,255,255,0.98);
  color: var(--text);
}

#construlocmaq-wp .contact-form label { display: block; margin-bottom: 12px; }

#construlocmaq-wp .contact-form span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

#construlocmaq-wp .contact-form input,
#construlocmaq-wp .contact-form select,
#construlocmaq-wp .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16,21,27,0.08);
  background: #f6f8fb;
  color: var(--text);
  border-radius: 16px;
  padding: 14px;
  outline: none;
}

#construlocmaq-wp .contact-form textarea { min-height: 140px; resize: vertical; }

#construlocmaq-wp .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#construlocmaq-wp .mobile-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(16,24,32,0.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
}

#construlocmaq-wp .mobile-nav a {
  padding: 11px 6px;
  text-align: center;
  color: rgba(255,255,255,0.78);
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 14px;
}

#construlocmaq-wp .mobile-nav a:active,
#construlocmaq-wp .mobile-nav a:focus-visible {
  background: rgba(242,180,0,0.18);
  color: #fff;
  outline: none;
}

#construlocmaq-wp .modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

#construlocmaq-wp .modal.is-open { display: block; }

#construlocmaq-wp .modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 18, 0.6);
  border: none;
}

#construlocmaq-wp .modal__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  overflow: hidden;
  max-height: 92vh;
  box-shadow: 0 -20px 60px rgba(0,0,0,0.2);
}

#construlocmaq-wp .modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16,21,27,0.08);
  font-size: 1.55rem;
  line-height: 1;
}

#construlocmaq-wp .modal__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f4f6f8;
}

#construlocmaq-wp .modal__media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#construlocmaq-wp .modal__body { padding: 18px 16px 22px; }

#construlocmaq-wp .modal__category {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(242,180,0,0.12);
  color: #8d6500;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#construlocmaq-wp .modal__body h3 {
  margin: 12px 0 10px;
  font-size: 1.36rem;
  line-height: 1.15;
}

#construlocmaq-wp .modal__body p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

#construlocmaq-wp .modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

#construlocmaq-wp .splash {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #121821, #0f141a);
  transition: opacity .35s ease, visibility .35s ease;
}

#construlocmaq-wp .splash.is-hidden {
  opacity: 0;
  visibility: hidden;
}

#construlocmaq-wp .splash__content {
  position: relative;
  text-align: center;
  z-index: 2;
}

#construlocmaq-wp .splash__logo {
  width: min(270px, 78vw);
  margin-inline: auto;
  animation: popIn .9s ease both;
}

#construlocmaq-wp .splash__logo--wide { width: min(720px, 86vw); }

#construlocmaq-wp .splash__content p {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.8);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#construlocmaq-wp .splash__glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(42px);
}

#construlocmaq-wp .splash__glow--1 { left: -60px; top: 18%; background: rgba(242,180,0,0.22); }

#construlocmaq-wp .splash__glow--2 { right: -60px; bottom: 14%; background: rgba(255,255,255,0.14); }

@keyframes popIn {
  from { opacity: 0; transform: translateY(24px) scale(0.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

#construlocmaq-wp #catalogo {
  margin-top: 0;
  padding-top: 64px;
  background:
    radial-gradient(circle at 16% 5%, rgba(242,180,0,0.24), transparent 24rem),
    radial-gradient(circle at 92% 0%, rgba(16,24,32,0.10), transparent 30rem),
    linear-gradient(180deg, rgba(233,239,245,0.94), rgba(221,230,239,0.96));
}

#construlocmaq-wp #catalogo .section-head,
#construlocmaq-wp #catalogo .toolbar,
#construlocmaq-wp #catalogo .catalog-grid {
  position: relative;
  z-index: 1;
}

#construlocmaq-wp #catalogo::after {
  content: '';
  position: absolute;
  right: -140px;
  top: 48px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(242,180,0,0.22), rgba(255,255,255,0.02));
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 900px) {
#construlocmaq-wp .history-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

#construlocmaq-wp .history-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

#construlocmaq-wp .history-media img {
    min-height: 0;
  }
}

@media (max-width: 640px) {
#construlocmaq-wp .wrap { width: min(calc(100vw - 20px), var(--max)); }

#construlocmaq-wp .topbar__inner {
    min-height: 58px;
    gap: 8px;
  }

#construlocmaq-wp .brand {
    gap: 8px;
    min-width: 0;
  }

#construlocmaq-wp .brand__wide-logo {
    width: 112px;
  }

#construlocmaq-wp .brand__meta {
    display: none;
  }

#construlocmaq-wp .topbar__cta {
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 0.74rem;
    min-height: 32px;
  }

#construlocmaq-wp .section { padding: 32px 0; }

#construlocmaq-wp .history-section {
    padding: 48px 0 92px;
  }

#construlocmaq-wp .history-layout {
    gap: 30px;
  }

#construlocmaq-wp .history-media {
    aspect-ratio: 4 / 3;
  }

#construlocmaq-wp .history-year {
    left: 16px;
    bottom: 16px;
  }

#construlocmaq-wp .history-year strong {
    font-size: 4rem;
  }

#construlocmaq-wp .history-content h2 {
    margin: 11px 0 14px;
    font-size: 2rem;
    line-height: 1.04;
  }

#construlocmaq-wp .history-lead {
    padding-left: 14px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

#construlocmaq-wp .history-copy {
    margin-top: 18px;
    font-size: 0.9rem;
    line-height: 1.62;
  }

#construlocmaq-wp .history-signature {
    margin-top: 22px;
    padding: 17px 0;
  }

#construlocmaq-wp .history-link {
    margin-top: 22px;
  }

#construlocmaq-wp #catalogo {
    margin-top: 0;
    padding-top: 42px;
  }

#construlocmaq-wp .hero__media {
    height: min(620px, calc(100svh - 58px));
    min-height: 520px;
  }

#construlocmaq-wp .hero__media img {
    object-position: 58% center;
  }

#construlocmaq-wp .hero__overlay {
    background:
      linear-gradient(90deg, rgba(7,12,18,0.84) 0%, rgba(7,12,18,0.58) 68%, rgba(7,12,18,0.22) 100%),
      linear-gradient(180deg, rgba(7,12,18,0.04) 22%, rgba(7,12,18,0.78) 100%);
  }

#construlocmaq-wp .hero__content {
    bottom: 28px;
  }

#construlocmaq-wp .hero__content .eyebrow {
    padding-left: 9px;
    font-size: 0.64rem;
  }

#construlocmaq-wp .hero__content h1 {
    max-width: 360px;
    margin: 13px 0 12px;
    font-size: clamp(2.25rem, 10vw, 2.8rem);
    line-height: 1;
  }

#construlocmaq-wp .hero__content p {
    max-width: 350px;
    font-size: 0.91rem;
    line-height: 1.5;
  }

#construlocmaq-wp .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

#construlocmaq-wp .hero__actions .button {
    width: 100%;
    min-width: 0;
    padding: 13px 9px;
    font-size: 0.82rem;
  }

#construlocmaq-wp .filter-row {
    margin-inline: -10px;
    padding-inline: 10px;
    scroll-padding-inline: 10px;
  }

#construlocmaq-wp .filter-chip {
    padding: 10px 13px;
    font-size: 0.86rem;
  }

#construlocmaq-wp .catalog-grid {
    gap: 12px;
  }

#construlocmaq-wp .catalog-card {
    border-radius: 20px;
  }

#construlocmaq-wp .catalog-card__media {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

#construlocmaq-wp .catalog-card__body {
    padding: 14px;
  }

#construlocmaq-wp .catalog-card__actions {
    grid-template-columns: 1fr;
  }

#construlocmaq-wp .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
#construlocmaq-wp .wrap { width: min(calc(100vw - 40px), var(--max)); }

#construlocmaq-wp .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

#construlocmaq-wp .contact-layout { grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr); }
}

@media (min-width: 1024px) {
#construlocmaq-wp .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

#construlocmaq-wp .mobile-nav { display: none; }

#construlocmaq-wp .section--contact { padding-bottom: 40px; }

#construlocmaq-wp .modal__panel {
    left: 50%;
    right: auto;
    bottom: 50%;
    width: min(920px, calc(100vw - 40px));
    transform: translate(-50%, 50%);
    border-radius: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  }

#construlocmaq-wp .modal__media { aspect-ratio: auto; height: 100%; }
}

#construlocmaq-wp {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}
#construlocmaq-wp .topbar { z-index: 99990; }
#construlocmaq-wp .mobile-nav { z-index: 99980; }
#construlocmaq-wp .modal { z-index: 100000; }
#construlocmaq-wp .splash { z-index: 100010; }
body.admin-bar #construlocmaq-wp .topbar { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar #construlocmaq-wp .topbar { top: 46px; }
}


/* Ajustes v1.0.1 - Construlocmaq WordPress
   - logo do topo maior
   - menu inferior mobile travado em 4 colunas
   - evita conflito com CSS do tema WordPress
*/
#construlocmaq-wp .brand__wide-logo {
  width: clamp(170px, 16vw, 230px) !important;
  max-width: 230px !important;
  height: auto !important;
}

#construlocmaq-wp .topbar__inner {
  min-height: 84px !important;
}

#construlocmaq-wp .splash__logo--wide {
  width: min(780px, 88vw) !important;
}

@media (max-width: 640px) {
  #construlocmaq-wp .topbar__inner {
    min-height: 66px !important;
  }

  #construlocmaq-wp .brand__wide-logo {
    width: clamp(145px, 43vw, 170px) !important;
    max-width: 170px !important;
  }

  #construlocmaq-wp .topbar__cta {
    padding: 9px 12px !important;
    font-size: 0.76rem !important;
  }

  #construlocmaq-wp .mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: column !important;
    gap: 6px !important;
    left: 8px !important;
    right: 8px !important;
    padding: 7px !important;
    width: auto !important;
    max-width: none !important;
  }

  #construlocmaq-wp .mobile-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 10px 3px !important;
    font-size: clamp(0.66rem, 2.9vw, 0.78rem) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}


/* Ajustes v1.0.2 - modo local/isolado
   Nenhuma fonte, mapa, iframe ou imagem externa é carregada pelo plugin.
*/
#construlocmaq-wp {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

#construlocmaq-wp .brand__wide-logo {
  width: clamp(210px, 18vw, 280px) !important;
  max-width: 280px !important;
  min-width: 190px !important;
  height: auto !important;
}

#construlocmaq-wp .topbar__inner {
  min-height: 92px !important;
}

#construlocmaq-wp .splash__logo--wide {
  width: min(900px, 90vw) !important;
}

#construlocmaq-wp .map-frame--static {
  display: grid !important;
  place-items: center !important;
  min-height: 240px !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(242,180,0,0.28), transparent 9rem),
    linear-gradient(135deg, #eef3f7, #dfe8f0) !important;
}

#construlocmaq-wp .map-placeholder {
  width: min(92%, 440px);
  padding: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(16,21,27,0.10);
  box-shadow: 0 12px 28px rgba(9,14,21,0.10);
  text-align: left;
}

#construlocmaq-wp .map-placeholder strong,
#construlocmaq-wp .map-placeholder span,
#construlocmaq-wp .map-placeholder small {
  display: block;
}

#construlocmaq-wp .map-placeholder strong {
  font-size: 1.24rem;
  color: var(--dark);
  margin-bottom: 8px;
}

#construlocmaq-wp .map-placeholder span {
  color: var(--text);
  font-weight: 800;
  margin-bottom: 6px;
}

#construlocmaq-wp .map-placeholder small {
  color: var(--text-soft);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 640px) {
  #construlocmaq-wp .topbar__inner {
    min-height: 70px !important;
  }

  #construlocmaq-wp .brand__wide-logo {
    width: clamp(165px, 48vw, 205px) !important;
    max-width: 205px !important;
    min-width: 155px !important;
  }

  #construlocmaq-wp .topbar__cta {
    padding: 9px 11px !important;
    font-size: 0.74rem !important;
  }

  #construlocmaq-wp nav.mobile-nav,
  #construlocmaq-wp .mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: 1fr !important;
    grid-auto-flow: unset !important;
    gap: 5px !important;
    left: 6px !important;
    right: 6px !important;
    width: auto !important;
    max-width: none !important;
    padding: 7px !important;
    box-sizing: border-box !important;
  }

  #construlocmaq-wp nav.mobile-nav > a,
  #construlocmaq-wp .mobile-nav > a {
    float: none !important;
    clear: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 2px !important;
    font-size: clamp(0.62rem, 2.75vw, 0.76rem) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
