.drben-ach-detail {
  background: linear-gradient(180deg, #f7f8f7 0%, #eef1f0 100%);
  padding: 54px 0 76px;
}

.drben-ach-detail-container {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.drben-ach-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  color: #c40d0d;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drben-ach-detail-hero,
.drben-ach-detail-body {
  border: 1px solid #e1e4e2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(25, 36, 34, 0.07);
}

.drben-ach-detail-hero {
  position: relative;
  margin-top: 26px;
  padding: 46px 48px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 72%, #f7eaea 100%);
  border-top: 4px solid #c40d0d;
}

.drben-ach-detail-hero .drben-ach-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #c40d0d;
}

.drben-ach-detail-hero h1 {
  margin: 0 0 16px;
  color: #18283a;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.drben-ach-detail-summary,
.drben-ach-detail-body p {
  color: #566477;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.68;
}

.drben-ach-detail-summary {
  max-width: 860px;
  margin: 0;
}

.drben-ach-detail-body {
  display: block;
  margin-top: 24px;
  padding: 44px 48px 48px;
}

.drben-ach-detail-body.drben-ach-detail-body-single {
  display: block;
}

.drben-ach-detail-copy {
  max-width: 860px;
}

.drben-ach-detail-body p {
  margin: 0 0 20px;
}

.drben-ach-detail-body p:last-child {
  margin-bottom: 0;
}

.drben-ach-detail-media {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
}

.drben-ach-detail-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1e4e2;
  border-radius: 16px;
  background: #f7f8f7;
  box-shadow: 0 8px 22px rgba(25, 36, 34, 0.06);
}

.drben-ach-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drben-ach-detail-media figcaption {
  padding: 14px 16px 16px;
  color: #18283a;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.drben-ach-detail-photos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drben-ach-detail-photos img {
  aspect-ratio: 16 / 10;
}

.drben-ach-detail-books {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drben-ach-detail-books figure {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0;
}

.drben-ach-detail-books img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 0;
  border-radius: 8px;
}

.drben-ach-detail-books figcaption {
  margin-top: auto;
}

.drben-ach-detail-books .drben-book-buy {
  align-self: center;
  min-width: 126px;
  margin: 0 0 18px;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}

figure.drben-ach-detail-media {
  display: block;
  max-width: 780px;
  margin: 28px auto;
  padding: 10px;
  border: 1px solid #e1e4e2;
  border-radius: 18px;
  background: #f7f8f7;
  box-shadow: 0 10px 26px rgba(25, 36, 34, 0.08);
}

figure.drben-ach-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 11px;
  box-shadow: none;
}

@media (max-width: 849px) {
  .drben-ach-detail {
    padding: 40px 0 60px;
  }

  .drben-ach-detail-hero,
  .drben-ach-detail-body {
    padding: 34px 28px;
  }

  .drben-ach-detail-hero h1 {
    font-size: 30px;
  }

  .drben-ach-detail-summary,
  .drben-ach-detail-body p {
    font-size: 17px;
  }

  .drben-ach-detail-media {
    gap: 12px;
  }

  .drben-ach-detail-body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .drben-ach-detail-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	.drben-ach-detail-books {
		grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .drben-ach-detail-container {
    padding: 0 16px;
  }

  .drben-ach-detail-hero,
  .drben-ach-detail-body {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .drben-ach-detail-hero h1 {
    font-size: 26px;
  }

	.drben-ach-detail-media figure {
		border-radius: 16px;
	}

	.drben-ach-detail-books {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

  .drben-ach-detail-photos {
    grid-template-columns: 1fr;
  }

  .drben-ach-detail-books img {
    height: 220px;
  }

  figure.drben-ach-detail-media {
    margin: 22px auto;
    padding: 6px;
    border-radius: 14px;
  }

}
