.asekor-page-store {
  background: #edf0f4;
  color: #111827;
}

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

.asekor-page-store .site-main {
  overflow: hidden;
}

.store-page-hero {
  position: relative;
  padding: 110px 0 104px;
  background:
    linear-gradient(90deg, rgba(4, 8, 16, 0.92) 0%, rgba(4, 8, 16, 0.78) 38%, rgba(4, 8, 16, 0.42) 100%),
    radial-gradient(circle at 78% 26%, rgba(245, 230, 183, 0.14), transparent 16%),
    radial-gradient(circle at 90% 78%, rgba(96, 165, 250, 0.09), transparent 18%),
    #0b1220;
  background-position: center;
  background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
}

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

.store-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.store-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #f5e6b7;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.store-page-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.98;
  text-transform: uppercase;
}

.store-page-hero p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.store-page-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  margin-top: 34px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.store-page-hero__button:hover {
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

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

.store-featured-section {
  position: relative;
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 175, 55, 0.06), transparent 18%),
    radial-gradient(circle at 86% 72%, rgba(96, 165, 250, 0.05), transparent 18%),
    linear-gradient(90deg, #07111d 0%, #0e1d33 55%, #07111d 100%);
}

.store-featured-section .container,
.store-detail-section .container,
.store-reviews-section .container {
  position: relative;
  z-index: 2;
}

.store-section-heading {
  margin: 0 auto 44px;
  max-width: 980px;
  text-align: center;
}

.store-section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-section-heading__eyebrow::before {
  content: '•';
  color: #f5e6b7;
  font-size: 18px;
  line-height: 1;
}

.store-section-heading h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.08;
  text-transform: uppercase;
}

.store-section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
}

.store-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.store-featured-card {
  min-width: 0;
}

.store-featured-card__link,
.store-featured-card__surface {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.store-featured-card__link:hover,
.store-featured-card__surface:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 230, 183, 0.26);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.26);
}

.store-featured-card__media {
  position: relative;
  min-height: 410px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.16)),
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 40%),
    linear-gradient(180deg, rgba(90,118,96,0.22), rgba(13,10,5,0.2));
}

.store-featured-card__media img,
.store-book-row__frame img {
  display: block;
  width: 100%;
  height: auto;
}

.store-featured-card__media:not(.is-placeholder),
.store-book-row__frame:not(.is-placeholder) {
  min-height: 0;
}

.store-featured-card__media.is-placeholder,
.store-book-row__frame.is-placeholder {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.14)),
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 40%),
    linear-gradient(180deg, rgba(90,118,96,0.22), rgba(13,10,5,0.2));
}

.store-featured-card__placeholder,
.store-book-row__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 24px;
  text-align: center;
}

.store-featured-card__placeholder span,
.store-book-row__placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-featured-card__author {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 32px);
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.store-featured-card__status {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-featured-card__footer {
  padding: 18px 18px 20px;
}

.store-featured-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Lora', Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.store-featured-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: rgba(245, 230, 183, 0.96);
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-featured-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.store-detail-section {
  position: relative;
  padding: 84px 0 92px;
  background: linear-gradient(180deg, #f2f4f7 0%, #ebeef3 100%);
}

.store-detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 165, 250, 0.04), transparent 16%),
    radial-gradient(circle at 88% 75%, rgba(17, 24, 39, 0.04), transparent 18%);
  pointer-events: none;
}

.store-book-row {
  display: grid;
  grid-template-columns: minmax(280px, 300px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.store-book-row + .store-book-row {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.store-book-row.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
}

.store-book-row.is-reversed .store-book-row__media {
  order: 2;
}

.store-book-row.is-reversed .store-book-row__content {
  order: 1;
}

.store-book-row__frame {
  overflow: hidden;
  min-height: 450px;
  border-radius: 24px;
  background: #f5f1e6;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.12);
}

.store-book-row__content {
  min-width: 0;
}

.store-book-row__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #7c8aa0;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-book-row h2 {
  margin: 0 0 18px;
  color: #111827;
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.14;
}

.store-book-row h2 span {
  display: inline;
  color: #6b7280;
  font-weight: 700;
}

.store-book-row__text {
  color: #334155;
  font-size: 18px;
  line-height: 1.84;
}

.store-book-row__text p {
  margin: 0 0 16px;
  color: inherit;
}

.store-book-row__text p:last-child {
  margin-bottom: 0;
}

.store-book-row__formats-wrap {
  margin-top: 26px;
}

.store-book-row__formats-wrap h3 {
  margin: 0 0 14px;
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-book-row__formats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-format-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef1f5;
  border: 1px solid rgba(17, 24, 39, 0.1);
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.store-format-pill:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #111827;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.store-format-pill.is-static:hover {
  transform: none;
}

.store-format-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #8c6a26;
}

.store-format-pill__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.store-book-row__formats-note {
  margin-top: 10px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.store-book-row__formats-note p {
  margin: 0 0 8px;
  color: inherit;
}

.store-book-row__formats-note p:last-child {
  margin-bottom: 0;
}

.store-book-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.store-book-row__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.store-book-row__button:hover {
  transform: translateY(-2px);
}

.store-book-row__button--primary {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.store-book-row__button--primary:hover {
  color: #ffffff;
}

.store-book-row__button--secondary {
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: transparent;
  color: #111827;
}

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

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

.store-section-heading--light .store-section-heading__eyebrow {
  background: rgba(17, 24, 39, 0.06);
  color: #475569;
}

.store-section-heading--light h2 {
  color: #111827;
  text-transform: none;
}

.store-section-heading--light h2 span {
  font-style: italic;
  font-weight: 400;
  color: #6b7280;
}

.store-section-heading--light p {
  color: #475569;
}

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

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

.store-review-card__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;
}

.store-review-card h3 {
  margin: 0 0 4px;
  color: #111827;
  font-family: 'Lora', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.store-review-card__role {
  display: block;
  margin-bottom: 14px;
  color: #6b7280;
  font-style: italic;
}

.store-review-card p {
  margin: 0;
  color: #334155;
  line-height: 1.82;
}

@media (max-width: 1240px) {
  .store-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .store-featured-grid,
  .store-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-book-row,
  .store-book-row.is-reversed {
    grid-template-columns: 1fr;
  }

  .store-book-row.is-reversed .store-book-row__media,
  .store-book-row.is-reversed .store-book-row__content {
    order: initial;
  }

  .store-book-row__frame {
    max-width: 360px;
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .store-page-hero {
    padding: 86px 0 72px;
  }

  .store-page-hero p,
  .store-section-heading p,
  .store-book-row__text {
    font-size: 16px;
  }

  .store-featured-section,
  .store-detail-section,
  .store-reviews-section {
    padding: 72px 0 78px;
  }

  .store-featured-grid,
  .store-reviews-grid {
    grid-template-columns: 1fr;
  }

  .store-featured-card__media {
    min-height: 380px;
  }

  .store-book-row + .store-book-row {
    margin-top: 54px;
    padding-top: 54px;
  }

  .store-book-row__frame {
    min-height: 340px;
  }

  .store-book-row__actions {
    flex-direction: column;
  }

  .store-book-row__button {
    width: 100%;
  }
}
