/* Components — Top Little Rock Home Buyers */

/* ═══ HEADER — split bar design ═══ */
.site-header { background:var(--forest); }

.topbar { background:var(--ink); padding:7px 0; }
.topbar .container { display:flex; justify-content:space-between; align-items:center; font-family:var(--sans); font-size:11px; color:rgba(255,255,255,0.45); }
.topbar-right { display:flex; gap:20px; }
.topbar-right a { color:rgba(255,255,255,0.45); transition:color 0.15s; }
.topbar-right a:hover { color:var(--brass-light); }
.topbar-right .cta-link { color:var(--brass-light); font-weight:600; }

.masthead { padding:0; border-bottom:1px solid rgba(255,255,255,0.08); }
.masthead .container { display:flex; align-items:center; height:76px; gap:24px; }

.brand-logo { display:flex; align-items:center; gap:16px; text-decoration:none; }
.brand-icon {
  width:52px; height:52px; background:var(--brass); border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  box-shadow:0 2px 12px rgba(184,137,42,0.35);
}
.brand-text { display:flex; flex-direction:column; gap:3px; }
.brand-name { font-family:var(--display); font-size:22px; font-weight:600; color:#fff; line-height:1; letter-spacing:0.01em; }
.brand-name em { color:var(--brass-light); font-style:italic; }
.brand-sub  { font-family:var(--sans); font-size:10px; font-weight:500; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.4); }

.masthead-stats { display:flex; gap:0; margin-left:auto; border-left:1px solid rgba(255,255,255,0.08); }
.masthead-stat  { padding:0 22px; border-right:1px solid rgba(255,255,255,0.08); display:flex; flex-direction:column; justify-content:center; height:76px; }
.masthead-stat-num   { font-family:var(--display); font-size:22px; font-weight:600; color:var(--brass-light); line-height:1; }
.masthead-stat-label { font-family:var(--sans); font-size:9px; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.4); margin-top:2px; }
.masthead-cta { background:var(--brass); color:var(--ink); font-family:var(--sans); font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:0 24px; height:76px; display:flex; align-items:center; white-space:nowrap; transition:background 0.15s; }
.masthead-cta:hover { background:var(--brass-light); }

/* ═══ NAV ═══ */
.nav { background:#F8F5F0; }
.nav-inner { max-width:var(--maxw); margin:0 auto; padding:0 var(--gutter); display:flex; overflow-x:auto; scrollbar-width:none; }
.nav-inner::-webkit-scrollbar { display:none; }
.nav-inner a { font-family:var(--sans); font-size:12.5px; font-weight:500; color:var(--ink-3); padding:13px 16px; white-space:nowrap; border-bottom:2px solid transparent; margin-bottom:-1px; transition:color 0.15s, border-color 0.15s; letter-spacing:0.02em; }
.nav-inner a:hover { color:var(--ink); }
.nav-inner a.is-active { color:#5A4E3A; border-bottom-color:#5A4E3A; font-weight:600; }

/* ═══ TICKER ═══ */
.ticker-band { background:var(--brass); padding:8px 0; overflow:hidden; margin-top:12px; }
.ticker-inner { display:flex; align-items:center; max-width:var(--maxw); margin:0 auto; padding:0 var(--gutter); overflow:hidden; }
.ticker-label { background:var(--ink); color:#fff; font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; padding:4px 14px; white-space:nowrap; margin-right:20px; flex-shrink:0; border-radius:2px; }
.ticker-scroll { display:flex; gap:24px; white-space:nowrap; animation:ticker 36s linear infinite; font-family:var(--sans); font-size:12px; font-weight:600; color:var(--ink);  }
.ticker-scroll strong { font-weight:700; }

/* ═══ HERO / FRONT PAGE ═══ */
.front-hero { background:var(--bg); padding:48px 0 0; }
.front-hero-grid { display:grid; grid-template-columns:1fr 380px; gap:48px; align-items:start; }

.hero-kicker { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.hero-title { font-family:var(--display); font-size:clamp(36px,5vw,64px); font-weight:600; color:#fff; line-height:1.0; margin:0 0 18px; letter-spacing:-0.01em; }
.hero-title em { color:var(--brass-light); }
.hero-dek { font-family:var(--sans); font-size:16px; line-height:1.65; color:rgba(255,255,255,0.7); max-width:540px; margin:0 0 22px; }
.hero-byline { display:flex; align-items:center; gap:10px; font-family:var(--sans); font-size:12.5px; color:rgba(255,255,255,0.45); flex-wrap:wrap; }
.hero-byline strong { color:rgba(255,255,255,0.75); }
.hero-byline .dot { color:rgba(255,255,255,0.2); }
.hero-img-box { border-radius:var(--radius-lg) var(--radius-lg) 0 0; overflow:hidden; box-shadow:var(--shadow-lg); }
.hero-cta-row { display:flex; align-items:center; gap:14px; margin-top:24px; flex-wrap:wrap; }
.btn-primary { display:inline-flex; align-items:center; gap:8px; background:var(--brass); color:#fff !important; font-family:var(--sans); font-size:13px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; padding:13px 22px; border-radius:var(--radius); transition:background 0.2s, transform 0.15s; }
.btn-primary:hover { background:var(--brass-light); transform:translateY(-1px); }
.btn-ghost { display:inline-flex; align-items:center; gap:8px; background:transparent; color:rgba(255,255,255,0.75); font-family:var(--sans); font-size:13px; font-weight:500; border:1.5px solid rgba(255,255,255,0.2); padding:12px 20px; border-radius:var(--radius); transition:border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color:var(--brass-light); color:var(--brass-light); }

/* Hero sidebar */
.hero-sidebar { display:flex; flex-direction:column; gap:16px; }

/* Scoreboard widget — unique to this site */
.scoreboard { background:var(--bg-2,#F5F0E8); border:1px solid var(--stone-border,#DDD4C0); border-radius:var(--radius-lg); padding:20px; }
.scoreboard-title { font-family:var(--sans); font-size:10px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--ink-4); margin-bottom:14px; }
.score-row { display:flex; justify-content:space-between; align-items:center; padding:8px 0; border-bottom:1px solid var(--border); }
.score-row:last-child { border-bottom:none; }
.score-label { font-family:var(--sans); font-size:12.5px; color:var(--ink-3); }
.score-val   { font-family:var(--display); font-size:18px; font-weight:600; color:var(--ink); }
.score-val.up   { color:var(--green-ok,#1A5C3A); }
.score-val.down { color:var(--red-warn,#8A2820); }
.score-val.gold { color:var(--brass-light); }

/* ═══ MARKET BAND ═══ */
.market-band { background:var(--sand-card); border-top:3px solid var(--forest); border-bottom:1px solid var(--sand-border); }
.market-band .container { display:flex; overflow-x:auto; scrollbar-width:none; }
.market-band::-webkit-scrollbar { display:none; }
.market-item { flex-shrink:0; padding:18px 28px; border-right:1px solid var(--border); }
.market-item:last-child { border-right:none; }
.market-item-label { font-family:var(--sans); font-size:9px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--ink-4); margin-bottom:4px; }
.market-item-val   { font-family:var(--display); font-size:28px; font-weight:600; color:var(--forest); line-height:1; }
.market-item-sub   { font-family:var(--sans); font-size:11px; font-weight:500; margin-top:3px; }
.market-item-sub.up   { color:var(--green-ok); }
.market-item-sub.down { color:var(--red); }

/* ═══ SECTION UTILS ═══ */
.section-head { display:flex; justify-content:space-between; align-items:flex-end; }
.section-title { font-family:var(--display); font-size:clamp(28px,4vw,46px); font-weight:600; color:var(--ink); line-height:1.1; margin:6px 0 0; }
.section-title-white { color:#fff; }
.see-all { font-family:var(--sans); font-size:12px; font-weight:600; color:var(--forest-soft); letter-spacing:0.06em; border-bottom:1.5px solid var(--brass); padding-bottom:2px; transition:color 0.15s; white-space:nowrap; }
.see-all:hover { color:var(--brass); }

/* ═══ STORY GRID ═══ */
.story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:28px; }
.story { background:var(--sand-card); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; display:flex; flex-direction:column; transition:box-shadow 0.2s, transform 0.2s; }
.story:hover { box-shadow:var(--shadow); transform:translateY(-2px); }
.story-img { overflow:hidden; }
.story-content { padding:16px 18px 20px; display:flex; flex-direction:column; gap:8px; flex:1; }
.story-cat { font-family:var(--sans); font-size:9.5px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--forest-soft); }
.story h3 { font-family:var(--display); font-size:20px; font-weight:600; color:var(--ink); line-height:1.2; margin:0; }
.story h3 a:hover { color:var(--forest); }
.story-dek { font-family:var(--sans); font-size:13px; color:var(--ink-3); line-height:1.55; margin:0; flex:1; }
.story-byline { font-family:var(--sans); font-size:11.5px; color:var(--ink-4); border-top:1px solid var(--border); padding-top:10px; margin-top:auto; }

/* Feature story */
.feature-story { display:grid; grid-template-columns:5fr 4fr; gap:0; background:var(--forest); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); margin-bottom:2px; }
.feature-img { overflow:hidden; }
.feature-content { padding:36px 32px; display:flex; flex-direction:column; justify-content:center; gap:14px; background:var(--forest); }
.feature-content h3 { font-family:var(--display); font-size:clamp(22px,3vw,34px); font-weight:600; color:#fff; line-height:1.1; margin:0; }
.feature-content h3 a:hover { color:var(--brass-light); }
.feature-content p { font-family:var(--sans); font-size:14px; color:rgba(255,255,255,0.65); line-height:1.6; margin:0; }

/* ═══ RANKINGS TABLE ═══ */
.rankings-section { background:var(--forest-mist); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; margin-top:32px; box-shadow:var(--shadow-sm); }
.rankings-head { background:var(--forest); color:#fff; padding:20px 24px; display:flex; align-items:center; justify-content:space-between; }
.rankings-head h3 { font-family:var(--display); font-size:22px; font-weight:600; color:#fff; margin:0; }
.rankings-table { width:100%; border-collapse:collapse; }
.rankings-table th { font-family:var(--sans); font-size:10px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:var(--ink-3); padding:10px 20px; background:var(--forest-mist); border-bottom:1px solid var(--border); text-align:left; }
.rankings-table td { padding:14px 20px; border-bottom:1px solid var(--border); font-family:var(--sans); font-size:13.5px; color:var(--ink-2); }
.rankings-table tr:last-child td { border-bottom:none; }
.rankings-table tbody tr:hover { background:var(--sand-card); }
.rank-num { font-family:var(--display); font-size:24px; font-weight:600; color:var(--ink-4); }
.rank-num.gold { color:var(--brass); }
.rank-stars { color:var(--brass-light); font-size:13px; letter-spacing:1px; }
.rank-badge { display:inline-block; background:var(--forest); color:#fff; font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:0.14em; padding:3px 8px; border-radius:2px; margin-left:6px; }

/* ═══ NEIGHBORHOOD CARDS ═══ */
.nbhd-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; margin-top:24px; }
.nbhd-card { border-radius:var(--radius-lg); overflow:hidden; text-decoration:none; box-shadow:var(--shadow-sm); border:1px solid var(--border); transition:box-shadow 0.2s, transform 0.2s; }
.nbhd-card:hover { box-shadow:var(--shadow); transform:translateY(-2px); }
.nbhd-img { aspect-ratio:4/3; }
.nbhd-info { padding:10px 12px; background:var(--sand-card); border-top:2px solid var(--forest); }
.nbhd-name { font-family:var(--display); font-size:15px; font-weight:600; color:var(--forest); line-height:1.1; }
.nbhd-meta { font-family:var(--sans); font-size:10px; color:var(--ink-4); margin-top:3px; }

/* ═══ GUIDE COLUMNS ═══ */
.guide-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:28px; }
.guide-col { border-top:2px solid var(--brass); padding-top:16px; }
.guide-col h4 { font-family:var(--display); font-size:20px; font-weight:600; color:var(--forest); margin:0 0 16px; }
.guide-col ul { list-style:none; padding:0; margin:0; }
.guide-col ul li { border-bottom:1px solid var(--border); }
.guide-col ul li a { display:block; padding:9px 0; font-family:var(--sans); font-size:13px; color:var(--ink-2); line-height:1.4; transition:color 0.15s, padding-left 0.15s; }
.guide-col ul li a:hover { color:var(--forest); padding-left:6px; }

/* ═══ AWARD BAND ═══ */
.award-band { background:linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%); padding:64px 0; }
.award-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.award-text .label-white { display:block; margin-bottom:12px; }
.award-text h2 { font-family:var(--display); font-size:clamp(34px,5vw,60px); font-weight:600; color:#fff; line-height:1.0; margin:0 0 16px; }
.award-text h2 em { color:var(--brass-light); }
.award-text p { font-family:var(--sans); font-size:15px; color:rgba(255,255,255,0.65); max-width:460px; line-height:1.65; margin:0 0 28px; }
.award-btn { display:inline-flex; align-items:center; gap:10px; background:var(--brass); color:#fff !important; font-family:var(--sans); font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:14px 28px; border-radius:var(--radius); transition:background 0.2s, transform 0.15s; }
.award-btn:hover { background:var(--brass-light); color:#fff !important; transform:translateY(-1px); }
.award-scorecard { display:grid; grid-template-columns:1fr 1fr; gap:2px; background:rgba(255,255,255,0.08); border-radius:var(--radius-lg); overflow:hidden; }
.award-score-cell { background:rgba(255,255,255,0.05); padding:24px; text-align:center; }
.award-score-num   { font-family:var(--display); font-size:48px; font-weight:600; color:var(--brass-light); line-height:1; }
.award-score-label { font-family:var(--sans); font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-top:6px; }

/* ═══ NEWSLETTER ═══ */
.newsletter-band { background:var(--sand-card); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:56px 0; }
.newsletter-inner { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.newsletter-band .eyebrow { display:block; margin-bottom:8px; }
.newsletter-band h3 { font-family:var(--display); font-size:32px; font-weight:600; color:var(--forest); margin:0 0 10px; line-height:1.1; }
.newsletter-band p { font-family:var(--sans); font-size:14px; color:var(--ink-3); line-height:1.65; margin:0 0 22px; }
.newsletter-form { display:flex; gap:0; border:2px solid var(--sand-border); border-radius:var(--radius); overflow:hidden; }
.newsletter-input { flex:1; padding:13px 16px; border:none; outline:none; font-family:var(--sans); font-size:14px; background:var(--white); color:var(--ink); }
.newsletter-input:focus { background:var(--forest-mist); }
.newsletter-input::placeholder { color:var(--ink-4); }
.newsletter-btn { background:var(--forest); color:#fff; font-family:var(--sans); font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:13px 20px; border:none; cursor:pointer; white-space:nowrap; transition:background 0.2s; }
.newsletter-btn:hover { background:var(--forest-mid); }
.newsletter-mission { border-left:2px solid var(--sand-border); padding-left:32px; }
.newsletter-mission blockquote { font-family:var(--display); font-size:22px; font-style:italic; font-weight:600; color:var(--forest); margin:0 0 12px; line-height:1.4; }
.newsletter-mission cite { font-family:var(--sans); font-size:12px; color:var(--ink-4); font-style:normal; }

/* ═══ FOOTER ═══ */
.site-footer { background:var(--forest); color:rgba(255,255,255,0.65); padding:52px 0 24px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.footer-brand-row { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.footer-icon { width:40px; height:40px; background:var(--brass); border-radius:var(--radius); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.footer-brand-name { font-family:var(--display); font-size:18px; font-weight:600; color:#fff; line-height:1.2; }
.footer-col h5 { font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--brass-light); margin:0 0 14px; }
.footer-col ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px; }
.footer-col ul li a { font-family:var(--sans); font-size:13px; color:rgba(255,255,255,0.5); transition:color 0.15s; }
.footer-col ul li a:hover { color:var(--brass-light); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:20px; display:flex; justify-content:space-between; font-family:var(--sans); font-size:11px; color:rgba(255,255,255,0.28); flex-wrap:wrap; gap:8px; }

/* ═══ POST ═══ */
.post-hero { background:var(--bg, #fff); color:var(--ink); padding:40px 0 32px; border-bottom:1px solid var(--border); }
.post-eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.post-title { font-family:var(--display); font-size:clamp(30px,5vw,60px); font-weight:600; color:var(--ink); line-height:1.0; margin:0 0 18px; }
.post-title em { color:var(--brass-light); font-style:italic; }
.post-dek { font-family:var(--sans); font-size:18px; line-height:1.65; color:var(--ink-3); margin:0 0 24px; max-width:640px; }
.post-byline { display:flex; align-items:center; gap:12px; font-family:var(--sans); font-size:12.5px; padding:16px 0; border-top:1px solid var(--border); }
.byline-avatar.photo { width:36px; height:36px; border-radius:50%; border:2px solid var(--brass); flex-shrink:0; }
.byline-avatar.photo::after, .byline-avatar.photo::before { display:none !important; }
.byline-authors { display:flex; }
.byline-text { flex:1; }
.byline-names { font-weight:600; color:var(--ink); margin-bottom:2px; }
.byline-meta  { color:var(--ink-3); font-size:11.5px; }
.byline-actions { display:flex; gap:6px; }
.icon-btn { font-family:var(--sans); font-size:11px; font-weight:500; color:var(--ink-3); background:var(--bg-2,#f8f5f0); border:1px solid var(--border); padding:5px 10px; border-radius:var(--radius); cursor:pointer; transition:color 0.15s, border-color 0.15s; }
.icon-btn:hover { color:var(--stone); border-color:var(--stone); }

.post-hero-img { margin:0; width:100%; display:block; }
.post-hero-img figcaption { background:var(--bg-2,#f5f0e8); padding:8px var(--gutter); font-family:var(--sans); font-size:11px; color:var(--ink-4); font-style:italic; border-bottom:1px solid var(--border); }

.post-body-wrap { padding:44px 0 80px; }
.post-grid { display:grid; grid-template-columns:1fr 280px; gap:52px; align-items:start; }
.post-sidebar { display:flex; flex-direction:column; gap:20px; position:sticky; top:200px; }
.post-body { font-family:var(--sans); font-size:17px; line-height:1.75; color:var(--ink-2); }
.post-body p { margin:0 0 20px; }
.post-body a { color:var(--forest); border-bottom:1px solid var(--forest-pale); }
.post-h2 { font-family:var(--display); font-size:30px; font-weight:600; color:var(--forest); margin:40px 0 18px; }
.lede { font-size:18px; line-height:1.75; color:var(--ink); font-family:var(--sans); }

.post-toc { background:var(--forest-mist); border:1px solid var(--border); border-radius:var(--radius-lg); padding:18px; border-top:3px solid var(--forest); }
.post-toc ol { margin:8px 0 0; padding-left:18px; display:flex; flex-direction:column; gap:7px; }
.post-toc ol li { font-family:var(--sans); font-size:13px; }
.post-toc ol li a { color:var(--forest); }
.post-toc ol li a:hover { text-decoration:underline; }

.share-rail { background:var(--sand-card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:16px 18px; }
.share-btns { display:flex; gap:8px; margin-top:10px; }
.share-btns button { flex:1; padding:8px 4px; border:1px solid var(--border-mid); background:var(--white); border-radius:var(--radius); font-family:var(--sans); font-size:11px; font-weight:600; color:var(--ink-3); cursor:pointer; transition:color 0.15s, border-color 0.15s, background 0.15s; }
.share-btns button:hover { color:var(--forest); border-color:var(--forest); background:var(--forest-mist); }
.sticky-rec { position:static; }

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px) {
  .front-hero-grid { grid-template-columns:1fr; }
  .hero-sidebar { display:none; }
  .award-grid { grid-template-columns:1fr; }
  .nbhd-grid { grid-template-columns:repeat(3,1fr); }
  .feature-story { grid-template-columns:1fr; }
}
@media(max-width:768px) {
  .story-grid { grid-template-columns:repeat(2,1fr); }
  .guide-grid { grid-template-columns:1fr; }
  .newsletter-inner { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .post-grid { grid-template-columns:1fr; }
  .post-sidebar { position:static; }
  .masthead-stat { display:none; }
  .nbhd-grid { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:480px) {
  .story-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
}


/* === GLOBAL UX IMPROVEMENTS === */

/* Smooth transitions everywhere */
a, button { transition: all 0.15s ease; }

/* Story cards - clean and consistent */
.story {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.story:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09); transform: translateY(-3px); }
.story-content { padding: 16px 18px 20px; }
.story-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 6px; }
.story h3 { font-size: 18px; line-height: 1.25; margin: 0 0 8px; }
.story-dek { font-size: 13.5px; line-height: 1.55; margin: 0 0 12px; color: var(--ink-3); }
.story-byline { font-size: 11.5px; color: var(--ink-4); padding-top: 10px; border-top: 1px solid var(--border); }

/* Story images - proper aspect ratio */
.story-img { aspect-ratio: 16/9; overflow: hidden; }
.story-img .photo { height: 100%; width: 100%; }

/* Section titles */
.section-title { font-size: clamp(22px, 3vw, 36px); margin: 6px 0 0; line-height: 1.15; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; }

/* Newsletter - clean and simple */
.newsletter-band { padding: 52px 0; }
.newsletter-input {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.newsletter-btn {
  border-radius: 0 6px 6px 0;
}

/* Footer - consistent */
.site-footer { padding: 48px 0 24px; }
.footer-grid { gap: 32px; }
.footer-bottom { 
  margin-top: 36px;
  padding-top: 20px; 
  border-top: 1px solid var(--border);
  font-size: 12px;
}

/* Breadcrumb */
.breadcrumb { background: var(--bg-2, var(--cream)); border-bottom: 1px solid var(--border); padding: 10px 0; }

/* Neighborhood / county cards */
.nbhd-card, .county-card {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1px solid var(--border);
}
.nbhd-card:hover, .county-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.09); transform: translateY(-2px); }

/* Guide columns */
.guide-col ul li a { transition: color 0.15s, padding-left 0.15s; }

/* See all links */
.see-all { text-decoration: none; font-size: 13px; font-weight: 600; }
.see-all:hover { text-decoration: underline; }

/* Progress bar */
.progress-bar { height: 3px; }


/* Make honey-rec in INDEX sidebar less dominant */
.lead-sidebar .honey-rec,
.hero-sidebar .honey-rec {
  font-size: 0.88em;
  padding: 16px;
}
.lead-sidebar .honey-rec-name,
.hero-sidebar .honey-rec-name {
  font-size: 16px !important;
}
.lead-sidebar .honey-rec-quote,
.hero-sidebar .honey-rec-quote {
  font-size: 12.5px;
}
.lead-sidebar .honey-rec-cta,
.hero-sidebar .honey-rec-cta {
  font-size: 11px !important;
  padding: 9px 14px !important;
}
/* Remove the big ::before badge on index pages */
.lead-sidebar .honey-rec::before,
.hero-sidebar .honey-rec::before {
  font-size: 8px;
  padding: 2px 8px;
}

.post-hero-img > div { width:100%; aspect-ratio:21/8; max-height:500px; display:block; }

.post-body { order:1; }
.post-sidebar { order:2; }

/* ── Global: all warm-toned buttons always get white text ── */
.award-btn, .promo-btn, .rankings-btn, .btn-brass,
a.award-btn, a.promo-btn, button.award-btn {
  color: #fff !important;
}
.award-btn:hover, .promo-btn:hover, .rankings-btn:hover {
  color: #fff !important;
}

/* Ticker gradient fade — matches brass ticker background */
.ticker-fade-left  { background:linear-gradient(to right, #B8892A, transparent) !important; }
.ticker-fade-right { background:linear-gradient(to left,  #B8892A, transparent) !important; }

/* All warm/dark CTA buttons must have white text */
.btn-primary, a.btn-primary, button.btn-primary,
.award-btn, .promo-btn, .rankings-btn {
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover, .award-btn:hover { color: #fff !important; }

/* Spacing between rule lines and adjacent content */
.rule, .rule-mid, .rule-navy, .rule-forest, .rule-brass, .rule-strong, .rule-clay {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Tighten hero bottom area */
.front-hero { padding-bottom: 24px !important; }
.hero-cta-row { margin-top: 24px; margin-bottom: 0; }
.city-strip { margin-top: 20px; }
/* Remove double padding between hero and market band */
.market-band { margin-top: 0; }

/* Remove ALL bottom padding from front-hero */

.front-hero-grid { }


/* === SECTION SPACING — margins between every section === */
section + section,
section + div[class*="band"],
section + div[class*="section"],
div[class*="band"] + section,
div[class*="section-"] + section,
.section + .section,
.section-alt + .section,
.section + .section-alt,
.section-navy + .section,
.section + .section-navy,
.section-dark + .section,
.section + .section-dark,
.award-band + section,
section + .award-band,
.newsletter-band + section,
.market-band + section,
section + .newsletter-band {
  margin-top: 0; /* sections use padding, not margin */
}

/* Add visible gap between major page sections via padding */
.section        { padding-top: 72px; padding-bottom: 72px; }
.section-alt    { padding-top: 72px; padding-bottom: 72px; }
.section-sm     { padding-top: 44px; padding-bottom: 44px; }
.section-navy   { padding-top: 72px; padding-bottom: 72px; }
.section-dark   { padding-top: 80px; padding-bottom: 80px; }
.award-band     { padding-top: 72px; padding-bottom: 72px; }
.newsletter-band{ padding-top: 64px; padding-bottom: 64px; }

/* Dividers between sections */
.section + .section-alt,
.section-alt + .section,
.section + .section-navy,
.section-navy + .section {
  border-top: 1px solid var(--border);
}
