.about-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(247, 210, 116, 0.36), transparent 26%),
    radial-gradient(circle at 92% 9%, rgba(139, 100, 17, 0.09), transparent 30%),
    linear-gradient(180deg, #fff8e8 0%, #f7efd8 42%, #eee0bd 100%);
  color: #241a07;
}

.about-hero {
  padding: 118px 0 64px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.about-card-side {
  border: 1px solid rgba(139, 100, 17, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 48px rgba(139, 100, 17, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  padding: 28px;
  text-align: center;
}

.about-card-photo {
  display: flex;
  justify-content: center;
}

.about-card-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.86),
    0 10px 28px rgba(139, 100, 17, 0.14);
}

.about-card-title {
  margin-top: 16px;
  color: #241a07;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.about-hero-text h1 {
  margin-top: 20px;
  color: #241a07;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 950;
}

.about-hero-text p {
  max-width: 660px;
  margin-top: 18px;
  color: #5b4717;
  font-size: 17px;
  line-height: 1.86;
}

.about-section {
  padding: 64px 0;
}

.about-section + .about-section {
  border-top: 1px solid rgba(139, 100, 17, 0.1);
}

.about-title {
  text-align: center;
}

.about-title h2 {
  max-width: 780px;
  margin: 16px auto 0;
  color: #241a07;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 950;
}

.about-title p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #5b4717;
  font-size: 16px;
  line-height: 1.86;
}

.about-story {
  max-width: 820px;
  margin: 28px auto 0;
  display: grid;
  gap: 18px;
}

.about-story p {
  color: #5b4717;
  font-size: 16px;
  line-height: 1.86;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-principle-card {
  padding: 28px;
  border: 1px solid rgba(139, 100, 17, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 48px rgba(139, 100, 17, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.about-principle-card .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(247, 210, 116, 0.3), rgba(139, 100, 17, 0.2));
  color: #8b6411;
  font-size: 16px;
  font-weight: 900;
}

.about-principle-card h3 {
  margin-top: 16px;
  color: #241a07;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 950;
}

.about-principle-card p {
  margin-top: 10px;
  color: #5b4717;
  font-size: 14px;
  line-height: 1.76;
}

.about-serves {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-serve-card {
  padding: 28px;
  border: 1px solid rgba(139, 100, 17, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 48px rgba(139, 100, 17, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.about-serve-card h3 {
  color: #241a07;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 950;
}

.about-serve-card p {
  margin-top: 10px;
  color: #5b4717;
  font-size: 14px;
  line-height: 1.76;
}

.about-cta {
  padding: 64px 0;
  border-top: 1px solid rgba(139, 100, 17, 0.1);
}

.about-cta-inner {
  display: grid;
  gap: 20px;
}

.about-cta-inner h2 {
  max-width: 680px;
  color: #241a07;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 950;
}

.about-cta-inner p {
  max-width: 640px;
  color: #5b4717;
  font-size: 15px;
  line-height: 1.86;
}

@media (max-width: 1080px) {
  .about-hero-grid {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
  }

  .about-card-photo img {
    width: 96px;
    height: 96px;
  }

  .about-hero-text h1 {
    font-size: 38px;
  }

  .about-principles,
  .about-serves {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 620px) {
  .about-hero {
    padding-top: 106px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-card-side {
    max-width: 240px;
    margin: 0 auto;
  }

  .about-card-photo img {
    width: 88px;
    height: 88px;
  }

  .about-hero-text h1 {
    font-size: 32px;
  }

  .about-hero-text p {
    font-size: 16px;
  }

  .about-principles,
  .about-serves {
    grid-template-columns: 1fr;
  }

  .about-title h2 {
    font-size: 26px;
  }

  .about-cta-inner h2 {
    font-size: 28px;
  }
}