.jt-page {
  background: #0a0a0a;
  color: #F0EBE1;
  font-family: 'DM Mono', monospace;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 100px;
  box-sizing: border-box;
}

.entry-meta time,
time {
  display: none !important;
}

ul.wp-block-post-template li.wp-block-post {
  position: relative !important;
}

ul.wp-block-post-template li.wp-block-post h1.wp-block-post-title {
  position: static !important;
}

ul.wp-block-post-template li.wp-block-post h1.wp-block-post-title a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999 !important;
  display: block !important;
}

ul.wp-block-post-template li.wp-block-post .wp-block-cover {
  position: relative;
}

.jt-page * {
  box-sizing: border-box;
}

.site-footer .author-bio,
.site-info .author-bio,
footer .author-bio {
  display: none !important;
}

.jt-hero {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  margin-bottom: 48px;
}

.jt-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #F0EBE1;
  line-height: 0.92;
  margin: 0 0 40px;
}

.jt-details {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(240,235,225,0.08);
}

.jt-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jt-detail-label {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #E8603C;
}

.jt-detail-value {
  font-size: 13px;
  color: #F0EBE1;
  letter-spacing: 0.05em;
}

.jt-section-heading {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #E8603C;
  margin: 40px 0 16px;
}

.jt-body {
  font-family: 'Newsreader', serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-style: italic;
  font-weight: 300;
  color: #C8BFB0;
  line-height: 1.75;
  margin-bottom: 16px;
}

.jt-divider {
  border: none;
  border-top: 1px solid rgba(240,235,225,0.08);
  margin: 48px 0;
}

.jt-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.jt-video-link {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
  text-decoration: none;
}

.jt-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.jt-video-link:hover img {
  transform: scale(1.04);
  opacity: 0.7;
}

.jt-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.jt-play-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(232,96,60,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.jt-video-link:hover .jt-play-circle {
  transform: scale(1.12);
  background: #E8603C;
}

.jt-play-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 4px;
}

@media (max-width: 900px) {
  .jt-page { padding: 40px 20px 80px; }
  .jt-video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .jt-video-grid { grid-template-columns: 1fr; }
}

.has-medium-font-size.wp-block-paragraph {
  display: none !important;
}

.wp-block-columns:has(.jt-page) {
  display: block !important;
}

.wp-block-column:has(.jt-page) {
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.jt-video-link img:not([src]),
.jt-video-link img[src=""] {
  display: none;
}

.jt-video-embed {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}

.jt-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.site-header .social-links,
.wp-block-social-links {
  display: none !important;
}

.jt-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  background: #0a0a0a;
}

.jt-header-name {
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #F0EBE1;
  letter-spacing: 0.02em;
}

.jt-header-divider {
  color: #E8603C;
}

.jt-header-social a {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #F0EBE1;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.jt-header-social a:hover {
  color: #E8603C;
}