.asekor-page-about .site-header,
.asekor-page-about-us .site-header,
.asekor-page-about-the-author .site-header {
  background: rgba(7, 10, 16, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.about-page-hero {
  position: relative;
  padding: 110px 0 92px;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.92) 0%, rgba(7, 11, 20, 0.74) 45%, rgba(7, 11, 20, 0.52) 100%),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 22%),
    #0d1420;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.06), transparent 18%);
  pointer-events: none;
}

.about-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.about-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #f5e6b7;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-page-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 5.2vw, 74px);
  line-height: 0.98;
}

.about-page-hero p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.about-page-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px 10px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.about-page-hero__button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
}

.about-page-hero__button strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  font-size: 15px;
  line-height: 1;
}

.about-author-story-section {
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 15% 20%, rgba(17, 24, 39, 0.03), transparent 20%),
    linear-gradient(180deg, #ece7d8 0%, #e8e2d2 100%);
}

.about-author-story__row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.about-author-story__row + .about-author-story__row {
  margin-top: 54px;
}

.about-author-story__row--secondary {
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.about-author-story__copy,
.about-author-story__media {
  min-width: 0;
}

.about-author-story__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #8c6a26;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-author-story__copy h2 {
  margin: 0 0 24px;
  color: #111827;
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.about-author-story__text {
  color: #334155;
  font-size: 18px;
  line-height: 1.95;
}

.about-author-story__text p,
.about-author-books__description p,
.home-review-text p {
  margin: 0 0 18px;
  color: inherit;
}

.about-author-story__text p:last-child,
.about-author-books__description p:last-child,
.home-review-text p:last-child {
  margin-bottom: 0;
}

.about-author-story__image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f1e6;
  padding: 14px;
  box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
}

.about-author-story__image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 22px;
}

.about-author-story__image-frame--secondary {
  max-width: 460px;
}

.about-author-books-section {
  position: relative;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.06), transparent 22%),
    linear-gradient(180deg, #ecf1f7 0%, #dde5ef 100%);
}

.about-author-books__heading,
.home-section-heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.home-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #374151;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
}

.home-section-eyebrow::before {
  content: '•';
  color: #6b7280;
  font-size: 18px;
  line-height: 1;
}

.about-author-books__heading h2,
.home-section-heading h2 {
  margin: 0 0 22px;
  color: #111827;
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.about-author-books__heading h2 span,
.home-section-heading h2 span {
  font-style: italic;
  font-weight: 400;
  color: #6b7280;
}

.about-author-books__description {
  max-width: 760px;
  margin: 0 auto;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

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

.about-author-books__card {
  min-width: 0;
}

.about-author-books__card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.about-author-books__card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.about-author-books__card-link--static:hover {
  transform: none;
}

.about-author-books__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.06);
  color: #111827;
}

.about-author-books__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.about-author-books__card h3 {
  margin: 0;
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 24px;
  text-transform: lowercase;
}

.home-reviews-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #e8edf4 0%, #dde4ee 100%);
}

.home-reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(59, 130, 246, 0.06), transparent 18%),
    radial-gradient(circle at 82% 72%, rgba(17, 24, 39, 0.04), transparent 20%);
  pointer-events: none;
}

.home-reviews-section .container {
  position: relative;
  z-index: 1;
}

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

.home-review-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.home-review-quote-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  font-size: 22px;
}

.home-review-card h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 22px;
}

.home-review-role {
  display: inline-block;
  margin-bottom: 16px;
  color: #6b7280;
  font-style: italic;
  font-size: 14px;
}

.home-review-text {
  color: #475569;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .about-author-story__row,
  .about-author-story__row--secondary {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-author-books__grid,
  .home-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-page-hero {
    padding: 88px 0 74px;
  }

  .about-page-hero p,
  .about-author-story__text,
  .about-author-books__description {
    font-size: 16px;
  }

  .about-author-story-section,
  .about-author-books-section,
  .home-reviews-section {
    padding: 72px 0 76px;
  }

  .about-author-story__image-frame {
    padding: 10px;
    border-radius: 22px;
  }

  .about-author-story__image-frame img {
    border-radius: 16px;
  }

  .about-author-books__grid,
  .home-reviews-grid {
    grid-template-columns: 1fr;
  }

  .about-author-books__card-link {
    min-height: 170px;
  }
}