/* Resource Hub styles — reuses tokens from styles.css (--navy, --gold, --paper, .container, .serif, .btn). */
.blog-wrap, .blog-article { max-width: 860px; padding-top: 116px; padding-bottom: 72px; }
.blog-head { margin-bottom: 18px; }
.blog-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold, #c8922a); margin: 0 0 10px; }
.blog-h1 { font-size: clamp(2rem, 4vw, 2.7rem); color: var(--navy-dark, #030b1a); line-height: 1.12; margin: 0 0 12px; }
.blog-lead { color: #555; font-size: 1.05rem; line-height: 1.6; margin: 0 0 8px; max-width: 42em; }
.blog-disclaimer { font-size: .8rem; color: #6b6655; background: #f3efe6; border-left: 3px solid var(--gold, #c8922a); padding: 10px 14px; border-radius: 6px; margin: 16px 0 28px; line-height: 1.5; }

/* List grid */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.blog-card { display: block; text-decoration: none; border: 1px solid #e7e2d6; border-radius: 12px; padding: 24px; background: #fff; transition: box-shadow .15s ease, transform .15s ease; }
.blog-card:hover { box-shadow: 0 12px 30px rgba(13, 36, 84, .1); transform: translateY(-2px); }
.blog-card-area { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold, #c8922a); }
.blog-card-title { font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.4rem; font-weight: 600; color: var(--navy-dark, #030b1a); margin: 6px 0 8px; line-height: 1.2; }
.blog-card-sum { color: #555; line-height: 1.55; margin: 0 0 14px; font-size: .94rem; }
.blog-card-meta { display: flex; align-items: center; gap: 12px; color: #999; font-size: .82rem; }
.blog-pill { color: var(--navy, #0d2454); font-weight: 700; }
.blog-empty { color: #777; padding: 40px 0; }

/* Filters + video grid */
.blog-filters { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 26px; }
.blog-input { flex: 1 1 220px; border: 1px solid #d8d3c6; border-radius: 10px; padding: 11px 14px; font-family: inherit; font-size: .95rem; color: #1a2540; background: #fff; }
.blog-input:focus { outline: none; border-color: var(--gold, #c8922a); box-shadow: 0 0 0 3px rgba(200, 146, 42, .15); }
.blog-vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-vcard { text-decoration: none; border: 1px solid #e7e2d6; border-radius: 12px; overflow: hidden; background: #fff; transition: box-shadow .15s ease, transform .15s ease; }
.blog-vcard:hover { box-shadow: 0 12px 30px rgba(13, 36, 84, .1); transform: translateY(-2px); }
.blog-vthumb { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #0d2454; }
.blog-vthumb-ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--navy, #0d2454), var(--navy-dark, #030b1a)); color: var(--gold-light, #e2b060); }
.blog-vbody { padding: 14px 16px 18px; }
.blog-vtitle { font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.15rem; color: var(--navy-dark, #030b1a); margin: 6px 0 0; line-height: 1.2; }

/* Article */
.blog-back { color: var(--gold, #c8922a); font-weight: 600; text-decoration: none; font-size: .9rem; }
.blog-back:hover { text-decoration: underline; }
.blog-title { font-size: clamp(2rem, 4.2vw, 2.9rem); color: var(--navy-dark, #030b1a); line-height: 1.12; margin: 14px 0 10px; }
.blog-byline { color: #888; font-size: .9rem; margin: 0 0 18px; }
.blog-espending { font-size: .82rem; color: #8a6d1f; background: #fbf3df; border: 1px solid #efe0bb; border-radius: 6px; padding: 8px 12px; margin: 0 0 18px; }
.blog-video { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #000; margin: 8px 0 6px; }
.blog-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.blog-video-ph { aspect-ratio: 16/9; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(150deg, var(--navy, #0d2454), var(--navy-dark, #030b1a)); color: var(--gold-light, #e2b060); font-weight: 600; margin: 8px 0 6px; }
.blog-vdisc { font-size: .76rem; color: #8a8472; margin: 0 0 26px; }
.blog-body { color: #2a2f3a; font-size: 1.06rem; line-height: 1.78; }
.blog-body p { margin: 0 0 18px; }
.blog-sec-h { font-size: 1.55rem; color: var(--navy-dark, #030b1a); margin: 34px 0 12px; line-height: 1.2; }
.blog-faq { margin-top: 40px; }
.blog-faq-item { border-bottom: 1px solid #e7e2d6; padding: 16px 0; }
.blog-faq-q { font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.2rem; font-weight: 600; color: var(--navy-dark, #030b1a); margin: 0 0 6px; }
.blog-faq-a { color: #444; line-height: 1.7; margin: 0; }
.blog-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 40px 0 8px; padding: 26px; background: #f7f5f0; border-left: 3px solid var(--gold, #c8922a); border-radius: 8px; }

@media (max-width: 760px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-vgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) { .blog-vgrid { grid-template-columns: 1fr; } }

/* ── Diagrams ── */
.blog-diagram { margin: 30px 0; padding: 26px 24px 18px; background: #f7f5f0; border: 1px solid #e7e2d6; border-radius: 14px; }
.blog-dg-cap { text-align: center; font-size: .82rem; color: #7a7361; margin-top: 16px; font-style: italic; }
/* steps */
.blog-dg-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.blog-dg-step { background: #fff; border: 1px solid #e7e2d6; border-top: 3px solid var(--gold, #c8922a); border-radius: 10px; padding: 16px; }
.blog-dg-n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--navy, #0d2454); color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: 10px; font-family: var(--serif, "Cormorant Garamond", Georgia, serif); }
.blog-dg-step strong { display: block; font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.12rem; color: var(--navy-dark, #030b1a); line-height: 1.2; }
.blog-dg-step p { margin: 6px 0 0; font-size: .86rem; color: #555; line-height: 1.5; }
/* compare */
.blog-dg-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: stretch; }
.blog-dg-col { background: #fff; border: 1px solid #e7e2d6; border-radius: 10px; padding: 18px; }
.blog-dg-col-h { font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.2rem; font-weight: 700; color: var(--navy-dark, #030b1a); text-align: center; padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid var(--gold, #c8922a); }
.blog-dg-col ul { margin: 0; padding-left: 18px; }
.blog-dg-col li { color: #444; line-height: 1.5; font-size: .9rem; margin-bottom: 7px; }
.blog-dg-vs { align-self: center; font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-style: italic; color: var(--gold, #c8922a); font-size: 1.1rem; }
/* timeline */
.blog-dg-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.blog-dg-timeline::before { content: ""; position: absolute; left: 14px; top: 8px; bottom: 8px; width: 2px; background: #ddd6c6; }
.blog-dg-pt { position: relative; padding: 0 0 18px 44px; }
.blog-dg-pt:last-child { padding-bottom: 0; }
.blog-dg-dot { position: absolute; left: 7px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--navy, #0d2454); border: 3px solid #f7f5f0; }
.blog-dg-alert .blog-dg-dot { background: var(--gold, #c8922a); box-shadow: 0 0 0 3px rgba(200, 146, 42, .25); }
.blog-dg-pt strong { font-family: var(--serif, "Cormorant Garamond", Georgia, serif); font-size: 1.12rem; color: var(--navy-dark, #030b1a); }
.blog-dg-alert strong { color: var(--gold, #a8761f); }
.blog-dg-pt p { margin: 4px 0 0; font-size: .9rem; color: #555; line-height: 1.55; }
@media (max-width: 560px) { .blog-dg-compare { grid-template-columns: 1fr; } .blog-dg-vs { padding: 4px 0; } }

/* ── Mobile header fix ──
   Blog pages reuse the site header but have NO hamburger menu, while styles.css
   hides `.header-right` below 768px (where the homepage shows its mobile nav).
   That hid the language toggle + nav on phones. Keep them visible and wrapping. */
@media (max-width: 768px) {
  #site-header .header-right { display: block !important; }
  #site-header .header-contact-row { flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 14px; }
}
@media (max-width: 560px) {
  #site-header .header-top { flex-wrap: wrap; row-gap: 10px; }
  #site-header .header-contact-row { width: 100%; justify-content: center; }
  #site-header .header-contact-row .phone-link { display: none; }   /* phone is in the footer */
  .blog-wrap, .blog-article { padding-top: 158px; }
}
