/* Puzzle Cottage — /tips/ article styles
 * Shared by every article in this folder. Pair with the root shared.css
 * (which provides the CSS variables, body base, and noise overlay). */

.masthead { border-bottom: 1px solid var(--border); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 80px; background: var(--paper); position: sticky; top: 0; z-index: 100; }
.logo { font-family: 'DM Serif Display', serif; font-size: 20px; letter-spacing: -0.5px; color: var(--ink); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.logo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; }
.streak-badge { background: var(--ink); color: var(--paper); font-size: 12px; padding: 4px 12px; border-radius: 99px; }
.nav-back { font-size: 13px; color: var(--muted); text-decoration: none; }
.nav-back:hover { color: var(--ink); }

.wrap { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.kicker { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 0.5rem; }
h1 { font-family: 'DM Serif Display', serif; font-size: 42px; line-height: 1.1; letter-spacing: -1px; margin-bottom: 0.75rem; }
.article-meta { display: flex; gap: 1.25rem; font-size: 13px; color: var(--muted); margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
article h2 { font-family: 'DM Serif Display', serif; font-size: 26px; letter-spacing: -0.3px; margin-top: 2.5rem; margin-bottom: 0.75rem; }
article p { font-size: 16px; line-height: 1.75; color: #2a2924; margin-bottom: 1rem; }
article strong { color: var(--ink); font-weight: 500; }
article em { color: var(--accent); }
article ul, article ol { margin: 0.5rem 0 1.25rem 1.25rem; }
article li { font-size: 16px; line-height: 1.75; margin-bottom: 0.5rem; }
.pullquote { border-left: 3px solid var(--accent); padding: 0.5rem 0 0.5rem 1.25rem; margin: 1.5rem 0; font-family: 'DM Serif Display', serif; font-size: 20px; line-height: 1.5; color: var(--ink); font-style: italic; }
.cta { background: var(--cream); border: 1px solid var(--border); border-radius: 10px; padding: 1.5rem; margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.cta-text { flex: 1; }
.cta-title { font-family: 'DM Serif Display', serif; font-size: 20px; margin-bottom: 4px; }
.cta-sub { font-size: 14px; color: var(--muted); }
.cta-btn { background: var(--ink); color: var(--paper); padding: 12px 24px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; }
.cta-btn:hover { opacity: 0.85; }
.related { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.related h3 { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; font-weight: 500; }
.related ul { list-style: none; margin-left: 0; }
.related li { padding: 6px 0; font-size: 14px; }
.related a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--border); }
.related a:hover { border-bottom-color: var(--accent); }

footer { border-top: 1px solid var(--border); padding: 1.5rem 2rem; display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
footer a { color: var(--muted); text-decoration: underline; }

@media (max-width: 720px) {
  h1 { font-size: 32px; }
  .wrap { padding: 1.5rem 1rem 3rem; }
}
