/* ==========================================================
   article-2026.css  —  New editorial article layout
   ========================================================== */

.page-article-2026 {
  --bg: #F4F2EE;
  --bg-2: #ECE9E3;
  --ink: #111110;
  --ink-2: #2A2926;
  --muted: #6B6862;
  --rule: #1B1A18;
  --rule-soft: #C9C5BC;
  --accent: #fa4600;
  --accent-ink: #fa4600;
  --paper: #FAF8F4;
  --serif: 'SaltzItalicVF', 'BauhausSaltzDisplayGX', Georgia, serif;
  --col-gap: clamp(16px, 2.2vw, 32px);
  --pad-x: clamp(20px, 4.5vw, 72px);
  background: var(--bg);
}

.page-article-2026 ::selection { background: var(--ink); color: var(--bg); }

/* ---------- Reading progress bar ---------- */
.art-progress {
  position: sticky;
  top: 0;
  z-index: 49;
  height: 2px;
  background: transparent;
}
.art-progress .bar {
  height: 2px;
  background: var(--accent);
  width: 0%;
  transition: width .15s linear;
}

/* ---------- Article container ---------- */
.art-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: clamp(20px, 4.5vw, 72px);
  padding-right: clamp(20px, 4.5vw, 72px);
}

/* ---------- Breadcrumb ---------- */
.art-crumb {
  padding-block: 24px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.art-crumb a { color: var(--muted); text-decoration: none; }
.art-crumb a:hover { color: var(--ink); }
.art-crumb .sep { opacity: 0.5; }
.art-crumb .here { color: var(--ink-2); }

/* ---------- Article header ---------- */
.art-header {
  padding-bottom: clamp(48px, 6vw, 80px);
  border-bottom: 1px solid var(--rule-soft);
}
.art-header .topline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.art-header .cat {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.art-header .art-num {
  font-style: normal;
  font-size: 14px;
  color: var(--muted);
}
.art-header h1 {
  font-size: clamp(40px, 7.5vw, 124px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  font-weight: 400 !important;
  margin: 0 !important;
  max-width: 18ch;
}
.art-header h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 350;
  letter-spacing: -0.02em;
}
.art-header h1 .accent { color: var(--accent-ink); }

.art-meta {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--col-gap);
  align-items: end;
}
.art-meta .lede {
  grid-column: 1 / span 7;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  color: var(--ink-2);
  margin: 0;
  max-width: 44ch;
}
.art-meta .lede em { font-family: var(--serif); font-style: italic; }
.art-meta .byline {
  grid-column: 9 / span 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  text-align: right;
}
.art-meta .byline .author {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}
.art-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--bg-2);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-2);
  border: 1px solid var(--rule-soft);
}
.art-meta .who { display: flex; flex-direction: column; gap: 2px; }
.art-meta .who .n { font-size: 14px; color: var(--ink); }
.art-meta .who .r { font-size: 12px; color: var(--muted); }
.art-meta .stats {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
  align-items: center;
}
.art-meta .stats .pip {
  width: 3px; height: 3px;
  background: var(--rule-soft);
  border-radius: 50%;
}

/* ---------- Hero image ---------- */
.art-hero {
  margin-block: clamp(40px, 5vw, 72px);
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
}
.art-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Article body layout ---------- */
.art-body {
  padding-block: clamp(48px, 6vw, 88px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--col-gap);
  position: relative;
}

/* TOC */
.art-toc-col { grid-column: 1 / span 3; }
.art-toc {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.art-toc .toc-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule-soft);
}
.art-toc ol {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: toc;
}
.art-toc li {
  counter-increment: toc;
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.4;
}
.art-toc li::before {
  content: counter(toc, decimal-leading-zero);
  font-style: normal;
  color: var(--muted);
  font-size: 12px;
  flex: 0 0 24px;
}
.art-toc a { color: var(--ink-2); text-decoration: none; transition: color .15s ease; }
.art-toc a:hover { color: var(--ink); }
.art-toc li.active a { color: var(--ink); }
.art-toc li.active::before { color: var(--accent-ink); }

/* Body column */
.art-body-col {
  grid-column: 5 / span 7;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 44px);
}

.art-body-col p {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 64ch;
  text-wrap: pretty;
}
.art-body-col p em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.art-body-col p strong { color: var(--ink); font-weight: 500; }
.art-body-col p a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.art-body-col p a:hover { color: var(--accent-ink); border-color: var(--accent-ink); }

.art-body-col h2 {
  font-size: clamp(30px, 3.4vw, 48px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  font-weight: 500 !important;
  margin: 24px 0 0 !important;
  max-width: 22ch;
}
.art-body-col h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.art-body-col h2 .sec-num {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}
.art-body-col h3 {
  font-size: clamp(20px, 1.9vw, 26px) !important;
  letter-spacing: -0.015em !important;
  font-weight: 500 !important;
  margin: 8px 0 0 !important;
}
.art-body-col h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; }

.art-body-col ul, .art-body-col ol {
  padding-left: 0; margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.art-body-col li {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  padding-left: 28px;
  position: relative;
  max-width: 60ch;
}
.art-body-col ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 14px; height: 1px;
  background: var(--rule);
}
.art-body-col ol { counter-reset: olist; }
.art-body-col ol li { counter-increment: olist; }
.art-body-col ol li::before {
  content: counter(olist) ".";
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent-ink);
  font-size: 14px;
  top: 4px;
  height: auto;
  background: none;
  width: auto;
}

/* Figure row — side by side */
.art-fig-row {
  display: flex;
  gap: 16px;
  margin: 24px 0;
}
.art-fig-row .art-figure {
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .art-fig-row { flex-direction: column; }
}

/* Figure */
.art-figure {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.art-figure .art-frame {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--paper);
}
.art-figure .art-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.art-figure figcaption {
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: 14px;
  max-width: 56ch;
}

/* Pull quote */
.art-pull {
  padding: 40px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-block: 12px;
}
.art-pull blockquote {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 500;
  max-width: 24ch;
}
.art-pull blockquote em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.art-pull blockquote .a { color: var(--accent-ink); font-family: var(--serif); font-style: italic; }
.art-pull cite {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

/* Inline CTA */
.art-inline-cta {
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 28px 32px;
  background: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.art-inline-cta .text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 40ch;
}
.art-inline-cta .text .lbl {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.art-inline-cta .text h4 {
  font-size: clamp(20px, 2vw, 28px);
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.art-inline-cta .text h4 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.art-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: background .2s ease, border-color .2s ease;
}
.art-cta-btn:hover { background: var(--accent); border-color: var(--accent); }
.art-cta-btn .arr { transition: transform .25s ease; }
.art-cta-btn:hover .arr { transform: translateX(3px); }

/* Article foot (tags + share) */
.art-foot {
  margin-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--rule-soft);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.art-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.art-tag {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid var(--rule-soft);
  border-radius: 999px;
  color: var(--ink-2);
  text-decoration: none;
}
.art-tag:hover { border-color: var(--ink); color: var(--ink); }

/* Author card */
.art-author {
  margin-top: clamp(40px, 5vw, 64px);
  padding: 32px 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start;
}
.art-author .who {
  display: flex;
  gap: 16px;
  align-items: center;
}
.art-author .who .art-avatar { width: 64px; height: 64px; font-size: 26px; object-fit: cover; border-radius: 50%; display: block; }
.art-author .who .name { font-size: 18px; font-weight: 500; }
.art-author .who .role { font-size: 13px; color: var(--muted); margin-top: 2px; }
.art-author .bio {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0;
}
.art-author .bio em { font-family: var(--serif); font-style: italic; }

/* ---------- Related reads ---------- */
.art-related {
  border-top: 1px solid var(--rule);
  padding-block: clamp(64px, 8vw, 100px);
  padding-inline: var(--pad-x);
}
.art-related-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--col-gap);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.art-related-head .label { grid-column: 1 / span 3; }
.art-related-head h2 {
  grid-column: 4 / span 9;
  font-size: clamp(36px, 5vw, 76px) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.art-related-head h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.art-rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--col-gap);
}
.art-rel-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.art-rel-card .cover {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
  transition: transform .35s ease;
}
.art-rel-card:hover .cover { transform: translateY(-3px); }
.art-rel-card .cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-rel-card .cat {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}
.art-rel-card h3 {
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.art-rel-card h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.art-rel-card .read { font-size: 12px; color: var(--muted); }

/* ---------- Reveal animation ---------- */
.art-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.art-reveal.in { opacity: 1; transform: none; }

/* ---------- CTA pill (base missing from mmlogomaker on blog pages) ---------- */
.art-body-col .cta-pill,
.art-body-col .cta-pill a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}
.art-body-col .cta-pill a { padding: 0; color: inherit; }
.art-body-col .cta-pill.big,
.art-body-col .cta-pill.big a { font-size: 1rem; padding: .65rem 1.6rem .7rem; }
.art-body-col .cta-pill.short { width: fit-content; }
.art-body-col .cta-pill.black { background: #1e1e1e; color: #fff; }
.art-body-col .cta-pill.black a { color: #fff; }
.art-body-col .cta-pill.red { background: #fa4600; color: #fff; }
.art-body-col .cta-pill.red a { color: #fff; }
.art-body-col .cta-pill:hover { opacity: .82; }

/* ---------- Logo-ideas card grids ---------- */
.art-li-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0 48px;
}
.art-li-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  transition: box-shadow .2s, transform .2s;
  background: #fff;
}
.art-li-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.art-li-card figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f3;
}
.art-li-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.art-li-card:hover figure img { transform: scale(1.03); }
.art-li-card span {
  padding: 10px 14px 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--ink-2);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .art-toc-col { display: none; }
  .art-body-col { grid-column: 2 / span 10; }
  .art-meta .lede,
  .art-meta .byline { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
  .art-meta .byline { margin-top: 24px; }
  .art-rel-grid { grid-template-columns: 1fr 1fr; }
  .art-related-head .label,
  .art-related-head h2 { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .art-body-col { grid-column: 1 / -1; }
  .art-rel-grid { grid-template-columns: 1fr; }
  .art-author { grid-template-columns: 1fr; }
  .art-inline-cta { flex-direction: column; align-items: flex-start; }
  .art-li-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 480px) {
  .art-li-grid { grid-template-columns: 1fr; }
}

/* ---------- How-to tutorial video embed ---------- */
.ht-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0,0,0,.06);
  margin-bottom: 40px;
}
.ht-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
a.art-howto-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted, #6B6862);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  margin-top: 48px;
}
a.art-howto-back:hover { color: var(--ink, #111); }

/* ---------- Logo font template examples grid ---------- */
.art-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 32px;
}
.art-examples-grid a.examples {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  transition: box-shadow .2s, transform .15s;
}
.art-examples-grid a.examples:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.art-examples-grid a.examples .art-frame {
  border-radius: 0;
  overflow: hidden;
}
.art-examples-grid a.examples img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .3s;
}
.art-examples-grid a.examples:hover img {
  transform: scale(1.03);
}
.art-examples-grid a.examples .cta-pill {
  margin: 10px 10px 10px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 640px) {
  .art-examples-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .art-examples-grid { grid-template-columns: 1fr; }
}
