/* ==================================================
   Governance & Transparency
   Typography
================================================== */

.governance-intro,
.governance-grid,
.governance-detail,
.governance-notice,
.governance-access {
  font-family: "Manrope", sans-serif;
}

.governance-eyebrow {
  font-weight: 600;
}

.governance-intro h1 {
  font-weight: 700;
}

.governance-section h2,
.governance-detail h2,
.governance-access h2 {
  font-weight: 600;
}

.governance-intro p,
.governance-section p,
.governance-section li,
.governance-detail p,
.governance-notice p,
.governance-access p,
.governance-access li {
  font-weight: 400;
}

.document-status,
.access-button {
  font-weight: 500;
}
/* ==================================================
   Page Foundation
================================================== */
main {
  background: #ffffff;
  color: #25282d;
}

.governance-intro {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  width: 100%;
  min-height: 600px;
  border-bottom: 1px solid #e7e4ea;
}

.governance-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(40px, 6vw, 100px);
  background: #ffffff;
}

.governance-eyebrow {
  margin: 0 0 22px;
  color: #7652a7;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.governance-intro h1 {
  margin: 0;
  color: #25282d;
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.governance-intro h1::after {
  display: block;
  width: 78px;
  height: 4px;
  margin: 30px 0;
  background: #7652a7;
  content: "";
}

.governance-intro p:not(.governance-eyebrow) {
  max-width: 680px;
  margin: 0 0 18px;
  color: #4d5158;
  font-size: 1.05rem;
  line-height: 1.75;
}

.governance-intro p:last-child {
  margin-bottom: 0;
}

.governance-image {
  min-height: 600px;
  overflow: hidden;
}

.governance-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* ==================================================
   Governance Categories
================================================== */

.governance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  padding: 54px clamp(36px, 5vw, 90px);
  background: #ffffff;
}

.governance-section {
  position: relative;
  min-width: 0;
  padding: 0 34px;
  border-right: 1px solid #e5e1e8;
}

.governance-section:first-child {
  padding-left: 0;
}

.governance-section:last-child {
  padding-right: 0;
  border-right: 0;
}

.governance-section h2 {
  position: relative;
  min-height: 58px;
  margin: 0 0 28px;
  padding-left: 42px;
  color: #292c31;
  font-size: 1.2rem;
  line-height: 1.3;
}

.governance-section h2::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #9b72ca;
  border-radius: 50%;
  content: "";
}

.governance-section h2::after {
  position: absolute;
  bottom: 0;
  left: 42px;
  width: 34px;
  height: 3px;
  background: #7652a7;
  content: "";
}

.governance-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.governance-section li {
  position: relative;
  padding: 15px 28px 15px 0;
  border-bottom: 1px solid #e5e1e8;
  color: #44484f;
  font-size: 0.98rem;
  line-height: 1.45;
}

.governance-section li::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: #8e8993;
  font-size: 1.35rem;
  line-height: 1;
  content: "›";
  transform: translateY(-50%);
}

.document-status {
  display: block;
  margin-top: 2px;
  color: #9b72ca;
  font-style: italic;
}

.governance-brand > p {
  margin: 0 0 20px;
  color: #555961;
  font-size: 0.95rem;
  line-height: 1.65;
}

.brand-callout {
  margin-top: 28px;
  padding: 24px;
  border: 2px solid #cbb8df;
  border-radius: 12px;
  background: #fcfaff;
}

.brand-callout p {
  margin: 0;
  color: #454149;
  font-size: 0.95rem;
  line-height: 1.55;
}
/* ==================================================
   Governance Details
================================================== */

.governance-detail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px clamp(36px, 5vw, 72px);
  border-top: 1px solid #e5e1e8;
}

.governance-detail h2 {
  margin: 0 0 18px;
  color: #7652a7;
  font-size: 1.35rem;
  line-height: 1.3;
}

.governance-detail p {
  max-width: 980px;
  margin: 0 0 16px;
  color: #4d5158;
  font-size: 1rem;
  line-height: 1.75;
}

.governance-detail p:last-child {
  margin-bottom: 0;
}


/* ==================================================
   Governance Notice
================================================== */

.governance-notice {
  max-width: 1180px;
  margin: 28px auto 36px;
  padding: 26px 32px;
  border-left: 5px solid #7652a7;
  background: #f7f3fb;
}

.governance-notice p {
  margin: 0;
  color: #4b4650;
  font-size: 0.95rem;
  line-height: 1.7;
}
/* ==================================================
   Request Access
================================================== */

.governance-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 clamp(36px, 5vw, 90px) 54px;
  padding: 30px 36px;
  border: 1px solid #e5dcef;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    #f8f4fc 0%,
    #fcfaff 55%,
    #f4eef9 100%
  );
}

.access-content {
  max-width: 920px;
}

.governance-access h2 {
  margin: 0 0 10px;
  color: #292c31;
  font-size: 1.2rem;
  line-height: 1.3;
}

.governance-access p {
  margin: 0;
  color: #4d5158;
  font-size: 1rem;
  line-height: 1.65;
}

.access-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 28px;
  border: 2px solid #7652a7;
  border-radius: 8px;
  background: #7652a7;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.access-button:hover,
.access-button:focus-visible {
  background: #ffffff;
  color: #7652a7;
  transform: translateY(-2px);
}

.access-button:focus-visible {
  outline: 3px solid rgba(118, 82, 167, 0.28);
  outline-offset: 3px;
}
/* ==================================================
   Responsive Layout
================================================== */

@media (max-width: 1100px) {
  .governance-intro {
    grid-template-columns: 1fr 1fr;
  }

  .governance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }

  .governance-section:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .governance-section:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .governance-intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .governance-content {
    padding: 54px 26px;
  }

  .governance-intro h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .governance-image {
    min-height: 320px;
  }

  .governance-grid {
    grid-template-columns: 1fr;
    padding: 42px 26px;
  }

  .governance-section,
  .governance-section:first-child,
  .governance-section:nth-child(3),
  .governance-section:last-child {
    padding: 0 0 42px;
    border-right: 0;
    border-bottom: 1px solid #e5e1e8;
  }

  .governance-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .governance-detail {
    padding: 36px 26px;
  }

  .governance-notice {
    margin: 24px 26px 32px;
    padding: 24px;
  }

  .governance-access {
    flex-direction: column;
    align-items: stretch;
    margin: 0 26px 42px;
    padding: 28px 24px;
  }

  .access-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .access-button {
    transition: none;
  }
}
/* ==================================================
   Governance Icons
================================================== */

.brand-callout {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.brand-callout-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  color: #7652a7;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.access-icon {
  display: flex;
  flex: 0 0 92px;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #e8ddf4;
  color: #7652a7;
}

.access-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}
/* ==================================================
   Override Global Section Behavior
================================================== */

body main {
  overflow: visible !important;
}

main .governance-intro,
main .governance-section,
main .governance-detail,
main .governance-access {
  position: relative !important;
  inset: auto !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: auto !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

main .governance-intro {
  display: grid !important;
  min-height: 600px !important;
}

main .governance-grid {
  display: grid !important;
}

main .governance-section,
main .governance-detail {
  display: block !important;
}

main .governance-access {
  display: flex !important;
}

main .governance-intro *,
main .governance-grid *,
main .governance-detail *,
main .governance-access * {
  opacity: 1 !important;
  visibility: visible !important;
}
/* ==================================================
   Governance Alignment and Direction Fixes
================================================== */

main,
main * {
  box-sizing: border-box;
}

.governance-eyebrow,
.governance-intro p,
.governance-section p,
.governance-section li,
.governance-detail p,
.governance-notice p,
.governance-access p {
  text-align: left;
}

.document-status {
  direction: ltr !important;
  unicode-bidi: normal !important;
  text-align: left;
}

.governance-grid {
  max-width: 100%;
  overflow: hidden;
}

.governance-section h2 {
  overflow-wrap: anywhere;
}

.brand-callout p {
  text-align: left;
}