/* ============================================================
   Article pages - Len Marks Photography / The Journal
   ============================================================ */

.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:760px;margin:0 auto;padding:26px 0 0;
  font-family:var(--head);font-weight:600;font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.breadcrumb a{color:var(--muted);transition:color .2s}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb .sep{color:var(--gold);opacity:.7}
.breadcrumb .here{color:var(--white)}

.article-head{max-width:760px;margin:0 auto;padding:30px 0 6px}
.article-head .tag{display:inline-block;margin-bottom:18px}
.article-head h1{font-family:var(--head);font-weight:800;line-height:1.05;letter-spacing:-.015em;
  font-size:clamp(32px,5vw,56px);max-width:none}
.article-head .article-meta{margin-top:16px;font-family:var(--head);font-weight:600;font-size:13px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

/* hero */
.hero{position:relative;border:1px solid var(--line);border-radius:5px;overflow:hidden;
  height:clamp(260px,42vw,460px);margin:30px 0 8px}
.hero.media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.5));z-index:1}
.hero.gfx{background:radial-gradient(120% 100% at 50% 25%,#17150F 0%,#0A0A0A 72%)}
.hero.gfx .ico{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}
.hero.gfx .ico svg{width:130px;height:130px;stroke:var(--gold);fill:none;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 30px rgba(241,203,78,.18))}

/* prose */
.prose{max-width:760px;margin:34px auto 0;font-size:18px;line-height:1.75}
.prose>p:first-child{font-size:20px;color:var(--white);line-height:1.6}
.prose h2{font-family:var(--head);font-weight:800;font-size:clamp(22px,2.6vw,30px);
  letter-spacing:-.01em;margin:40px 0 12px;color:var(--white)}
.prose p{margin-bottom:18px;color:rgba(250,250,247,.86)}
.prose ul{margin:0 0 20px 0;padding:0;list-style:none}
.prose li{position:relative;padding-left:24px;margin-bottom:10px;color:rgba(250,250,247,.86)}
.prose li::before{content:"";position:absolute;left:2px;top:11px;width:9px;height:9px;
  border-top:2px solid var(--gold);border-right:2px solid var(--gold);transform:rotate(45deg)}
.prose a{color:var(--gold);border-bottom:1px solid rgba(241,203,78,.4);transition:border-color .2s}
.prose a:hover{border-color:var(--gold)}
.prose strong{color:var(--white);font-weight:600}

/* in-article CTA */
.article-cta{max-width:760px;margin:48px auto 0;border:1px solid var(--line);border-radius:5px;
  background:radial-gradient(130% 120% at 50% 0%,#161310 0%,#000 70%);padding:42px 34px;text-align:center}
.article-cta h2{font-family:var(--head);font-weight:800;font-size:clamp(22px,3vw,30px);margin:0 0 8px;letter-spacing:-.01em}
.article-cta p{color:var(--muted);margin:0 0 22px;font-size:16px}
.article-cta h2 .g{color:var(--gold)}

.back-journal{max-width:760px;margin:34px auto 60px;}
.back-journal a{font-family:var(--head);font-weight:700;font-size:13px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--white);display:inline-flex;gap:9px;align-items:center;transition:gap .2s,color .2s}
.back-journal a:hover{gap:14px;color:var(--gold)}
.back-journal .arr{color:var(--gold)}

@media(max-width:620px){
  .prose{font-size:17px}
  .prose>p:first-child{font-size:18px}
  .article-cta{padding:34px 22px}
}


/* about-the-author box */
.author-box{max-width:760px;margin:42px auto 0;display:flex;gap:18px;align-items:flex-start;border:1px solid var(--line);border-radius:4px;padding:22px 24px;background:var(--panel)}
.author-ava{width:64px;height:64px;border-radius:12px;flex:0 0 auto}
.author-meta{flex:1}
.author-name{font-family:var(--head);font-weight:800;font-size:16px;letter-spacing:.02em;margin:0 0 7px}
.author-bio{color:var(--muted);font-size:14.5px;line-height:1.62;margin:0 0 11px}
.author-links{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin:0}
.author-links a{color:var(--gold)}
.author-links .dot{color:var(--line-strong);margin:0 7px}
@media(max-width:560px){.author-box{flex-direction:column;gap:14px}}
