/* =========================================================
   INDIRA GAS & PETROLEUM
   Chairman's Message Page / Section
   Prefix: igp-chairman-
   ========================================================= */

.igp-chairman-page {
  --igp-red: #e30613;
  --igp-green: #006b2d;
  --igp-green-dark: #004f25;
  --igp-yellow: #f7c52b;
  --igp-navy: #12396d;
  --igp-text: #343b43;
  --igp-muted: #6d747c;
  --igp-light: #f7f8f6;
  --igp-border: #e7e9e5;

  position: relative;
  overflow: hidden;
  padding: 78px 20px 90px;
  background:
    radial-gradient(circle at 0% 0%, rgba(227, 6, 19, 0.045), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(0, 107, 45, 0.055), transparent 30%),
    #ffffff;
  font-family: inherit;
  color: var(--igp-text);
}

.igp-chairman-page *,
.igp-chairman-page *::before,
.igp-chairman-page *::after {
  box-sizing: border-box;
}

.igp-chairman-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* ---------- Heading ---------- */

.igp-chairman-heading {
  margin-bottom: 38px;
}

.igp-chairman-kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 18px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(0, 107, 45, 0.07),
    rgba(227, 6, 19, 0.045)
  );
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1;
}

.igp-chairman-kicker-green {
  color: var(--igp-green);
}

.igp-chairman-kicker-red {
  color: var(--igp-red);
}

.igp-chairman-heading h1 {
  margin: 17px 0 0;
  color: var(--igp-navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.igp-heading-line {
  width: 82px;
  height: 5px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--igp-yellow);
}

.igp-heading-line span {
  display: block;
  width: 48%;
  height: 100%;
  background: var(--igp-red);
}

/* ---------- Main Card ---------- */

.igp-chairman-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.45fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--igp-border);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 65px rgba(18, 57, 109, 0.10);
}

/* ---------- Visual Panel ---------- */

.igp-chairman-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 650px;
  overflow: hidden;
  padding: 48px;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(0, 79, 37, 0.98), rgba(0, 107, 45, 0.91)),
    var(--igp-green);
}

.igp-chairman-visual::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -120px;
  right: -100px;
  border: 1px solid rgba(247, 197, 43, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(247, 197, 43, 0.035),
    0 0 0 68px rgba(247, 197, 43, 0.025);
}

.igp-chairman-visual::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.16);
  z-index: -1;
}

.igp-visual-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.10;
  background-image:
    linear-gradient(30deg, transparent 48%, #ffffff 49%, #ffffff 50%, transparent 51%),
    linear-gradient(150deg, transparent 48%, #ffffff 49%, #ffffff 50%, transparent 51%);
  background-size: 46px 80px;
}

.igp-quote-mark {
  position: absolute;
  top: 30px;
  left: 40px;
  color: var(--igp-yellow);
  font-family: Georgia, serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 0.8;
  opacity: 0.95;
}

.igp-visual-content {
  position: relative;
  z-index: 2;
  max-width: 410px;
  color: #ffffff;
}

.igp-visual-label {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--igp-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.igp-visual-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.igp-visual-content p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.igp-visual-accent {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.igp-accent-one {
  top: 52%;
  right: -72px;
  width: 145px;
  height: 145px;
  border: 22px solid rgba(247, 197, 43, 0.9);
}

.igp-accent-two {
  right: 38px;
  bottom: 38px;
  width: 48px;
  height: 48px;
  background: var(--igp-red);
  box-shadow: 0 0 0 10px rgba(227, 6, 19, 0.13);
}

/* ---------- Message Content ---------- */

.igp-chairman-content {
  padding: 55px 62px 50px;
}

.igp-chairman-opening {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 22px;
  border: 0;
  color: var(--igp-navy);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.65;
}

.igp-chairman-opening::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  border-radius: 5px;
  background: linear-gradient(var(--igp-red), var(--igp-yellow));
}

.igp-chairman-content p {
  margin: 0 0 18px;
  color: var(--igp-text);
  font-size: 15.5px;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.igp-chairman-content .igp-chairman-closing {
  margin-top: 7px;
  margin-bottom: 30px;
  color: var(--igp-green-dark);
  font-weight: 600;
}

/* ---------- Signature ---------- */

.igp-chairman-signature {
  position: relative;
  margin-top: 32px;
  padding-top: 21px;
}

.igp-signature-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 3px;
  border-radius: 10px;
  background: var(--igp-red);
}

.igp-chairman-signature h3 {
  margin: 0 0 4px;
  color: var(--igp-navy);
  font-size: 18px;
  font-weight: 800;
}

.igp-chairman-signature span,
.igp-chairman-signature small {
  display: block;
  color: var(--igp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.igp-chairman-signature span {
  color: var(--igp-green-dark);
  font-weight: 600;
}

.igp-chairman-signature small {
  font-size: 11px;
}

/* ---------- Tablet ---------- */

@media (max-width: 900px) {
  .igp-chairman-page {
    padding: 60px 18px 70px;
  }

  .igp-chairman-card {
    grid-template-columns: 1fr;
  }

  .igp-chairman-visual {
    min-height: 390px;
    padding: 42px;
  }

  .igp-chairman-content {
    padding: 42px 42px 45px;
  }

  .igp-quote-mark {
    top: 22px;
    left: 32px;
    font-size: 120px;
  }

  .igp-visual-content {
    max-width: 600px;
  }
}

/* ---------- Mobile ---------- */

@media (max-width: 600px) {
  .igp-chairman-page {
    padding: 42px 14px 55px;
  }

  .igp-chairman-heading {
    margin-bottom: 25px;
  }

  .igp-chairman-kicker {
    padding: 7px 14px;
    font-size: 11px;
    letter-spacing: 0.55px;
  }

  .igp-chairman-heading h1 {
    margin-top: 13px;
    font-size: 34px;
    letter-spacing: -0.7px;
  }

  .igp-heading-line {
    width: 65px;
    height: 4px;
    margin-top: 12px;
  }

  .igp-chairman-card {
    border-radius: 18px;
  }

  .igp-chairman-visual {
    min-height: 350px;
    padding: 32px 26px;
  }

  .igp-chairman-visual::before {
    width: 220px;
    height: 220px;
    top: -100px;
    right: -90px;
  }

  .igp-quote-mark {
    top: 17px;
    left: 22px;
    font-size: 92px;
  }

  .igp-visual-label {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .igp-visual-content h2 {
    margin-bottom: 13px;
    font-size: 30px;
  }

  .igp-visual-content p {
    font-size: 13px;
    line-height: 1.65;
  }

  .igp-accent-one {
    right: -72px;
    width: 125px;
    height: 125px;
    border-width: 18px;
  }

  .igp-accent-two {
    right: 24px;
    bottom: 24px;
    width: 34px;
    height: 34px;
  }

  .igp-chairman-content {
    padding: 31px 24px 34px;
  }

  .igp-chairman-opening {
    margin-bottom: 22px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 1.55;
  }

  .igp-chairman-content p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.68;
  }

  .igp-chairman-content .igp-chairman-closing {
    margin-bottom: 25px;
  }

  .igp-chairman-signature {
    margin-top: 27px;
  }

  .igp-chairman-signature h3 {
    font-size: 16px;
  }
}

/* ---------- Small Mobile ---------- */

@media (max-width: 380px) {
  .igp-chairman-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .igp-chairman-visual {
    min-height: 330px;
    padding: 28px 22px;
  }

  .igp-chairman-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .igp-visual-content h2 {
    font-size: 27px;
  }
}

/* ---------- Accessibility / Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .igp-chairman-page *,
  .igp-chairman-page *::before,
  .igp-chairman-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
