/* About page — premium dark IT layout */

.about-page,
.about-intro,
.about-vision {
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.about-intro {
  --ai-navy: #1b1b1e;
  --ai-muted: rgba(247, 248, 250, 0.68);
  --ai-accent: var(--ayenyx-secondary, #fbaa25);
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 72px;
}

.about-intro__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 0;
  width: 100%;
}

.about-intro__media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #1a2130;
}

.about-intro__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-intro__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(5, 5, 5, 0.08) 0%,
    rgba(5, 5, 5, 0.35) 100%
  );
}

.about-intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.35rem, 3.5vw, 3rem);
  background:
    linear-gradient(160deg, rgba(28, 8, 8, 0.45) 0%, rgba(5, 5, 5, 0.96) 55%),
    #050505;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.about-intro__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0 0 0.65rem;
  color: var(--ai-accent);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-intro__tag::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--ai-accent);
  flex-shrink: 0;
}

.about-intro__title {
  margin: 0 0 0.75rem;
  max-width: 16ch;
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.about-intro__lead {
  margin: 0 0 0.85rem;
  max-width: 42ch;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ai-muted);
}

.about-intro__text {
  margin: 0 0 1.35rem;
  max-width: 44ch;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(247, 248, 250, 0.62);
}

.about-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.about-intro__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.5rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-intro__btn--primary {
  background: var(--ai-accent);
  border: 1px solid var(--ai-accent);
  color: #111;
}

.about-intro__btn--primary:hover {
  background: #e69812;
  border-color: #e69812;
  color: #111;
}

.about-intro__btn--secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.about-intro__btn--secondary:hover {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

/* —— Brands & product trading —— */

.about-brand-supply {
  position: relative;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}

.about-brand-supply__wrap {
  width: min(var(--ayenyx-container, 1120px), calc(100% - (2 * var(--ayenyx-gutter, 1.25rem))));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.about-brand-supply__header {
  max-width: 46rem;
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.about-brand-supply__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.about-brand-supply__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 248, 250, 0.68);
}

.about-brand-supply__pillars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
}

.about-brand-supply__pillar-card {
  padding: 1.15rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #12151a;
}

.about-brand-supply__pillar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.about-brand-supply__step {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(94, 176, 239, 0.75);
}

.about-brand-supply__badge {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ayenyx-secondary, #fbaa25);
}

.about-brand-supply__pillar-title {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.about-brand-supply__pillar-desc {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(247, 248, 250, 0.62);
}

.about-brand-supply__brands-section {
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-brand-supply__brands-header {
  margin: 0 0 1.35rem;
}

.about-brand-supply__brands-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: #fff;
}

.about-brand-supply__brands-sub {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(247, 248, 250, 0.62);
}

.about-brand-supply__brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-brand-supply__brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
}

.about-brand-supply__brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
}

.about-brand-supply__brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-brand-supply__brand-name {
  font-size: 0.72rem;
  font-weight: 600;
  color: #334155;
  text-align: center;
}

.about-brand-supply__brand-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-brand-supply__brand-footer p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(247, 248, 250, 0.7);
}

.about-brand-supply__quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--ayenyx-secondary, #fbaa25);
  color: var(--ayenyx-secondary, #fbaa25);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.about-brand-supply__quote-btn:hover {
  background: var(--ayenyx-secondary, #fbaa25);
  color: #111;
}

/* —— Vision & Mission —— */

.about-vision {
  position: relative;
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}

.about-vision__wrap {
  width: min(var(--ayenyx-container, 1240px), calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.about-vision__header {
  max-width: 560px;
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.about-vision__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.about-vision__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 248, 250, 0.66);
}

.about-vision__panel {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1c2430;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.about-vision__panel::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--ayenyx-secondary, #fbaa25) 0%, rgba(251, 170, 37, 0.15) 100%);
}

.about-vision__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 0.72fr);
  align-items: stretch;
  width: 100%;
}

.about-vision__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-vision__block:hover {
  background: #101820;
}

.about-vision__index {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(94, 176, 239, 0.75);
}

.about-vision__label {
  display: block;
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ayenyx-secondary, #fbaa25);
  text-transform: none;
}

.about-vision__text {
  margin: 0;
  font-size: clamp(0.9rem, 1.15vw, 0.98rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
}

.about-vision__media {
  position: relative;
  min-height: 240px;
  background-image: url(./index_img/crowd-silhouette-business-people-office-building-corporation.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-vision__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(28, 8, 8, 0.55) 0%,
    rgba(28, 8, 8, 0.62) 50%,
    rgba(5, 5, 5, 0.7) 100%
  );
}

.about-vision__media-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.about-vision__media-icon img {
  width: clamp(52px, 8vw, 78px);
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991px) {
  .about-intro {
    margin-top: 68px;
  }

  .about-intro__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-brand-supply__pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .about-intro__media {
    min-height: clamp(240px, 42vw, 360px);
  }

  .about-intro__copy {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(2rem, 5vw, 2.75rem) clamp(1.25rem, 4vw, 1.75rem);
  }

  .about-vision__grid {
    grid-template-columns: 1fr;
  }

  .about-vision__block {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .about-vision__media {
    min-height: 200px;
    order: -1;
  }
}

@media (max-width: 575px) {
  .about-intro {
    margin-top: 64px;
  }

  .about-intro__copy {
    padding: 1.75rem 1.15rem 2rem;
  }

  .about-intro__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    max-width: none;
  }

  .about-intro__media {
    min-height: 200px;
  }

  .about-intro__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-intro__btn {
    justify-content: center;
  }

  .about-brand-supply__wrap,
  .about-vision__wrap {
    width: calc(100% - 2rem);
  }

  .about-brand-supply__pillars {
    grid-template-columns: 1fr;
  }

  .about-vision__block {
    padding: 1.35rem 1.15rem;
  }

  .about-vision__media {
    min-height: 180px;
  }
}
