/* Shared visual components — masthead logo, placeholders, etc */

/* Logo mark — small */
.logo-mark {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

/* Placeholder image — uses CSS to draw an Arkansas-style scene */
.ph-img {
  background:
    linear-gradient(180deg, transparent 0%, transparent 60%, rgba(26,20,16,0.15) 100%),
    linear-gradient(135deg, var(--mustard-soft) 0%, var(--terracotta) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ph-img::after {
  content: attr(data-label);
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.18em;
  background: rgba(26,20,16,0.7);
  color: var(--paper);
  padding: 3px 8px;
}

/* Variants */
.ph-img.ph-house {
  background:
    radial-gradient(ellipse at center bottom, rgba(26,20,16,0.4), transparent 70%),
    linear-gradient(180deg, #C89F4A 0%, #B8472A 60%, #8E331C 100%);
}

.ph-img.ph-rural {
  background:
    linear-gradient(180deg, #E5C988 0%, #C89F4A 50%, #466558 80%, #2D4A3E 100%);
}

.ph-img.ph-city {
  background:
    linear-gradient(180deg, #6B5B4D 0%, #B8472A 100%);
}

.ph-img.ph-ozark {
  background:
    linear-gradient(180deg, #6B8579 0%, #466558 50%, #2D4A3E 100%);
}

.ph-img.ph-document {
  background: var(--paper-light);
  color: var(--ink-mute);
}

.ph-img.ph-portrait {
  background:
    radial-gradient(ellipse at 50% 40%, var(--paper-deep) 0%, var(--paper-edge) 70%, var(--ink-mute) 100%);
  color: var(--ink);
}

/* Article cards */
.story {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-img {
  aspect-ratio: 16/10;
  width: 100%;
}

.story-cat {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.story h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.story h3 a:hover { color: var(--terracotta); }

.story-dek {
  font-family: var(--serif-body);
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.5;
}

.story-byline {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

.story-byline strong { color: var(--ink); font-weight: 500; }


/* === 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;
  color: #fff !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;
}
