/* ================================================================
   TMG Defense Industry Service Page
   The Mantua Group Pty Ltd
   GRAYSCALE BRAND COMPLIANT BUILD
================================================================ */

.tmg-ind-page.tmg-ind-def {
  --tmg-black:     #000000;
  --tmg-charcoal:  #111111;
  --tmg-graphite:  #333333;
  --tmg-mid:       #666666;
  --tmg-mute:      #888888;
  --tmg-soft:      #999999;
  --tmg-fade:      #aaaaaa;
  --tmg-rule:      #e0e0e0;
  --tmg-stone:     #d8d8d8;
  --tmg-shaded:    #f5f5f5;
  --tmg-mist:      #fafafa;
  --tmg-white:     #ffffff;

  box-sizing: border-box;
  font-family: 'Barlow', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--tmg-charcoal);
  background: var(--tmg-white);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tmg-ind-page.tmg-ind-def *,
.tmg-ind-page.tmg-ind-def *::before,
.tmg-ind-page.tmg-ind-def *::after {
  box-sizing: border-box;
}

.tmg-ind-page.tmg-ind-def h1,
.tmg-ind-page.tmg-ind-def h2,
.tmg-ind-page.tmg-ind-def h3 {
  font-family: 'Barlow Condensed', 'Arial Narrow', 'Barlow', sans-serif;
  font-weight: 700;
  color: var(--tmg-black);
  margin: 0 0 0.5em 0;
  line-height: 1.15;
  letter-spacing: -0.005em;
}

.tmg-ind-page.tmg-ind-def p {
  margin: 0 0 1em 0;
}

.tmg-ind-page.tmg-ind-def a {
  color: var(--tmg-black);
  text-decoration: none;
  border-bottom: 1px solid var(--tmg-mid);
  transition: border-color 0.18s ease;
}

.tmg-ind-page.tmg-ind-def a:hover {
  border-color: var(--tmg-black);
}

/* =============================================================
   Hero band
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-hero {
  background: var(--tmg-black);
  color: var(--tmg-white);
  padding: 60px 56px 56px;
  margin: 28px 0 40px;
  position: relative;
  overflow: hidden;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-hero::before {
  content: '';
  position: absolute;
  right: -120px; bottom: -120px;
  width: 380px; height: 380px;
  border: 2px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-hero::after {
  content: '';
  position: absolute;
  right: 60px; bottom: 60px;
  width: 180px; height: 180px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 50%;
  pointer-events: none;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tmg-fade);
  margin-bottom: 18px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tmg-white);
  margin: 0 0 20px 0;
  max-width: 940px;
  position: relative; z-index: 2;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-lead {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--tmg-stone);
  max-width: 880px;
  margin: 0;
  position: relative; z-index: 2;
}

/* =============================================================
   Section base
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-section {
  padding: 48px 0 44px;
  position: relative;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section + .tmg-ind-section {
  border-top: 1px solid var(--tmg-rule);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section-shaded {
  background: var(--tmg-shaded);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section-shaded + .tmg-ind-section-shaded {
  border-top-color: var(--tmg-stone);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tmg-mid);
  border-top: 2px solid var(--tmg-black);
  padding-top: 10px;
  margin-bottom: 14px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--tmg-black);
  margin-bottom: 16px;
  max-width: 880px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-section-lead {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--tmg-graphite);
  max-width: 880px;
  margin-bottom: 28px;
}

/* =============================================================
   Standards grid
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-standards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border-top: 2px solid var(--tmg-black);
  border-left: 1px solid var(--tmg-rule);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-standard {
  background: var(--tmg-white);
  border-right: 1px solid var(--tmg-rule);
  border-bottom: 1px solid var(--tmg-rule);
  padding: 22px 24px 20px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-standard-group {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tmg-mid);
  margin-bottom: 6px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-standard-list {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--tmg-black);
  line-height: 1.4;
}

/* =============================================================
   Challenges grid
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-challenges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-challenge {
  background: var(--tmg-white);
  padding: 24px 26px 22px;
  border: 1px solid var(--tmg-rule);
  border-top: 3px solid var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-challenge-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  line-height: 1.3;
  color: var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-challenge-body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.94rem;
  color: var(--tmg-graphite);
  margin: 0;
  line-height: 1.65;
}

/* =============================================================
   Solutions grid
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-solution {
  background: var(--tmg-white);
  padding: 26px 28px 22px;
  border: 1px solid var(--tmg-rule);
  border-left: 4px solid var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-solution-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tmg-black);
  background: var(--tmg-white);
  border: 1px solid var(--tmg-black);
  padding: 4px 10px;
  margin-bottom: 12px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-solution-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  line-height: 1.3;
  color: var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-solution-body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.94rem;
  color: var(--tmg-graphite);
  line-height: 1.65;
  margin: 0;
}

/* =============================================================
   Outcomes (metric strip)
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-outcomes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border: 1px solid var(--tmg-rule);
  border-top: 3px solid var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-outcome {
  background: var(--tmg-white);
  padding: 28px 16px 24px;
  text-align: center;
  border-right: 1px solid var(--tmg-rule);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-outcome:last-child {
  border-right: none;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-outcome-metric {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--tmg-black);
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-outcome-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tmg-mid);
  line-height: 1.35;
}

/* =============================================================
   Final CTA block
============================================================= */
.tmg-ind-page.tmg-ind-def .tmg-ind-cta {
  background: var(--tmg-black);
  color: var(--tmg-white);
  padding: 48px 56px 44px;
  margin: 40px 0 36px;
  position: relative;
  overflow: hidden;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-cta::before {
  content: '';
  position: absolute;
  right: -100px; bottom: -100px;
  width: 320px; height: 320px;
  border: 2px solid rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--tmg-white);
  margin-bottom: 14px;
  position: relative; z-index: 2;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-cta-lead {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: var(--tmg-stone);
  max-width: 880px;
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 26px;
  position: relative; z-index: 2;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  position: relative; z-index: 2;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 26px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.18s ease;
  cursor: pointer;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-btn-primary {
  background: var(--tmg-white);
  color: var(--tmg-black);
  border-color: var(--tmg-white);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-btn-primary:hover {
  background: var(--tmg-stone);
  border-color: var(--tmg-stone);
  color: var(--tmg-black);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-btn-ghost {
  background: transparent;
  color: var(--tmg-white);
  border-color: rgba(255,255,255,0.45);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--tmg-white);
  color: var(--tmg-white);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-cta a {
  border-bottom: none;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  position: relative; z-index: 2;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-contact-block {
  font-family: 'Barlow', sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tmg-stone);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-contact-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tmg-fade);
  margin-bottom: 6px;
}

.tmg-ind-page.tmg-ind-def .tmg-ind-contact a {
  color: var(--tmg-white);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.tmg-ind-page.tmg-ind-def .tmg-ind-contact a:hover {
  color: var(--tmg-white);
  border-color: var(--tmg-white);
}

/* =============================================================
   Mobile
============================================================= */
@media (max-width: 720px) {
  .tmg-ind-page.tmg-ind-def {
    padding: 0 14px;
  }
  .tmg-ind-page.tmg-ind-def .tmg-ind-hero {
    padding: 40px 24px 36px;
  }
  .tmg-ind-page.tmg-ind-def .tmg-ind-section {
    padding: 36px 0 32px;
  }
  .tmg-ind-page.tmg-ind-def .tmg-ind-cta {
    padding: 32px 22px 28px;
  }
}
