/* ========================================================================== 
   Chairman's Message — Washnah | Text-only editorial presentation
   ========================================================================== */
.chairman-message {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 8vw, 126px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.10), transparent 25%),
    radial-gradient(circle at 88% 80%, rgba(220,113,124,.20), transparent 31%),
    linear-gradient(135deg, #16070b 0%, #3c0c13 32%, #801922 72%, #25090e 100%);
}

.chairman-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../patterns/washnah-pattern-light.png");
  background-repeat: repeat;
  background-size: 390px auto;
  opacity: .065;
  mix-blend-mode: screen;
  pointer-events: none;
}

.chairman-message::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(0,0,0,.25), transparent 38%, rgba(0,0,0,.12)),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.12));
  pointer-events: none;
}

.chairman-message__shell {
  position: relative;
  max-width: 1180px;
}

.chairman-message__shell::before,
.chairman-message__shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.chairman-message__shell::before {
  width: 340px;
  height: 340px;
  inset-inline-start: -170px;
  top: 15%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 34px rgba(255,255,255,.018), 0 0 0 68px rgba(255,255,255,.012);
}

.chairman-message__shell::after {
  width: 190px;
  height: 190px;
  inset-inline-end: -70px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 68%);
  filter: blur(3px);
}

.chairman-message__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.chairman-message__title-block { min-width: 0; }

.chairman-message__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.chairman-message__eyebrow i {
  color: #efc7cc;
  font-size: .95rem;
}

html[dir="rtl"] .chairman-message__eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

.chairman-message h2 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.45rem, 5.5vw, 5.2rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
}

html[dir="rtl"] .chairman-message h2 {
  letter-spacing: -.025em;
  line-height: 1.08;
}

.chairman-message__seal {
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 18px 42px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chairman-message__seal span {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2.55rem;
  line-height: .9;
}

.chairman-message__seal small {
  color: rgba(255,255,255,.58);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[dir="rtl"] .chairman-message__seal small {
  letter-spacing: 0;
  text-transform: none;
}

.chairman-message__statement {
  position: relative;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)),
    rgba(29,6,11,.37);
  box-shadow: 0 36px 90px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.chairman-message__statement::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: calc(clamp(26px, 4vw, 46px) - 9px);
  pointer-events: none;
}

.chairman-message__quote-mark {
  position: absolute;
  inset-inline-end: clamp(28px, 5vw, 68px);
  top: clamp(22px, 4vw, 46px);
  color: rgba(255,255,255,.12);
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: 1;
  transform: rotate(180deg);
}

html[dir="rtl"] .chairman-message__quote-mark {
  transform: none;
}

.chairman-message__lead {
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.025em;
}

html[dir="rtl"] .chairman-message__lead {
  line-height: 1.55;
  letter-spacing: -.012em;
}

.chairman-message__body {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.95;
}

.chairman-message__principles {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.chairman-message__principle {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.chairman-message__principle:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.09);
}

.chairman-message__principle-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 13px;
  color: #5c1018;
  background: linear-gradient(145deg, #fff, #efd4d7);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.chairman-message__principle-icon svg {
  width: 23px;
  height: 23px;
  display: block;
  flex: 0 0 auto;
  margin: auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chairman-message__principle strong,
.chairman-message__principle span {
  display: block;
}

.chairman-message__principle strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: .98rem;
}

.chairman-message__principle span {
  color: rgba(255,255,255,.60);
  font-size: .79rem;
  line-height: 1.55;
}

.chairman-message__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.chairman-message__identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.chairman-message__signature-line {
  flex: 0 0 auto;
  width: 56px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.20));
  box-shadow: 0 0 18px rgba(255,255,255,.22);
}

html[dir="rtl"] .chairman-message__signature-line {
  background: linear-gradient(270deg, #fff, rgba(255,255,255,.20));
}

.chairman-message__identity strong,
.chairman-message__identity small {
  display: block;
}

.chairman-message__identity strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: .98rem;
}

.chairman-message__identity small {
  color: rgba(255,255,255,.58);
  font-size: .74rem;
}

.chairman-message__closing {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: end;
  text-transform: uppercase;
}

html[dir="rtl"] .chairman-message__closing {
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.8;
}

.chairman-message .motion-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .chairman-message__header {
    align-items: center;
  }

  .chairman-message__seal {
    width: 92px;
    height: 92px;
  }

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

@media (max-width: 767.98px) {
  .chairman-message {
    padding: 68px 0;
  }

  .chairman-message__header {
    align-items: flex-start;
    margin-bottom: 26px;
  }

  .chairman-message__seal {
    width: 66px;
    height: 66px;
  }

  .chairman-message__seal span {
    font-size: 1.72rem;
  }

  .chairman-message__seal small {
    display: none;
  }

  .chairman-message__statement {
    padding: 30px 22px;
    border-radius: 28px;
  }

  .chairman-message__statement::before {
    inset: 8px;
    border-radius: 21px;
  }

  .chairman-message__quote-mark {
    inset-inline-end: 20px;
    top: 18px;
    font-size: 5rem;
  }

  .chairman-message__body {
    line-height: 1.8;
  }

  .chairman-message__principle {
    padding: 17px;
  }

  .chairman-message__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .chairman-message__closing {
    max-width: none;
    text-align: start;
  }
}

@media (max-width: 420px) {
  .chairman-message h2 {
    font-size: 2.15rem;
  }

  .chairman-message__seal {
    display: none;
  }

  .chairman-message__statement {
    padding: 27px 18px;
  }

  .chairman-message__lead {
    font-size: 1.45rem;
  }

  .chairman-message__principle-icon {
    width: 38px;
    height: 38px;
  }

  .chairman-message__identity {
    align-items: flex-start;
  }

  .chairman-message__signature-line {
    width: 34px;
    margin-top: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chairman-message__principle {
    transition: none;
  }
}

/* =========================================================
   2026-06-25 — Chairman principles icon color
   ========================================================= */
.chairman-message__principle-icon {
  color: #c62636 !important;
}

.chairman-message__principle:hover .chairman-message__principle-icon {
  color: #e13b4c !important;
}


/* =========================================================
   2026-07-15 — Cross-device principle icon centering hardening
   ========================================================= */
.chairman-message__principle {
  align-items: center !important;
}

.chairman-message__principle-icon {
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.chairman-message__principle-icon > svg {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: auto !important;
}
