/* ========================================
   ASEKOR HOME PAGE
   Full clean CSS
======================================== */

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



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

/* ========================================
   COMMON
======================================== */

.home-highlight-section,
.home-about-section,
.home-trailer-section,
.home-reviews-section,
.home-newsletter-section,
.home-connect-section {
  position: relative;
  padding: 92px 0;
}

.home-highlight-section .container,
.home-about-section .container,
.home-trailer-section .container,
.home-reviews-section .container,
.home-newsletter-section .container,
.home-connect-section .container {
  position: relative;
  z-index: 2;
}

.home-highlight-grid,
.home-about-grid,
.home-trailer-grid,
.home-newsletter-card {
  display: grid;
  gap: 48px;
}

.home-hero-copy,
.home-hero-media,
.home-stat-card,
.home-quote-box,
.home-about-media,
.home-about-copy,
.home-trailer-media,
.home-trailer-points,
.home-review-card,
.home-connect-inner {
  position: relative;
  z-index: 1;
}

.home-about-text p,
.home-point-text p,
.home-review-text p,
.home-newsletter-text p,
.home-connect-text p {
  margin: 0 0 18px;
  color: inherit;
}

.home-about-text p:last-child,
.home-point-text p:last-child,
.home-review-text p:last-child,
.home-newsletter-text p:last-child,
.home-connect-text p:last-child {
  margin-bottom: 0;
}

.home-pill-button,
.home-dark-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.home-pill-button:hover,
.home-dark-button:hover,
.home-review-card:hover,
.home-social-links a:hover,
.home-connect-nav a:hover {
  transform: translateY(-2px);
}

.home-pill-button {
  margin-top: 14px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.home-pill-button strong,
.home-dark-button strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.home-pill-button strong {
  background: #eff6ff;
  color: #2563eb;
}

.home-dark-button {
  margin-top: 10px;
  background: #111827;
  color: #ffffff;
}

.home-dark-button strong {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.home-badge,
.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-badge::before {
  content: '•';
  color: #6b7280;
  font-size: 18px;
  line-height: 1;
}

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

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

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

/* ========================================
   HERO SECTION + SLIDER
======================================== */

.home-hero-section {
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 24%),
    radial-gradient(circle at right center, rgba(212, 175, 55, 0.05), transparent 28%),
    #02060d;
  padding: 88px 0 72px;
  overflow: hidden;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.home-hero-slider:active {
  cursor: grabbing;
}

.home-hero-track {
  position: relative;
  width: 100%;
  min-height: 720px;
}

.home-hero-track > .home-hero-slide {
  display: none !important;
  width: 100%;
  gap: 72px;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
}

.home-hero-track > .home-hero-slide.is-active {
  display: grid !important;
}

.home-mini-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #d6dde8;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.home-mini-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.home-hero-title {
  margin: 0 0 18px;
  font-family: 'Cinzel', serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.06;
  color: #f8fafc;
  max-width: 760px;
  text-transform: uppercase;
}

.home-hero-title span {
  display: block;
  font-style: italic;
  font-weight: 400;
}

.home-hero-subtitle {
  margin-bottom: 18px;
}

.home-hero-subtitle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
  font-size: 20px;
}

.home-hero-text {
  max-width: 720px;
}

.home-hero-text p {
  margin: 0 0 18px;
  color: rgba(226, 232, 240, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

.home-hero-text p:last-child {
  margin-bottom: 0;
}

.home-hero-media {
  display: flex;
  justify-content: center;
}

.home-book-cover-wrap {
  width: min(100%, 420px);
}

.home-book-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
}

.home-cover-placeholder .home-placeholder-card {
  min-height: 610px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.home-hero-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.home-hero-arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.home-hero-arrow:hover {
  background: rgba(255, 255, 255, 0.16);
}

.home-hero-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: all 0.25s ease;
}

.home-hero-dot.is-active {
  background: #ffffff;
  transform: scale(1.15);
}

/* ========================================
   SOLD + QUOTE
======================================== */

.home-highlight-section {
  background: linear-gradient(180deg, #0b1320 0%, #111a2a 100%);
}

.home-highlight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.06), transparent 20%),
    radial-gradient(circle at 85% 80%, rgba(96, 165, 250, 0.05), transparent 22%);
  pointer-events: none;
}

.home-highlight-grid {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
}

.home-stat-card {
  border-radius: 24px;
  padding: 34px 28px;
  background: linear-gradient(135deg, #0c1320 0%, #1f2937 100%);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.18);
  text-align: center;
}

.home-stat-number {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 800;
  line-height: 1;
}

.home-stat-number span {
  color: #ffe6a7;
}

.home-stat-label {
  max-width: 130px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-highlight-section .home-quote-box blockquote {
  margin: 0 0 18px;
  color: #f3f4f6;
  font-size: 26px;
  line-height: 1.65;
  font-style: italic;
}

.home-highlight-section .home-quote-box cite {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 18px;
}

/* ========================================
   ABOUT AUTHOR
======================================== */

.home-about-section {
  background: linear-gradient(180deg, #f3efe7 0%, #ece5d7 100%);
}

.home-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.05), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(17, 24, 39, 0.04), transparent 22%);
  pointer-events: none;
}

.home-about-grid {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.home-about-media {
  min-height: 500px;
}

.home-photo-frame-outer,
.home-photo-frame-inner {
  position: absolute;
  inset: 0 auto auto 0;
  border-radius: 28px;
  background: #e8e2d6;
}

.home-photo-frame-outer {
  width: 88%;
  height: calc(100% - 12px);
  transform: translate(-10px, -6px);
  opacity: 0.8;
}

.home-photo-frame-inner {
  width: 92%;
  height: 100%;
  transform: translate(14px, 10px);
  opacity: 0.74;
}

.home-about-image,
.home-about-placeholder {
  position: relative;
  z-index: 2;
  width: 88%;
  min-height: 500px;
  margin-left: 24px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.home-about-placeholder {
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(0,0,0,0.08));
}

/* ========================================
   TRAILER
======================================== */

.home-trailer-section {
  background: linear-gradient(180deg, #ddd3bf 0%, #e7ddca 100%);
}

.home-trailer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.03) 0%, transparent 35%, transparent 65%, rgba(17, 24, 39, 0.03) 100%);
  pointer-events: none;
}

.home-trailer-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
}

.home-video-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.14);
}

.home-trailer-image {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.home-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.home-play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.home-point-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.home-point-item:last-child {
  margin-bottom: 0;
}

.home-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.45);
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.home-point-item h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
}

/* ========================================
   REVIEWS
======================================== */

.home-reviews-section {
  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-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;
}

/* ========================================
   NEWSLETTER
======================================== */

.home-newsletter-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.home-newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(17, 24, 39, 0.03), transparent 26%);
  pointer-events: none;
}

.home-newsletter-card {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  align-items: center;
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(90deg, #151b27 0%, #343b4b 100%);
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.12);
}

.home-newsletter-copy h2 {
  color: #ffffff;
}

.home-section-eyebrow--light {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.home-newsletter-form-area p {
  color: rgba(255, 255, 255, 0.82);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-newsletter-form {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.home-newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0 18px;
  font-family: 'Lora', serif;
  font-size: 16px;
  outline: none;
}

.home-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.home-newsletter-form button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  cursor: pointer;
}

.home-newsletter-shortcode > *:last-child {
  margin-bottom: 0;
}

/* ========================================
   CONNECT / FOOTER SECTION
======================================== */

.home-connect-section {
  background: linear-gradient(90deg, #141b28 0%, #2a3140 50%, #141b28 100%);
}

.home-connect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.05), transparent 18%),
    radial-gradient(circle at 80% 50%, rgba(96, 165, 250, 0.05), transparent 18%);
  pointer-events: none;
}

.home-connect-inner {
  padding: 0 0 8px;
  text-align: center;
}

.home-connect-inner h2 {
  color: #ffffff;
}

.home-connect-inner p {
  color: rgba(255, 255, 255, 0.82);
}

.home-social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 30px 0 28px;
}

.home-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  font-family: 'DM Mono', monospace;
  font-size: 15px;
  text-transform: lowercase;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.home-connect-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.home-connect-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  text-decoration: none;
}

.home-connect-copyright {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

/* ========================================
   REVEAL ANIMATION
======================================== */

[data-home-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   VIDEO MODAL
======================================== */

.home-video-modal[hidden] {
  display: none;
}

.home-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.home-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 13, 0.82);
}

.home-video-dialog {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100% - 32px));
  margin: 70px auto;
  border-radius: 18px;
  background: #02060d;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.home-video-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
}

.home-video-frame-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.home-video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1140px) {
  .home-hero-track {
    min-height: auto;
  }

  .home-highlight-grid,
  .home-about-grid,
  .home-trailer-grid,
  .home-newsletter-card,
  .home-hero-track > .home-hero-slide,
  .home-hero-track > .home-hero-slide.is-active {
    grid-template-columns: 1fr;
  }

  .home-hero-media,
  .home-about-media {
    order: -1;
  }

  .home-book-cover-wrap,
  .home-about-image,
  .home-about-placeholder {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .home-photo-frame-outer,
  .home-photo-frame-inner {
    left: 50%;
    transform-origin: center;
  }

  .home-photo-frame-outer {
    transform: translateX(-50%) translate(-10px, -6px);
  }

  .home-photo-frame-inner {
    transform: translateX(-50%) translate(14px, 10px);
  }

  .home-highlight-grid {
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .home-hero-section,
  .home-highlight-section,
  .home-about-section,
  .home-trailer-section,
  .home-reviews-section,
  .home-newsletter-section,
  .home-connect-section {
    padding: 72px 0;
  }

  .home-hero-title {
    font-size: clamp(36px, 10vw, 52px);
  }

  .home-hero-subtitle p {
    font-size: 18px;
  }

  .home-hero-text p,
  .home-highlight-section .home-quote-box blockquote {
    font-size: 17px;
  }

  .home-reviews-grid {
    grid-template-columns: 1fr;
  }

  .home-newsletter-card {
    padding: 28px;
  }

  .home-newsletter-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-radius: 26px;
  }

  .home-newsletter-form input,
  .home-newsletter-form button {
    width: 100%;
  }

  .home-connect-nav {
    gap: 12px 18px;
  }

  .home-video-dialog {
    margin: 20px auto;
  }
}