/* ===== NYC Dog Trainer Aisha — Blog shared styles ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #FBF8F3; --teal: #62ACAE; --teal-dark: #2E6E70;
  --coral: #E8705A; --coral-dark: #D55B45; --gold: #F4C540;
  --navy: #1C2E3A; --slate: #8AAAB8; --charcoal: #222222;
}
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--charcoal); font-family: 'Inter', system-ui, sans-serif; font-size: 16px; line-height: 1.6; }

/* NAV */
nav { position: sticky; top: 0; z-index: 50; background: rgba(251,248,243,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(34,34,34,0.08); }
.nav-inner { max-width: 1040px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Anton', Impact, sans-serif; font-size: 1.3rem; color: var(--teal); text-decoration: none; letter-spacing: 0.5px; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--charcoal); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--teal); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-toggle { font-size: 0.85rem; color: var(--charcoal); background: none; border: 1px solid rgba(34,34,34,0.22); padding: 6px 12px; border-radius: 6px; cursor: pointer; transition: all 0.2s; }
.lang-toggle:hover { border-color: var(--teal); color: var(--teal); }
.btn-primary { background: var(--coral); color: #fff; font-size: 0.875rem; font-weight: 600; padding: 10px 20px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; }
.btn-primary:hover { background: var(--coral-dark); }

/* BLOG INDEX */
.blog-hero { background: var(--navy); color: #fff; padding: 84px 28px 72px; text-align: center; }
.blog-hero .label { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.blog-hero h1 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; font-size: clamp(2.4rem, 6vw, 3.6rem); letter-spacing: 1px; margin-bottom: 16px; }
.blog-hero p { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; }

.blog-grid { max-width: 1040px; margin: 0 auto; padding: 72px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.post-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid rgba(34,34,34,0.07); box-shadow: 0 2px 16px rgba(34,34,34,0.05); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 8px 26px rgba(46,110,112,0.16); }
.post-card.soon { opacity: 0.62; pointer-events: none; }
.post-photo { aspect-ratio: 16/9; background: #dfe7e8 center/cover; background-image: url('hero.jpg'); }
.post-body { padding: 26px; flex-grow: 1; display: flex; flex-direction: column; }
.post-tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--coral); font-weight: 700; margin-bottom: 10px; }
.post-body h2 { font-size: 1.3rem; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
.post-body p { font-size: 0.92rem; color: rgba(34,34,34,0.66); line-height: 1.6; flex-grow: 1; }
.post-readmore { margin-top: 16px; font-size: 0.85rem; font-weight: 600; color: var(--teal); }
.post-soon-badge { margin-top: 16px; font-size: 0.75rem; font-weight: 700; color: var(--slate); text-transform: uppercase; letter-spacing: 0.06em; }

/* ARTICLE */
.article-head { background: #fff; border-bottom: 1px solid rgba(34,34,34,0.07); }
.article-head-inner { max-width: 760px; margin: 0 auto; padding: 64px 28px 40px; }
.article-tag { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--coral); font-weight: 700; margin-bottom: 16px; }
.article-head h1 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.1; letter-spacing: 0.5px; margin-bottom: 18px; }
.article-meta { font-size: 0.85rem; color: rgba(34,34,34,0.5); }
.article-body { max-width: 720px; margin: 0 auto; padding: 48px 28px 24px; }
.article-body p { margin-bottom: 20px; font-size: 1.05rem; line-height: 1.85; color: rgba(34,34,34,0.85); }
.article-body h2 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; font-size: 1.6rem; color: var(--teal); letter-spacing: 0.5px; margin: 40px 0 16px; }
.article-body h3 { font-size: 1.15rem; font-weight: 700; margin: 28px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 20px 24px; }
.article-body li { margin-bottom: 10px; line-height: 1.8; color: rgba(34,34,34,0.85); }
.article-body strong { color: var(--charcoal); }
.article-pullquote { background: rgba(98,172,174,0.12); border-left: 4px solid var(--teal); padding: 24px 28px; border-radius: 8px; margin: 28px 0; font-style: italic; font-size: 1.12rem; line-height: 1.7; }
.lang-zh { display: none; }

/* ARTICLE CTA */
.article-cta { max-width: 720px; margin: 32px auto 0; padding: 0 28px; }
.article-cta-box { background: var(--navy); color: #fff; border-radius: 14px; padding: 40px 32px; text-align: center; }
.article-cta-box h3 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; font-size: 1.5rem; letter-spacing: 0.5px; margin-bottom: 12px; }
.article-cta-box p { color: rgba(255,255,255,0.86); margin-bottom: 24px; line-height: 1.7; }

/* FOOTER */
footer { background: var(--charcoal); color: rgba(255,255,255,0.7); margin-top: 72px; }
.footer-inner { max-width: 1040px; margin: 0 auto; padding: 48px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; }
.footer-logo { font-family: 'Anton', Impact, sans-serif; font-size: 1.2rem; color: var(--gold); letter-spacing: 0.5px; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { font-size: 0.875rem; color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.4); width: 100%; }

@media (max-width: 760px) {
  .nav-links { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* ── SEE IT IN REAL DOGS (video cards) ── */
.real-dogs { max-width: 1040px; margin: 0 auto; padding: 8px 28px 12px; }
.real-dogs h2 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; font-size: 1.8rem; color: #2E6E70; text-align: center; margin-bottom: 8px; letter-spacing: 0.5px; }
.real-dogs .rd-sub { text-align: center; color: rgba(34,34,34,0.6); margin-bottom: 32px; }
.rd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rd-card { position: relative; display: block; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(34,34,34,0.1); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.rd-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(34,34,34,0.2); }
.rd-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-play { position: absolute; top: 44%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 40px; border-radius: 10px; background: rgba(255,0,0,0.9); display: flex; align-items: center; justify-content: center; }
.rd-play::before { content: ""; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; margin-left: 3px; }
.rd-title { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,0.78)); color: #fff; font-size: 0.9rem; font-weight: 600; }
@media (max-width: 760px) { .rd-grid { grid-template-columns: 1fr; } }

.footer-links a { display: inline-flex; align-items: center; }
.footer-links a svg { width: 22px; height: 22px; display: block; }
.footer-links a img { width: 22px; height: 22px; display: block; }
