/* Guides pages CSS (/guides/, /guides/*). Global chrome in main.css. */

/* ── ARTICLE HERO ── */
.article-hero { padding: 104px 0 48px; position: relative; overflow: hidden; }
.article-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -300px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255, 92, 0, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.article-hero .container { max-width: 760px; }
.article-hero .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--muted); margin-bottom: 24px; padding: 0; }
.article-hero .breadcrumb a { color: var(--muted); transition: color 0.2s; }
.article-hero .breadcrumb a:hover { color: var(--orange); }
.article-hero .breadcrumb .sep { opacity: 0.5; }
.article-hero .breadcrumb .current { color: var(--ink); font-weight: 500; }
.article-eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--orange); margin-bottom: 16px; font-family: var(--sans); }
.article-hero h1 { font-size: 3rem; letter-spacing: -1.5px; margin-bottom: 20px; }
.article-hero h1 .highlight { color: var(--orange); text-decoration: underline; text-decoration-color: rgba(255, 92, 0, 0.3); text-underline-offset: 6px; text-decoration-thickness: 4px; }
.article-lead { font-size: 1.2rem; color: var(--muted); line-height: 1.7; }
.article-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; font-size: 0.88rem; color: var(--muted); }
.article-byline .by-author { font-weight: 600; color: var(--ink); }
.article-byline .by-sep { opacity: 0.45; }

/* ── ARTICLE BODY ── */
.article-body { padding: 16px 0 80px; }
.article-body .container { max-width: 760px; }
.article-body h2 { font-size: 1.85rem; letter-spacing: -0.8px; margin: 48px 0 16px; font-weight: 700; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.2rem; margin: 28px 0 8px; font-weight: 700; }
.article-body p { font-size: 1.05rem; color: #333; line-height: 1.8; margin-bottom: 18px; }
.article-body a.inline-link { color: var(--orange); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(255, 92, 0, 0.3); text-underline-offset: 3px; }
.article-body a.inline-link:hover { text-decoration-color: var(--orange); }
.article-body ul.checklist, .article-body ul.cross-list { list-style: none; margin: 0 0 24px; display: flex; flex-direction: column; gap: 14px; }
.article-body ul.checklist li, .article-body ul.cross-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.02rem; line-height: 1.7; color: #333; }
.article-body ul.checklist .check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #e8f5e9; color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; margin-top: 3px; }
.article-body ul.cross-list .cross { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #fdecea; color: #c0392b; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; margin-top: 3px; }

/* numbered steps */
.steps { counter-reset: step; display: flex; flex-direction: column; gap: 4px; margin: 8px 0 24px; }
.step { position: relative; padding: 22px 24px 22px 72px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; transition: all 0.2s; }
.step:hover { border-color: var(--orange); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 22px; width: 36px; height: 36px; background: var(--orange); color: var(--white); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 700; font-size: 1.05rem; box-shadow: 0 4px 12px rgba(255, 92, 0, 0.25); }
.step h3 { margin: 0 0 4px; font-size: 1.12rem; }
.step p { margin: 0; font-size: 0.98rem; color: var(--muted); line-height: 1.7; }

/* callout */
.callout { display: flex; gap: 16px; align-items: flex-start; background: var(--green-soft); border: 1px solid var(--green-line); border-radius: 12px; padding: 20px 24px; margin: 8px 0 28px; }
.callout.warn { background: #fff7f2; border-color: #ffd4b8; }
.callout .callout-icon { font-size: 1.4rem; flex-shrink: 0; line-height: 1.4; }
.callout p { margin: 0; font-size: 0.95rem; line-height: 1.7; color: #333; }
.callout strong { color: var(--ink); }

/* screenshots */
.article-body .shot { margin: 22px 0 30px; border: none; box-shadow: none; border-radius: 0; background: none; }
.article-body .shot img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07); }
.article-body .shot figcaption { font-size: 0.82rem; color: var(--muted); margin-top: 10px; text-align: center; }
.step .shot { margin: 16px 0 0; }
.step .shot img { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); }
.step .shot figcaption { text-align: left; }

.lead-in { font-size: 1.18rem; line-height: 1.75; color: var(--ink); margin-bottom: 26px; }
.lead-in strong { font-weight: 700; }

/* ── CTA STRIP ── */
.guide-cta { background: var(--ink); color: var(--white); border-radius: 18px; padding: 44px 40px; margin: 48px 0 0; text-align: center; position: relative; overflow: hidden; }
.guide-cta::before { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(255, 92, 0, 0.18) 0%, transparent 70%); pointer-events: none; }
.guide-cta h3 { font-size: 1.7rem; letter-spacing: -0.8px; margin-bottom: 10px; position: relative; }
.guide-cta p { color: rgba(255, 255, 255, 0.6); font-size: 1rem; margin-bottom: 26px; position: relative; max-width: 440px; margin-left: auto; margin-right: auto; }

/* ── RELATED ── */
.related { padding: 72px 0; background: var(--white); border-top: 1px solid var(--line); }
.related .container { max-width: var(--maxw-narrow); }
.related h2 { font-size: 2rem; letter-spacing: -1px; margin-bottom: 40px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); transition: all 0.25s; display: flex; flex-direction: column; gap: 10px; }
.related-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06); }
.related-card .rc-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--orange); font-weight: 600; }
.related-card h3 { font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.related-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.related-card .rc-link { margin-top: auto; font-size: 0.82rem; color: var(--orange); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.related-card:hover .rc-link { gap: 8px; }
.related-card.soon { opacity: 0.7; }
.related-card.soon .rc-link { color: var(--muted); }

/* ── GUIDES INDEX HERO ── */
.guides-hero { padding: 128px 0 56px; position: relative; overflow: hidden; }
.guides-hero::before { content: ""; position: absolute; top: -200px; right: -300px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(255, 92, 0, 0.06) 0%, transparent 70%); pointer-events: none; }
.guides-hero .eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--orange); margin-bottom: 14px; font-family: var(--sans); }
.guides-hero h1 { font-size: 3.2rem; letter-spacing: -1.8px; margin-bottom: 18px; max-width: 720px; }
.guides-hero p { font-size: 1.2rem; color: var(--muted); line-height: 1.7; max-width: 600px; }

/* ── GUIDES LIST ── */
.guides-list { padding: 0 0 60px; }
.featured-guide { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-bottom: 48px; transition: all 0.25s; }
.featured-guide:hover { border-color: var(--orange); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08); }
.featured-text { padding: 44px 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.featured-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--orange); font-weight: 600; margin-bottom: 16px; }
.featured-tag .ft-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.featured-text h2 { font-size: 2rem; letter-spacing: -1px; line-height: 1.12; margin-bottom: 14px; }
.featured-text p { font-size: 1.02rem; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.featured-meta { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--muted); margin-bottom: 24px; }
.featured-meta .fm-sep { opacity: 0.45; }
.featured-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--white); padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; font-family: var(--head); transition: all 0.25s; box-shadow: 0 4px 16px rgba(255, 92, 0, 0.25); }
.featured-guide:hover .featured-link { background: var(--orange-dark); transform: translateY(-2px); }
.featured-visual { background: linear-gradient(150deg, #2a2a2a 0%, #1a1a1a 100%); display: flex; align-items: center; justify-content: center; padding: 40px; position: relative; overflow: hidden; }
.featured-visual::before { content: ""; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255, 92, 0, 0.25) 0%, transparent 70%); }
.map-pin { position: relative; z-index: 2; text-align: center; color: var(--white); }
.map-pin .pin-glyph { font-size: 4rem; line-height: 1; margin-bottom: 12px; filter: drop-shadow(0 8px 20px rgba(255, 92, 0, 0.4)); }
.map-pin .pin-label { font-family: var(--head); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.3px; }
.map-pin .pin-sub { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); margin-top: 4px; }
.guides-subhead { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; flex-wrap: wrap; gap: 8px; }
.guides-subhead h2 { font-size: 1.5rem; letter-spacing: -0.6px; }
.guides-subhead .gs-note { font-size: 0.9rem; color: var(--muted); }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); transition: all 0.25s; display: flex; flex-direction: column; gap: 10px; min-height: 200px; }
.guide-card.live:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06); }
.guide-card .gc-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--paper-2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 4px; }
.guide-card .gc-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--orange); font-weight: 600; }
.guide-card h3 { font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.guide-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.guide-card .gc-link { margin-top: auto; font-size: 0.82rem; color: var(--orange); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.guide-card.live:hover .gc-link { gap: 8px; }
.guide-card.soon { background: var(--paper); }
.guide-card.soon .gc-tag { color: var(--muted); }
.guide-card.soon .gc-link { color: var(--muted); font-weight: 500; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .related-grid, .guides-grid { grid-template-columns: 1fr 1fr; }
  .featured-guide { grid-template-columns: 1fr; }
  .featured-visual { order: -1; min-height: 200px; }
}
@media (max-width: 600px) {
  .article-hero h1 { font-size: 2.1rem; letter-spacing: -1px; }
  .article-lead { font-size: 1.08rem; }
  .article-body h2 { font-size: 1.5rem; }
  .related-grid, .guides-grid { grid-template-columns: 1fr; }
  .guide-cta { padding: 36px 24px; }
  .guides-hero h1 { font-size: 2.2rem; letter-spacing: -1px; }
  .guides-hero p { font-size: 1.05rem; }
  .featured-text { padding: 32px 24px; }
  .step { padding: 20px; }
  .step::before { position: static; margin-bottom: 12px; }
}
