/* ==========================================================================
   HotelsForKings.com — Blog article extras
   Loaded after slate.css on /blog/* pages.
   ========================================================================== */

/* Article hero */
.art-hero {
  position: relative;
  height: 60vh;
  min-height: 420px;
  overflow: hidden;
}
.art-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.55);
}
.art-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 0;
  z-index: 2;
}
.art-hero-content .c { color: #fff; }
.art-hero-content h1 { color: #fff; max-width: 880px; margin-bottom: 16px; }
.art-cat-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 16px;
}
.art-meta {
  display: flex;
  gap: 24px;
  font-size: 12px;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}
.art-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* Article body */
.art-wrap { padding: 64px 0 80px; }
.art-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
}
@media (max-width: 900px) {
  .art-grid { grid-template-columns: 1fr; gap: 32px; }
}

.art-body { max-width: 720px; }
.art-body p,
.art-body ul,
.art-body ol {
  font-size: 16px;
  line-height: 1.85;
  color: var(--t1);
  font-weight: 400;
  margin-bottom: 20px;
}
.art-body ul, .art-body ol { padding-left: 24px; }
.art-body li { margin-bottom: 8px; }
.art-body strong { font-weight: 500; color: var(--ink); }
.art-body em { font-style: italic; }
.art-body a { color: var(--acc); border-bottom: 1px solid var(--acc-b); }
.art-body a:hover { border-bottom-color: var(--acc); }

.art-body h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--ink);
  margin: 48px 0 16px;
  line-height: 1.15;
}
.art-body h2 em { font-style: italic; color: var(--acc); }
.art-body h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  margin: 32px 0 12px;
  line-height: 1.2;
}

.art-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bd);
}

.art-pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.45;
  color: var(--acc);
  border-left: 3px solid var(--acc);
  padding: 8px 0 8px 24px;
  margin: 32px 0;
  font-weight: 300;
}

.art-figure {
  margin: 40px 0;
}
.art-figure img { width: 100%; height: auto; }
.art-figure figcaption {
  font-size: 12px;
  color: var(--t3);
  font-style: italic;
  text-align: center;
  margin-top: 8px;
  letter-spacing: .04em;
}

/* Aside: TOC + related */
.art-aside {
  position: sticky;
  top: 88px;
  align-self: start;
  font-size: 13px;
}
.art-aside h4 {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--t3);
  margin-bottom: 12px;
}
.art-aside ul { list-style: none; padding: 0; margin: 0 0 32px; }
.art-aside li { margin-bottom: 8px; line-height: 1.5; }
.art-aside a {
  font-size: 13px;
  color: var(--t1);
  font-weight: 300;
  border: 0;
}
.art-aside a:hover { color: var(--acc); }

/* Internal links band */
.linkband {
  background: var(--bg2);
  padding: 48px 0;
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
}
.linkband h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 24px;
}
.linkband-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px 32px;
}
.linkband-grid a {
  display: block;
  font-size: 13px;
  color: var(--t1);
  padding: 6px 0;
  border-bottom: 1px solid var(--bd);
  font-weight: 300;
}
.linkband-grid a:hover { color: var(--acc); }

/* Related articles */
.related { padding: 80px 0; }
.related h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 32px;
  color: var(--ink);
}

/* CTA insert mid-article */
.cta-insert {
  background: var(--bg2);
  border: 1px solid var(--bd);
  padding: 32px;
  margin: 40px 0;
  text-align: center;
}
.cta-insert h4 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 6px;
}
.cta-insert p {
  font-size: 13px;
  color: var(--t2);
  margin-bottom: 16px;
}

/* Inline hotel mention */
.hotel-mention {
  border: 1px solid var(--bd);
  padding: 20px 24px;
  margin: 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.hotel-mention-name {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  font-weight: 400;
}
.hotel-mention-meta {
  font-size: 11px;
  color: var(--t3);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hotel-mention-cta {
  background: var(--acc);
  color: #fff;
  padding: 8px 18px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
}
@media (max-width: 600px) {
  .hotel-mention { grid-template-columns: 1fr; gap: 8px; text-align: center; }
}
