/* ========================================
   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-cd-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-cd-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:
    radial-gradient(circle at 18% 22%, rgba(212, 175, 55, 0.08), transparent 18%),
    radial-gradient(circle at 82% 78%, rgba(96, 165, 250, 0.06), transparent 22%),
    linear-gradient(180deg, #08111d 0%, #0d1726 100%);
}

.home-highlight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), transparent 18%, transparent 82%, rgba(255,255,255,0.02));
}

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

.home-highlight-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-highlight-figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.home-highlight-figure::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 220px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(16px);
  z-index: 0;
}

.home-highlight-figure img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.28));
}

.home-quote-top {
  margin-bottom: 24px;
}

.home-stat-card {
  width: fit-content;
  min-width: 190px;
  max-width: 230px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #15253a 0%, #1d3552 100%);
  border: 1px solid rgba(255, 230, 167, 0.16);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.20);
  text-align: center;
}

.home-stat-card--inline {
  margin: 0;
}

.home-stat-number {
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1;
}

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

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

.home-highlight-section .home-quote-box blockquote {
  margin: 0 0 18px;
  color: #f8fafc;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.5;
  font-style: italic;
}

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

@media (max-width: 1140px) {
  .home-highlight-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-highlight-side {
    order: 1;
  }

  .home-quote-box {
    order: 2;
  }

  .home-highlight-figure img {
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .home-quote-box {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .home-quote-top {
    margin-bottom: 18px;
  }

  .home-stat-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 18px 18px;
  }

  .home-highlight-section .home-quote-box blockquote {
    font-size: 18px;
    line-height: 1.6;
  }

  .home-highlight-section .home-quote-box cite {
    font-size: 16px;
  }

  .home-highlight-figure img {
    max-height: 240px;
  }
}

/* ========================================
   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;
}

/* ========================================
   HOME CD / STORE FEATURE
======================================== */

.home-cd-section {
  overflow: hidden;
  background: linear-gradient(180deg, #f2f4f7 0%, #ebeef3 100%);
}

.home-cd-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;
}

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

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

.home-cd-row__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cd-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));
}

.home-cd-row__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  color: rgba(17, 24, 39, 0.72);
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.home-cd-row__content {
  min-width: 0;
}

.home-cd-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;
}

.home-cd-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;
}

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

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

.home-cd-row__text p {
  margin: 0 0 16px;
  color: inherit;
}

.home-cd-row__text p:last-child {
  margin-bottom: 0;
}

.home-cd-row__formats-wrap {
  margin-top: 26px;
}

.home-cd-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;
}

.home-cd-row__formats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-cd-format-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: #eef1f5;
  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;
}

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

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

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

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

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

.home-cd-row__formats-note p {
  margin: 0 0 8px;
  color: inherit;
}

.home-cd-row__formats-note p:last-child {
  margin-bottom: 0;
}

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

.home-cd-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;
}

.home-cd-row__button:hover {
  transform: translateY(-2px);
}

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

.home-cd-row__button--primary:hover {
  color: #ffffff;
}

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

/* ========================================
   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-cd-row,
  .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;
  }

  .home-highlight-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-highlight-side {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .home-hero-section,
  .home-highlight-section,
  .home-about-section,
  .home-trailer-section,
  .home-cd-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-cd-row__frame,
  .home-cd-row__placeholder {
    min-height: 340px;
  }

  .home-cd-row__actions {
    flex-direction: column;
  }

  .home-cd-row__button {
    width: 100%;
  }

  .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;
  }

  .home-highlight-figure {
    min-height: 180px;
  }

  .home-highlight-figure img {
    max-width: 200px;
    max-height: 220px;
  }

  .home-stat-card {
    max-width: 220px;
  }
}