/* Refined About section using the Higgsfield-created cultural illustration. */
#about {
  isolation: isolate;
  padding-block: clamp(72px, 8vw, 112px) !important;
  background: #f7f3ea !important;
}

#about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247,243,234,.93) 0%, rgba(247,243,234,.77) 43%, rgba(247,243,234,.72) 57%, rgba(247,243,234,.91) 100%),
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(247,243,234,.64));
}

#about .klr {
  opacity: 1;
  animation: none;
}

#about .klr > :not(.about-art) {
  display: none;
}

#about .about-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .52;
  filter: saturate(.82) contrast(.96);
}

#about > .ctn {
  position: relative;
  z-index: 2;
}

#about .ab-row {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(24px, 3.5vw, 54px);
  align-items: stretch;
}

#about .ax-left,
#about .pg-list {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(107,63,160,.13);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 24px 64px rgba(54,40,72,.09);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

#about .ax-left {
  display: flex;
  flex-direction: column;
}

#about .ax-left-title {
  margin: 18px 0 16px;
  font-size: clamp(42px, 4.3vw, 62px);
}

#about .ax-left-lead {
  max-width: 620px;
  margin: 0;
  font-size: clamp(15px, 1.18vw, 17px);
  line-height: 1.75;
}

#about .ab-vmvi {
  margin-top: auto;
  padding-top: 30px;
  gap: 10px;
}

#about .ab-vm {
  min-height: 78px;
  padding: 14px;
  border-color: rgba(40,32,49,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 22px rgba(54,40,72,.045);
}

#about .ab-vm:hover {
  transform: translateY(-3px);
  border-color: rgba(107,63,160,.25);
  box-shadow: 0 14px 30px rgba(54,40,72,.09);
}

#about .ab-vm b { font-size: 12px; }
#about .ab-vm span { font-size: 11.5px; }

#about .pg-list { gap: 16px; }
#about .pg-list-head {
  width: 100%;
  margin: 0;
}

#about .ax-left > .s-chip,
#about .pg-list-head .s-chip {
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
}

#about .tl {
  gap: 8px;
  margin: 0;
  justify-content: initial;
}

#about .tl::before {
  left: 28px;
  top: 27px;
  bottom: 27px;
  width: 2px;
  opacity: .5;
}

#about .tl::after { display: none; }

#about .tl-node {
  gap: 11px;
  min-height: 72px;
  padding: 8px 10px 8px 2px;
  border: 1px solid rgba(40,32,49,.075);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 6px 18px rgba(54,40,72,.035);
}

#about .tl-node::before {
  background: linear-gradient(100deg, var(--pcb), rgba(255,255,255,0) 76%);
}

#about .tl-node:hover {
  transform: translateX(4px);
  border-color: color-mix(in srgb, var(--pc) 25%, transparent);
  box-shadow: 0 12px 26px rgba(54,40,72,.08);
}

#about .tl-node:hover::before { opacity: .6; }

#about .tl-pin { width: 54px; }
#about .tl-orbit { width: 48px; height: 48px; border-width: 1px; }
#about .tl-disc {
  width: 40px;
  height: 40px;
  box-shadow: 0 7px 16px -5px var(--pc), inset 0 1px 3px rgba(255,255,255,.45);
}
#about .tl-disc .pgi { width: 21px; height: 21px; }

#about .tl-num {
  width: 34px;
  height: 26px;
  display: grid;
  place-items: center;
  align-self: center;
  border: 1px solid color-mix(in srgb, var(--pc) 25%, transparent);
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  opacity: .72;
  background: var(--pcb);
}

#about .tl-node:hover .tl-num { opacity: 1; transform: none; }
#about .tl-tag { font-size: 9px; }
#about .tl-name { font-size: 14px; }
#about .tl-desc { font-size: 11.5px; }

@media (max-width: 1024px) {
  #about .ab-row { grid-template-columns: 1fr; }
  #about .about-art { object-position: 68% center; opacity: .36; }
  #about::before { background: rgba(247,243,234,.82); }
}

@media (max-width: 620px) {
  #about { padding: 64px 16px !important; }
  #about .ax-left, #about .pg-list { padding: 22px 18px; border-radius: 22px; }
  #about .ab-vmvi { grid-template-columns: 1fr; padding-top: 24px; }
  #about .ab-vm { min-height: 0; }
  #about .tl-node { min-height: 68px; }
  #about .tl-desc { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  #about .tl-orbit, #about .pgi * { animation: none !important; }
}
