
/* ZUUL FX EPK V1.44 — professional access / legacy-safe */
.page-epk {
  background:#050505;
  color:#efefef;
}

.epk-hero-v144 {
  position:relative;
  min-height:620px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  border-bottom:1px solid #242424;
  background:
    linear-gradient(to right, rgba(0,0,0,.97) 0%, rgba(0,0,0,.80) 46%, rgba(0,0,0,.28) 100%),
    url('../img/live-bg-band.png') center 28% / cover no-repeat;
}
.epk-hero-v144 .container {
  position:relative;
  z-index:2;
  padding-bottom:74px;
}
.epk-kicker {
  color:#d71919;
  font-size:15px;
  font-weight:bold;
  letter-spacing:3px;
  text-transform:uppercase;
}
.epk-hero-v144 h1 {
  margin:10px 0 0;
  font-size:96px;
  line-height:.92;
}
.epk-hero-copy {
  max-width:790px;
  margin:22px 0 0;
  color:#c8c8c8;
  font-size:18px;
  line-height:1.65;
}
.epk-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.epk-actions a {
  display:inline-block;
  padding:13px 16px;
  border:1px solid #343434;
  color:#f2f2f2;
  text-decoration:none;
  font-size:10px;
  font-weight:bold;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
.epk-actions a.primary {
  background:#aa1111;
  border-color:#c01818;
}
.epk-actions a:hover {
  border-color:#e02020;
}

.epk-stats {
  background:#080808;
  border-bottom:1px solid #242424;
}
.epk-stats-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.epk-stat {
  padding:28px 20px;
  border-right:1px solid #242424;
  text-align:center;
}
.epk-stat:last-child { border-right:0; }
.epk-stat strong {
  display:block;
  color:#d71919;
  font-size:34px;
  line-height:1;
  font-family:"Arial Narrow",Arial,sans-serif;
  font-weight:900;
}
.epk-stat span {
  display:block;
  margin-top:9px;
  color:#b5b5b5;
  font-size:10px;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.epk-section-v144 {
  padding:88px 0;
  border-bottom:1px solid #232323;
}
.epk-section-v144--dark {
  background:#070707;
}
.epk-section-v144--red {
  background:
    radial-gradient(circle at 85% 15%, rgba(145,10,10,.15), rgba(0,0,0,0) 31%),
    #080606;
}
.epk-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:34px;
}
.epk-head h2 {
  margin:0;
  font-size:58px;
}
.epk-head p {
  max-width:540px;
  margin:0;
  color:#969696;
  font-size:14px;
  line-height:1.7;
}

.epk-download-shell {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:stretch;
}
.epk-cover {
  position:relative;
  min-height:470px;
  overflow:hidden;
  border:1px solid #2c2c2c;
  background:
    linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.12)),
    url('../img/hero-band.jpg') center 24% / cover no-repeat;
}
.epk-cover-copy {
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
}
.epk-cover-copy .meta {
  color:#d71919;
  font-size:10px;
  font-weight:bold;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.epk-cover-copy h3 {
  margin:8px 0 0;
  font-size:28px;
  line-height:1.05;
  text-transform:uppercase;
}
.epk-sheet {
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid #303030;
  background:#0a0a0a;
  padding:34px;
}
.epk-sheet ul {
  margin:0;
  padding:0;
  list-style:none;
}
.epk-sheet li {
  position:relative;
  padding:13px 0 13px 22px;
  border-bottom:1px solid #202020;
  color:#c8c8c8;
  font-size:14px;
}
.epk-sheet li:last-child { border-bottom:0; }
.epk-sheet li:before {
  content:"";
  position:absolute;
  left:0;
  top:21px;
  width:8px;
  height:2px;
  background:#d71919;
}

.epk-team-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.epk-team-card {
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid #2b2b2b;
  background:#090909;
  padding:22px;
}
.epk-team-card .role {
  color:#d71919;
  font-size:9px;
  font-weight:bold;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
.epk-team-card strong {
  display:block;
  margin-top:7px;
  font-size:21px;
  line-height:1.15;
  text-transform:uppercase;
}
.epk-team-card p {
  margin:7px 0 0;
  color:#929292;
  font-size:12px;
  line-height:1.5;
}

.epk-live-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.epk-live-card {
  min-height:210px;
  border:1px solid #2b2b2b;
  background:#090909;
  padding:26px;
}
.epk-live-card .eyebrow {
  color:#d71919;
  font-size:9px;
  font-weight:bold;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.epk-live-card h3 {
  margin:9px 0 9px;
  font-size:24px;
  text-transform:uppercase;
}
.epk-live-card p {
  margin:0;
  color:#a0a0a0;
  font-size:13px;
  line-height:1.62;
}

.epk-booking-shell {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}
.epk-booking-copy {
  border:1px solid #303030;
  background:#0a0a0a;
  padding:34px;
}
.epk-booking-copy h3 {
  margin:0;
  font-size:30px;
  line-height:1.05;
  text-transform:uppercase;
}
.epk-booking-copy p {
  margin:14px 0 0;
  color:#a9a9a9;
  line-height:1.7;
}
.epk-contact-card {
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid #5a1818;
  background:#130808;
  padding:34px;
}
.epk-contact-card .meta {
  color:#d71919;
  font-size:10px;
  font-weight:bold;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.epk-contact-card strong {
  margin-top:8px;
  font-size:24px;
}
.epk-contact-card a {
  margin-top:9px;
  color:#f0f0f0;
  text-decoration:none;
  font-size:17px;
}
.epk-contact-card a:hover { color:#d71919; }

.epk-tech-list {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.epk-tech-item {
  border:1px solid #2a2a2a;
  background:#090909;
  padding:22px;
}
.epk-tech-item strong {
  display:block;
  color:#f0f0f0;
  font-size:16px;
  text-transform:uppercase;
}
.epk-tech-item span {
  display:block;
  margin-top:8px;
  color:#8f8f8f;
  font-size:12px;
  line-height:1.55;
}

.page-epk h1.zfx-title-svg,
.page-epk h2.zfx-title-svg {
  justify-content:flex-start;
  text-align:left;
}
.page-epk .zfx-title-svg .zfx-char-accent {
  color:#d71919 !important;
}
.page-epk .zfx-title-svg .zfx-char:not(.zfx-char-accent) {
  color:#f1f1f1 !important;
}

@media screen and (max-width:980px) {
  .epk-stats-grid { grid-template-columns:1fr 1fr; }
  .epk-stat:nth-child(2) { border-right:0; }
  .epk-stat:nth-child(-n+2) { border-bottom:1px solid #242424; }
  .epk-download-shell,
  .epk-booking-shell { grid-template-columns:1fr; }
  .epk-team-grid { grid-template-columns:1fr 1fr; }
  .epk-tech-list { grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:760px) {
  .epk-hero-v144 { min-height:540px; }
  .epk-hero-v144 h1 { font-size:70px; }
  .epk-head { display:block; }
  .epk-head p { margin-top:14px; }
  .epk-live-grid { grid-template-columns:1fr; }
}
@media screen and (max-width:560px) {
  .epk-hero-v144 h1 { font-size:58px; }
  .epk-hero-copy { font-size:15px; }
  .epk-section-v144 { padding:68px 0; }
  .epk-head h2 { font-size:45px; }
  .epk-team-grid,
  .epk-tech-list { grid-template-columns:1fr; }
  .epk-stat strong { font-size:30px; }
}


/* V1.45 — readability / programmer focus */
.page-epk {
  font-size: 17px;
}

.page-epk .epk-kicker {
  font-size: 18px;
  letter-spacing: 3px;
}

.page-epk .epk-hero-copy {
  max-width: 900px;
  font-size: 21px;
  line-height: 1.7;
}

.page-epk .epk-actions a {
  font-size: 12px;
  padding: 14px 18px;
}

.page-epk .epk-stat span {
  font-size: 12px;
}

.page-epk .epk-head p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.75;
}

.page-epk .epk-sheet li {
  font-size: 17px;
  line-height: 1.55;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-epk .epk-team-card .role {
  font-size: 11px;
}

.page-epk .epk-team-card strong {
  font-size: 24px;
}

.page-epk .epk-team-card p {
  font-size: 15px;
  line-height: 1.6;
}

.page-epk .epk-live-card .eyebrow {
  font-size: 11px;
}

.page-epk .epk-live-card h3 {
  font-size: 28px;
}

.page-epk .epk-live-card p {
  font-size: 16px;
  line-height: 1.7;
}

.page-epk .epk-booking-copy h3 {
  font-size: 36px;
  line-height: 1.08;
}

.page-epk .epk-booking-copy p {
  font-size: 17px;
  line-height: 1.75;
}

.page-epk .epk-contact-card .meta {
  font-size: 12px;
}

.page-epk .epk-contact-card strong {
  font-size: 27px;
}

.page-epk .epk-contact-card a {
  font-size: 19px;
}

.page-epk .epk-tech-item strong {
  font-size: 18px;
}

.page-epk .epk-tech-item span {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width:560px) {
  .page-epk {
    font-size: 16px;
  }
  .page-epk .epk-kicker {
    font-size: 15px;
  }
  .page-epk .epk-hero-copy {
    font-size: 18px;
  }
  .page-epk .epk-head p,
  .page-epk .epk-sheet li,
  .page-epk .epk-live-card p,
  .page-epk .epk-booking-copy p {
    font-size: 16px;
  }
}


/* V1.46 — EPK final readability + download note */
.page-epk .epk-stat span {
  font-size:13px;
}
.page-epk .epk-team-card .role,
.page-epk .epk-live-card .eyebrow,
.page-epk .epk-contact-card .meta {
  font-size:12px;
}
.page-epk .epk-tech-item span {
  font-size:16px;
}
