:root {
  --hdc-bg: #07110d;
  --hdc-bg-2: #0b1712;
  --hdc-surface: rgba(15, 33, 26, 0.64);
  --hdc-surface-strong: rgba(18, 44, 35, 0.82);
  --hdc-line: rgba(220, 199, 151, 0.14);
  --hdc-text: #eef3ee;
  --hdc-muted: #b9c5bd;
  --hdc-green: #103529;
  --hdc-green-2: #174737;
  --hdc-green-3: #1d5a46;
  --hdc-gold: #b7924f;
  --hdc-gold-2: #d8bb7f;
  --hdc-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  --hdc-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.18);
  --hdc-radius-lg: 1.1rem;
  --hdc-radius-xl: 1.6rem;
}

html { scroll-behavior: smooth; }
body.hdc-site {
  font-family: 'Monda', system-ui, sans-serif;
  color: var(--hdc-text);
  background:
    radial-gradient(circle at top left, rgba(183, 146, 79, 0.08), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(30, 90, 70, 0.16), transparent 24%),
    linear-gradient(180deg, #09130f 0%, #07110d 38%, #08130f 100%);
  letter-spacing: 0.01em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.hdc-shell { max-width: 1280px; }
.hdc-section { padding: 5.5rem 0; }
.hdc-copy, .hdc-entry-content { color: var(--hdc-muted); line-height: 1.75; }
.hdc-copy-lg { max-width: 42rem; }
.hdc-eyebrow, .hdc-kpi {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--hdc-gold-2);
}
.hdc-eyebrow { font-size: .8rem; margin-bottom: 1rem; }
.hdc-kpi { font-size: .75rem; }
.hdc-brand, .hdc-brand span, .hdc-section-title, .hdc-card-title, .hdc-hero-title, .hdc-btn {
  font-family: 'Montserrat', system-ui, sans-serif;
}
.hdc-brand { font-size: 1.02rem; font-weight: 800; letter-spacing: .08em; text-transform: lowercase; }
.hdc-section-title { font-size: clamp(1.85rem, 3.2vw, 3rem); font-weight: 700; margin-bottom: .85rem; }
.hdc-card-title { font-size: 1.5rem; font-weight: 700; margin-bottom: .9rem; color: var(--hdc-text); }
.hdc-hero-title { font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: .94; font-weight: 800; max-width: 12ch; margin-bottom: 1rem; letter-spacing: -.03em; }
.hdc-lead { font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.6; color: var(--hdc-text); }

.hdc-navbar {
  background: rgba(8, 18, 14, 0.58);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  border-bottom: 1px solid rgba(216, 187, 127, 0.08);
}
.hdc-nav-menu { list-style: none; }
.hdc-nav-menu a.nav-link, .hdc-nav-menu .menu-item a {
  color: rgba(238, 243, 238, 0.8) !important;
  font-size: .95rem;
}
.hdc-nav-menu .menu-item { list-style: none; }

.hdc-btn {
  font-weight: 700;
  border-radius: 999px;
  padding: .92rem 1.25rem;
  transition: .2s ease;
}
.hdc-btn-primary {
  color: #f7f2e6;
  background: var(--hdc-green-3);
  border: 1px solid rgba(216, 187, 127, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), var(--hdc-shadow-soft);
}
.hdc-btn-outline {
  color: var(--hdc-text);
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(216, 187, 127, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hdc-glass, .hdc-contact-panel, .hdc-footer-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    rgba(15, 33, 26, 0.48);
  border: 1px solid rgba(216, 187, 127, 0.10);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--hdc-shadow);
  border-radius: 1.6rem;
}
.hdc-card, .hdc-contact-panel, .hdc-footer-panel { padding: 2rem; }
.hdc-card-featured {
  background:
    linear-gradient(180deg, rgba(183,146,79,0.08), rgba(255,255,255,0.02)),
    rgba(20, 58, 45, 0.72);
  border-color: rgba(216, 187, 127, 0.18);
}

.hdc-hero { padding: 9rem 0 6rem; }
.hdc-hero-visual {
  min-height: 500px;
  padding: 1.1rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(15, 33, 26, 0.42);
  border: 1px solid rgba(216, 187, 127, 0.12);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: var(--hdc-shadow);
}
.hdc-hero-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .8rem;
  min-height: 470px;
}
.hdc-tile {
  display: flex;
  align-items: end;
  padding: 1rem;
  border-radius: 1.2rem;
  min-height: 96px;
  border: 1px solid rgba(216, 187, 127, 0.10);
  color: rgba(255,255,255,.92);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    rgba(18, 44, 35, 0.56);
}
.hdc-tile-featured {
  background:
    linear-gradient(180deg, rgba(183,146,79,0.12), rgba(255,255,255,0.03)),
    rgba(23, 71, 55, 0.78);
  border-color: rgba(216, 187, 127, 0.20);
}
.hdc-tall { min-height: 180px; }
.hdc-xl { min-height: 240px; }
.hdc-span-2 { grid-column: span 2; }
.hdc-span-3 { grid-column: span 3; }
.hdc-span-4 { grid-column: span 4; }
.hdc-span-5 { grid-column: span 5; }

.hdc-intro-band {
  border-top: 1px solid rgba(216, 187, 127, 0.09);
  border-bottom: 1px solid rgba(216, 187, 127, 0.09);
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.015)), rgba(15, 33, 26, 0.32);
  padding: 2rem 0;
}
.hdc-intro-copy { font-size: 1.15rem; color: var(--hdc-text); margin: 0; }

.hdc-footer { padding-bottom: 3rem; }
.hdc-footer-menu a { color: rgba(238,243,238,.74); }
.hdc-elementor-canvas { min-height: 40vh; }

/* halo-core Elementor homepage hotfix */

.elementor-page .hdc-shell {
  width: min(100% - 24px, 1280px);
  margin-inline: auto;
}

.elementor-page .hdc-hero,
.elementor-page .hdc-intro-band,
.elementor-page .hdc-section {
  width: 100%;
}

.elementor-page .hdc-hero {
  padding: 96px 0 56px;
}

.elementor-page .hdc-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-page .hdc-actions .elementor-widget-button,
.elementor-page .hdc-actions .elementor-button-wrapper,
.elementor-page .hdc-actions .elementor-button {
  width: 100%;
}

.elementor-page .hdc-grid,
.elementor-page .hdc-intro-kpis,
.elementor-page .hdc-contact-panel,
.elementor-page .hdc-hero > .e-con-inner,
.elementor-page .hdc-hero > .e-con,
.elementor-page .hdc-section > .e-con-inner,
.elementor-page .hdc-section > .e-con,
.elementor-page .hdc-intro-band > .e-con-inner,
.elementor-page .hdc-intro-band > .e-con {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.elementor-page .hdc-card,
.elementor-page .hdc-contact-form,
.elementor-page .hdc-case-card {
  width: 100%;
}

.elementor-page .hdc-hero-copy,
.elementor-page .hdc-hero-media,
.elementor-page .hdc-contact-copy,
.elementor-page .hdc-contact-form {
  width: 100%;
  max-width: 100%;
}

.elementor-page .hdc-hero-visual {
  min-height: auto;
}

.elementor-page .hdc-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: auto;
}

.elementor-page .hdc-span-2,
.elementor-page .hdc-span-3,
.elementor-page .hdc-span-4,
.elementor-page .hdc-span-5 {
  grid-column: span 2;
}

.elementor-page .hdc-tile,
.elementor-page .hdc-tall,
.elementor-page .hdc-xl {
  min-height: 110px;
}

.elementor-page .hdc-case-media {
  height: 190px;
}

.elementor-page .hdc-intro-band {
  padding: 24px 0;
}

.elementor-page .hdc-intro-band .hdc-kpi {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .elementor-page .hdc-shell {
    width: min(100% - 40px, 1280px);
  }

  .elementor-page .hdc-actions {
    flex-direction: row;
  }

  .elementor-page .hdc-actions .elementor-widget-button,
  .elementor-page .hdc-actions .elementor-button-wrapper,
  .elementor-page .hdc-actions .elementor-button {
    width: auto;
  }

  .elementor-page .hdc-grid-3,
  .elementor-page .hdc-grid-4 {
    display: grid;
    gap: 22px;
  }

  .elementor-page .hdc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-page .hdc-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 991.98px) {
  .hdc-hero { padding-top: 7.8rem; }
  .hdc-hero-visual { min-height: auto; margin-top: 2rem; }
  .hdc-hero-grid { min-height: auto; }
}

@media (max-width: 767.98px) {
  .hdc-hero-grid { grid-template-columns: repeat(2, 1fr); }
  .hdc-span-2, .hdc-span-3, .hdc-span-4, .hdc-span-5 { grid-column: span 2; }
  .hdc-tile, .hdc-tall, .hdc-xl { min-height: 100px; }
  .hdc-section { padding: 4rem 0; }
}

@media (min-width: 992px) {
  .elementor-page .hdc-hero,
  .elementor-page .hdc-contact-panel,
  .elementor-page .hdc-intro-band {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .elementor-page .hdc-hero-copy {
    flex: 0 0 52%;
  }

  .elementor-page .hdc-hero-media {
    flex: 0 0 48%;
  }

  .elementor-page .hdc-contact-copy {
    flex: 0 0 42%;
  }

  .elementor-page .hdc-contact-form {
    flex: 0 0 58%;
  }

  .elementor-page .hdc-intro-kpis {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
  }

  .elementor-page .hdc-hero-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
    min-height: 470px;
  }

  .elementor-page .hdc-span-2 { grid-column: span 2; }
  .elementor-page .hdc-span-3 { grid-column: span 3; }
  .elementor-page .hdc-span-4 { grid-column: span 4; }
  .elementor-page .hdc-span-5 { grid-column: span 5; }
  .elementor-page .hdc-tall { min-height: 180px; }
  .elementor-page .hdc-xl { min-height: 240px; }

  .elementor-page .hdc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor-page .hdc-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
