.about-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 42px;
  align-items: center;
  margin: 0 0 36px;
  padding: 46px 48px;
  border: 1px solid #eadcc9;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgba(184, 103, 49, 0.14), transparent 32%),
    linear-gradient(135deg, #fffaf2 0%, #f8ead9 100%);
  box-shadow: 0 18px 45px rgba(97, 65, 38, 0.10);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(150, 101, 62, 0.13);
  border-radius: 18px;
  pointer-events: none;
}

.about-hero__content {
  position: relative;
  z-index: 1;
}

.about-hero__label {
  margin: 0 0 12px;
  color: #a85f32;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0 0 18px;
  color: #4c3427;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 700;
}

.about-hero__text {
  max-width: 650px;
  margin: 0 0 26px;
  color: #6d5748;
  font-size: 18px;
  line-height: 1.65;
}

.about-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.about-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-hero__button:hover {
  transform: translateY(-2px);
}

.about-hero__button--primary {
  background: #9f5530;
  color: #fff;
  box-shadow: 0 10px 20px rgba(159, 85, 48, 0.22);
}

.about-hero__button--secondary {
  border: 1px solid #d8bfa8;
  background: rgba(255, 255, 255, 0.7);
  color: #7a4a2d;
}

.about-hero__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
}

.about-hero__features span {
  padding: 10px 13px;
  border: 1px solid rgba(216, 191, 168, 0.75);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  color: #5f493b;
  font-size: 14px;
  line-height: 1.35;
}

.about-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.about-hero__plate {
  position: relative;
  width: min(300px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff8ec 0 28%, transparent 29%),
    conic-gradient(
      from 20deg,
      #d95f31 0 25%,
      #e7b74f 25% 50%,
      #7c9b55 50% 75%,
      #8c4f33 75% 100%
    );
  box-shadow:
    inset 0 0 0 14px rgba(255, 255, 255, 0.38),
    0 22px 42px rgba(94, 57, 31, 0.18);
}

.about-hero__center {
  position: absolute;
  inset: 50%;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fffaf2;
  color: #7a4a2d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 8px 22px rgba(92, 62, 42, 0.14);
}

.about-hero__spice {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fffaf2;
  font-size: 25px;
  box-shadow: 0 8px 18px rgba(91, 57, 35, 0.15);
}

.about-hero__spice--one {
  top: 7%;
  left: 43%;
}

.about-hero__spice--two {
  top: 42%;
  right: 7%;
}

.about-hero__spice--three {
  bottom: 9%;
  left: 43%;
}

.about-hero__spice--four {
  top: 42%;
  left: 7%;
}

@media (max-width: 860px) {
  .about-hero {
    grid-template-columns: 1fr;
    padding: 34px 24px;
    text-align: center;
  }

  .about-hero__text {
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-hero__features {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero__visual {
    order: -1;
  }

  .about-hero__plate {
    width: 230px;
  }
}

@media (max-width: 520px) {
  .about-hero {
    padding: 28px 18px;
    border-radius: 18px;
  }

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

  .about-hero__button {
    width: 100%;
  }
}

.about-mission {
    margin: 80px 0;
}

.about-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.about-section-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #b66a3d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-section-heading h2 {
    margin: 0;
    font-size: 42px;
    color: #4c3427;
}

.about-mission__intro {
    max-width: 820px;
    margin: 0 auto 40px;
}

.about-mission__intro p {
    color: #6a5647;
    line-height: 1.8;
    font-size: 18px;
}

.about-mission__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-mission__card {
    background: #fff;
    border: 1px solid #eadcc9;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    transition: .25s ease;
}

.about-mission__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.about-mission__icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.about-mission__card h3 {
    margin: 0 0 12px;
    color: #4c3427;
    font-size: 22px;
}

.about-mission__card p {
    margin: 0;
    color: #6a5647;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .about-mission__grid {
        grid-template-columns: 1fr;
    }

    .about-section-heading h2 {
        font-size: 32px;
    }
}

.about-author {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 42px;
    margin: 80px 0;
    padding: 44px;
    border-radius: 22px;
    background: #fff8ef;
    border: 1px solid #eadcc9;
}

.about-author__visual {
    justify-content: top;
}

.about-author__avatar {
    width: 280px;
    height: 421px;
	padding-top: 30px;
    display: grid;
    place-items: center;
    font-size: 78px;
}

.about-author__label {
    display: inline-block;
    margin-bottom: 10px;
    color: #b66a3d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-author h2 {
    margin: 0 0 18px;
    color: #4c3427;
    font-size: 38px;
    line-height: 1.15;
}

.about-author p {
    margin: 0 0 16px;
    color: #6a5647;
    font-size: 17px;
    line-height: 1.75;
}

.about-author__note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid #b66a3d;
    border-radius: 14px;
    background: #fff;
    color: #5f493b;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .about-author {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px;
    margin: 50px 0;
  }

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

  .about-author__avatar {
    width: 100%;
    max-width: 280px;
    height: auto;
    padding-top: 0;
  }

  .about-author__avatar img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
  }

    .about-author h2 {
        font-size: 32px;
    }

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

.about-process {
    margin: 90px 0;
}

.about-process__intro {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
    color: #6a5647;
    font-size: 18px;
    line-height: 1.8;
}

.about-process__timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-process__step {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #eadcc9;
    border-radius: 18px;
    text-align: center;
}

.about-process__number {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b66a3d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.about-process__step h3 {
    margin: 0 0 14px;
    color: #4c3427;
    font-size: 22px;
}

.about-process__step p {
    margin: 0;
    color: #6a5647;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .about-process__timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .about-process__timeline {
        grid-template-columns: 1fr;
    }
}

.about-featured {
  margin: 90px 0;
}

.about-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-featured__card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid #eadcc9;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
  transition: .25s ease;
}

.about-featured__card:hover {
  transform: translateY(-4px);
  border-color: #d8b596;
  box-shadow: 0 14px 30px rgba(97, 65, 38, .09);
}

.about-featured__tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f3e2d0;
  color: #8a4b2c;
  font-size: 13px;
  font-weight: 700;
}

.about-featured__card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.about-featured__card h3 a {
  color: #4c3427;
  text-decoration: none;
}

.about-featured__card h3 a:hover {
  color: #9f5530;
}

.about-featured__card p {
  margin: 0;
  color: #6a5647;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 992px) {
  .about-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .about-featured__grid {
    grid-template-columns: 1fr;
  }
}