:root{
  --postCyan: #33d6e6;
  --postGlowOrange: rgba(185,119,66,0.20);
  --postGlowCyan: rgba(51,214,230,0.16);
}

.postPage{
  padding-top: 12px;
  padding-bottom: 26px;
}

/* Breadcrumbs */
.postBreadcrumbs{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items:center;
  font-size: 12px;
  color: rgba(255,255,255,0.70);
  margin: 4px 0 12px;
}
.postBreadcrumbs a{
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}
.postBreadcrumbs a:hover{
  color: var(--accentHi);
}
.postBreadcrumbs__sep{ opacity: 0.55; }

/* Top header (compact, not "blog") */
.postTop{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(900px 260px at 18% 10%, rgba(185,119,66,0.12), rgba(0,0,0,0) 60%),
    radial-gradient(900px 260px at 82% 0%, rgba(51,214,230,0.10), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, var(--panel2), var(--panel));
  box-shadow: var(--shadow);
  padding: 14px 14px 12px;
}
.postTop__titleRow{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.postTitle{
  margin: 0;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.08;
  color: rgba(255,255,255,0.95);
  max-width: 60ch;
}
.postMetaRow{
  margin-top: 10px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 10px;
}
.postMeta{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.70);
}
.postMeta__author{
  font-weight: 800;
  color: rgba(255,255,255,0.86);
}
.postMeta__dot{ opacity: 0.55; }
.postExcerpt{
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.6;
  max-width: 90ch;
}
.postBadge{
  display:inline-flex;
  align-items:center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #1a1100;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  border: 1px solid rgba(0,0,0,0.55);
}

/* Share */
.postShare{ display:flex; align-items:center; gap: 10px; }
.postShare__btn{
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
  display:grid;
  place-items:center;
  color: rgba(255,255,255,0.90);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.postShare__btn:hover{
  transform: translateY(-1px);
  border-color: var(--accentBorder);
  box-shadow: 0 0 0 3px var(--accentGlow);
  filter: brightness(1.06);
}
.postShare__btn i{ font-size: 16px; line-height: 1; }

/* Grid */
.postGrid{
  margin-top: 14px;
  display:grid;
  /* Wider, more cinematic flow like the header */
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 12px; /* closer, but still breathable */
  align-items:start;
  justify-content: stretch;
  width: 100%;
}
.postMain{ min-width: 0; }

/* Artwork backgrounds (reused by cover + cards) */
.postArtwork{
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.55);
  box-shadow: 0 12px 26px rgba(0,0,0,0.45);
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 10px),
    linear-gradient(180deg, #222a2f, #0f1316);
}
.postArtwork--gold{
  background:
    radial-gradient(120px 120px at 25% 20%, rgba(201,139,86,0.55), rgba(0,0,0,0) 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 10px),
    linear-gradient(180deg, #232a2f, #0f1316);
}
.postArtwork--pink{
  background:
    radial-gradient(140px 140px at 28% 22%, rgba(160,120,150,0.42), rgba(0,0,0,0) 62%),
    radial-gradient(160px 160px at 72% 70%, rgba(201,139,86,0.22), rgba(0,0,0,0) 65%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 10px),
    linear-gradient(180deg, #23202a, #0f1316);
}
.postArtwork--blue{
  background:
    radial-gradient(140px 140px at 22% 20%, rgba(138,166,192,0.35), rgba(0,0,0,0) 62%),
    radial-gradient(160px 160px at 80% 75%, rgba(51,214,230,0.16), rgba(0,0,0,0) 65%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 10px),
    linear-gradient(180deg, #20282d, #0f1316);
}
.postArtwork--teal{
  background:
    radial-gradient(140px 140px at 22% 20%, rgba(120,170,160,0.35), rgba(0,0,0,0) 62%),
    radial-gradient(160px 160px at 80% 75%, rgba(51,214,230,0.14), rgba(0,0,0,0) 65%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 10px),
    linear-gradient(180deg, #1f2a2a, #0f1316);
}

/* Sidebar cover card (part of the grid layout; not floating/overlapping header) */
.postCoverCard{
  /* Single clean sidebar container (no nested box feeling) */
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: var(--panel2);
  box-shadow: var(--shadow);
  padding: 14px 14px; /* spacing only */
  margin-top: 14px;   /* align with postBody top */
}
.postCoverArt{
  width: 100%;
  max-width: 260px; /* smaller, more elegant cover */
  aspect-ratio: 1 / 1;
  height: auto;
  display:block;
  margin: 0 auto; /* centered in sidebar */
  border-radius: var(--radius);
  border: none;
  box-shadow: none; /* remove inner card/shadow */
  overflow: hidden;
}
.postCoverImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.postMiniTag{
  display:inline-flex;
  align-items:center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.12);
  color: rgba(255,255,255,0.80);
  font-size: 12px;
  font-weight: 800;
}
.postMiniTag:hover{
  border-color: var(--accentBorder);
  color: rgba(255,255,255,0.92);
}

.postBtn{
  cursor:pointer;
  height: 32px;
  padding: 0 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  color: rgba(255,255,255,0.90);
  font-weight: 800;
  font-size: 12px;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.postBtn:hover{
  transform: translateY(-1px);
  border-color: var(--accentBorder);
  box-shadow: 0 0 0 3px rgba(185,119,66,0.12);
  filter: brightness(1.06);
}
.postBtn--orange{
  color: #1a1100;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  border-color: rgba(0,0,0,0.55);
}
.postBtn--orange:hover{
  box-shadow: 0 0 0 3px var(--postGlowOrange);
}

/* Body */
.postBody{
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: var(--panel2);
  box-shadow: var(--shadow);
  padding: 14px 14px;
}
.postBody :where(p,ul,ol){
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,0.76);
}
.postBody p{ margin: 0 0 12px; }
.postBody h2{
  margin: 14px 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}
.postBody h3{
  margin: 12px 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
}
.postList{ margin: 0 0 10px 18px; padding: 0; }
.postList li{ margin: 6px 0; }

.postCallout{
  margin: 12px 0;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.14);
  padding: 12px 12px;
}
.postCallout--quote{
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, rgba(185,119,66,0.10), rgba(0,0,0,0.10));
}
.postCallout--tip{
  border-left: 3px solid var(--postCyan);
  background: linear-gradient(90deg, rgba(51,214,230,0.10), rgba(0,0,0,0.10));
}
.postCallout__kicker{
  display:flex;
  align-items:center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 8px;
}
.postCallout__text{ margin: 0; }
.postCallout__meta{
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

/* Related section */
.postRelated{ margin-top: 14px; }
.postSectionHead{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.postSectionTitle{
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
}
.postSectionHint{
  font-size: 12px;
  color: rgba(255,255,255,0.60);
}
.postRelatedGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.postCard{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.14);
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,0.32);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.postCard:hover{
  transform: translateY(-2px);
  border-color: var(--accentBorder);
  box-shadow:
    0 12px 26px rgba(0,0,0,0.40),
    0 0 0 3px rgba(185,119,66,0.10);
}
.postCard__art{
  height: 120px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.postCard__body{ padding: 10px 10px 11px; }
.postCard__badge{
  display:inline-flex;
  align-items:center;
  height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
}
.postCard__title{
  margin-top: 8px;
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,0.92);
  line-height: 1.35;
}
.postCard__meta{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

/* Sidebar */
.postSidebar{
  min-width: 0;
  position: sticky;
  top: 14px;
  display:flex;
  flex-direction: column;
  gap: 14px;
}
.postSideBox{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: var(--panel2);
  box-shadow: var(--shadow);
  padding: 14px 14px;
}
.postSideBox__head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.postSideBox__title{
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}
.postPill{
  display:inline-flex;
  align-items:center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  color: rgba(255,255,255,0.78);
}
.postPill--live{
  color: #1a1100;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  border-color: rgba(0,0,0,0.55);
}
.postPill--cyan{
  color: rgba(255,255,255,0.92);
  background: linear-gradient(180deg, rgba(51,214,230,0.72), rgba(51,214,230,0.26));
  border-color: rgba(51,214,230,0.20);
}

.nowBox{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background: rgba(0,0,0,0.14);
  padding: 10px 10px;
}
.nowBox__row{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.nowBox__row:first-child{ border-top: none; padding-top: 0; }
.nowBox__label{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
}
.nowBox__val{
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,0.86);
  text-align: right;
  max-width: 64%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artistCard{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(700px 240px at 22% 5%, rgba(51,214,230,0.10), rgba(0,0,0,0) 60%),
    radial-gradient(700px 240px at 82% 20%, rgba(185,119,66,0.12), rgba(0,0,0,0) 60%),
    rgba(0,0,0,0.14);
  padding: 12px 12px;
}
.artistCard__name{
  font-weight: 900;
  font-size: 13px;
  color: rgba(255,255,255,0.92);
}
.artistCard__meta{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}
.artistCard__bio{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.76);
}
.artistCard__social{
  margin-top: 10px;
  display:flex;
  gap: 10px;
}
.artistCard__socialBtn{
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  display:grid;
  place-items:center;
  color: rgba(255,255,255,0.88);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.artistCard__socialBtn:hover{
  transform: translateY(-1px);
  border-color: rgba(51,214,230,0.20);
  box-shadow: 0 0 0 3px var(--postGlowCyan);
  filter: brightness(1.06);
}

/* Related links in sidebar */
.postSideLink{
  display:flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 10px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.14);
  margin-top: 10px;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.postSideLink:first-of-type{ margin-top: 0; }
.postSideLink__title{
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,0.90);
  line-height: 1.35;
}
.postSideLink__meta{
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}
.postSideLink:hover{
  transform: translateY(-1px);
  border-color: var(--accentBorder);
  box-shadow: 0 0 0 3px rgba(185,119,66,0.08);
}
.postEmpty{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
}

/* Responsive */
@media (max-width: 1100px){
  .postGrid{
    grid-template-columns: minmax(0, 1fr) 320px;
    justify-content: stretch;
  }
}
@media (max-width: 980px){
  .postGrid{ grid-template-columns: 1fr; }
  .postSidebar{ position: static; top: auto; }
  .postRelatedGrid{ grid-template-columns: 1fr; }
  .postCard__art{ height: 140px; }
}
@media (max-width: 560px){
  .postCoverCard{ padding: 12px 12px; }
  .postShare__btn{ width: 32px; height: 32px; }
}
