/* ============================================================
   NUI MAGAZINE — Styles
   Version: 20260316v1
   Fonts: Syne (headings), Montserrat (body) — matches NUI global
   Colors: --black #000, --red #ff0000, --white #fff, --gray #888
   ============================================================ */

/* -- TOPBAR -- */
.mag-topbar {
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 9px 16px;
  letter-spacing: .08em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.mag-topbar a { color: #fff; text-decoration: underline; cursor: pointer; }

/* -- MASTHEAD -- */
.mag-masthead {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 0 48px;
}
.mag-masthead-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.mag-wordmark {
  display: flex;
  align-items: baseline;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}
.mag-wordmark-main {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
  text-transform: uppercase;
}
.mag-wordmark-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #ff0000;
  text-transform: uppercase;
}
.mag-nav { display: flex; align-items: center; gap: 28px; }
.mag-nav a {
  font-size: 12px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color .15s; cursor: pointer;
}
.mag-nav a:hover { color: #fff; }
.mag-nav-cta {
  background: #ff0000 !important; color: #fff !important;
  padding: 8px 18px; border-radius: 2px; font-size: 11px !important;
}
.mag-nav-cta:hover { opacity: .9; }

/* -- CATEGORY NAV -- */
.mag-cat-nav {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 0 48px;
  position: sticky; top: 0; z-index: 100;
}
.mag-cat-nav-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; gap: 0;
  overflow-x: auto; scrollbar-width: none;
}
.mag-cat-nav-inner::-webkit-scrollbar { display: none; }
.mag-cat-tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  padding: 14px 20px; border-bottom: 2px solid transparent;
  cursor: pointer; white-space: nowrap; background: none;
  border-top: none; border-left: none; border-right: none;
  transition: color .15s, border-color .15s;
}
.mag-cat-tab:hover { color: rgba(255,255,255,0.8); }
.mag-cat-tab.active { color: #ff0000; border-bottom-color: #ff0000; }

/* -- HERO COVER -- */
.mag-hero {
  background: #000;
  padding: 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mag-hero-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 440px;
  gap: 60px; min-height: 500px; align-items: center;
  padding: 72px 0;
}
.mag-hero-kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #ff0000;
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.mag-hero-kicker::before { content: ''; width: 32px; height: 2px; background: #ff0000; }
.mag-hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px,4.5vw,62px);
  font-weight: 700; letter-spacing: .02em;
  line-height: .95; color: #fff;
  text-transform: uppercase; margin-bottom: 18px;
}
.mag-hero-dek {
  font-size: 16px; color: rgba(255,255,255,.6);
  line-height: 1.65; margin-bottom: 28px; max-width: 500px;
}
.mag-hero-meta {
  font-size: 12px; color: rgba(255,255,255,.4);
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.mag-hero-meta strong { color: rgba(255,255,255,.65); }
.mag-hero-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #ff0000; color: #fff; border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 14px 28px;
  cursor: pointer; transition: opacity .15s;
  text-decoration: none;
}
.mag-hero-btn:hover { opacity: .9; }
.mag-hero-img {
  height: 380px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: rgba(255,255,255,.2);
  position: relative; overflow: hidden;
}
.mag-hero-award {
  position: absolute; top: 16px; right: 16px;
  background: #ffd700; color: #000;
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 12px;
}

/* -- CONTENT GRID -- */
.mag-content {
  max-width: 1300px; margin: 0 auto;
  padding: 56px 48px 80px;
}
.mag-section-head {
  font-family: 'Syne', sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #fff;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 16px;
}
.mag-section-head::after {
  content: ''; flex: 1; height: 1px;
  background: rgba(255,255,255,.1);
}

/* -- ARTICLE CARD -- */
.mag-card {
  display: flex; flex-direction: column; cursor: pointer;
  transition: transform .2s; text-decoration: none;
}
.mag-card:hover { transform: translateY(-4px); }
.mag-card-img {
  width: 100%; aspect-ratio: 16/9;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 16px; overflow: hidden; position: relative;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.2); font-size: 12px;
}
.mag-card-img img { width:100%;height:100%;object-fit:cover; }
.mag-card-award-tag {
  position: absolute; top: 10px; left: 10px;
  background: #ffd700; color: #000;
  font-size: 9px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 3px 8px;
}
.mag-card-cat {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #ff0000; margin-bottom: 7px;
  font-family: 'Montserrat', sans-serif;
}
.mag-card-title {
  font-family: 'Syne', sans-serif;
  font-size: 17px; font-weight: 700; line-height: 1.2;
  color: #fff; margin-bottom: 9px; text-transform: uppercase;
}
.mag-card-dek {
  font-size: 13px; color: #888; line-height: 1.6; flex: 1; margin-bottom: 12px;
}
.mag-card-meta {
  font-size: 11px; color: #555;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Montserrat', sans-serif;
}
.mag-card-award-chip {
  font-size: 10px; font-weight: 700; color: #ffd700;
  background: rgba(255,215,0,.12); padding: 2px 8px;
  letter-spacing: .04em;
}

/* -- 3-COLUMN GRID -- */
.mag-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.mag-grid-2 { grid-template-columns: repeat(2,1fr); }

/* -- AWARDS BANNER -- */
.mag-awards-banner {
  background: #000; border: 1px solid rgba(255,215,0,.2);
  padding: 52px 60px; margin-top: 64px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.mag-awards-banner-kicker {
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #ffd700; margin-bottom: 10px;
}
.mag-awards-banner-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px,3vw,40px); font-weight: 700;
  text-transform: uppercase; color: #fff; margin-bottom: 10px; line-height: .95;
}
.mag-awards-banner p { font-size: 14px; color: #666; line-height: 1.6; max-width: 520px; }
.mag-awards-btn {
  background: #ffd700; color: #000; border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 14px 28px;
  cursor: pointer; white-space: nowrap; text-decoration: none;
}
.mag-awards-btn:hover { background: #fff; }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.mag-article-page {
  max-width: 1300px; margin: 0 auto;
  padding: 56px 48px 80px;
}
.mag-article-header { margin-bottom: 32px; }
.mag-article-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #ff0000;
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-family: 'Montserrat', sans-serif;
}
.mag-article-kicker::before { content:''; width:24px; height:2px; background:#ff0000; }
.mag-article-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px,4.5vw,56px); font-weight: 700;
  letter-spacing: .02em; line-height: .95;
  color: #fff; text-transform: uppercase; margin-bottom: 18px;
}
.mag-article-dek {
  font-size: 18px; color: #888; line-height: 1.65;
  margin-bottom: 22px; max-width: 660px;
}
.mag-article-byline {
  display: flex; align-items: center; gap: 18px;
  padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  flex-wrap: wrap; margin-bottom: 36px;
}
.mag-byline-dot {
  width: 32px; height: 32px; border-radius: 50%;
  background: #ff0000; color: #fff;
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mag-byline-name { font-size: 13px; font-weight: 700; color: #fff; }
.mag-byline-pub  { font-size: 11px; color: #555; }
.mag-byline-sep  { width: 1px; height: 18px; background: rgba(255,255,255,.1); }
.mag-byline-info { font-size: 12px; color: #555; font-family: 'Montserrat', sans-serif; }
.mag-verified-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; color: #10b981;
  background: rgba(16,185,129,.1); padding: 4px 12px;
}
.mag-verified-dot { width: 7px; height: 7px; border-radius: 50%; background: #10b981; }

/* -- ARTICLE HERO IMAGE -- */
.mag-article-hero {
  width: 100%; aspect-ratio: 16/9;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: rgba(255,255,255,.2); margin-bottom: 48px;
  overflow: hidden;
}
.mag-article-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* -- TWO-COLUMN LAYOUT -- */
.mag-article-layout {
  display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start;
}

/* -- BODY TYPOGRAPHY -- */
.mag-body p {
  font-size: 15px; line-height: 1.9;
  color: rgba(255,255,255,.8); margin-bottom: 22px;
}
.mag-body h2 {
  font-family: 'Syne', sans-serif;
  font-size: 22px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #fff;
  margin: 40px 0 14px; border-left: 3px solid #ff0000; padding-left: 16px;
}
.mag-pull-quote {
  border-left: 4px solid #ff0000; padding: 14px 20px;
  margin: 28px 0; background: rgba(255,0,0,.06);
}
.mag-pull-quote p {
  font-size: 19px !important; font-style: italic;
  line-height: 1.55 !important; margin-bottom: 6px !important;
  color: #fff !important;
}
.mag-pull-quote cite { font-size: 12px; color: #555; font-style: normal; }
.mag-body-tags {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 36px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mag-body-tag {
  font-size: 11px; padding: 4px 12px;
  border: 1px solid rgba(255,255,255,.1); color: #555;
  font-family: 'Montserrat', sans-serif; letter-spacing: .04em;
}
.mag-share-row {
  display: flex; align-items: center; gap: 10px;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mag-share-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #555; margin-right: 4px;
}
.mag-share-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1); background: none;
  font-size: 11px; font-weight: 700; cursor: pointer;
  color: #555; transition: all .15s;
}
.mag-share-btn:hover { background: #ff0000; color: #fff; border-color: #ff0000; }

/* -- SIDEBAR -- */
.mag-sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 80px; }

/* -- CITATION CARD -- */
.mag-citation-card { border: 1px solid rgba(255,255,255,.1); overflow: hidden; background: #0a0a0a; }
.mag-citation-head {
  background: #ff0000; padding: 10px 16px;
  display: flex; align-items: center; justify-content: space-between;
}
.mag-citation-head span {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.mag-citation-check {
  font-size: 11px; color: #fff; background: rgba(255,255,255,.2);
  padding: 2px 8px; font-weight: 700;
}
.mag-citation-body { padding: 16px; }
.mag-biz-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; font-family: 'Syne', sans-serif; }
.mag-biz-cat {
  font-size: 10px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: #555; margin-bottom: 14px;
}
.mag-stars { display: flex; align-items: center; gap: 5px; margin-bottom: 14px; }
.mag-stars svg { width:13px; height:13px; }
.mag-stars-val { font-size: 14px; font-weight: 700; color: #fff; }
.mag-stars-count { font-size: 11px; color: #555; }
.mag-nap {
  padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 12px; display: flex; flex-direction: column; gap: 9px;
}
.mag-nap-label { font-size: 10px; color: #555; display: block; letter-spacing: .04em; font-family: 'Montserrat', sans-serif; }
.mag-nap-val { font-size: 12px; color: rgba(255,255,255,.75); line-height: 1.4; }
.mag-same-as-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #555; margin-bottom: 7px;
}
.mag-same-as-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.mag-same-as-chip {
  font-size: 11px; padding: 3px 10px;
  border: 1px solid rgba(255,255,255,.1); color: #555;
}
.mag-citation-id {
  font-size: 10px; color: #444; padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.06); line-height: 1.6;
}
.mag-citation-id strong { color: #ff0000; }

/* -- AWARD CARD -- */
.mag-award-card {
  background: #000; border: 1px solid rgba(255,215,0,.2);
  padding: 16px; display: flex; align-items: center; gap: 12px;
}
.mag-award-icon { font-size: 24px; flex-shrink: 0; }
.mag-award-title { font-size: 12px; font-weight: 700; color: #ffd700; margin-bottom: 3px; }
.mag-award-desc  { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.4; }

/* -- SCHEMA BLOCK -- */
.mag-schema-block { border: 1px solid rgba(255,255,255,.08); overflow: hidden; background: #0a0a0a; }
.mag-schema-head {
  padding: 9px 14px; border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: space-between;
}
.mag-schema-head span {
  font-size: 10px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #444;
}
.mag-schema-toggle { font-size: 11px; color: #ff0000; cursor: pointer; background: none; border: none; font-weight: 700; }
.mag-schema-pre {
  font-family: monospace; font-size: 10px; color: #555;
  line-height: 1.7; padding: 12px 14px; overflow: hidden;
}
.mag-schema-pre .k { color: #ff0000; }
.mag-schema-pre .s { color: #10b981; }

/* -- BADGE CARD -- */
.mag-badge-card { border: 1px solid rgba(255,255,255,.08); padding: 16px; background: #0a0a0a; text-align: center; }
.mag-badge-title { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 4px; font-family: 'Syne', sans-serif; }
.mag-badge-sub   { font-size: 11px; color: #555; line-height: 1.5; margin-bottom: 12px; }
.mag-badge-btn {
  background: #ff0000; color: #fff; border: none; width: 100%;
  padding: 10px; font-size: 11px; font-weight: 700; cursor: pointer;
  letter-spacing: .06em; text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.mag-badge-btn:hover { opacity: .9; }
.mag-embed-code {
  background: #000; border: 1px solid rgba(255,255,255,.06);
  padding: 10px; font-family: monospace; font-size: 10px; color: #555;
  text-align: left; line-height: 1.6; word-break: break-all; margin-top: 8px;
}

/* -- SERVICES PILL -- */
.mag-services-wrap { border: 1px solid rgba(255,255,255,.08); padding: 16px; background: #0a0a0a; }
.mag-services-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #555; margin-bottom: 10px;
}
.mag-services-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.mag-services-pill {
  font-size: 11px; padding: 4px 10px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  color: #666;
}

/* -- REVIEWS -- */
.mag-reviews { margin-top: 56px; }
.mag-reviews-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; flex-wrap: wrap; gap: 10px;
}
.mag-reviews-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #fff;
}
.mag-reviews-count { font-size: 13px; color: #555; font-weight: 400; margin-left: 8px; }
.mag-review-btn {
  font-size: 11px; font-weight: 700; padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.1); background: none;
  color: #555; cursor: pointer; letter-spacing: .06em; text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.mag-review-btn:hover { border-color: #ff0000; color: #ff0000; }
.mag-review-list { border: 1px solid rgba(255,255,255,.08); }
.mag-review-item { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.mag-review-item:last-child { border-bottom: none; }
.mag-review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.mag-reviewer { display: flex; align-items: center; gap: 10px; }
.mag-reviewer-dot {
  width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.06);
  font-size: 10px; font-weight: 700; color: #555;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mag-reviewer-name { font-size: 13px; font-weight: 700; color: #fff; }
.mag-reviewer-date { font-size: 11px; color: #444; }
.mag-mini-stars { display: flex; gap: 2px; }
.mag-mini-stars svg { width: 11px; height: 11px; }
.mag-review-text { font-size: 13px; color: #666; line-height: 1.65; }
.mag-review-verified { font-size: 10px; color: #10b981; font-weight: 700; margin-top: 6px; letter-spacing: .02em; }

/* -- RELATED ARTICLES -- */
.mag-related { margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.08); }

/* -- BREADCRUMB -- */
.mag-breadcrumb {
  border-bottom: 1px solid rgba(255,255,255,.08); padding: 0 48px;
}
.mag-breadcrumb-inner {
  max-width: 1300px; margin: 0 auto;
  padding: 10px 0; font-size: 12px; color: #444;
  display: flex; gap: 8px; align-items: center;
}
.mag-breadcrumb-inner span { cursor: pointer; }
.mag-breadcrumb-inner span:hover { color: #fff; }
.mag-breadcrumb-inner .active { color: rgba(255,255,255,.7); font-weight: 600; }

/* -- FOOTER -- */
.mag-footer { background: #000; border-top: 1px solid rgba(255,255,255,.08); padding: 56px 48px 0; margin-top: 80px; }
.mag-footer-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.06);
}
.mag-footer-brand p { font-size: 13px; color: #444; line-height: 1.7; margin-top: 14px; }
.mag-footer-col h4 {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #333; margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}
.mag-footer-col a {
  display: block; font-size: 13px; color: #444;
  margin-bottom: 8px; cursor: pointer; transition: color .15s; text-decoration: none;
}
.mag-footer-col a:hover { color: #ff0000; }
.mag-footer-bottom {
  max-width: 1300px; margin: 0 auto;
  padding: 20px 0; display: flex;
  align-items: center; justify-content: space-between;
  font-size: 11px; color: #333; flex-wrap: wrap; gap: 8px;
}

/* -- RESPONSIVE -- */
@media (max-width: 1000px) {
  .mag-masthead { padding: 0 24px; }
  .mag-cat-nav  { padding: 0 24px; }
  .mag-hero { padding: 0 24px; }
  .mag-hero-inner { grid-template-columns: 1fr; padding: 48px 0; }
  .mag-hero-img { display: none; }
  .mag-content { padding: 40px 24px 60px; }
  .mag-grid { grid-template-columns: repeat(2,1fr); }
  .mag-article-page { padding: 40px 24px 60px; }
  .mag-article-layout { grid-template-columns: 1fr; }
  .mag-sidebar { position: static; }
  .mag-breadcrumb { padding: 0 24px; }
  .mag-footer { padding: 40px 24px 0; }
  .mag-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .mag-grid { grid-template-columns: 1fr; }
  .mag-footer-inner { grid-template-columns: 1fr; }
  .mag-awards-banner { grid-template-columns: 1fr; padding: 32px 24px; }
  .mag-nav { display: none; }
}

/* -- AUTHOR PROFILE CARD -- */
.mag-author-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 32px;
}
.mag-author-photo-wrap {
  position: relative;
  flex-shrink: 0;
}
.mag-author-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ff0000;
  flex-shrink: 0;
}
.mag-author-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.mag-author-verified-ring {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #10b981;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}
.mag-author-info {}
.mag-author-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 3px;
}
.mag-author-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 6px;
}
.mag-author-bio {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  max-width: 520px;
}
.mag-author-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mag-author-chip {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #555;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 3px 10px;
}


/* ═══════════════════════════════════════════════
   OWNER PORTRAIT FEATURE BLOCK
   40-over-40 / Forbes style — tall vertical card
   with gradient bio overlay at the bottom
   ═══════════════════════════════════════════════ */

.mag-owner-feature {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  margin: 48px 0;
  border: 1px solid rgba(255,255,255,.08);
  min-height: 520px;
  overflow: hidden;
}

/* ── Portrait side ── */
.mag-owner-portrait {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  min-height: 520px;
}

.mag-owner-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Red top accent bar */
.mag-owner-portrait::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #ff0000;
  z-index: 3;
}

/* Gradient overlay — bottom fade */
.mag-owner-portrait::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.96) 0%,
    rgba(0,0,0,.85) 30%,
    rgba(0,0,0,.5) 60%,
    transparent 100%
  );
  z-index: 2;
}

/* Name + title over gradient */
.mag-owner-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 20px;
  z-index: 4;
}

.mag-owner-overlay-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 6px;
}

.mag-owner-overlay-name {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.mag-owner-overlay-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
}

/* NUI verified badge on portrait */
.mag-owner-verified-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  background: rgba(0,0,0,.8);
  border: 1px solid rgba(16,185,129,.4);
  color: #10b981;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mag-owner-verified-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  flex-shrink: 0;
}

/* ── Bio side ── */
.mag-owner-bio-side {
  background: rgba(255,255,255,.02);
  border-left: 1px solid rgba(255,255,255,.06);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.mag-owner-bio-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff0000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mag-owner-bio-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #ff0000;
  display: inline-block;
}

.mag-owner-bio-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.1;
  color: #fff;
}

.mag-owner-bio-body {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  border-left: 2px solid #ff0000;
  padding-left: 16px;
}

.mag-owner-bio-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 4px;
}

.mag-owner-stat {
  padding: 14px 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.mag-owner-stat-val {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.mag-owner-stat-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #555;
}

.mag-owner-bio-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.mag-owner-bio-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #555;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  padding: 5px 12px;
}

/* ── Mobile: stack portrait on top ── */
@media (max-width: 768px) {
  .mag-owner-feature {
    grid-template-columns: 1fr;
  }
  .mag-owner-portrait {
    min-height: 420px;
  }
  .mag-owner-bio-side {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 28px 20px;
  }
}


/* ═══════════════════════════════════════════════
   PREMIUM ARTICLE STYLES
   High-end founder feature layout
   ═══════════════════════════════════════════════ */

/* Premium badge on article card */
.mag-card.is-premium .mag-card-img::after {
  content: 'FEATURED';
  position: absolute; bottom: 10px; left: 10px;
  background: #ff0000; color: #fff;
  font-size: 8px; font-weight: 700; letter-spacing: .14em;
  padding: 4px 10px;
}

/* Pull quote */
.mag-pull-quote {
  margin: 48px -24px;
  padding: 36px 40px;
  border-left: 4px solid #ff0000;
  background: rgba(255,0,0,.04);
  position: relative;
}
.mag-pull-quote::before {
  content: '\201C';
  font-family: 'Syne', sans-serif;
  font-size: 120px;
  color: rgba(255,0,0,.15);
  position: absolute;
  top: -20px; left: 20px;
  line-height: 1;
  pointer-events: none;
}
.mag-pull-quote p {
  font-family: 'Syne', sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Press mentions bar */
.mag-press-bar {
  margin: 40px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mag-press-label {
  font-size: 9px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: #555; margin-bottom: 14px;
}
.mag-press-logos {
  display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
}
.mag-press-item {
  font-family: 'Syne', sans-serif;
  font-size: 12px; font-weight: 700;
  color: #444; letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.07);
}

/* Services showcase grid in article */
.mag-services-showcase {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
}
.mag-service-tile {
  background: #000;
  padding: 20px;
}
.mag-service-tile-num {
  font-family: 'Syne', sans-serif;
  font-size: 32px; font-weight: 800;
  color: rgba(255,0,0,.25);
  line-height: 1; margin-bottom: 6px;
}
.mag-service-tile-name {
  font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: #fff; margin-bottom: 4px;
}
.mag-service-tile-desc {
  font-size: 11px; color: #555; line-height: 1.5;
}

/* Premium hero — full height with dark overlay */
.mag-article-header.is-premium {
  position: relative;
  padding: 80px 0 60px;
}
.mag-article-header.is-premium .mag-article-kicker {
  background: #ff0000;
  display: inline-flex;
  padding: 4px 14px;
  margin-bottom: 20px;
}
.mag-article-header.is-premium .mag-article-title {
  font-size: clamp(32px, 5vw, 68px);
  line-height: .92;
  max-width: 800px;
}
.mag-article-header.is-premium .mag-article-dek {
  font-size: 17px;
  max-width: 600px;
  color: #999;
  border-left: 3px solid #ff0000;
  padding-left: 16px;
  margin-top: 20px;
}

/* Stat callout row */
.mag-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
  margin: 40px 0;
}
.mag-stat-cell {
  background: #000;
  padding: 24px 20px;
  text-align: center;
}
.mag-stat-cell-val {
  font-family: 'Syne', sans-serif;
  font-size: 36px; font-weight: 800;
  color: #fff; line-height: 1;
  margin-bottom: 6px;
}
.mag-stat-cell-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #555;
}

@media (max-width: 768px) {
  .mag-services-showcase { grid-template-columns: 1fr 1fr; }
  .mag-stat-row { grid-template-columns: 1fr 1fr; }
  .mag-pull-quote { margin: 32px 0; padding: 24px 20px; }
}
@media (max-width: 480px) {
  .mag-services-showcase { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════
   MAGAZINE EDITORIAL HERO
   Full-height magazine cover — about the magazine
   + live cover story card
   ═══════════════════════════════════════════════ */

.mag-editorial-hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Background image with overlay */
.mag-editorial-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.85) 45%, rgba(0,0,0,.4) 100%),
    url('/images/magazine/faren-young-studio.png') center / cover no-repeat;
  z-index: 0;
}

/* Noise/grain texture overlay for editorial feel */
.mag-editorial-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .4; pointer-events: none;
}

/* Red vertical rule at far left */
.mag-editorial-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: #ff0000;
  z-index: 3;
}

/* ── Left column: About the Magazine ── */
.mag-editorial-left {
  position: relative;
  z-index: 2;
  padding: 80px 60px 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.mag-editorial-issue {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #555;
}

.mag-editorial-issue-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff0000;
  flex-shrink: 0;
}

/* The masthead wordmark */
.mag-editorial-wordmark {
  display: flex;
  flex-direction: column;
  line-height: .85;
}

.mag-editorial-nui {
  font-family: 'Syne', sans-serif;
  font-size: clamp(72px, 10vw, 130px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  line-height: .9;
}

.mag-editorial-mag-word {
  font-family: 'Syne', sans-serif;
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 700;
  color: #ff0000;
  letter-spacing: .28em;
  text-transform: uppercase;
  padding-left: 4px;
}

.mag-editorial-mission {
  font-size: 15px;
  line-height: 1.7;
  color: #777;
  max-width: 360px;
  border-left: 2px solid rgba(255,0,0,.3);
  padding-left: 16px;
}

/* Stats row */
.mag-editorial-stats {
  display: flex;
  gap: 32px;
}

.mag-editorial-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mag-editorial-stat-val {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.mag-editorial-stat-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #555;
}

.mag-editorial-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 14px 24px;
  width: fit-content;
  transition: opacity .15s;
}
.mag-editorial-cta:hover { opacity: .88; }

/* ── Right column: Cover Story ── */
.mag-editorial-cover {
  position: relative;
  z-index: 2;
  padding: 80px 60px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  border-left: 1px solid rgba(255,255,255,.06);
}

.mag-editorial-cover-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff0000;
}

.mag-editorial-cover-rule {
  display: inline-block;
  width: 28px; height: 2px;
  background: #ff0000;
  flex-shrink: 0;
}

/* Cover card */
.mag-editorial-cover-card {
  background: rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.mag-editorial-cover-img {
  width: 100%;
  aspect-ratio: 16/7;
  background: rgba(255,255,255,.04);
  overflow: hidden;
  position: relative;
}

.mag-editorial-cover-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.mag-editorial-cover-body {
  padding: 24px 28px 28px;
}

.mag-editorial-cover-cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 10px;
}

.mag-editorial-cover-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 10px;
}

.mag-editorial-cover-dek {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mag-editorial-cover-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: #555;
  margin-bottom: 20px;
}

.mag-editorial-cover-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,0,0,.5);
  color: #ff0000;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all .15s;
}
.mag-editorial-cover-btn:hover {
  background: #ff0000;
  color: #fff;
}

/* ── Mobile ── */
@media (max-width: 900px) {
  .mag-editorial-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .mag-editorial-left {
    padding: 64px 28px 40px 32px;
    gap: 20px;
  }
  .mag-editorial-cover {
    padding: 32px 28px 48px 32px;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.06);
  }
  .mag-editorial-nui { font-size: 80px; }
  .mag-editorial-stats { gap: 20px; }
}


/* ── Premium card badge ── */
.mag-card-premium-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: #ff0000;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}

.mag-card.is-premium .mag-card-img {
  border-bottom: 2px solid #ff0000;
}

.mag-card.is-premium .mag-card-title {
  font-size: 17px;
}

/* ── YouTube video embed ── */
.mag-video-wrap {
  margin: 48px 0;
}
.mag-video-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 16px;
}
.mag-video-rule {
  display: inline-block;
  width: 28px; height: 2px;
  background: #ff0000;
  flex-shrink: 0;
}
.mag-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.mag-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* ── Podcast Player ────────────────────────────── */
.mag-podcast-player {
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,.1);
  border-left: 3px solid #ff0000;
  border-radius: 8px;
  padding: 28px 28px 20px;
  margin: 0 0 36px;
}
.mag-podcast-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.mag-podcast-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: rgba(255,0,0,.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.mag-podcast-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 3px;
}
.mag-podcast-title {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.mag-podcast-sub {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  margin-top: 3px;
}
.mag-podcast-wave {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 28px;
  margin-bottom: 20px;
}
.mag-podcast-wave span {
  display: inline-block;
  width: 3px;
  background: #ff0000;
  border-radius: 2px;
  animation: podWave 1.2s ease-in-out infinite;
  opacity: .6;
}
.mag-podcast-wave span:nth-child(1)  { height: 40%; animation-delay: 0s; }
.mag-podcast-wave span:nth-child(2)  { height: 70%; animation-delay: .1s; }
.mag-podcast-wave span:nth-child(3)  { height: 100%; animation-delay: .2s; }
.mag-podcast-wave span:nth-child(4)  { height: 55%; animation-delay: .3s; }
.mag-podcast-wave span:nth-child(5)  { height: 80%; animation-delay: .15s; }
.mag-podcast-wave span:nth-child(6)  { height: 45%; animation-delay: .25s; }
.mag-podcast-wave span:nth-child(7)  { height: 90%; animation-delay: .05s; }
.mag-podcast-wave span:nth-child(8)  { height: 60%; animation-delay: .35s; }
.mag-podcast-wave span:nth-child(9)  { height: 75%; animation-delay: .1s; }
.mag-podcast-wave span:nth-child(10) { height: 50%; animation-delay: .2s; }
@keyframes podWave {
  0%, 100% { transform: scaleY(1); opacity: .6; }
  50%       { transform: scaleY(1.8); opacity: 1; }
}
.mag-podcast-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff0000;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background .2s, transform .15s;
}
.mag-podcast-btn:hover { background: #cc0000; transform: translateY(-1px); }
.mag-podcast-note {
  font-size: 11px;
  color: rgba(255,255,255,.3);
  margin-top: 12px;
}

/* ── Book Cover Placeholder ───────────────────── */
.mag-book-placeholder {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 32px;
}
.mag-book-cover {
  flex-shrink: 0;
  display: flex;
  height: 200px;
}
.mag-book-spine {
  width: 18px;
  background: linear-gradient(180deg, #1a0000, #3a0000, #1a0000);
  border-radius: 2px 0 0 2px;
}
.mag-book-face {
  width: 140px;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 50%, #0d0d0d 100%);
  border: 1px solid rgba(255,0,0,.3);
  border-left: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
}
.mag-book-face::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #ff0000;
}
.mag-book-face-title {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: .95;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mag-book-face-sub {
  font-size: 9px;
  color: rgba(255,255,255,.5);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.5;
}
.mag-book-face-author {
  font-size: 10px;
  font-weight: 700;
  color: #ff0000;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mag-book-placeholder-text {
  flex: 1;
}
.mag-book-placeholder-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 8px;
}
.mag-book-placeholder-text p {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
}
@media (max-width: 480px) {
  .mag-book-placeholder { flex-direction: column; align-items: flex-start; }
}
