.zpu-home {
  color: var(--zb-text);
  font-family: "Inter", "Helvetica Neue", system-ui, sans-serif;
  min-height: 100vh;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}


.zpu-home > .zpu-grid-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 85% 90% at 50% 50%, #000 45%, transparent 100%);
          mask-image: radial-gradient(ellipse 85% 90% at 50% 50%, #000 45%, transparent 100%);
}
.zpu-home > .zpu-brightness {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,0)    0%,
    rgba(255,255,255,0.02) 35%,
    rgba(255,255,255,0.03) 55%,
    rgba(255,255,255,0.015) 80%,
    rgba(255,255,255,0)    100%);
}
.zpu-home > section { position: relative; z-index: 1; }

.zpu-home::before {
  content: "";
  position: fixed;
  width: 900px; height: 900px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  top: 10%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: radial-gradient(circle,
    rgba(220,31,31,0.10) 0%,
    rgba(220,31,31,0.05) 30%,
    transparent 60%);
}
@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .zpu-home::before {
    filter: blur(160px);
    background: radial-gradient(circle, rgba(220,31,31,0.10), transparent 60%);
  }
}


.zpu-hero { padding: 60px 24px 30px; position: relative; }
.zpu-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 35%, #000 30%, transparent 100%);
          mask-image: radial-gradient(ellipse 60% 80% at 50% 35%, #000 30%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.zpu-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.zpu-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--zb-red);
  margin-bottom: 18px;
}
.zpu-kicker-dot {
  width: 6px; height: 6px;
}
@keyframes zpuPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.zpu-hero-title {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.zpu-hero-title span {
  color: var(--zb-red);
  font-style: italic;
  text-shadow: 0 0 40px var(--zb-glow);
}
.zpu-hero-sub {
  max-width: 720px;
  margin: 0 auto 16px;
  color: var(--zb-text-dim);
  font-size: 15px;
  line-height: 1.7;
}

.zpu-sub-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.zpu-sub-title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.zpu-sub-title span { color: var(--zb-red); font-style: italic; }

.zpu-blog { padding: 70px 24px 30px; }
.zpu-blog-inner { max-width: 1280px; margin: 0 auto; }
.zpu-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 88%);
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.10) 25%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.10) 75%,
    transparent 100%);
}

.zpu-car-controls { display: flex; gap: 8px; }
.zpu-car-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--zb-line-bright);
  background: rgba(20,20,20,0.6);
  color: var(--zb-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.zpu-car-btn svg { width: 16px; height: 16px; }
.zpu-car-btn:hover:not(:disabled) {
  border-color: var(--zb-red);
  color: var(--zb-red);
  background: rgba(220,31,31,0.08);
}
.zpu-car-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.zpu-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 38%);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 460px;
  -webkit-overflow-scrolling: touch;
}
.zpu-carousel::-webkit-scrollbar { display: none; }

.zpu-post {
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(22,22,22,0.92), rgba(14,14,14,0.92));
  border: 1px solid var(--zb-line);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  content-visibility: auto;
  contain-intrinsic-size: 460px 480px;
}

@media (hover: hover) and (pointer: fine) {
  .zpu-post {
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
                border-color 0.2s ease,
                box-shadow 0.3s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .zpu-post:hover {
    transform: translateY(-4px);
    border-color: var(--zb-red);
    box-shadow:
      0 18px 40px -12px rgba(0,0,0,0.6),
      0 0 32px -8px var(--zb-glow);
  }
}

.zpu-post-soon { cursor: default; opacity: 0.7; }
.zpu-post-soon:hover { transform: none; border-color: var(--zb-line-bright); box-shadow: none; }

.zpu-post-media {
  position: relative;
  aspect-ratio: 16 / 8;
  background: linear-gradient(135deg, #181818 0%, #0e0e0e 100%);
  border-bottom: 1px solid var(--zb-line);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zpu-post-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(0.95);
}
@media (hover: hover) and (pointer: fine) {
  .zpu-post-media img {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .zpu-post:hover .zpu-post-media img { transform: scale(1.04); }
}

.zpu-post-media-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .zpu-post-media-grid {
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
            mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
  }
}

.zpu-post-media-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(220,31,31,0.18), transparent 55%);
  opacity: 0.5;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .zpu-post-media-glow { transition: opacity 0.3s; }
  .zpu-post:hover .zpu-post-media-glow { opacity: 1; }
}

.zpu-post-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(10,10,10,0.05) 0%,
    rgba(10,10,10,0.45) 100%);
  z-index: 1;
}
.zpu-post-media-mark {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,0.18);
}
.zpu-post-media-mark svg { width: 64px; height: 64px; }
@media (hover: hover) and (pointer: fine) {
  .zpu-post-media-mark {
    transition: color 0.3s, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .zpu-post:hover .zpu-post-media-mark {
    color: rgba(255,255,255,0.35);
    transform: scale(1.06);
  }
}

.zpu-post-media-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: var(--zb-red);
  padding: 5px 10px;
  border-radius: 4px;
}
.zpu-post-media-tag-muted {
  background: var(--zb-line-bright);
  color: var(--zb-text-dim);
}

.zpu-post-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.zpu-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--zb-text-faint);
  margin-bottom: 12px;
}
.zpu-post-cat {
  color: var(--zb-red);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.zpu-post-dot {
  width: 3px; height: 3px;
}
.zpu-post-date,
.zpu-post-read {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.zpu-post-title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.005em;
  margin: 0 0 12px;
  color: var(--zb-text);
}
@media (hover: hover) and (pointer: fine) {
  .zpu-post-title { transition: color 0.2s; }
  .zpu-post:hover:not(.zpu-post-soon) .zpu-post-title { color: var(--zb-red); }
}

.zpu-post-excerpt {
  color: var(--zb-text-dim);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  flex: 1;
}
.zpu-post-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--zb-text);
  padding-top: 14px;
  border-top: 1px dashed var(--zb-line);
  margin-top: auto;
}
.zpu-post-cta svg {
  width: 16px; height: 16px;
  color: var(--zb-red);
}
@media (hover: hover) and (pointer: fine) {
  .zpu-post-cta svg { transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1); }
  .zpu-post:hover:not(.zpu-post-soon) .zpu-post-cta svg { transform: translateX(4px); }
}
.zpu-post-cta-muted { color: var(--zb-text-faint); }

.zpu-list { padding: 30px 24px 30px; }
.zpu-list-inner { max-width: 1280px; margin: 0 auto; }
.zpu-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.zpu-list-empty {
  border: 1px dashed var(--zb-line-bright);
  border-radius: 10px;
  padding: 50px 20px;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--zb-text-faint);
}

.zpu-hero-inner > * {
  opacity: 0;
  transform: translateY(14px);
  animation: zpuFadeUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.zpu-hero-inner > *:nth-child(1) { animation-delay: 0.05s; }
.zpu-hero-inner > *:nth-child(2) { animation-delay: 0.15s; }
.zpu-hero-inner > *:nth-child(3) { animation-delay: 0.25s; }
@keyframes zpuFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .zpu-hero-inner > * { animation: none; opacity: 1; transform: none; }
  .zpu-kicker-dot { animation: none; }
}

@media (max-width: 900px) {
  .zpu-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zpu-carousel  { grid-auto-columns: minmax(300px, 75%); min-height: 420px; }

  .zpu-home > .zpu-grid-overlay {
    -webkit-mask-image: none;
            mask-image: none;
    opacity: 0.35;
  }
}
@media (max-width: 600px) {
  .zpu-hero { padding: 40px 14px 20px; }
  .zpu-blog, .zpu-list { padding: 50px 14px 20px; }
  .zpu-carousel { grid-auto-columns: 86%; min-height: 400px; }
  .zpu-list-grid { grid-template-columns: 1fr; }
  .zpu-home::before {
    width: 480px;
    height: 480px;
  }
}