/* About page — sections 1–7 */
.page-about main {
  padding-top: 0;
}

/* Full-viewport section backgrounds */
.about-hero,
.about-values,
.about-journey,
.about-brand,
.about-commit,
.about-cta,
.about-certs {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

/* —— 1. Hero — Our Story —— */
.about-hero {
  position: relative;
  min-height: min(52vh, 28rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.5rem 4rem;
  overflow: hidden;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("img/hero-collage-children-hugging.webp");
  background-size: cover;
  background-position: center 30%;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.82) 45%,
    rgba(255, 255, 255, 0.9) 100%
  );
}

.about-hero__slant {
  position: absolute;
  top: 0;
  right: -15%;
  width: 45%;
  max-width: 22rem;
  height: 100%;
  background: linear-gradient(160deg, #ffeb3b 0%, #fdd835 100%);
  transform: skewX(-12deg);
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 40rem) {
  .about-hero__slant {
    width: 55%;
    opacity: 0.35;
  }
}

.about-hero__gummy {
  position: absolute;
  z-index: 2;
  width: min(18vw, 5rem);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.12));
  animation: hero-float-gummy 4s ease-in-out infinite;
}

.about-hero__gummy--sun {
  left: 4%;
  top: 22%;
  animation-delay: 0s;
}

.about-hero__gummy--love {
  left: 8%;
  bottom: 18%;
  animation-delay: 0.7s;
}

.about-hero__gummy--star {
  right: 6%;
  top: 20%;
  animation-delay: 0.4s;
}

.about-hero__gummy--flower {
  right: 10%;
  bottom: 20%;
  animation-delay: 1.1s;
}

@media (max-width: 48rem) {
  .about-hero__gummy {
    width: min(14vw, 3.25rem);
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__gummy {
    animation: none;
  }
}

.about-hero__inner {
  position: relative;
  z-index: 3;
  max-width: var(--page-container-max);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.about-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef5350, #e53935);
  color: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(229, 57, 53, 0.3);
}

.about-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #e91e63;
  letter-spacing: -0.03em;
}

.about-hero__lead {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: #424242;
  font-weight: 500;
}

/* —— 2. Core Values —— */
.about-values {
  padding: 3rem 1.25rem 3.25rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.about-values__inner {
  max-width: var(--page-container-max);
  width: 100%;
  margin: 0 auto;
}

.about-section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.about-section-head__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.8vw, 2.1rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.about-section-head__sub {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

.about-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 48rem) {
  .about-values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.about-value-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.35rem;
  padding: 1.5rem 1.35rem 1.6rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.about-value-card__icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fce4ec, #e1bee7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

.about-value-card__title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
  color: #000;
}

.about-value-card__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #666;
}

/* —— 3. Our Journey (timeline) —— */
.about-journey {
  padding: 3rem 1.25rem 3.5rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.about-journey::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 183, 197, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 80% 60%, rgba(129, 212, 250, 0.12) 0%, transparent 42%),
    radial-gradient(circle at 50% 80%, rgba(255, 241, 118, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

.about-journey__inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
}

.about-timeline {
  position: relative;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0 0 0 3.5rem;
  max-width: 36rem;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 1.3125rem;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 3px;
  background: linear-gradient(180deg, #e1bee7, #90caf9);
  border-radius: 3px;
}

.about-timeline__item {
  position: relative;
  margin-bottom: 1.5rem;
}

.about-timeline__item:last-child {
  margin-bottom: 0;
}

.about-timeline__year {
  position: absolute;
  left: -3.45rem;
  top: 0.15rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec407a, #7e57c2, #42a5f5);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(126, 87, 194, 0.35);
  z-index: 2;
}

.about-timeline__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.25rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.about-timeline__card h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #1a1a1a;
}

.about-timeline__card p {
  margin: 0;
  font-size: 0.88rem;
  color: #666;
  line-height: 1.5;
}

/* —— 4. Brand split —— */
.about-brand {
  padding: 3rem 1.25rem 3.25rem;
  background: #fffbf5;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.about-brand__inner {
  max-width: var(--page-container-max);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 56rem) {
  .about-brand__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.about-brand__badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #f48fb1;
  color: #fff;
  margin-bottom: 0.85rem;
}

.about-brand__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: #c2185b;
  letter-spacing: -0.02em;
}

.about-brand__intro {
  margin: 0 0 1.75rem;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: #444;
}

.about-brand-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.about-brand-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.about-brand-feature__ico {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.about-brand-feature__ico--pink {
  background: #fce4ec;
}

.about-brand-feature__ico--blue {
  background: #e3f2fd;
}

.about-brand-feature__ico--green {
  background: #e8f5e9;
}

.about-brand-feature__body h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: #1a1a1a;
}

.about-brand-feature__body p {
  margin: 0;
  font-size: 0.88rem;
  color: #666;
  line-height: 1.45;
}

.about-brand__visual {
  background: linear-gradient(135deg, #fce4ec 0%, #fff9c4 100%);
  border-radius: 2rem;
  padding: 2rem 1.5rem 1.75rem;
  box-shadow: 0 16px 48px rgba(233, 30, 99, 0.12);
  text-align: center;
}

.about-brand__visual-logo {
  display: inline-flex;
  margin-bottom: 1.25rem;
}

.about-brand__visual-logo img {
  height: 3rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
}

.about-brand__gummies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1rem;
}

.about-brand__gummies img {
  width: min(22vw, 4.5rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}

.about-brand__caption {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: #424242;
}

/* —— 5. Commitment to Quality —— */
.about-commit {
  padding: 3rem 1.25rem 3.25rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.about-commit__inner {
  max-width: var(--page-container-max);
  width: 100%;
  margin: 0 auto;
}

.about-commit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 40rem) {
  .about-commit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .about-commit-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-commit-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  padding: 1.5rem 1.1rem;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.about-commit-card__ico {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: #fce4ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
}

.about-commit-card h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #000;
}

.about-commit-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #666;
  line-height: 1.45;
}

/* —— 6. CTA —— */
.about-cta {
  padding: 3.5rem 1.5rem 4rem;
  text-align: center;
  background: linear-gradient(
    95deg,
    #e91e63 0%,
    #ab47bc 28%,
    #5c6bc0 55%,
    #26a69a 100%
  );
  position: relative;
  overflow: hidden;
}

.about-cta__icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}

.about-cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.about-cta__text {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-family: var(--font-playful);
  font-weight: 600;
  font-size: 1.02rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.about-cta__btn--primary {
  background: #fff;
  color: #e53935;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.about-cta__btn--primary:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.about-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}

.about-cta__btn--ghost:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* —— 7. Certifications —— */
.about-certs {
  padding: 3rem 1.25rem 3.5rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.about-certs__inner {
  max-width: var(--page-container-max);
  width: 100%;
  margin: 0 auto;
}

.about-certs__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
  color: #0288d1;
  letter-spacing: -0.02em;
}

.about-certs__sub {
  text-align: center;
  margin: 0 0 2.25rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

.about-certs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 48rem) {
  .about-certs-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
  }
}

.about-cert-col__img {
  height: 5rem;
  width: auto;
  max-width: 100%;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.about-cert-col__img--wide {
  height: 4.5rem;
}

.about-cert-col h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1a1a;
}

.about-cert-col p {
  margin: 0;
  font-size: 0.88rem;
  color: #666;
  line-height: 1.5;
}

.about-cert-col p + p {
  margin-top: 0.25rem;
}

/* 2026 UI refresh: about page */
.about-hero {
  min-height: clamp(26rem, 62vh, 38rem);
  justify-content: flex-start;
  padding: clamp(3rem, 8vw, 5.5rem) 1.25rem;
}

.about-hero__bg {
  background-image: url("img/section-kids-love-smiling-friends.webp");
  background-position: center 34%;
}

.about-hero__overlay {
  background: linear-gradient(100deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 253, 248, 0.9) 52%, rgba(255, 253, 248, 0.38) 100%);
}

.about-hero__slant {
  display: none;
}

.about-hero__gummy {
  opacity: 0.7;
}

.about-hero__inner {
  text-align: left;
}

.about-badge,
.about-brand__badge {
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  border: 1px solid rgba(235, 79, 118, 0.22);
  box-shadow: var(--shadow-soft);
}

.about-hero__title {
  max-width: 43rem;
  color: var(--text);
  font-size: clamp(2.45rem, 6vw, 4.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-hero__lead {
  max-width: 40rem;
  color: var(--text-soft);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.about-values,
.about-commit,
.about-certs {
  background: #fffdf8;
}

.about-journey {
  background: #f5fbf7;
}

.about-journey::before {
  display: none;
}

.about-brand {
  background: #eef8fb;
}

.about-values,
.about-journey,
.about-brand,
.about-commit,
.about-certs {
  border-top: 1px solid rgba(37, 50, 58, 0.08);
  padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
}

.about-section-head__title,
.about-brand__title,
.about-certs__title {
  color: var(--text);
  letter-spacing: 0;
}

.about-section-head__sub,
.about-brand__intro,
.about-certs__sub,
.about-cert-col p {
  color: var(--text-soft);
}

.about-values-grid,
.about-commit-grid,
.about-certs-grid {
  gap: 1rem;
}

.about-value-card,
.about-timeline__card,
.about-brand__visual,
.about-commit-card {
  border-radius: 8px;
  border: 1px solid rgba(37, 50, 58, 0.09);
  box-shadow: var(--shadow-soft);
}

.about-value-card {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.about-value-card::before,
.about-commit-card::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 4px;
  margin-bottom: 1rem;
  background: var(--pink);
  border-radius: 999px;
}

.about-value-card:nth-child(2)::before,
.about-commit-card:nth-child(2)::before {
  background: var(--green-brand);
}

.about-value-card:nth-child(3)::before,
.about-commit-card:nth-child(3)::before {
  background: var(--blue-brand);
}

.about-commit-card:nth-child(4)::before {
  background: var(--sun);
}

.about-value-card__icon-wrap,
.about-commit-card__ico,
.about-brand-feature__ico {
  border-radius: 8px;
  background: #f5fbf7;
}

.about-value-card__title,
.about-brand-feature__body h3,
.about-commit-card h3,
.about-cert-col h3 {
  color: var(--text);
}

.about-value-card__text,
.about-brand-feature__body p,
.about-commit-card p,
.about-timeline__card p {
  color: var(--text-soft);
}

.about-timeline::before {
  background: linear-gradient(180deg, var(--pink), var(--blue-brand), var(--green-brand));
}

.about-timeline__year {
  background: #fff;
  color: var(--text);
  border: 2px solid rgba(37, 50, 58, 0.1);
  box-shadow: var(--shadow-soft);
}

.about-timeline__card {
  background: #fff;
}

.about-timeline__card h3 {
  color: var(--text);
}

.about-brand__inner {
  align-items: stretch;
}

.about-brand__copy {
  align-self: center;
}

.about-brand__visual {
  background: #fff;
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: center;
}

.about-brand__caption {
  color: var(--text-soft);
}

.about-commit-card {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.about-commit-card::before {
  margin-left: auto;
  margin-right: auto;
}

.about-cta {
  background:
    linear-gradient(95deg, rgba(37, 50, 58, 0.92) 0%, rgba(37, 50, 58, 0.78) 100%),
    url("img/hero-collage-kids-together.webp");
  background-size: cover;
  background-position: center;
}

.about-cta__title {
  letter-spacing: 0;
}

.about-cta__btn {
  border-radius: 8px;
}

.about-cta__btn--primary {
  color: var(--text);
}

.about-cta__btn--ghost {
  border-color: rgba(255, 255, 255, 0.72);
}

.about-certs-grid {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(37, 50, 58, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

@media (max-width: 48rem) {
  .about-hero__inner {
    text-align: center;
  }

  .about-hero__title,
  .about-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero__overlay {
    background: rgba(255, 250, 241, 0.92);
  }
}

@media (max-width: 36rem) {
  .about-timeline {
    padding-left: 3rem;
  }
}
