.menu-area .header-logo a,
.sticky-header .header-logo a,
.mobile-menu-wrapper .mobile-logo a,
.footer-logo,
.sidebar-content .sidebar-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  --brand-mark-color: #0f172a;
  --brand-mark-icon-filter: saturate(1.15) contrast(1.1) brightness(0.88) drop-shadow(0 3px 10px rgba(15, 23, 42, 0.08));
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.brand-mark--light {
  --brand-mark-color: #ffffff;
  --brand-mark-icon-filter: none;
}

.brand-mark--dark {
  --brand-mark-color: #0f172a;
}

.brand-mark__icon {
  width: 52px;
  height: 52px;
  display: block;
  flex-shrink: 0;
  background: transparent;
  object-fit: contain;
  filter: var(--brand-mark-icon-filter);
}

.brand-mark__text {
  color: var(--brand-mark-color);
  font-family: var(--title-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  white-space: nowrap;
}

.brand-mark--light .brand-mark__text {
  text-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
}

.header-style7 .main-wrapper .logo,
.header-style4 .main-wrapper .logo,
.sticky-header .logo {
  min-width: 286px;
}

.header-style7 .main-wrapper .nav-menu,
.header-style4 .main-wrapper .nav-menu {
  margin-left: 0;
}

.menu-area .header-logo .brand-mark__text,
.sticky-header .header-logo .brand-mark__text {
  font-size: 15px;
}

.mobile-menu-wrapper .mobile-logo .brand-mark__text {
  font-size: 14px;
}

.footer-logo .brand-mark__text,
.sidebar-content .sidebar-logo .brand-mark__text {
  font-size: 15px;
}

.footer-logo,
.sidebar-content .sidebar-logo a {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.footer-logo .brand-mark,
.sidebar-content .sidebar-logo .brand-mark {
  gap: 10px;
}

.menu-area .header-logo .brand-mark__icon,
.sticky-header .header-logo .brand-mark__icon {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 18px rgba(10, 16, 28, 0.24));
}

.footer-logo .brand-mark__icon {
  filter: brightness(0) saturate(100%) invert(100%) drop-shadow(0 8px 18px rgba(15, 23, 42, 0.24));
}

.menu-area .header-logo .brand-mark__text,
.sticky-header .header-logo .brand-mark__text {
  text-shadow: 0 8px 22px rgba(10, 16, 28, 0.22);
}

.contact-section.style-3 {
  position: relative;
  isolation: isolate;
}

.contact-section.style-3 .bg.image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.contact-section.style-3 .bg.image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 18, 28, 0.94) 0%, rgba(14, 18, 28, 0.84) 28%, rgba(14, 18, 28, 0.34) 56%, rgba(14, 18, 28, 0.08) 78%, rgba(14, 18, 28, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.contact-section.style-3 .bg.image::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  top: clamp(42px, 6vw, 88px);
  width: min(34vw, 430px);
  height: clamp(180px, 22vw, 250px);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(14, 18, 28, 0.96), rgba(14, 18, 28, 0.64));
  filter: blur(26px);
  opacity: 0.96;
  z-index: 2;
  pointer-events: none;
}

.contact-section.style-3 .container {
  position: relative;
  z-index: 3;
}

.project-section.style-6 .project-wrapper .project-content .project-list li {
  color: var(--white-color);
}

.about-section.style-2 .about-right-wrap .achievement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.about-section.style-2 .about-right-wrap .achievement-card {
  min-height: 132px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.about-section.style-2 .about-right-wrap .achievement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.about-section.style-2 .about-right-wrap .achievement-card__shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
}

.about-section.style-2 .about-right-wrap .achievement-card__shape img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section.style-2 .about-right-wrap .achievement-card__shape--top {
  top: 0;
  left: 0;
  width: 42px;
}

.about-section.style-2 .about-right-wrap .achievement-card__shape--bottom {
  right: 0;
  bottom: 0;
  width: 36px;
}

.about-section.style-2 .about-right-wrap .achievement-card__value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.about-section.style-2 .about-right-wrap .achievement-card__number {
  font-size: 34px;
  line-height: 0.92;
  color: var(--dark-color, #0f172a);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.about-section.style-2 .about-right-wrap .achievement-card__suffix {
  font-size: 12px;
  line-height: 1;
  color: rgba(15, 23, 42, 0.88);
  font-weight: 600;
  position: relative;
  top: -2px;
}

.about-section.style-2 .about-right-wrap .achievement-card__label {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.92);
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.service-single-box .icon img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.feature-box-four .image-box .service-icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.service-section.style-6 .service-wrapper .service-single-item .item-left .item-wrap .icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.loading-screen .animation-preloader .txt-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.16em;
  max-width: min(92vw, 760px);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, #ffffff 28%, #c2df93 50%, #ffffff 72%, rgba(255, 255, 255, 0.18) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: cisiy-preloader-shine 3.2s ease-in-out infinite;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  display: inline-block;
}

.loading-screen .animation-preloader .txt-loading .letters-loading::before {
  animation-delay: var(--char-delay, 0s) !important;
}

@keyframes cisiy-preloader-shine {
  0% {
    background-position: 200% 50%;
    transform: translateY(0);
  }

  50% {
    background-position: 0% 50%;
    transform: translateY(-2px);
  }

  100% {
    background-position: -200% 50%;
    transform: translateY(0);
  }
}

.hero-section.style-6 .hero-right .image-box.image-box-person {
  position: relative;
  min-height: 390px;
  margin-bottom: -124px;
  display: block;
}

.hero-section.style-6 .hero-right .image-box.image-box-person::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 90px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 121, 196, 0.34) 0%, rgba(57, 121, 196, 0.14) 42%, rgba(57, 121, 196, 0) 72%);
  filter: blur(10px);
}

.hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure {
  position: absolute;
  right: -12px;
  bottom: -328px;
  z-index: 1;
  width: 670px;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(5, 15, 29, 0.34));
}

.hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure.cisiy-hero-figure--secondary {
  bottom: -347px;
}

.hero-section.style-6 .info-box.style-2 .inner-box {
  overflow: hidden;
}

.hero-section.style-6 .info-box.style-2 .inner-box .content {
  position: relative;
  z-index: 2;
  max-width: 220px;
}

.hero-section.style-6 .info-box.style-2 .inner-box .content .awards .count-number,
.hero-section.style-6 .info-box.style-2 .inner-box .content .awards span {
  display: inline-block;
  font-size: 88px;
  line-height: 0.92;
  color: #c2df93;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-section.style-6 .info-box.style-2 .inner-box .content p {
  color: rgba(255, 255, 255, 0.88);
}

.hero-section.style-6 .info-box.style-2 .inner-box .info-portrait {
  position: absolute;
  right: -8px;
  bottom: 0;
  z-index: 1;
  width: clamp(165px, 40%, 190px);
  height: 228px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
}

.hero-section.style-6 .info-box.style-2 .inner-box .info-portrait img {
  width: 130%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: -16px;
}

.about-section.style-6 .about-thumb-area .about-slider .about-slide_thumb {
  overflow: hidden;
  border-radius: 30px;
}

.about-section.style-6 .about-thumb-area .about-slider .about-slide_thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-section.style-6 .about-thumb-area .customar-box {
  padding: 28px 24px;
  max-width: 220px;
}

.about-section.style-6 .about-thumb-area .customar-box .box-top .awards .count-number {
  font-size: 56px;
  line-height: 0.95;
  color: var(--theme-color2, #c2df93);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.about-section.style-6 .about-thumb-area .customar-box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.about-section.style-6 .about-thumb-area .customar-box .about-stat-display {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.about-section.style-6 .about-thumb-area .customar-box .about-stat-display .stat-suffix {
  position: relative;
  top: 15px;
  left: -5px;
  font-size: 14px;
  line-height: 1;
  color: var(--theme-color2, #c2df93);
  flex-shrink: 0;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.about-section.style-6 .about-thumb-area .customar-box .box-top .icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
}

.about-section.style-6 .about-thumb-area .customar-box .box-bottom h6 {
  font-size: 19px;
  line-height: 26px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header-style7 .main-wrapper .logo,
  .header-style4 .main-wrapper .logo,
  .sticky-header .logo {
    min-width: 250px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person {
    min-height: 370px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure {
    right: -8px;
    bottom: -272px;
    width: 620px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure.cisiy-hero-figure--secondary {
    bottom: -291px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-style7 .main-wrapper .logo,
  .header-style4 .main-wrapper .logo,
  .sticky-header .logo {
    min-width: 232px;
  }

  .menu-area .header-logo .brand-mark,
  .sticky-header .header-logo .brand-mark {
    gap: 9px;
  }

  .menu-area .header-logo .brand-mark__icon,
  .sticky-header .header-logo .brand-mark__icon {
    width: 44px;
    height: 44px;
  }

  .menu-area .header-logo .brand-mark__text,
  .sticky-header .header-logo .brand-mark__text {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person {
    min-height: 325px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure {
    right: 0;
    bottom: -198px;
    width: 540px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure.cisiy-hero-figure--secondary {
    bottom: -217px;
  }
}

@media (max-width: 991px) {
  .header-style7 .main-wrapper .logo,
  .header-style4 .main-wrapper .logo,
  .sticky-header .logo {
    min-width: 220px;
  }

  .nav-header .main-wrapper .header-logo .brand-mark,
  .sticky-header .header-logo .brand-mark,
  .mobile-menu-wrapper .mobile-logo .brand-mark {
    --brand-mark-color: #0f172a;
    --brand-mark-icon-filter: saturate(1.15) contrast(1.1) brightness(0.88) drop-shadow(0 3px 10px rgba(15, 23, 42, 0.08));
  }

  .nav-header .main-wrapper .header-logo .brand-mark__icon,
  .sticky-header .header-logo .brand-mark__icon,
  .mobile-menu-wrapper .mobile-logo .brand-mark__icon {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .menu-area .header-logo .brand-mark {
    gap: 10px;
  }

  .menu-area .header-logo .brand-mark__icon,
  .sticky-header .header-logo .brand-mark__icon {
    width: 42px;
    height: 42px;
  }

  .menu-area .header-logo .brand-mark__text,
  .sticky-header .header-logo .brand-mark__text {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person {
    min-height: 300px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure {
    right: 0;
    bottom: -165px;
    width: 500px;
  }

  .hero-section.style-6 .hero-right .image-box.image-box-person .cisiy-hero-figure.cisiy-hero-figure--secondary {
    bottom: -184px;
  }

  .about-section.style-6 .about-thumb-area .about-slider .about-slide_thumb img {
    aspect-ratio: 4 / 3;
  }

  .about-section.style-6 .about-thumb-area .customar-box .box-top .awards .count-number {
    font-size: 50px;
  }

  .about-section.style-6 .about-thumb-area .customar-box .about-stat-display .stat-suffix {
    top: 8px;
    left: 0;
    font-size: 13px;
    margin-bottom: 0;
  }

  .about-section.style-2 .about-right-wrap .achievement-grid {
    gap: 12px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card {
    min-height: 124px;
    padding: 16px 14px 14px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__shape--top {
    width: 36px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__shape--bottom {
    width: 30px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__number {
    font-size: 30px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__label {
    font-size: 12px;
  }

  .contact-section.style-3 .bg.image::after {
    left: 16px;
    right: 16px;
    width: auto;
    top: 32px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .loading-screen .animation-preloader .txt-loading {
    font-size: clamp(1.5rem, 8vw, 2.35rem);
    letter-spacing: 0.1em;
    white-space: normal;
  }

  .footer-logo .brand-mark__text,
  .sidebar-content .sidebar-logo .brand-mark__text {
    font-size: 14px;
  }

  .mobile-menu-wrapper .mobile-logo .brand-mark__icon {
    width: 44px;
    height: 44px;
  }

  .mobile-menu-wrapper .mobile-logo .brand-mark__text {
    font-size: 13px;
    letter-spacing: 0.07em;
  }

  .about-section.style-2 .about-right-wrap .achievement-grid {
    gap: 10px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card {
    min-height: 112px;
    padding: 14px 12px 12px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__shape {
    opacity: 0.34;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__shape--top {
    width: 30px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__shape--bottom {
    width: 25px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__number {
    font-size: 26px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__suffix {
    font-size: 11px;
  }

  .about-section.style-2 .about-right-wrap .achievement-card__label {
    font-size: 11px;
    line-height: 1.3;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box .content .awards .count-number,
  .hero-section.style-6 .info-box.style-2 .inner-box .content .awards span {
    font-size: 68px;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box .info-portrait {
    width: 132px;
    height: 174px;
    right: -4px;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box .info-portrait img {
    width: 124%;
    margin-bottom: -12px;
  }

  .about-section.style-6 .about-thumb-area .customar-box .box-bottom h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .about-section.style-6 .about-thumb-area .customar-box {
    padding: 24px 20px;
  }

  .about-section.style-6 .about-thumb-area .customar-box .box-top {
    margin-bottom: 18px;
  }
}

.posts-index-page .posts-index-layout {
  align-items: flex-start;
}

.posts-index-page .posts-index-main {
  min-width: 0;
}

.posts-index-page .posts-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.posts-index-page .posts-index-card {
  margin-bottom: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.posts-index-page .posts-index-card .image {
  overflow: hidden;
}

.posts-index-page .posts-index-card .image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.posts-index-page .posts-index-card .card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 22px;
}

.posts-index-page .posts-index-card .card-content .category {
  margin-bottom: 14px;
}

.posts-index-page .posts-index-card .card-content .title {
  min-height: 68px;
  margin-bottom: 16px;
}

.posts-index-page .posts-index-card .card-content .author-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.posts-index-page .posts-index-card .card-content .description {
  margin-bottom: 24px;
}

.posts-index-page .posts-index-empty {
  grid-column: 1 / -1;
}

.posts-index-page .posts-index-pagination {
  margin-top: 36px;
}

.posts-index-page .posts-index-sidebar {
  position: sticky;
  top: 118px;
  padding-left: 18px;
}

.posts-index-page .posts-index-sidebar > div + div {
  margin-top: 24px;
}

.posts-index-page .posts-index-sidebar .widget-box,
.posts-index-page .posts-index-sidebar .sidebar-category-list .widget-box {
  border-radius: 24px;
  overflow: hidden;
}

.posts-index-page .posts-index-sidebar .sidebar-title {
  margin-bottom: 16px;
}

.posts-index-page .posts-index-sidebar .tag-list {
  gap: 10px;
}

@media (max-width: 1199px) {
  .posts-index-page .posts-index-grid {
    gap: 24px;
  }

  .posts-index-page .posts-index-card .card-content {
    padding: 24px 22px 20px;
  }

  .posts-index-page .posts-index-card .card-content .title {
    min-height: 60px;
  }

  .posts-index-page .posts-index-sidebar {
    top: 96px;
    padding-left: 8px;
  }
}

@media (max-width: 991px) {
  .posts-index-page .posts-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .posts-index-page .posts-index-sidebar {
    position: static;
    top: auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .posts-index-page .posts-index-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .posts-index-page .posts-index-card {
    border-radius: 24px;
  }

  .posts-index-page .posts-index-card .card-content {
    padding: 22px 20px 20px;
  }

  .posts-index-page .posts-index-card .card-content .title {
    min-height: 0;
  }

  .posts-index-page .posts-index-pagination {
    margin-top: 28px;
  }
}

.chairman-page .breadcrumb-section {
  margin-bottom: 0;
}

.chairman-hero {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(194, 223, 147, 0.22), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #172338 52%, #1d3043 100%);
  overflow: hidden;
}

.chairman-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 38%),
    radial-gradient(circle at bottom right, rgba(194, 223, 147, 0.14), transparent 26%);
  pointer-events: none;
}

.chairman-hero__panel {
  position: relative;
  z-index: 1;
  padding: 22px 0 110px;
}

.chairman-portrait {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.chairman-portrait__frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(194, 223, 147, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(6, 14, 28, 0.36);
}

.chairman-portrait__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 28%);
  pointer-events: none;
}

.chairman-portrait__frame img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 4.85;
  object-fit: cover;
  object-position: center top;
}

.chairman-portrait__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(14px);
  color: var(--white-color);
}

.chairman-portrait__caption span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(194, 223, 147, 0.88);
}

.chairman-portrait__caption strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
}

.chairman-copy {
  color: rgba(255, 255, 255, 0.88);
  padding-left: 14px;
}

.chairman-copy .sub-title {
  color: rgba(194, 223, 147, 0.96);
}

.chairman-copy__title {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--white-color);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.chairman-copy__text {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.chairman-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.chairman-facts__item {
  min-height: 112px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.chairman-facts__year {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #c2df93;
}

.chairman-facts__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.chairman-story {
  position: relative;
}

.chairman-story .title-area {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.chairman-story-card {
  width: 100%;
  padding: 34px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.chairman-story .col-lg-6:first-child .chairman-story-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.02)),
    var(--theme-color3);
}

.chairman-story .col-lg-6:last-child .chairman-story-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    var(--light-color2);
}

.chairman-story-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.chairman-story .col-lg-6:first-child .chairman-story-card::before {
  background-image: url("../images/mission/shape01.png");
}

.chairman-story .col-lg-6:last-child .chairman-story-card::before {
  background-image: url("../images/mission/shape02.png");
}

.chairman-story-card > * {
  position: relative;
  z-index: 1;
}

.chairman-story-card__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--theme-color2);
}

.chairman-story-card__title {
  margin-bottom: 20px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.chairman-story-card p {
  margin-bottom: 18px;
  color: rgba(15, 23, 42, 0.82);
}

.chairman-story-card p:last-child {
  margin-bottom: 0;
}

.mission-section .mission-single-box--text-only {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}

.mission-section .mission-single-box--text-only .mission-content {
  width: 100%;
  padding-right: 8px;
}

.mission-section .mission-single-box--text-only .mission-content .text {
  width: 100%;
  max-width: none;
}

.mission-section .mission-single-box--text-only .mission-content .text p:last-child {
  margin-bottom: 0;
}

.chairman-quote {
  padding: 0 0 120px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(24, 39, 59, 0.98)),
    #111827;
}

.chairman-quote__box {
  position: relative;
  overflow: hidden;
  padding: 48px 56px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(194, 223, 147, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.chairman-quote__box::before {
  content: "";
  position: absolute;
  top: -84px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(194, 223, 147, 0.12);
  filter: blur(2px);
}

.chairman-quote__label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c2df93;
}

.chairman-quote blockquote {
  margin: 0;
  max-width: 980px;
  font-family: var(--title-font), sans-serif;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: var(--white-color);
}

@media (max-width: 1199px) {
  .chairman-hero__panel {
    padding-bottom: 96px;
  }

  .chairman-copy {
    padding-left: 0;
  }

  .chairman-facts__item {
    min-height: 104px;
    padding: 16px 18px;
  }

  .chairman-story-card {
    padding: 30px 28px;
  }

  .chairman-quote__box {
    padding: 40px 42px;
  }
}

@media (max-width: 991px) {
  .chairman-hero__panel {
    padding: 18px 0 88px;
  }

  .chairman-portrait {
    max-width: 560px;
  }

  .chairman-copy__text {
    font-size: 16px;
    line-height: 1.72;
  }

  .chairman-story {
    padding-top: 90px;
  }

  .chairman-quote {
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .chairman-hero__panel {
    padding: 8px 0 74px;
  }

  .chairman-portrait__caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .chairman-portrait__caption strong {
    font-size: 22px;
  }

  .chairman-facts {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .chairman-facts__item {
    min-height: auto;
  }

  .chairman-story {
    padding-top: 80px;
  }

  .chairman-story-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .chairman-quote {
    padding-bottom: 80px;
  }

  .chairman-quote__box {
    padding: 30px 22px;
    border-radius: 24px;
  }
}

.honorary-page .breadcrumb-section {
  margin-bottom: 0;
}

.breadcrumb-section .bg.bg-image {
  background-position: center top !important;
  background-size: cover;
}

.breadcrumb-section .bg.bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 22, 0.58) 0%, rgba(10, 14, 22, 0.2) 12%, rgba(10, 14, 22, 0) 24%, rgba(10, 14, 22, 0) 76%, rgba(10, 14, 22, 0.2) 88%, rgba(10, 14, 22, 0.58) 100%),
    linear-gradient(180deg, rgba(10, 14, 22, 0.18) 0%, rgba(10, 14, 22, 0) 28%, rgba(10, 14, 22, 0.1) 100%);
  pointer-events: none;
}

.honorary-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(230, 192, 126, 0.22), transparent 32%),
    linear-gradient(135deg, #111827 0%, #172033 52%, #1c2435 100%);
}

.honorary-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.06), transparent 40%),
    radial-gradient(circle at bottom right, rgba(230, 192, 126, 0.18), transparent 26%);
  pointer-events: none;
}

.honorary-hero__panel {
  position: relative;
  z-index: 1;
  padding: 24px 0 112px;
}

.honorary-copy {
  color: rgba(255, 255, 255, 0.88);
  padding-right: 28px;
}

.honorary-copy .sub-title {
  color: rgba(230, 192, 126, 0.98);
}

.honorary-copy__title {
  margin-bottom: 22px;
  color: var(--white-color);
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.honorary-copy__text {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.8);
}

.honorary-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.honorary-values__chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.honorary-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.honorary-visual__media {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 80px rgba(5, 10, 20, 0.34);
}

.honorary-visual__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.38));
  pointer-events: none;
}

.honorary-visual__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  object-position: center top;
}

.honorary-visual__card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(9, 14, 24, 0.22);
}

.honorary-visual__card span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.58);
}

.honorary-visual__card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.05;
  color: var(--dark-color);
}

.honorary-visual__card p {
  margin: 0;
  color: rgba(15, 23, 42, 0.82);
}

.honorary-story {
  position: relative;
}

.honorary-story .title-area {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.honorary-story-card {
  width: 100%;
  padding: 34px 32px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
  isolation: isolate;
}

.honorary-story .col-lg-6:nth-child(4n+1) .honorary-story-card,
.honorary-story .col-lg-6:nth-child(4n+4) .honorary-story-card {
  background:
    linear-gradient(180deg, rgba(230, 192, 126, 0.18), rgba(255, 255, 255, 0.04)),
    #fffdf8;
}

.honorary-story .col-lg-6:nth-child(4n+2) .honorary-story-card,
.honorary-story .col-lg-6:nth-child(4n+3) .honorary-story-card {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.01)),
    #f6f8fb;
}

.honorary-story-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 156px;
  height: 156px;
  background: url("../images/mission/shape02.png") no-repeat top right / contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.honorary-story-card > * {
  position: relative;
  z-index: 1;
}

.honorary-story-card__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b98535;
}

.honorary-story-card__title {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.honorary-story-card p {
  margin-bottom: 18px;
  color: rgba(15, 23, 42, 0.82);
}

.honorary-story-card p:last-child {
  margin-bottom: 0;
}

.honorary-tribute {
  padding: 0 0 120px;
  background:
    linear-gradient(135deg, #f4efe7 0%, #f7f8fa 100%);
}

.honorary-tribute__box {
  position: relative;
  overflow: hidden;
  padding: 54px 58px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(28, 36, 53, 0.96));
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.honorary-tribute__box::before {
  content: "";
  position: absolute;
  top: -68px;
  right: -48px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(230, 192, 126, 0.14);
}

.honorary-tribute__label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e6c07e;
}

.honorary-tribute blockquote {
  margin: 0 0 18px;
  max-width: 900px;
  font-family: var(--title-font), sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: var(--white-color);
}

.honorary-tribute p {
  margin: 0;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
  .honorary-hero__panel {
    padding-bottom: 96px;
  }

  .honorary-copy {
    padding-right: 0;
  }

  .honorary-story-card {
    padding: 30px 28px;
  }

  .honorary-tribute__box {
    padding: 44px 42px;
  }
}

@media (max-width: 991px) {
  .honorary-hero__panel {
    padding: 18px 0 86px;
  }

  .honorary-visual {
    margin: 0 auto;
  }

  .honorary-story {
    padding-top: 88px;
  }

  .honorary-tribute {
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .honorary-hero__panel {
    padding: 8px 0 74px;
  }

  .honorary-copy__text {
    font-size: 16px;
    line-height: 1.72;
  }

  .honorary-values {
    gap: 10px;
    margin-top: 24px;
  }

  .honorary-values__chip {
    min-height: 38px;
    padding: 9px 14px;
    font-size: 11px;
  }

  .honorary-visual__card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px 18px;
    border-radius: 20px;
  }

  .honorary-visual__card strong {
    font-size: 24px;
  }

  .honorary-story {
    padding-top: 76px;
  }

  .honorary-story-card {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .honorary-tribute {
    padding-bottom: 80px;
  }

  .honorary-tribute__box {
    padding: 30px 22px;
    border-radius: 24px;
  }
}
