.attarof-about-page,
.attarof-about-page * {
  box-sizing: border-box;
}

.attarof-about-page {
  direction: rtl;
  overflow: hidden;
  padding: 54px 0 84px;
  background:
    radial-gradient(circle at 8% 12%, rgba(203, 164, 100, .10), transparent 24%),
    radial-gradient(circle at 92% 42%, rgba(31, 91, 70, .07), transparent 26%),
    #faf7f0;
  color: #18372d;
  text-align: right;
}

.attarof-about-page img,
.attarof-about-page svg {
  display: block;
  max-width: 100%;
}

.attarof-about-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.attarof-about-hero {
  position: relative;
  padding-bottom: 62px;
}

.attarof-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}

.attarof-about-hero__content {
  padding: 30px 0;
}

.attarof-about-title-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.attarof-about-title-row h1 {
  margin: 0;
  color: #0f3b2f;
  font-size: clamp(52px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.attarof-about-title-leaf {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  color: #cba464;
}

.attarof-about-title-line {
  display: block;
  width: 82px;
  height: 3px;
  margin: 22px 0 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cba464, rgba(203,164,100,.18));
}

.attarof-about-hero__content p {
  max-width: 570px;
  margin: 0;
  color: #52675e;
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 2.05;
}

.attarof-about-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.attarof-about-hero__visual::before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  z-index: 0;
  border: 1px solid rgba(203,164,100,.28);
  border-radius: 32px;
}

.attarof-about-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(15,59,47,.08);
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(15,59,47,.16);
}

.attarof-about-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(203,164,100,.70);
  border-radius: 999px;
  background: rgba(15,59,47,.92);
  color: #fff;
  box-shadow: 0 12px 26px rgba(15,59,47,.22);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 800;
}

.attarof-about-badge svg {
  width: 22px;
  height: 22px;
  color: #e2bd78;
}

.attarof-about-content {
  display: grid;
  gap: 34px;
}

.attarof-about-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 280px;
  padding: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(15,59,47,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 55px rgba(15,59,47,.07);
}

.attarof-about-story__copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.attarof-about-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #a77d3f;
  font-size: 14px;
  font-weight: 900;
}

.attarof-about-story h2,
.attarof-about-reminder h2 {
  margin: 0;
  color: #0f3b2f;
  font-weight: 900;
  letter-spacing: 0;
}

.attarof-about-story h2 {
  font-size: clamp(30px, 3.1vw, 40px);
  line-height: 1.35;
}

.attarof-about-story p {
  max-width: 780px;
  margin: 18px 0 0;
  color: #5d7068;
  font-size: 17px;
  line-height: 2.05;
}

.attarof-about-story__art {
  position: absolute;
  bottom: -28px;
  left: -14px;
  z-index: 1;
  width: 250px;
  height: 250px;
  color: rgba(31,91,70,.08);
  transform: rotate(-8deg);
}

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

.attarof-about-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.attarof-about-value-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(15,59,47,.10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15,59,47,.07);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.attarof-about-value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(203,164,100,.34);
  box-shadow: 0 22px 48px rgba(15,59,47,.10);
}

.attarof-about-value-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ec;
  color: #1f5b46;
}

.attarof-about-value-card__icon svg {
  width: 34px;
  height: 34px;
}

.attarof-about-value-card h3 {
  margin: 18px 0 0;
  color: #18372d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.attarof-about-value-card__line {
  display: block;
  width: 42px;
  height: 2px;
  margin: 11px 0 14px;
  border-radius: 999px;
  background: #cba464;
}

.attarof-about-value-card p {
  margin: 0;
  color: #6d7d76;
  font-size: 16px;
  line-height: 1.95;
}

.attarof-about-reminder {
  padding: 25px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(203,164,100,.34);
  border-radius: 22px;
  background: #eef5ec;
}

.attarof-about-reminder__icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #dcb970, #c89a4c);
  color: #0f3b2f;
  box-shadow: 0 12px 24px rgba(203,164,100,.23);
}

.attarof-about-reminder__icon svg {
  width: 39px;
  height: 39px;
}

.attarof-about-reminder h2 {
  font-size: 24px;
  line-height: 1.4;
}

.attarof-about-reminder p {
  margin: 7px 0 0;
  color: #596d64;
  font-size: 16px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .attarof-about-page {
    padding-top: 40px;
  }

  .attarof-about-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .attarof-about-hero__content {
    padding-bottom: 0;
  }

  .attarof-about-hero__content p {
    max-width: 680px;
  }

  .attarof-about-hero__visual {
    width: min(680px, 100%);
    justify-self: center;
  }

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

@media (max-width: 620px) {
  .attarof-about-page {
    padding: 28px 0 56px;
  }

  .attarof-about-container {
    width: min(100% - 28px, 1180px);
  }

  .attarof-about-hero {
    padding-bottom: 42px;
  }

  .attarof-about-title-row {
    gap: 8px;
  }

  .attarof-about-title-row h1 {
    min-width: 0;
    font-size: 38px;
  }

  .attarof-about-title-leaf {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .attarof-about-title-line {
    margin: 16px 0 18px;
  }

  .attarof-about-hero__content p,
  .attarof-about-story p {
    font-size: 16px;
    line-height: 1.95;
  }

  .attarof-about-hero__visual::before {
    inset: 12px -8px -10px 12px;
    border-radius: 24px;
  }

  .attarof-about-hero__visual img {
    border-radius: 22px;
  }

  .attarof-about-badge {
    right: 12px;
    bottom: 12px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .attarof-about-content {
    gap: 22px;
  }

  .attarof-about-story {
    min-height: 0;
    padding: 27px 22px;
    border-radius: 22px;
  }

  .attarof-about-story h2 {
    font-size: 29px;
  }

  .attarof-about-story__art {
    width: 180px;
    height: 180px;
    opacity: .7;
  }

  .attarof-about-values {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .attarof-about-value-card {
    padding: 23px;
  }

  .attarof-about-reminder {
    padding: 23px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .attarof-about-reminder__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .attarof-about-reminder__icon svg {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .attarof-about-page .attarof-about-value-card {
    transition: none;
  }
}
