:root {
  --theme-color: #f3d08c;
}

.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;
}

.main-menu .navigation > li > .sub-menu,
.mobile-menu-wrapper .mobile-menu-area .navigation .sub-menu {
  min-width: 290px;
}

.main-menu .navigation > li > .sub-menu li a,
.mobile-menu-wrapper .mobile-menu-area .navigation .sub-menu li a {
  white-space: normal;
  line-height: 1.45;
}

.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;
  color: #f3d08c;
}

@media (min-width: 992px) {
  .main-menu .navigation > li {
    position: relative;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega {
    left: 0;
    min-width: min(520px, calc(100vw - 48px));
    max-width: min(760px, calc(100vw - 48px));
    width: max-content;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(18px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .main-menu .navigation > li:hover > .sub-menu.sub-menu--mega,
  .main-menu .navigation > li:focus-within > .sub-menu.sub-menu--mega {
    visibility: visible;
    opacity: 1;
    z-index: 12;
    transform: translateY(0);
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li {
    margin: 0;
    min-width: 0;
    border: 0;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li:last-child {
    border-bottom: 0;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    color: var(--dark-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li a::before,
  .main-menu .navigation > li > .sub-menu.sub-menu--mega li.menu-item-has-children > a::after {
    display: none;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li:hover > a,
  .main-menu .navigation > li > .sub-menu.sub-menu--mega li.active > a {
    color: var(--dark-color);
    border-color: rgba(243, 208, 140, 0.78);
    background: linear-gradient(180deg, rgba(243, 208, 140, 0.34) 0%, rgba(243, 208, 140, 0.14) 100%);
    box-shadow: 0 12px 28px rgba(243, 208, 140, 0.18);
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--mega li:hover > a::before,
  .main-menu .navigation > li > .sub-menu.sub-menu--mega li.active > a::before {
    display: none;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--corporate > li:nth-child(3) {
    order: 4;
  }

  .main-menu .navigation > li > .sub-menu.sub-menu--corporate > li:nth-child(4) {
    order: 3;
  }
}

.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;
}

.footer-section,
.footer-section .footer-top,
.footer-section .footer-bottom,
.newsletter-section,
.home-news-section,
.project-section.style-6 {
  background-color: var(--white-color) !important;
  background-image: none !important;
}

.footer-section .footer-bottom {
  background-color: var(--white-color);
}

.footer-section .footer-brand .text,
.footer-section .footer-bottom p,
.footer-section .footer-bottom .footer-policy a,
.footer-widget .title,
.footer-widget .text,
.footer-widget .notify,
.footer-widget ul li a,
.footer-section .footer-social .social-link {
  color: var(--dark-color);
}

.newsletter-section .newsletter {
  background-color: var(--white-color);
  border: 1px solid rgba(6, 50, 50, 0.12);
  box-shadow: 0 18px 44px rgba(6, 50, 50, 0.08);
}

.newsletter-section .newsletter .text h3,
.newsletter-section .newsletter .contact-info .email-details p,
.newsletter-section .newsletter .contact-info .email-details a {
  color: var(--dark-color);
}

.newsletter-section .newsletter .contact-info .email-icon {
  background-color: rgba(6, 50, 50, 0.08);
}

.newsletter-section .newsletter .contact-info .email-icon i {
  color: var(--dark-color);
}

.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));
}

.footer-logo .brand-mark--dark .brand-mark__icon {
  filter: var(--brand-mark-icon-filter);
}

.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 {
  background-color: var(--white-color);
  border: 1px solid rgba(6, 50, 50, 0.1);
  box-shadow: 0 22px 54px rgba(6, 50, 50, 0.08);
}

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

.project-section.style-6 .project-wrapper .project-content .project-box-title .sub-title {
  color: var(--dark-color);
  border-color: rgba(6, 50, 50, 0.16);
  background: rgba(6, 50, 50, 0.04);
}

.project-section.style-6 .project-wrapper .project-content .project-box-title .title,
.project-section.style-6 .project-wrapper .project-content .project-list li span {
  color: var(--dark-color);
}

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

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

.project-section.style-6 .project-wrapper .project-content .border.white {
  background-color: rgba(6, 50, 50, 0.12);
}

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

.cisiy-rich-text {
  display: grid;
  gap: 12px;
}

.cisiy-rich-text p,
.cisiy-rich-text ul,
.cisiy-rich-text ol {
  margin: 0;
}

.cisiy-rich-text ul,
.cisiy-rich-text ol {
  padding-left: 18px;
}

.cisiy-rich-text li + li {
  margin-top: 6px;
}

.hero-section.style-6 {
  position: relative;
  overflow: hidden;
}

.hero-live-counter {
  position: absolute;
  top: 108px;
  left: clamp(26px, 5vw, 92px);
  z-index: 5;
  width: min(calc(100% - 32px), 360px);
  padding: 16px 20px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 20, 23, 0.34), rgba(7, 20, 23, 0.16));
  box-shadow: 0 16px 42px rgba(4, 14, 15, 0.18);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.hero-live-counter__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-live-counter__value-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.hero-live-counter__value {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
}

.hero-live-counter__unit {
  color: #f3d08c;
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .hero-live-counter {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 24px 18px 0;
  }
}

.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;
}

.feature-box-four .image-box .thumb img,
.service-section.style-6 .service-wrapper .service-single-item .item-left .image img,
.project-section.style-6 .project-wrapper .project-thum img,
.services-details__content .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.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: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.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;
}

.about-brand-strip {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.about-brand-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: clamp(112px, 11vw, 152px);
  padding: clamp(24px, 3vw, 36px) 0;
}

.about-brand-strip__inner img {
  display: block;
  width: 100%;
  max-width: 190px;
  max-height: 82px;
  margin: 0 auto;
  object-fit: contain;
}

.breadcrumb-section--themed {
  background: #063232;
}

.breadcrumb-section__bg {
  background:
    radial-gradient(circle at 16% 20%, rgba(243, 208, 140, 0.18) 0%, rgba(243, 208, 140, 0) 34%),
    radial-gradient(circle at 82% 24%, rgba(136, 214, 201, 0.16) 0%, rgba(136, 214, 201, 0) 30%),
    linear-gradient(135deg, #041f1f 0%, #063232 52%, #0a4a4a 100%);
  overflow: hidden;
}

.breadcrumb-section__bg::before,
.breadcrumb-section__bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.breadcrumb-section__bg::before {
  top: 16%;
  left: -4%;
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 208, 140, 0.24) 0%, rgba(243, 208, 140, 0.05) 38%, rgba(243, 208, 140, 0) 72%);
  filter: blur(10px);
}

.breadcrumb-section__bg::after {
  right: -8%;
  bottom: -28%;
  width: clamp(260px, 36vw, 520px);
  aspect-ratio: 1;
  border-radius: 42% 58% 60% 40% / 44% 38% 62% 56%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, rgba(13, 104, 104, 0.38) 0%, rgba(13, 104, 104, 0.08) 100%);
  transform: rotate(-18deg);
}

.breadcrumb-section--video {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.breadcrumb-section__video-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.breadcrumb-section__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) brightness(0.78);
  transform: scale(1.03);
}

.breadcrumb-section--video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 24, 27, 0.58) 0%, rgba(6, 24, 27, 0.34) 44%, rgba(6, 24, 27, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 24, 27, 0.12) 0%, rgba(6, 24, 27, 0.44) 100%);
}

.activity-detail-section {
  padding: clamp(76px, 8vw, 132px) 0;
  color: #102527;
}

.activity-detail-header {
  max-width: 1120px;
  margin-bottom: clamp(36px, 4.6vw, 70px);
}

.activity-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  gap: clamp(38px, 5.6vw, 92px);
  align-items: start;
}

.activity-detail-hero__media {
  min-height: clamp(460px, 44vw, 660px);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.activity-detail-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activity-detail-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border-left: 0;
  background: transparent;
}

.activity-detail-hero__copy {
  padding-top: clamp(4px, 1vw, 16px);
}

.activity-detail-hero__content span {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a98042;
  font-size: 13px;
  font-weight: 700;
}

.activity-detail-hero__content h2 {
  margin: 18px 0 20px;
  max-width: 1180px;
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.9;
  letter-spacing: 0;
  color: #112426;
}

.activity-detail-hero__tagline {
  margin: 0;
  max-width: 760px;
  color: #8f6b37;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.12;
  font-weight: 700;
}

.activity-detail-hero__copy h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
  color: #102527;
}

.activity-detail-body__content {
  max-width: 780px;
  margin-top: clamp(22px, 2.6vw, 36px);
  padding-top: clamp(22px, 2.4vw, 32px);
  border-top: 1px solid rgba(16, 37, 39, 0.13);
  color: rgba(17, 36, 38, 0.76);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.82;
}

.activity-detail-body__content p {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .activity-detail-hero {
    grid-template-columns: 1fr;
  }

  .activity-detail-hero__media {
    order: -1;
    min-height: 360px;
  }

  .activity-detail-hero__content {
    min-height: auto;
    padding: 0;
    background: transparent;
  }

  .activity-detail-header {
    margin-bottom: 30px;
  }

}

@media (max-width: 575px) {
  .activity-detail-section {
    padding: 54px 0 72px;
  }

  .activity-detail-hero__media {
    min-height: 300px;
  }

}

.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;
  }
}

@font-face {
  font-family: "Cisiy Gateway Display";
  src: url("../fonts/intro/bandit/Variable-trial.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cisiy Gateway Mono";
  src: url("../fonts/intro/mgm/ABCMonumentGroteskMono-Regular-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cisiy Gateway Mono";
  src: url("../fonts/intro/mgm/ABCMonumentGroteskMono-Medium-Trial.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cisiy Gateway Mono";
  src: url("../fonts/intro/mgm/ABCMonumentGroteskMono-Bold-Trial.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html.cisiy-gateway-visible body {
  overflow: hidden;
}

.cisiy-service-gateway {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  overflow: hidden;
  color: #fff;
  background: #040404;
  isolation: isolate;
}

html.cisiy-gateway-visible .cisiy-service-gateway {
  display: block;
}

.cisiy-service-gateway.is-leaving {
  animation: cisiyGatewayDismiss 0.55s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.cisiy-service-gateway.is-hidden {
  display: none !important;
}

.cisiy-service-gateway__media,
.cisiy-service-gateway__media::after,
.cisiy-service-gateway__backdrop,
.cisiy-service-gateway__backdrop::before,
.cisiy-service-gateway__backdrop::after {
  position: absolute;
  inset: 0;
}

.cisiy-service-gateway__media {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cisiy-service-gateway__media::after {
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 208, 140, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.88) 100%);
  z-index: 1;
}

.cisiy-service-gateway__media-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #040404;
  object-fit: cover;
  transform: scale(1.025);
  filter: saturate(0.92) brightness(0.78);
  transition: opacity 0.32s ease, transform 0.45s ease, filter 0.45s ease;
}

.cisiy-service-gateway__media.is-swapping .cisiy-service-gateway__media-video {
  opacity: 0.24;
  transform: scale(1.08);
  filter: blur(16px) saturate(0.7) brightness(0.55);
}

.cisiy-service-gateway__backdrop::before,
.cisiy-service-gateway__backdrop::after {
  content: "";
}

.cisiy-service-gateway__backdrop::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.035)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.03));
  opacity: 0.35;
}

.cisiy-service-gateway__backdrop::after {
  inset: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.55;
}

.cisiy-service-gateway__cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 100vh;
  padding: 28px 30px 34px;
  pointer-events: none;
}

.cisiy-gateway-card {
  position: relative;
  align-self: start;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  align-items: center;
  width: min(100%, 370px);
  gap: 12px;
  padding: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(10px, 0.74vw, 14px);
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.cisiy-gateway-card:nth-child(n + 4) {
  align-self: end;
}

.cisiy-gateway-card::before {
  content: "";
  position: absolute;
  inset: -10px -12px;
  border: 1px solid rgba(243, 208, 140, 0);
  opacity: 0;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}

.cisiy-gateway-card:hover,
.cisiy-gateway-card:focus-visible,
.cisiy-gateway-card.is-active {
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.cisiy-gateway-card:hover::before,
.cisiy-gateway-card:focus-visible::before,
.cisiy-gateway-card.is-active::before {
  opacity: 1;
  border-color: rgba(243, 208, 140, 0.32);
}

.cisiy-gateway-card:focus-visible {
  outline: none;
}

.cisiy-gateway-card--empty {
  pointer-events: none;
  opacity: 0;
}

.cisiy-gateway-card__title,
.cisiy-gateway-card__descriptor {
  grid-column: 1 / -1;
}

.cisiy-gateway-card__title {
  color: inherit;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cisiy-gateway-card__meta {
  font-size: clamp(9px, 0.68vw, 13px);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.cisiy-gateway-card__meta--right {
  text-align: center;
}

.cisiy-gateway-card__diamond {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}

.cisiy-gateway-card__diamond svg {
  width: 82px;
  height: 36px;
  color: rgba(255, 255, 255, 0.82);
}

.cisiy-gateway-card__diamond span {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 0.72vw, 13px);
}

.cisiy-gateway-card__descriptor {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.cisiy-service-gateway__center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(72vw, 980px);
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.cisiy-service-gateway__kicker {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(10px, 0.78vw, 13px);
  letter-spacing: 0.16em;
}

.cisiy-service-gateway__title,
.cisiy-service-gateway__side-action {
  color: #fff;
  text-decoration: none;
}

.cisiy-service-gateway__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 14px;
  font-family: var(--title-font), "Inter", sans-serif;
  font-size: clamp(52px, 7.8vw, 138px);
  font-weight: 800;
  font-variation-settings: normal;
  letter-spacing: 0.06em;
  line-height: 0.88;
  text-align: center;
  pointer-events: auto;
  text-transform: none;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.cisiy-gateway-title-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  filter: saturate(1.22) brightness(1.1);
  transition: opacity 0.18s ease;
}

.cisiy-service-gateway__title [data-gateway-title] {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  transition: opacity 0.18s ease;
}

.cisiy-service-gateway__title.is-flowmap-ready:hover .cisiy-gateway-title-canvas,
.cisiy-service-gateway__title.is-flowmap-ready:focus-visible .cisiy-gateway-title-canvas {
  opacity: 1;
}

.cisiy-service-gateway__title.is-flowmap-ready:hover [data-gateway-title],
.cisiy-service-gateway__title.is-flowmap-ready:focus-visible [data-gateway-title] {
  pointer-events: none;
  opacity: 0;
  user-select: none;
}

.cisiy-service-gateway__hero-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: min(44vw, 420px);
  padding: 16px 22px;
  margin-bottom: 12px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cisiy-service-gateway__hero-stat-label {
  color: rgba(255, 255, 255, 0.66);
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(10px, 0.76vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cisiy-service-gateway__hero-stat-value-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cisiy-service-gateway__hero-stat-value {
  color: #ffffff;
  font-family: "Cisiy Gateway Display", "Inter", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-variation-settings: "wght" 580, "wdth" 110;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.cisiy-service-gateway__hero-stat-unit {
  color: #f3d08c;
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cisiy-service-gateway__tagline {
  max-width: min(56ch, 74vw);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(11px, 0.82vw, 14px);
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.cisiy-service-gateway__tagline:empty {
  display: none;
}

.cisiy-service-gateway.is-idle .cisiy-service-gateway__media[data-gateway-preview-link],
.cisiy-service-gateway.is-idle .cisiy-service-gateway__side--left [data-gateway-preview-link] {
  pointer-events: none;
}

.cisiy-service-gateway.is-idle .cisiy-service-gateway__title {
  pointer-events: auto;
}

.cisiy-service-gateway.is-idle .cisiy-service-gateway__side--left {
  opacity: 0;
  transform: translateY(-50%) translateX(-12px);
  pointer-events: none;
}

.cisiy-service-gateway:not(.is-idle) .cisiy-service-gateway__hero-stat:not(.cisiy-service-gateway__hero-stat--prominent) {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.cisiy-service-gateway__hero-stat--prominent {
  min-width: 0;
  padding: 0;
  margin-bottom: 32px;
  gap: 12px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-label {
  font-size: clamp(11px, 0.9vw, 15px);
  letter-spacing: 0.2em;
}

.cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-value {
  font-size: clamp(82px, 11.8vw, 176px);
  font-variation-settings: "wght" 700, "wdth" 110;
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-unit {
  font-size: clamp(22px, 2.6vw, 42px);
}

.cisiy-service-gateway__home-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 22px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(11px, 0.84vw, 14px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
}

.cisiy-service-gateway__home-btn::before {
  content: "";
  position: absolute;
  inset: -2px -4px;
  background:
    linear-gradient(#fff, #fff) top left / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) top left / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) top right / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) top right / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) bottom right / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) bottom right / 1px 10px no-repeat;
  opacity: 0.78;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cisiy-service-gateway__home-btn:hover::before,
.cisiy-service-gateway__home-btn:focus-visible::before {
  opacity: 1;
  transform: scale(1.02);
}

.cisiy-service-gateway__home-btn:focus-visible {
  outline: none;
}

.cisiy-service-gateway__side {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.cisiy-service-gateway__side--left {
  left: clamp(24px, 4vw, 54px);
}

.cisiy-service-gateway__side--right {
  right: clamp(24px, 4vw, 54px);
}

.cisiy-service-gateway__side-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  font-family: "Cisiy Gateway Mono", "Inter", monospace;
  font-size: clamp(11px, 0.84vw, 14px);
  letter-spacing: 0.12em;
  cursor: pointer;
}

.cisiy-service-gateway__side-action::before {
  content: "";
  position: absolute;
  inset: -2px -4px;
  background:
    linear-gradient(#fff, #fff) top left / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) top left / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) top right / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) top right / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 1px 10px no-repeat,
    linear-gradient(#fff, #fff) bottom right / 10px 1px no-repeat,
    linear-gradient(#fff, #fff) bottom right / 1px 10px no-repeat;
  opacity: 0.78;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cisiy-service-gateway__side-action:hover::before,
.cisiy-service-gateway__side-action:focus-visible::before {
  opacity: 1;
  transform: scale(1.02);
}

.cisiy-service-gateway__side-action:focus-visible {
  outline: none;
}

@keyframes cisiyGatewayDismiss {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-4%);
  }
}

@media (max-width: 1199px) {
  .cisiy-gateway-card {
    width: min(100%, 320px);
  }

  .cisiy-service-gateway__center {
    width: min(82vw, 780px);
  }
}

@media (max-width: 991px) {
  html.cisiy-gateway-visible body {
    overflow: hidden;
  }

  html.cisiy-gateway-visible .cisiy-service-gateway {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .cisiy-service-gateway {
    overflow: auto;
    padding: 100px 20px 36px;
  }

  .cisiy-service-gateway__media {
    position: relative;
    inset: auto;
    min-height: clamp(220px, 48vw, 340px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  }

  .cisiy-service-gateway__media::after {
    border-radius: inherit;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.02) 36%, rgba(0, 0, 0, 0.72) 100%),
      radial-gradient(circle at 50% 45%, rgba(243, 208, 140, 0.12), transparent 34%);
  }

  .cisiy-service-gateway__backdrop::before {
    opacity: 0.22;
  }

  .cisiy-service-gateway__backdrop::after {
    inset: 18px;
    opacity: 0.35;
  }

  .cisiy-service-gateway__center {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .cisiy-service-gateway__tagline {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.65;
  }

  .cisiy-service-gateway__cards {
    min-height: auto;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cisiy-gateway-card,
  .cisiy-gateway-card:nth-child(n + 4) {
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    min-height: 156px;
    gap: 10px;
    padding: 16px 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .cisiy-gateway-card::before {
    inset: 0;
    border-radius: inherit;
  }

  .cisiy-gateway-card__title {
    white-space: normal;
    font-size: 12px;
    line-height: 1.5;
  }

  .cisiy-gateway-card__meta,
  .cisiy-gateway-card__descriptor,
  .cisiy-gateway-card__diamond span {
    font-size: 10px;
  }

  .cisiy-gateway-card__diamond svg {
    width: 74px;
    height: 32px;
  }

  .cisiy-service-gateway__title {
    font-size: clamp(38px, 9.6vw, 76px);
    line-height: 0.92;
    margin-bottom: 0;
  }

  .cisiy-gateway-card--empty {
    display: none;
  }

  .cisiy-service-gateway__side {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    transform: none;
  }

  .cisiy-service-gateway__side--left {
    margin-top: 8px;
  }

  .cisiy-service-gateway__side--right {
    margin-top: 0;
  }

  .cisiy-service-gateway__side-action {
    width: min(100%, 360px);
    min-height: 48px;
  }

  .hero-section.style-6 .hero-scroll {
    display: none;
  }

  .hero-section.style-6 .hero-content {
    padding: 132px 0 56px;
  }

  .hero-section.style-6 .hero-content .title {
    margin-bottom: 34px;
  }

  .hero-section.style-6 .hero-content .theme-btn {
    margin-bottom: 0;
  }

  .hero-section.style-6 .info-box.style-2 {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    padding: 0;
    margin: 0 20px 20px;
    border-radius: 24px;
  }

  .hero-section.style-6 .info-box.style-2::before,
  .hero-section.style-6 .info-box.style-2::after {
    display: none;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box .content {
    max-width: calc(100% - 140px);
  }

  .service-section.style-6 .service-wrapper .service-single-item,
  .service-section.style-6 .service-wrapper .service-single-item:hover {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 28px 0;
    border-top: 1px solid var(--bs-border-color6);
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left,
  .service-section.style-6 .service-wrapper .service-single-item .item-right {
    width: 100%;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left {
    display: grid;
    gap: 18px;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .image {
    margin: 0;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 0;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .item-wrap,
  .service-section.style-6 .service-wrapper .service-single-item:hover .item-left .item-wrap {
    transform: none;
    gap: 16px;
  }

  .service-section.style-6 .service-wrapper .service-single-item:hover .item-left .item-wrap .icon::before {
    transform: scale(0);
  }

  .service-section.style-6 .service-wrapper .service-single-item:hover .item-left .item-wrap .icon img {
    filter: none;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .item-wrap .text {
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.2;
  }

  .service-section.style-6 .service-wrapper .service-single-item:hover .item-right .icon {
    color: inherit;
    border-color: var(--bs-border-color7);
  }

  .project-section.style-6 .project-title-area {
    gap: 20px;
  }

  .project-section.style-6 .project-wrapper {
    flex-direction: column;
    border-radius: 24px;
  }

  .project-section.style-6 .project-wrapper .project-thum {
    display: block;
    width: 100%;
  }

  .project-section.style-6 .project-wrapper .project-thum img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .project-section.style-6 .project-wrapper .project-content {
    padding: 40px 28px;
  }

  .project-section.style-6 .project-wrapper .project-content p {
    max-width: 100%;
  }

  .contact-section.style-3 .contact-content {
    margin-bottom: clamp(32px, 7vw, 56px) !important;
  }

  .contact-section.style-3 .appointment-area {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 38px 28px 32px;
    border-radius: 24px;
  }
}

@media (max-width: 853px) {
  .project-section.style-6 .project-title-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-section.style-6 .project-title-area .project-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  html.cisiy-gateway-visible .cisiy-service-gateway {
    gap: 20px;
  }

  .cisiy-service-gateway {
    padding-top: 92px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cisiy-service-gateway__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cisiy-gateway-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px 10px;
    padding: 14px 12px;
  }

  .cisiy-gateway-card__title {
    text-align: left;
  }

  .cisiy-gateway-card__meta {
    text-align: left;
  }

  .cisiy-gateway-card__meta--right {
    text-align: right;
  }

  .cisiy-gateway-card__descriptor {
    text-align: left;
  }

  .cisiy-service-gateway__title {
    font-size: clamp(34px, 12vw, 58px);
  }

  .hero-section.style-6 .hero-content {
    padding: 118px 0 48px;
  }

  .hero-section.style-6 .info-box.style-2 {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box {
    padding: 24px 18px;
  }

  .hero-section.style-6 .info-box.style-2 .inner-box .content {
    max-width: calc(100% - 108px);
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .item-wrap {
    align-items: flex-start;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-left .item-wrap .icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner {
    gap: 16px;
  }

  .project-section.style-6 .project-wrapper .project-content {
    padding: 32px 20px 30px;
  }

  .project-section.style-6 .project-wrapper .project-content .project-box-title .title {
    font-size: 32px;
    line-height: 1.15;
  }

  .contact-section.style-3 .appointment-area {
    padding: 28px 18px 22px;
    border-radius: 22px;
  }

  .contact-section.style-3 .appointment-area .header .title {
    font-size: 26px;
  }

  .contact-section.style-3 .appointment-area .appointment-form .form-group {
    margin-bottom: 18px;
  }

  .contact-section.style-3 .appointment-area .appointment-form .form-group .icon {
    left: 20px;
  }

  .contact-section.style-3 .appointment-area .appointment-form .form-group input,
  .contact-section.style-3 .appointment-area .appointment-form .form-group select,
  .contact-section.style-3 .appointment-area .appointment-form .form-group textarea {
    padding-left: 46px;
  }
}

@media (max-width: 575px) {
  .feature-section.style-5 .feature-title-area,
  .service-section.style-6 .service-title-area,
  .project-section.style-6 .project-title-area {
    gap: 16px;
  }

  .feature-section.style-5 .feature-title-area .service-btn,
  .service-section.style-6 .service-title-area .service-btn {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-section.style-3 .contact-content .text {
    align-items: flex-start;
  }
}

.cisiy-service-gateway__mobile-panel,
.cisiy-service-gateway__mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  html.cisiy-gateway-visible body {
    overflow: hidden;
  }

  html.cisiy-gateway-visible .cisiy-service-gateway {
    display: block;
    width: 100vw !important;
    height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    min-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    max-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
  }

  .cisiy-service-gateway {
    width: 100vw !important;
    height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    min-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    max-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .cisiy-service-gateway__media,
  .cisiy-service-gateway__media::after,
  .cisiy-service-gateway__backdrop,
  .cisiy-service-gateway__backdrop::before,
  .cisiy-service-gateway__backdrop::after {
    position: absolute;
    inset: 0;
  }

  .cisiy-service-gateway__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    min-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    max-height: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .cisiy-service-gateway__media::after {
    content: none !important;
    display: none !important;
  }

  .cisiy-service-gateway__media-video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    min-height: var(--cisiy-gateway-viewport-height, 100vh) !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.04) !important;
    filter: saturate(1) brightness(0.96) !important;
  }

  .cisiy-service-gateway__backdrop,
  .cisiy-service-gateway__backdrop::before,
  .cisiy-service-gateway__backdrop::after {
    display: none !important;
  }

  .cisiy-service-gateway__cards {
    display: none;
  }

  .cisiy-service-gateway__center {
    position: absolute;
    left: 50%;
    top: clamp(84px, 15vh, 136px);
    z-index: 5;
    width: min(calc(100vw - 32px), 420px);
    margin: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .cisiy-service-gateway__kicker {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .cisiy-service-gateway__title {
    margin-bottom: 12px;
    font-size: clamp(34px, 10.5vw, 58px);
    line-height: 0.92;
    letter-spacing: 0.03em;
  }

  .cisiy-service-gateway__hero-stat {
    min-width: min(calc(100vw - 42px), 360px);
    padding: 14px 16px;
    margin-bottom: 10px;
  }

  .cisiy-service-gateway__hero-stat-value {
    font-size: clamp(24px, 6vw, 36px);
  }

  .cisiy-service-gateway__hero-stat-unit {
    font-size: 13px;
  }

  .cisiy-service-gateway__hero-stat--prominent {
    min-width: 0;
    padding: 0;
    margin-bottom: 24px;
  }

  .cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-value {
    font-size: clamp(58px, 13vw, 112px);
  }

  .cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-unit {
    font-size: clamp(16px, 4vw, 30px);
  }

  .cisiy-service-gateway__tagline {
    max-width: 30ch;
    font-size: 11px;
    line-height: 1.6;
  }

  .cisiy-service-gateway__side {
    position: absolute;
    z-index: 6;
    transform: none;
  }

  .cisiy-service-gateway__side--left {
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 108px);
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .cisiy-service-gateway__side--right {
    top: calc(env(safe-area-inset-top, 0px) + 16px);
    right: 16px;
    margin: 0;
  }

  .cisiy-service-gateway__side-action {
    min-height: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
  }

  .cisiy-service-gateway__side-action::before {
    display: none;
  }

  .cisiy-service-gateway__mobile-panel {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
    z-index: 6;
    display: block;
  }

  .cisiy-service-gateway__mobile-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Cisiy Gateway Mono", "Inter", monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .cisiy-service-gateway__mobile-status-label {
    opacity: 0.7;
  }

  .cisiy-service-gateway__mobile-counter {
    color: #fff;
  }

  .cisiy-service-gateway__mobile-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .cisiy-service-gateway__mobile-nav-btn {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: "Cisiy Gateway Mono", "Inter", monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    cursor: pointer;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .cisiy-service-gateway__mobile-nav-btn:active,
  .cisiy-service-gateway__mobile-nav-btn:focus-visible {
    outline: none;
    opacity: 1;
    transform: translateY(-1px);
  }

  .cisiy-service-gateway__mobile-nav-btn--menu {
    color: rgba(243, 208, 140, 0.96);
  }

  .cisiy-service-gateway__mobile-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 88px);
    z-index: 7;
    display: block;
  }

  .cisiy-service-gateway__mobile-menu[hidden] {
    display: none !important;
  }

  .cisiy-service-gateway__mobile-menu-inner {
    display: grid;
    gap: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cisiy-service-gateway__mobile-menu-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
    cursor: pointer;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .cisiy-service-gateway__mobile-menu-item.is-active,
  .cisiy-service-gateway__mobile-menu-item:focus-visible {
    color: rgba(243, 208, 140, 0.98);
    outline: none;
    opacity: 1;
    transform: translateX(2px);
  }

  .cisiy-service-gateway__mobile-menu-number {
    font-family: "Cisiy Gateway Mono", "Inter", monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(243, 208, 140, 0.96);
  }

  .cisiy-service-gateway__mobile-menu-title {
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 640px) {
  .cisiy-service-gateway__center {
    top: calc(env(safe-area-inset-top, 0px) + 74px);
    width: min(calc(100vw - 24px), 360px);
  }

  .cisiy-service-gateway__title {
    font-size: clamp(30px, 10vw, 48px);
  }

  .cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-value {
    font-size: clamp(40px, 13vw, 64px);
  }

  .cisiy-service-gateway__hero-stat--prominent .cisiy-service-gateway__hero-stat-unit {
    font-size: clamp(14px, 5vw, 22px);
  }

  .cisiy-service-gateway__tagline {
    font-size: 10px;
    max-width: 26ch;
  }

  .cisiy-service-gateway__side--left {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 100px);
  }

  .cisiy-service-gateway__mobile-panel,
  .cisiy-service-gateway__mobile-menu,
  .cisiy-service-gateway__side--left {
    left: 12px;
    right: 12px;
  }

  .cisiy-service-gateway__side--right {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    right: 12px;
  }

  .cisiy-service-gateway__mobile-nav {
    gap: 8px;
  }

  .cisiy-service-gateway__mobile-nav-btn {
    font-size: 10px;
  }

  .cisiy-service-gateway__side-action {
    font-size: 10px;
  }

  .cisiy-service-gateway__mobile-menu-inner {
    gap: 8px;
  }

  .cisiy-service-gateway__mobile-menu-item {
    gap: 10px;
  }
}

body.cisiy-homepage {
  background: #071a2d;
}

.cisiy-homepage__wrapper {
  background: linear-gradient(180deg, #05080d 0%, #111820 100%);
}

.nav-header--home-gateway {
  position: absolute;
  inset: 0 0 auto;
  z-index: 110;
  width: 100%;
  padding-top: clamp(18px, 2.4vw, 32px);
  background: linear-gradient(180deg, rgba(3, 6, 10, 0.84) 0%, rgba(3, 6, 10, 0) 100%);
}

.nav-header--home-gateway .main-wrapper,
.nav-header--home-gateway .menu-area {
  background: transparent;
}

.cisiy-home-header {
  display: grid;
  grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
  align-items: center;
  gap: 24px;
}

.cisiy-home-header__brand {
  justify-self: center;
}

.cisiy-home-header__brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cisiy-home-header__logo-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.6vw, 42px);
  width: min(92vw, 980px);
}

.cisiy-home-header__logo-row .header-logo {
  justify-self: center;
}

.cisiy-home-header__partner-logos {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
}

.cisiy-home-header__partner-logos--left {
  justify-content: flex-end;
}

.cisiy-home-header__partner-logos--right {
  justify-content: flex-start;
}

.cisiy-home-header__partner-logos img {
  display: block;
  width: clamp(66px, 6.2vw, 118px);
  max-height: clamp(34px, 3.6vw, 56px);
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.35));
}

.cisiy-home-header__actions {
  justify-self: end;
}

.nav-header--home-gateway .brand-mark--light {
  --brand-mark-color: #f7efe0;
}

.nav-header--home-gateway .brand-mark {
  gap: clamp(14px, 1.35vw, 22px);
}

.nav-header--home-gateway .brand-mark__icon {
  width: clamp(68px, 5vw, 88px);
  height: clamp(68px, 5vw, 88px);
}

.nav-header--home-gateway .header-logo .brand-mark__text {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.cisiy-home-header__counter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: min(32vw, 260px);
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
}

.cisiy-home-header__counter-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.cisiy-home-header__counter-value-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.cisiy-home-header__counter-value {
  color: #ffffff;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.cisiy-home-header__counter-unit {
  color: #f3d08c;
  font-size: 11px;
  font-weight: 600;
}

.cisiy-home-header__toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.cisiy-home-header__toggle span {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.cisiy-home-header__toggle:hover span,
.cisiy-home-header__toggle:focus-visible span {
  background: #f3d08c;
}

.cisiy-home-header__toggle:focus-visible {
  outline: none;
}

.cisiy-home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #05080d;
}

.cisiy-home-hero__media,
.cisiy-home-hero__overlay,
.cisiy-home-hero__grid {
  position: absolute;
  inset: 0;
}

.cisiy-home-hero__media {
  overflow: hidden;
}

.cisiy-home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #05080d;
  transform: scale(1.04);
  filter: saturate(1.02) brightness(0.9);
  opacity: 0;
  transition: opacity 0.22s linear, transform 0.5s ease, filter 0.5s ease;
  will-change: opacity;
}

.cisiy-home-hero__video.is-active {
  opacity: 1;
  z-index: 1;
}

.cisiy-home-hero__overlay {
  background:
    linear-gradient(180deg, rgba(3, 6, 10, 0.86) 0%, rgba(3, 6, 10, 0.44) 12%, rgba(3, 6, 10, 0) 30%, rgba(3, 6, 10, 0) 68%, rgba(3, 6, 10, 0.46) 86%, rgba(3, 6, 10, 0.9) 100%);
  z-index: 1;
}

.cisiy-home-hero__grid {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) top / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) calc(100% - 172px) / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)) left / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)) right / 1px 100% no-repeat;
  opacity: 0.55;
  pointer-events: none;
}

.cisiy-home-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: clamp(122px, 16vh, 176px);
  padding-bottom: clamp(28px, 4vw, 44px);
}

.cisiy-home-hero__headline {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  transform: translateY(-54%);
  pointer-events: none;
}

.cisiy-home-title-wrap {
  position: relative;
  display: inline-block;
  pointer-events: auto;
}

.cisiy-home-title-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  mix-blend-mode: normal;
  filter: saturate(1.08) brightness(1.04) drop-shadow(0 18px 44px rgba(0, 0, 0, 0.42));
  transition: opacity 0.18s ease;
}

.cisiy-home-title-wrap [data-home-gateway-title] {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: #ffffff !important;
  transition: opacity 0.18s ease;
}

.cisiy-home-title-wrap.is-flowmap-ready .cisiy-home-title-canvas {
  opacity: 1;
}

.cisiy-home-title-wrap.is-flowmap-ready:hover .cisiy-home-title-canvas,
.cisiy-home-title-wrap.is-flowmap-ready:focus-within .cisiy-home-title-canvas {
  opacity: 1;
}

.cisiy-home-title-wrap.is-flowmap-ready [data-home-gateway-title] {
  pointer-events: auto;
  opacity: 0;
  user-select: text;
}

.cisiy-home-title-wrap.is-flowmap-ready:hover [data-home-gateway-title],
.cisiy-home-title-wrap.is-flowmap-ready:focus-within [data-home-gateway-title] {
  opacity: 0;
}

.cisiy-home-hero__headline [data-home-gateway-title] {
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(56px, 7.9vw, 138px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.12;
  text-align: center;
  text-transform: none;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.home-news-section {
  position: relative;
  overflow: hidden;
}

.home-news-section::before {
  display: none;
}

.home-news-section__header,
.home-news-slider {
  position: relative;
  z-index: 1;
}

.home-news-slider {
  overflow: visible;
}

.home-news-slider .swiper-wrapper {
  align-items: stretch;
}

.home-news-slider .swiper-slide {
  display: flex;
  height: auto;
}

.home-news-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(12, 18, 28, 0.88) 100%);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
}

.home-news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.home-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-news-card:hover .home-news-card__media img {
  transform: scale(1.05);
}

.home-news-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(6, 50, 50, 0.86);
  color: #f7efe0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.home-news-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 18px;
  padding: 26px 24px 24px;
}

.home-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(247, 239, 224, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.home-news-card__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.16;
}

.home-news-card__title a {
  color: inherit;
}

.home-news-card__excerpt {
  margin: 0;
  color: rgba(247, 239, 224, 0.78);
  font-size: 15px;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f3d08c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-news-card__link:hover {
  color: #ffffff;
}

.home-news-card--empty {
  justify-content: center;
}

.home-news-slider__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}

.home-news-slider__pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-news-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
}

.home-news-slider__pagination .swiper-pagination-bullet-active {
  background: #f3d08c;
  transform: scale(1.14);
}

.home-news-slider__nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-news-slider__arrow {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-news-slider__arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 208, 140, 0.5);
  background: rgba(243, 208, 140, 0.14);
  color: #f3d08c;
}

.service-section.style-6 .service-wrapper .service-single-item .item-right {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}

.service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
}

.service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner p {
  margin: 0;
}

.textile-production-page {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 0;
  overflow: hidden;
}

.textile-production-hero {
  width: 100%;
}

.textile-production-hero__copy {
  width: 100%;
  max-width: none;
}

.textile-production-hero__eyebrow,
.textile-production-heading span {
  display: inline-flex;
  color: #c7892e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.textile-production-hero__copy h2 {
  margin: 18px 0 24px;
  color: #161616;
  font-size: clamp(44px, 5.6vw, 86px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.textile-production-hero__copy h2 span {
  color: #d69a36;
}

.textile-production-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: #344145;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.62;
}

.textile-production-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(42px, 6vw, 78px) 0;
  border: 1px solid rgba(199, 137, 46, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(19, 25, 28, 0.06);
}

.textile-production-value {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 124px;
  padding: 28px 32px;
}

.textile-production-value + .textile-production-value {
  border-left: 1px solid rgba(199, 137, 46, 0.24);
}

.textile-production-value i {
  color: #d69a36;
  font-size: 38px;
  line-height: 1;
}

.textile-production-value h3 {
  margin: 0 0 6px;
  color: #151515;
  font-size: 20px;
  line-height: 1.15;
}

.textile-production-value p {
  margin: 0;
  color: #5a6669;
  font-size: 14px;
  line-height: 1.35;
}

.textile-production-heading {
  margin-bottom: 28px;
  text-align: center;
}

.textile-production-heading h2 {
  margin: 12px 0 8px;
  color: #171717;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
}

.textile-production-heading p {
  margin: 0;
  color: #c7892e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.textile-production-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.textile-process-card {
  overflow: hidden;
  border: 1px solid rgba(199, 137, 46, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(19, 25, 28, 0.07);
}

.textile-process-card__media {
  position: relative;
  aspect-ratio: 4 / 3.2;
  overflow: hidden;
}

.textile-process-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.textile-process-card:hover .textile-process-card__media img {
  transform: scale(1.05);
}

.textile-process-card__media span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d69a36;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.textile-process-card__body {
  padding: 22px 20px 24px;
}

.textile-process-card__body h3 {
  margin: 0 0 10px;
  color: #161616;
  font-size: 20px;
  line-height: 1.16;
}

.textile-process-card__body p {
  margin: 0;
  color: #526164;
  font-size: 14px;
  line-height: 1.62;
}

.textile-products-section {
  margin-top: clamp(70px, 8vw, 120px);
  padding-top: clamp(48px, 6vw, 84px);
  border-top: 1px solid rgba(199, 137, 46, 0.18);
}

.textile-products-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.textile-products-heading h2 {
  margin: 0 0 18px;
  color: #161616;
  font-size: clamp(44px, 5.6vw, 86px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.textile-products-heading p {
  max-width: 760px;
  margin: 0;
  color: #5f6b6f;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.textile-products-tabs {
  border: 1px solid rgba(199, 137, 46, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 24px 64px rgba(19, 25, 28, 0.08);
  padding: clamp(16px, 2vw, 24px);
}

.textile-products-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(20px, 2.4vw, 30px);
}

.textile-products-tab {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(199, 137, 46, 0.18);
  border-radius: 12px;
  background: #fff;
  color: #171717;
  text-align: left;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.textile-products-tab:hover,
.textile-products-tab:focus-visible,
.textile-products-tab.is-active {
  border-color: rgba(214, 154, 54, 0.58);
  background:
    radial-gradient(circle at top left, rgba(214, 154, 54, 0.16), rgba(214, 154, 54, 0) 44%),
    #fff;
  box-shadow: 0 14px 34px rgba(19, 25, 28, 0.08);
  transform: translateY(-1px);
}

.textile-products-tab:focus-visible {
  outline: none;
}

.textile-products-tab__number {
  color: #d69a36;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.textile-products-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(214, 154, 54, 0.38);
  border-radius: 12px;
  color: #d69a36;
  font-size: 20px;
}

.textile-products-tab__text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.textile-products-tab__text strong {
  color: #171717;
  font-size: 18px;
  line-height: 1.12;
  text-transform: uppercase;
}

.textile-products-tab__text small {
  color: #5d686c;
  font-size: 13px;
  line-height: 1.35;
}

.textile-products-panel[hidden] {
  display: none;
}

.textile-products-panel__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.textile-products-panel__heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #d69a36;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex: 0 0 58px;
}

.textile-products-panel__heading h3 {
  margin: 0 0 6px;
  color: #171717;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  text-transform: uppercase;
}

.textile-products-panel__heading p {
  margin: 0;
  color: #5d686c;
  font-size: 15px;
  line-height: 1.5;
}

.textile-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.textile-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199, 137, 46, 0.18);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 25, 28, 0.06);
}

.textile-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.textile-product-card::after {
  display: none;
}

.textile-product-card__label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
  padding: 14px 12px;
  border-top: 1px solid rgba(199, 137, 46, 0.16);
  background: #fff;
  color: #171717;
  font-family: var(--title-font), serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.textile-product-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

@media (max-width: 1199px) {
  .textile-production-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .textile-products-tabs__nav {
    grid-template-columns: 1fr;
  }

  .textile-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .about-brand-strip__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    min-height: 104px;
  }

  .about-brand-strip__inner img {
    max-height: 58px;
  }

  .textile-production-values {
    grid-template-columns: 1fr;
  }

  .textile-production-value + .textile-production-value {
    border-left: 0;
    border-top: 1px solid rgba(199, 137, 46, 0.24);
  }

  .textile-production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .textile-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-brand-strip__inner {
    gap: 10px;
    min-height: 88px;
    padding: 18px 0;
  }

  .about-brand-strip__inner img {
    max-height: 42px;
  }

  .textile-production-page {
    padding: 54px 0 70px;
  }

  .textile-production-hero__copy h2 {
    font-size: clamp(34px, 9.4vw, 58px);
    white-space: normal;
  }

  .textile-production-hero__copy p {
    font-size: 15px;
  }

  .textile-production-value {
    min-height: 0;
    padding: 22px 20px;
  }

  .textile-production-grid {
    grid-template-columns: 1fr;
  }

  .textile-process-card__media {
    aspect-ratio: 16 / 10;
  }

  .textile-products-heading h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .textile-product-grid {
    grid-template-columns: 1fr;
  }

  .textile-products-tab {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .textile-products-tab__icon {
    display: none;
  }

  .textile-products-panel__heading {
    align-items: flex-start;
  }

  .textile-product-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 1025px) {
  .service-section.style-6 .service-wrapper .service-single-item .item-right {
    padding-left: clamp(28px, 4vw, 72px);
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner {
    display: grid;
    grid-template-columns: minmax(420px, 620px) 58px;
    justify-content: end;
    align-items: center;
    column-gap: clamp(20px, 2vw, 32px);
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner p {
    max-width: none;
    width: 100%;
    text-align: left;
  }

  .service-section.style-6 .service-wrapper .service-single-item .item-right .item-right-inner .icon {
    justify-self: end;
  }
}

.cisiy-home-hero__spacer {
  flex: 1 1 auto;
  min-height: clamp(320px, 52vh, 600px);
}

.cisiy-home-hero__categories {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cisiy-home-hero__category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 20px 14px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.cisiy-home-hero__category:hover,
.cisiy-home-hero__category:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
}

.cisiy-home-hero__category.is-active {
  color: #fadb9e;
  transform: translateY(-2px);
}

.cisiy-home-hero__category:focus-visible {
  outline: none;
}

.cisiy-home-hero__category-frame {
  position: absolute;
  inset: 10px 8px;
  opacity: 0.68;
  background:
    linear-gradient(currentColor, currentColor) top left / 18px 1px no-repeat,
    linear-gradient(currentColor, currentColor) top left / 1px 18px no-repeat,
    linear-gradient(currentColor, currentColor) top right / 18px 1px no-repeat,
    linear-gradient(currentColor, currentColor) top right / 1px 18px no-repeat,
    linear-gradient(currentColor, currentColor) bottom left / 18px 1px no-repeat,
    linear-gradient(currentColor, currentColor) bottom left / 1px 18px no-repeat,
    linear-gradient(currentColor, currentColor) bottom right / 18px 1px no-repeat,
    linear-gradient(currentColor, currentColor) bottom right / 1px 18px no-repeat;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cisiy-home-hero__category:hover .cisiy-home-hero__category-frame,
.cisiy-home-hero__category:focus-visible .cisiy-home-hero__category-frame,
.cisiy-home-hero__category.is-active .cisiy-home-hero__category-frame {
  opacity: 1;
  transform: scale(1.02);
}

.cisiy-home-hero__category-label {
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 0.95vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1199px) {
  .cisiy-home-hero__categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .nav-header--home-gateway {
    padding-top: 16px;
  }

  .cisiy-home-header {
    gap: 14px;
    grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  }

  .cisiy-home-header__brand-stack {
    gap: 10px;
  }

  .cisiy-home-header__logo-row {
    grid-template-columns: minmax(118px, 1fr) auto minmax(118px, 1fr);
    gap: 16px;
    width: min(90vw, 760px);
  }

  .cisiy-home-header__partner-logos {
    gap: 12px;
  }

  .cisiy-home-header__partner-logos img {
    width: clamp(48px, 7vw, 82px);
    max-height: 38px;
  }

  .nav-header--home-gateway .brand-mark__icon {
    width: 58px;
    height: 58px;
  }

  .nav-header--home-gateway .header-logo .brand-mark__text {
    font-size: 30px;
  }

  .cisiy-home-header__counter {
    min-width: min(40vw, 232px);
    padding: 7px 14px;
  }

  .cisiy-home-header__counter-value {
    font-size: clamp(14px, 2.1vw, 18px);
  }

  .cisiy-home-header__toggle {
    width: 48px;
    height: 48px;
  }

  .cisiy-home-header__toggle span {
    width: 28px;
  }

  .cisiy-home-hero__grid {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) top / 100% 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) calc(100% - 236px) / 100% 1px no-repeat;
  }

  .cisiy-home-hero__inner {
    padding-top: clamp(104px, 15vh, 132px);
  }

  .cisiy-home-hero__headline [data-home-gateway-title] {
    font-size: clamp(44px, 9.2vw, 96px);
    letter-spacing: 0.1em;
  }

  .home-news-slider__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-news-card__content {
    padding: 22px 20px 20px;
  }

  .cisiy-home-hero__spacer {
    min-height: clamp(240px, 48vh, 420px);
  }

  .cisiy-home-hero__categories {
    gap: 12px;
    padding-top: 18px;
  }

  .cisiy-home-hero__category {
    min-height: 84px;
    padding: 18px 12px;
  }

  .cisiy-home-hero__category-label {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 640px) {
  .nav-header--home-gateway {
    padding-top: calc(env(safe-area-inset-top, 0px) + 12px);
  }

  .cisiy-home-header {
    gap: 10px;
  }

  .cisiy-home-header__brand-stack {
    gap: 8px;
  }

  .cisiy-home-header__logo-row {
    grid-template-columns: minmax(54px, 1fr) auto minmax(54px, 1fr);
    gap: 6px;
    width: min(78vw, 360px);
  }

  .cisiy-home-header__partner-logos {
    gap: 5px;
  }

  .cisiy-home-header__partner-logos img {
    width: clamp(26px, 8.4vw, 38px);
    max-height: 22px;
  }

  .nav-header--home-gateway .brand-mark {
    gap: 10px;
  }

  .nav-header--home-gateway .brand-mark__icon {
    width: 44px;
    height: 44px;
  }

  .nav-header--home-gateway .header-logo .brand-mark__text {
    font-size: clamp(18px, 5.2vw, 22px);
    letter-spacing: 0.04em;
  }

  .cisiy-home-header__counter {
    min-width: auto;
    max-width: min(72vw, 228px);
    padding: 7px 12px;
    border-radius: 14px;
  }

  .cisiy-home-header__counter-label {
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .cisiy-home-header__counter-value {
    font-size: clamp(12px, 3.9vw, 16px);
  }

  .cisiy-home-header__counter-unit {
    font-size: 10px;
  }

  .cisiy-home-header__toggle {
    width: 42px;
    height: 42px;
  }

  .cisiy-home-header__toggle span {
    width: 24px;
    height: 2px;
  }

  .cisiy-home-hero__inner {
    padding-top: calc(env(safe-area-inset-top, 0px) + 88px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  }

  .cisiy-home-hero__spacer {
    min-height: clamp(210px, 42vh, 320px);
  }

  .cisiy-home-hero__headline {
    padding: 0 16px;
    gap: 14px;
  }

  .cisiy-home-hero__headline [data-home-gateway-title] {
    font-size: clamp(32px, 10.2vw, 60px);
    letter-spacing: 0.08em;
    line-height: 1.02;
  }

  .home-news-section {
    margin-left: 0;
    margin-right: 0;
  }

  .home-news-card {
    border-radius: 22px;
  }

  .home-news-card__tag {
    top: 14px;
    left: 14px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .home-news-card__title {
    font-size: 22px;
  }

  .home-news-card__excerpt {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-news-slider__arrow {
    width: 48px;
    height: 48px;
  }

  .cisiy-home-hero__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 16px;
  }

  .cisiy-home-hero__category {
    min-height: 76px;
    padding: 16px 10px;
  }

  .cisiy-home-hero__category-frame {
    inset: 8px;
    background:
      linear-gradient(currentColor, currentColor) top left / 14px 1px no-repeat,
      linear-gradient(currentColor, currentColor) top left / 1px 14px no-repeat,
      linear-gradient(currentColor, currentColor) top right / 14px 1px no-repeat,
      linear-gradient(currentColor, currentColor) top right / 1px 14px no-repeat,
      linear-gradient(currentColor, currentColor) bottom left / 14px 1px no-repeat,
      linear-gradient(currentColor, currentColor) bottom left / 1px 14px no-repeat,
      linear-gradient(currentColor, currentColor) bottom right / 14px 1px no-repeat,
      linear-gradient(currentColor, currentColor) bottom right / 1px 14px no-repeat;
    }

  .cisiy-home-hero__category-label {
    font-size: 12px;
  }
}

.sidebar {
  width: min(460px, 100vw);
  padding: 52px 28px 28px;
}

#sidebar-overlay {
  width: calc(100% - min(460px, 100vw));
}

.sidebar-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sidebar-close-btn {
  top: 34px;
  right: 24px;
}

.sidebar-content .sidebar-logo {
  margin-bottom: 24px;
  padding-right: 44px;
}

.sidebar-content .sidebar-logo .brand-mark__text {
  font-size: 18px;
}

.sidebar-menu-wrap--nav {
  margin-bottom: 28px;
}

.sidebar-nav {
  display: grid;
  gap: 12px;
}

.sidebar-nav__direct,
.sidebar-nav__summary,
.sidebar-nav__sublink {
  display: block;
  width: 100%;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sidebar-nav__direct,
.sidebar-nav__summary {
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #f8fafc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.sidebar-nav__direct:hover,
.sidebar-nav__direct:focus-visible,
.sidebar-nav__direct.is-active,
.sidebar-nav__summary:hover,
.sidebar-nav__summary:focus-visible,
.sidebar-nav__summary.is-active {
  color: #0f172a;
  border-color: rgba(243, 208, 140, 0.8);
  background: linear-gradient(180deg, rgba(243, 208, 140, 0.34) 0%, rgba(243, 208, 140, 0.14) 100%);
  transform: translateY(-1px);
}

.sidebar-nav__direct:focus-visible,
.sidebar-nav__summary:focus-visible,
.sidebar-nav__sublink:focus-visible {
  outline: none;
}

.sidebar-nav__group {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #f8fafc;
  overflow: hidden;
}

.sidebar-nav__summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sidebar-nav__summary::-webkit-details-marker {
  display: none;
}

.sidebar-nav__summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.sidebar-nav__group[open] .sidebar-nav__summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.sidebar-nav__group[open] .sidebar-nav__summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(243, 208, 140, 0.26) 0%, rgba(243, 208, 140, 0.08) 100%);
}

.sidebar-nav__submenu {
  display: grid;
  gap: 8px;
  padding: 14px 14px 14px;
  background: rgba(255, 255, 255, 0.88);
}

.sidebar-nav__sublink {
  padding: 11px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.sidebar-nav__sublink:hover,
.sidebar-nav__sublink:focus-visible,
.sidebar-nav__sublink.is-active {
  color: #0f172a;
  background: rgba(243, 208, 140, 0.22);
}

.sidebar-content .sidebar-contact {
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.sidebar-content .sidebar-header {
  margin-bottom: 14px;
}

.sidebar-content .sidebar-header h3 {
  font-size: 20px;
  line-height: 1.1;
}

.contact-info li {
  align-items: flex-start;
}

.contact-info li p,
.contact-info li a {
  line-height: 1.5;
}

.sidebar-content .sidebar-social {
  margin-top: 0;
}

@media (max-width: 575px) {
  .sidebar {
    width: 100vw;
    padding: calc(env(safe-area-inset-top, 0px) + 44px) 18px calc(env(safe-area-inset-bottom, 0px) + 18px);
    border-left: 0;
  }

  #sidebar-overlay {
    width: 0;
  }

  .sidebar-close-btn {
    top: calc(env(safe-area-inset-top, 0px) + 22px);
    right: 18px;
  }

  .sidebar-content .sidebar-logo {
    padding-right: 36px;
  }

  .sidebar-nav__direct,
  .sidebar-nav__summary {
    padding: 14px 16px;
    font-size: 15px;
  }

  .sidebar-nav__summary::after {
    right: 16px;
  }

  .sidebar-nav__submenu {
    padding: 12px;
  }

  .sidebar-nav__sublink {
    font-size: 13px;
  }
}

body.cisiy-homepage,
.cisiy-homepage__wrapper,
.cisiy-homepage #about-section,
.cisiy-homepage .home-news-section,
.cisiy-homepage .wrapper-section,
.cisiy-homepage .contact-section.style-3 {
  background: #ffffff !important;
}

.cisiy-homepage .home-news-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
}

.cisiy-homepage .home-news-card__tag {
  background: #f3d08c;
  color: #111827;
}

.cisiy-homepage .home-news-card__meta {
  color: rgba(15, 23, 42, 0.58);
}

.cisiy-homepage .home-news-card__title,
.cisiy-homepage .home-news-card__title a {
  color: #c7963c;
}

.cisiy-homepage .home-news-card__excerpt {
  color: #111827;
}

.cisiy-homepage .home-news-card__link {
  color: #c7963c;
}

.cisiy-homepage .home-news-card__link:hover {
  color: #111827;
}

.cisiy-homepage .contact-section.style-3 {
  padding-top: 0;
  padding-bottom: clamp(72px, 8vw, 110px);
}

.cisiy-homepage .contact-section.style-3::before,
.cisiy-homepage .contact-section.style-3::after,
.cisiy-homepage .contact-section.style-3 .bg.image,
.cisiy-homepage .contact-section.style-3 .overlay {
  display: none;
}

.cisiy-homepage .contact-section.style-3 .contact-content {
  max-width: 680px;
  margin-bottom: 0 !important;
}

.cisiy-homepage .contact-section.style-3 .title-area .sub-title,
.cisiy-homepage .contact-section.style-3 .title-area .sec-title,
.cisiy-homepage .contact-section.style-3 .title-area .sec-title .bold {
  color: #c7963c !important;
}

.cisiy-homepage .contact-section.style-3 .contact-content .text {
  align-items: flex-start;
  max-width: 560px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.cisiy-homepage .contact-section.style-3 .contact-content .text .icon {
  color: #c7963c;
  margin-top: 2px;
}

.cisiy-homepage .contact-section.style-3 .contact-content .text p {
  color: #111827;
  opacity: 1;
}

.cisiy-homepage .contact-section.style-3 .appointment-area {
  max-width: 500px;
  margin-left: auto;
  padding: 34px 34px 30px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.cisiy-homepage .contact-section.style-3 .appointment-area .header {
  margin-bottom: 22px;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .header .title {
  color: #c7963c;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .header span {
  color: #111827;
  opacity: 0.74;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group {
  margin-bottom: 16px;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group .icon {
  color: #c7963c;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group input,
.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group select,
.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group textarea {
  border-color: rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group input:focus,
.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group select:focus,
.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group textarea:focus {
  border-color: #c7963c;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form .form-group textarea {
  height: 96px;
}

.cisiy-homepage .contact-section.style-3 .appointment-area .appointment-form button {
  background: #111827 !important;
}

.about-section.bg-white,
.mission-section .mission-single-box.bg-white {
  background: #ffffff !important;
}

.mission-section .mission-single-box {
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991px) {
  .cisiy-homepage .contact-section.style-3 .appointment-area {
    max-width: none;
    margin-left: 0;
  }
}

.about-bulletin-section {
  padding: clamp(64px, 7vw, 106px) 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.about-bulletin-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.about-bulletin-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #c7963c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-bulletin-copy h2 {
  margin: 0 0 24px;
  color: #111827;
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.about-bulletin-copy p {
  margin: 0 0 16px;
  color: rgba(17, 24, 39, 0.78);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.72;
}

.about-bulletin-panel {
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.about-bulletin-panel blockquote {
  margin: 0 0 28px;
  color: #111827;
  font-family: var(--title-font), serif;
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 700;
  line-height: 1.04;
}

.about-bulletin-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-bulletin-stats div {
  padding: 18px;
  border: 1px solid rgba(199, 150, 60, 0.22);
  border-radius: 16px;
  background: #fffdf9;
}

.about-bulletin-stats strong,
.about-bulletin-stats span {
  display: block;
}

.about-bulletin-stats strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.14;
}

.about-bulletin-stats span {
  margin-top: 6px;
  color: rgba(17, 24, 39, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.about-bulletin-certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-bulletin-certificates span {
  padding: 9px 12px;
  border: 1px solid rgba(199, 150, 60, 0.28);
  border-radius: 999px;
  color: #8f6b37;
  font-size: 12px;
  font-weight: 700;
}

.career-application-section .contact-content-wrap {
  height: 100%;
  padding-right: clamp(24px, 4vw, 56px);
  background: #ffffff;
}

.career-application-row > [class*="col-"]:first-child {
  border-right: 1px solid rgba(15, 23, 42, 0.14);
}

.career-application-section .contact-form {
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.activity-detail-section--about-style {
  padding: clamp(72px, 8vw, 118px) 0;
}

.activity-detail-about-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.activity-detail-about-media__primary {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
}

.activity-detail-about-media__primary img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.activity-detail-about-media__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.activity-detail-about-media__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}

.activity-detail-about-copy span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #c7963c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.activity-detail-about-copy h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(44px, 5.8vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.activity-detail-about-copy .activity-detail-hero__tagline {
  color: #c7963c;
  font-size: clamp(22px, 2.2vw, 34px);
}

.activity-detail-about-copy h3 {
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: #111827;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.activity-detail-about-copy .activity-detail-body__content {
  max-width: none;
}

.textile-production-hero__copy,
.textile-production-heading,
.textile-products-heading,
.textile-products-panel__heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textile-production-hero__copy p,
.textile-products-heading p,
.textile-products-panel__heading p {
  margin-left: auto;
  margin-right: auto;
}

.textile-products-panel__heading {
  justify-content: center;
}

.textile-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .about-bulletin-layout,
  .activity-detail-about-layout {
    grid-template-columns: 1fr;
  }

  .career-application-row > [class*="col-"]:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
    padding-bottom: 34px;
  }

  .career-application-section .contact-content-wrap {
    padding-right: 0;
  }

  .activity-detail-about-media__primary img {
    aspect-ratio: 16 / 10;
  }

  .textile-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-bulletin-stats {
    grid-template-columns: 1fr;
  }

  .activity-detail-about-media__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .textile-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .main-menu .navigation > li > .sub-menu.sub-menu--activity {
    left: 50%;
    right: auto;
    min-width: min(620px, calc(100vw - 48px));
    max-width: min(720px, calc(100vw - 48px));
    transform: translate(-50%, 18px);
  }

  .main-menu .navigation > li:hover > .sub-menu.sub-menu--activity,
  .main-menu .navigation > li:focus-within > .sub-menu.sub-menu--activity {
    transform: translate(-50%, 0);
  }
}

.about-thumb-area.about-thumb-area--single .array-button {
  display: none !important;
}

.activity-detail-section--home-about .row {
  align-items: flex-start;
}

.activity-detail-section--home-about .about-content-wrapper {
  padding-top: 0;
}

.activity-detail-section--home-about .about-slide_thumb img {
  object-position: center;
}

.activity-detail-section--home-about .about-thumb-area .customar-box {
  max-width: 240px;
}

.activity-detail-section--home-about .about-thumb-area .customar-box .box-top {
  gap: 12px;
}

.activity-detail-section--home-about .about-thumb-area .customar-box .box-top .awards .count-number {
  max-width: 150px;
  overflow-wrap: anywhere;
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: 0;
}

.activity-detail-home-copy .sec-title {
  color: #111827;
}

.activity-detail-home-copy .sec-text {
  max-width: 620px;
  color: rgba(17, 24, 39, 0.72) !important;
}

.activity-detail-home-metrics .feature-item p {
  display: grid;
  gap: 4px;
}

.activity-detail-home-metrics .feature-item p strong {
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.activity-detail-home-metrics .feature-item p span {
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.activity-detail-home-intro {
  margin: 0 0 22px;
  color: #111827;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.25;
}

.activity-detail-home-highlights {
  margin-bottom: 24px;
}

.activity-detail-section--home-about .activity-detail-body__content {
  margin-top: 22px;
  color: rgba(17, 24, 39, 0.74);
  font-size: 16px;
  line-height: 1.78;
}

.about-section--premium-page {
  padding-top: clamp(70px, 7vw, 110px);
}

.about-section--premium-page .about-content-wrap .title-area {
  margin-bottom: 18px;
}

.about-premium-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #c7963c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-premium-lead {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 700;
  line-height: 1.45;
}

.about-premium-copy {
  margin: 0 0 20px;
  color: rgba(17, 24, 39, 0.74);
  font-size: 16px;
  line-height: 1.74;
}

.about-section--premium-page .about-content-wrap .features-list {
  margin-top: 18px;
}

.about-section--premium-page .about-right-wrap .achievement-grid {
  gap: 12px;
}

.about-section--premium-page .about-right-wrap .achievement-card {
  min-height: 126px;
  border: 1px solid rgba(199, 150, 60, 0.26);
  background: #fffdf9 !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.about-section--premium-page .about-right-wrap .achievement-card__icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #c7963c;
  font-size: 24px;
}

.about-section--premium-page .about-right-wrap .achievement-card__number {
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: 0;
}

.about-section--premium-page .about-right-wrap .achievement-card__suffix {
  color: #8f6b37;
  font-size: 13px;
}

@media (max-width: 991px) {
  .activity-detail-section--home-about .about-content-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .activity-detail-home-metrics .feature-item p strong {
    font-size: 16px;
  }

  .about-section--premium-page .about-right-wrap .achievement-grid {
    grid-template-columns: 1fr;
  }
}

.nav-header--home-gateway .header-logo .brand-mark__icon,
.menu-area .header-logo .brand-mark__icon,
.sticky-header .header-logo .brand-mark__icon,
.mobile-menu-wrapper .mobile-logo .brand-mark__icon {
  padding: 7px;
  border-radius: 999px;
  background: rgba(10, 16, 28, 0.58);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(243, 208, 140, 0.32);
}

.nav-header--home-gateway .header-logo .brand-mark__icon {
  background: rgba(7, 12, 22, 0.66);
}

.loading-screen .animation-preloader .txt-loading {
  gap: 18px;
}

.loading-screen .animation-preloader .txt-loading::before {
  content: "";
  width: clamp(44px, 5vw, 64px);
  height: clamp(44px, 5vw, 64px);
  flex: 0 0 auto;
  border-radius: 999px;
  background:
    rgba(7, 12, 22, 0.62)
    url("../images/logo/cisiy-logo-mark.png")
    center / 76% auto
    no-repeat;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(243, 208, 140, 0.32);
}

@media (max-width: 575px) {
  .loading-screen .animation-preloader .txt-loading {
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .nav-header--home-gateway .header-logo .brand-mark,
  .nav-header--home-gateway .header-logo .brand-mark--light {
    --brand-mark-color: #fff7e6 !important;
    --brand-mark-icon-filter: none !important;
  }

  .nav-header--home-gateway .header-logo .brand-mark__text {
    color: #fff7e6 !important;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.46), 0 0 18px rgba(243, 208, 140, 0.28);
  }
}

.footer-credit-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.footer-credit-line a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.footer-credit-line a:hover {
  color: var(--theme-color);
}

@media (max-width: 767px) {
  .footer-credit-line {
    justify-content: center;
    text-align: center;
  }

  .footer-credit-separator {
    display: none;
  }
}
