.ab-hero {
  position: relative;
  padding: 80px 0 0;
  text-align: center;
  overflow: visible;
}
.ab-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 70% 50% at 50% -10%,
      rgba(0, 167, 111, 0.06) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 40% 40% at 80% 30%,
      rgba(0, 196, 140, 0.04) 0%,
      transparent 60%
    );
  pointer-events: none;
}
.ab-hero .container {
  position: relative;
}
.ab-hero .badge {
  animation: abFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ab-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--gray-900);
  max-width: 780px;
  margin: 20px auto;
  animation: abFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.07s;
}
.ab-hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: abFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.14s;
}
.ab-hero__stat {
  text-align: center;
  max-width: 200px;
}
.ab-hero__stat-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--brand-600) 0%, #00c48c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.ab-hero__stat-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gray-500);
  line-height: 1.4;
}
.ab-hero__stat-divider {
  width: 1px;
  height: 48px;
  background: var(--gray-200);
}
.ab-hero__sub {
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  color: var(--gray-500);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
  animation: abFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.21s;
}
.ab-hero__sub strong {
  color: var(--gray-900);
}
@keyframes abFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.ab-founder {
  padding: var(--section-py) 0;
}
.ab-founder__card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 48px;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.02),
    0 8px 24px rgba(0, 0, 0, 0.03),
    0 24px 56px rgba(0, 0, 0, 0.03);
}
.ab-founder__img-col {
  text-align: center;
}
.ab-founder__img-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
}
.ab-founder__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.ab-founder__name-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 2px;
}
.ab-founder__name-card span {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gray-500);
}
.ab-founder__quote-col {
  position: relative;
}
.ab-founder__quote-mark {
  color: var(--brand-100);
  margin-bottom: 16px;
}
.ab-founder__quote {
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  font-weight: 400;
  color: var(--gray-700);
  line-height: 1.75;
  font-style: normal;
  border: none;
  padding: 0;
  margin: 0 0 28px;
}
.ab-founder__credits {
  padding-top: 24px;
  border-top: 1px solid var(--gray-100);
}
.ab-founder__logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ab-founder__logo-tag {
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-600);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-full);
}
.ab-mission {
  padding: var(--section-py) 0;
  background: var(--gray-50);
}
.ab-mission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ab-mission__content .h2 {
  text-align: left;
  margin-bottom: 20px;
}
.ab-mission__content .pill {
  margin-bottom: 16px;
}
.ab-mission__text {
  font-size: 1rem;
  color: var(--gray-500);
  line-height: 1.75;
}
.ab-mission__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-mission__orbit {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-mission__ring--outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 167, 111, 0.2);
  animation: orbitSpin 20s linear infinite;
}
.ab-mission__ring--middle {
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 167, 111, 0.1);
  background: linear-gradient(
    135deg,
    rgba(0, 167, 111, 0.05) 0%,
    rgba(0, 196, 140, 0.02) 100%
  );
  animation: ringPulse 6s ease-in-out infinite;
}
.ab-mission__ring-inner {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-600);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.03),
    0 12px 32px rgba(0, 0, 0, 0.04);
  animation: innerFloat 4s ease-in-out infinite;
}
.ab-mission__orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-600);
  box-shadow: 0 0 8px rgba(0, 167, 111, 0.4);
}
.ab-mission__orbit-dot--1 {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.ab-mission__orbit-dot--2 {
  bottom: 20%;
  right: -2px;
}
.ab-mission__orbit-dot--3 {
  bottom: 20%;
  left: -2px;
}
.ab-mission__float {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab-mission__float--1 {
  top: 10px;
  right: 10px;
  animation: floatPill1 5s ease-in-out infinite;
}
.ab-mission__float--2 {
  bottom: 10px;
  left: 5px;
  animation: floatPill2 6s ease-in-out infinite;
}
.ab-mission__float--3 {
  bottom: 50px;
  right: -10px;
  animation: floatPill3 5.5s ease-in-out infinite;
}
@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ringPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.8;
  }
}
@keyframes innerFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes floatPill1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, -10px);
  }
}
@keyframes floatPill2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -6px);
  }
}
@keyframes floatPill3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, 8px);
  }
}
.ab-values {
  padding: var(--section-py) 0;
}
.ab-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ab-value-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ab-value-card:hover {
  border-color: var(--gray-300);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.ab-value-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-lg);
  background: var(--brand-50);
  color: var(--brand-600);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ab-value-card h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.ab-value-card p {
  font-size: 0.9375rem;
  color: var(--gray-500);
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .ab-founder__card {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto;
  }
  .ab-founder__img-wrap {
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .ab-mission__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .ab-mission__content .h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ab-values__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ab-hero {
    padding: 48px 0 0;
  }
  .ab-hero__stats {
    flex-direction: column;
    gap: 24px;
  }
  .ab-hero__stat-divider {
    width: 48px;
    height: 1px;
  }
  .ab-founder__card {
    padding: 32px 24px;
  }
  .ab-mission__orbit {
    width: 220px;
    height: 220px;
  }
  .ab-mission__ring-inner {
    width: 80px;
    height: 80px;
  }
  .ab-mission__ring--middle {
    inset: 30px;
  }
  .ab-mission__float {
    width: 36px;
    height: 36px;
  }
  .ab-mission__float svg {
    width: 14px;
    height: 14px;
  }
}
