/* ============================================================
   Riverfront Digital — global stylesheet
   Brand colors are exposed as CSS variables.
   ============================================================ */

:root {
  --brand-color-primary: #C4202F;   /* Riverfront red */
  --brand-color-secondary: #17181C; /* Ink */
  --brand-primary-dark: #9A1824;
  --text-body: #454A52;
  --text-muted: #5B6068;
  --text-soft: #6A6F78;
  --text-faint: #8A8F97;
  --line: #E6E8EA;
  --line-soft: #ECEDEF;
  --line-strong: #D8DBDF;
  --surface: #F5F5F5;
  --accent-green: #1E8A5B;
  --red-tint: #FBECEE;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #FFFFFF; }
body { font-family: 'Hanken Grotesk', sans-serif; color: var(--brand-color-secondary); }
a { color: var(--brand-color-primary); text-decoration: none; }
a:hover { color: var(--brand-primary-dark); }
img { max-width: 100%; }

@keyframes rf-pulse { 0% { transform: translate(-50%, -50%) scale(0.35); opacity: 0.9; } 30% { transform: translate(-50%, -50%) scale(2.8); opacity: 0; } 100% { transform: translate(-50%, -50%) scale(2.8); opacity: 0; } }
@keyframes rf-house { 0% { opacity: 1; } 33.33% { opacity: 1; } 33.34% { opacity: 0; } 100% { opacity: 0; } }

/* ---------- layout helpers ---------- */
.inner { max-width: 1240px; margin: 0 auto; }
.inner-narrow { max-width: 880px; margin: 0 auto; }

/* ---------- typography ---------- */
.eyebrow {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-color-primary);
  margin: 0 0 14px;
}
.eyebrow-lg { margin-bottom: 18px; }
.eyebrow-white { color: #FFFFFF; }
h1 {
  font-family: 'Poppins', sans-serif; font-size: 46px; font-weight: 600;
  line-height: 1.16; letter-spacing: -0.01em; margin: 0 0 22px; text-wrap: pretty;
}
h1.h1-md { font-size: 44px; }
h1.h1-article { font-size: 42px; max-width: 820px; margin: 18px 0 14px; }
h2 {
  font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 600;
  line-height: 1.2; margin: 0; color: var(--brand-color-secondary); text-wrap: pretty;
}
h2.h2-lg { font-size: 40px; line-height: 1.18; margin-bottom: 18px; }
h2.h2-xl { font-size: 44px; line-height: 1.18; }
h2.h2-cta { font-size: 34px; line-height: 1.22; margin-bottom: 16px; }
h2.h2-article { font-size: 26px; line-height: 1.25; margin: 38px 0 18px; }
h2.h2-md { font-size: 30px; line-height: 1.25; margin-bottom: 18px; }
h2.h2-sm { font-size: 28px; margin-bottom: 32px; }
h3.h3-article { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.lead { font-size: 17px; line-height: 1.65; color: var(--text-body); margin: 0 0 30px; text-wrap: pretty; }
.body-copy { font-size: 16.5px; line-height: 1.75; color: var(--text-body); margin: 0 0 22px; text-wrap: pretty; }
.body-copy-sm { font-size: 16.5px; line-height: 1.7; color: var(--text-body); margin: 0 0 18px; text-wrap: pretty; }
.article-p { font-size: 17px; line-height: 1.75; color: var(--text-body); margin: 0 0 22px; text-wrap: pretty; }
.article-p-sm { font-size: 16.5px; line-height: 1.75; color: var(--text-body); margin: 0; text-wrap: pretty; }
.article-p a, .body-copy a { font-weight: 700; }
.disclaimer { font-size: 12.5px; line-height: 1.6; color: var(--text-faint); margin-top: 26px; }

/* ---------- buttons & links ---------- */
.btn-primary {
  background: var(--brand-color-primary); color: #FFFFFF;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 15px; font-weight: 700;
  padding: 15px 30px; border-radius: 999px; display: inline-block; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--brand-primary-dark); color: #FFFFFF; }
.btn-form { padding: 15px 20px; margin-top: 4px; width: 100%; }
.text-link { font-size: 15px; font-weight: 700; color: var(--brand-color-primary); }
.text-link:hover { color: var(--brand-primary-dark); }
.phone-link { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; color: var(--brand-color-secondary); }
.phone-link:hover { color: var(--brand-color-primary); }
.phone-link-lg { font-size: 17px; }
.phone-circle {
  display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(23,24,28,0.14); align-items: center; justify-content: center; flex: 0 0 auto;
}
.phone-circle-lg { width: 44px; height: 44px; }

/* ---------- header ---------- */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; padding: 26px 40px 22px; }
.header-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 24px; white-space: nowrap; position: relative; }
.logo { flex: 0 0 auto; display: flex; }
.logo img { height: 50px; width: auto; display: block; margin-left: -8px; }
.main-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; white-space: nowrap; }
.main-nav a { font-size: 15px; font-weight: 600; color: var(--brand-color-secondary); }
.main-nav a:hover, .main-nav a.active { color: var(--brand-color-primary); }
.header-phone { display: flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; color: var(--brand-color-secondary); letter-spacing: 0.01em; }
.header-phone:hover { color: var(--brand-color-primary); }
.header-cta { font-size: 14px; padding: 11px 22px; }
.burger { display: none; cursor: pointer; margin-left: 2px; }
.nav-toggle { display: none; }
.mobile-menu { display: none; }
.mobile-menu a { font-size: 15px; font-weight: 600; color: var(--brand-color-secondary); }
.mobile-menu a:hover, .mobile-menu a.active { color: var(--brand-color-primary); }
.mobile-menu .mobile-cta {
  background: var(--brand-color-primary); color: #FFFFFF; font-weight: 700;
  padding: 12px 20px; border-radius: 999px; text-align: center; margin-top: 4px;
}
.mobile-menu .mobile-cta:hover { background: var(--brand-primary-dark); color: #FFFFFF; }

/* ---------- hero sections ---------- */
.hero {
  background-image: url('uploads/background-hero.jpg');
  background-size: cover; background-position: center;
  padding: 98px 40px 88px;
}
.hero-slim { padding-bottom: 10px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; padding-top: 64px; }
.hero-grid-why { grid-template-columns: 1.1fr 1fr; padding-top: 54px; }
.hero-grid-contact { grid-template-columns: 1fr 1.1fr; align-items: start; padding-top: 54px; }
.hero-grid-assessment { grid-template-columns: 1.15fr 1fr; align-items: start; padding-top: 54px; }
.hero-center { max-width: 880px; margin: 0 auto; padding-top: 54px; text-align: center; }
.hero-center .lead { margin-left: auto; margin-right: auto; max-width: 640px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-img { width: 100%; height: 440px; object-fit: cover; border-radius: 18px; display: block; box-shadow: 0 24px 60px rgba(23,24,28,0.18); }
.hero-img-400 { height: 400px; }

/* map overlay (homepage + why page) */
.map-wrap { position: relative; }
.map-badge { position: absolute; left: -28px; bottom: -22px; width: 150px; }
.map-badge-inner { position: relative; }
.map-badge img { width: 100%; display: block; filter: drop-shadow(0 10px 24px rgba(23,24,28,0.35)); }
.map-ping { position: absolute; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #FFFFFF; transform: translate(-50%, -50%); opacity: 0; animation: rf-pulse 6s ease-out infinite; }
.map-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #FFFFFF; transform: translate(-50%, -50%); box-shadow: 0 0 5px rgba(255,255,255,0.8); }
.map-dot-lg { width: 9px; height: 9px; box-shadow: 0 0 6px rgba(255,255,255,0.9); }

/* ---------- generic sections ---------- */
.section { padding: 88px 40px; }
.section-gray { background: var(--surface); }
.section-head-center { text-align: center; margin-bottom: 44px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

/* ---------- case studies (homepage slider + results grid) ---------- */
.cs-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.cs-arrows { display: flex; gap: 12px; }
.cs-arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid #C9CDD2;
  background: #FFFFFF; color: var(--brand-color-secondary); font-size: 18px; cursor: pointer;
}
.cs-arrow:hover { border-color: var(--brand-color-primary); color: var(--brand-color-primary); }
.cs-slide { display: none; grid-template-columns: 280px 1.05fr 1fr; gap: 40px; align-items: start; }
.cs-slide.is-active { display: grid; }
.cs-photo { width: 100%; height: 420px; border-radius: 14px; object-fit: cover; display: block; }
.cs-kicker { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-color-primary); margin-bottom: 10px; }
.cs-title { font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 600; color: var(--brand-color-secondary); margin: 0 0 14px; }
.cs-scenario { font-size: 16px; line-height: 1.65; color: var(--text-body); margin: 0 0 26px; text-wrap: pretty; }
.cs-body { padding: 16px 0; }
.cs-tactics { display: flex; flex-direction: column; gap: 10px; }
.cs-tactic { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line-soft); padding: 12px 0; }
.cs-tactic-name { font-size: 15px; font-weight: 700; color: var(--brand-color-secondary); white-space: nowrap; }
.cs-tactic-nums { display: flex; gap: 22px; align-items: baseline; }
.cs-tactic-spend { font-size: 14px; color: var(--text-soft); }
.cs-tactic-leads { font-size: 14px; font-weight: 700; color: var(--accent-green); white-space: nowrap; }
.cs-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 16px 0; }
.stat-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; }
.stat-card-green { background: var(--accent-green); border-color: var(--accent-green); }
.stat-number { font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 700; color: var(--accent-green); line-height: 1; margin-bottom: 10px; }
.stat-card-green .stat-number { color: #FFFFFF; }
.stat-label { font-size: 14px; color: var(--text-soft); }
.stat-card-green .stat-label { color: rgba(255,255,255,0.85); }
.cs-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.cs-dot { width: 8px; height: 8px; border-radius: 999px; border: none; cursor: pointer; background: #C9CDD2; padding: 0; transition: all 0.25s; }
.cs-dot.is-active { width: 26px; background: var(--brand-color-primary); }

/* results page grid */
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.result-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.result-photo { height: 220px; width: 100%; object-fit: cover; display: block; }
.result-body { padding: 28px 28px 30px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.result-kicker { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-color-primary); margin-bottom: 6px; }
.result-title { font-family: 'Poppins', sans-serif; font-size: 23px; font-weight: 600; color: var(--brand-color-secondary); }
.result-scenario { font-size: 15px; line-height: 1.6; color: var(--text-body); margin: 0; text-wrap: pretty; }
.result-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: auto; }
.result-stat-number { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 700; color: var(--accent-green); line-height: 1.1; }
.result-stat-number.ink { color: var(--brand-color-secondary); }
.result-stat-label { font-size: 12.5px; color: var(--text-soft); }

/* ---------- numbered feature list (why local) ---------- */
.feature-list { display: flex; flex-direction: column; gap: 22px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-num {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%;
  background: var(--red-tint); color: var(--brand-color-primary);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px;
}
.feature-title { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; margin-bottom: 4px; }
.feature-desc { font-size: 15px; line-height: 1.6; color: var(--text-muted); }
.feature-desc a { font-weight: 700; }

/* assessment page numbered list */
.assess-list { display: flex; flex-direction: column; gap: 18px; max-width: 520px; }
.assess-item { display: flex; gap: 14px; align-items: flex-start; }
.assess-num {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%;
  background: var(--red-tint); color: var(--brand-color-primary);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px;
}
.assess-title { font-family: 'Poppins', sans-serif; font-size: 16.5px; font-weight: 600; margin-bottom: 3px; }
.assess-desc { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }

/* checkmark rows */
.check-list { display: flex; flex-direction: column; gap: 12px; }
.check-row { display: flex; gap: 10px; align-items: baseline; font-size: 15.5px; color: var(--brand-color-secondary); }
.check-row .check { color: var(--brand-color-primary); font-weight: 700; }
.check-row-bold { font-size: 15px; font-weight: 600; gap: 10px; }

/* ---------- CTA sections ---------- */
.cta-photo-bg {
  background-image: linear-gradient(rgba(15,22,34,0.45), rgba(15,22,34,0.45)), url('uploads/digital-marketing.jpg');
  background-size: cover; background-position: center; padding: 88px 40px;
}
.cta-panel {
  background: #FFFFFF; border-radius: 20px; box-shadow: 0 2px 14px rgba(23,24,28,0.06);
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; padding: 60px 64px;
}
.final-cta {
  background-image: url('uploads/background-hero.jpg');
  background-size: cover; background-position: center; padding: 100px 40px;
}
.final-cta-center { max-width: 760px; margin: 0 auto; text-align: center; }
.final-cta-center .hero-actions { justify-content: center; }
.final-cta-nowrap { font-size: 17px; line-height: 1.6; color: var(--text-body); margin: 0 0 32px; white-space: nowrap; }
.final-cta-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.final-cta-grid .lead { margin-bottom: 32px; }

/* ---------- forms ---------- */
.form-card { background: var(--surface); border-radius: 16px; padding: 36px 34px; display: flex; flex-direction: column; gap: 14px; }
.form-card-floating { background: #FFFFFF; border-radius: 16px; box-shadow: 0 24px 60px rgba(23,24,28,0.18); }
.form-card-hero { background: #FFFFFF; border-radius: 18px; box-shadow: 0 24px 60px rgba(23,24,28,0.14); padding: 40px 38px; }
.form-card-aside { background: #FFFFFF; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(23,24,28,0.10); padding: 32px 30px; }
.form-title { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 600; margin-bottom: 4px; }
.form-title-lg { font-size: 21px; margin-bottom: 2px; }
.form-note { font-size: 14.5px; color: var(--text-soft); margin-bottom: 6px; }
.form-note-tight { margin-top: -6px; line-height: 1.6; color: var(--text-muted); margin-bottom: 0; }
.input, .textarea {
  font-family: 'Hanken Grotesk', sans-serif; font-size: 15px; padding: 13px 16px;
  border: 1px solid var(--line-strong); border-radius: 10px; background: #FFFFFF;
  color: var(--brand-color-secondary); outline: none;
}
.textarea { resize: vertical; }
.input:focus, .textarea:focus { border-color: var(--brand-color-primary); }
.form-alt { font-size: 13.5px; color: var(--text-soft); text-align: center; }
.form-alt a { font-weight: 700; }

/* ---------- FAQ / accordions ---------- */
.faqs .faqs-inner { max-width: 880px; margin: 0 auto; }
.faqs-head { text-align: center; margin-bottom: 44px; }
.faqs-head .eyebrow-light {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-color-primary); margin: 0 0 14px;
}
.faqs-head .h2-light {
  font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 600;
  line-height: 1.2; margin: 0; color: var(--brand-color-secondary);
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-q {
  font-family: 'Poppins', sans-serif; width: 100%; display: flex; justify-content: space-between;
  align-items: center; gap: 20px; text-align: left; background: #FFFFFF; border: none; cursor: pointer;
  padding: 20px 24px; font-size: 17px; font-weight: 600; color: var(--brand-color-secondary);
}
.faq-q:hover { background: #FAFAFB; }
.faq-sign { flex: 0 0 auto; color: var(--brand-color-primary); font-size: 20px; font-weight: 400; }
.faq-answer { display: none; padding: 0 24px 22px; }
.faq-answer p { font-size: 15.5px; line-height: 1.65; color: var(--text-body); max-width: 760px; text-wrap: pretty; margin: 0; }
.faq-q[aria-expanded="true"] + .faq-answer { display: block; }

/* service-tier accordion variant (same structure, list styling) */
.svc-list { border-top: 1px solid var(--line-strong); }
.svc-list .faq-item { border: none; border-radius: 0; border-bottom: 1px solid var(--line-strong); overflow: visible; }
.svc-list .faq-q { background: transparent; padding: 20px 4px; font-family: 'Hanken Grotesk', sans-serif; }
.svc-list .faq-q:hover { background: rgba(255,255,255,0.5); }
.svc-list .faq-q > span:first-child { font-family: 'Poppins', sans-serif; font-size: 17.5px; font-weight: 600; color: var(--brand-color-secondary); }
.svc-list .faq-sign { font-size: 22px; line-height: 1; }
.svc-list .faq-answer { padding: 0 4px 22px; }
.svc-list .faq-answer .svc-tag { font-size: 13.5px; font-weight: 600; color: var(--brand-color-primary); margin: 0 0 8px; }
.svc-list .faq-answer p:not(.svc-tag) { font-size: 15px; line-height: 1.65; color: var(--text-body); max-width: 560px; }
.svc-list-white .faq-item { border-bottom-color: var(--line); }
.svc-list-white { border-top-color: var(--line); }
.svc-list-white .faq-q:hover { background: #FAFAFB; }

/* ---------- services page ---------- */
.philosophy-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: start; }
.house-anim { position: relative; max-width: 380px; margin: 48px auto 0; }
.house-anim img { width: 100%; display: block; animation: rf-house 7.5s linear 0s infinite; }
.house-anim img:nth-child(2) { position: absolute; inset: 0; animation-delay: -5s; }
.house-anim img:nth-child(3) { position: absolute; inset: 0; animation-delay: -2.5s; }
.tier-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 72px; align-items: start; }
.tier-grid-rev { grid-template-columns: 1.15fr 1fr; }
.tier-visual { position: sticky; top: 48px; }
.tier-visual img { width: 100%; max-width: 460px; display: block; margin: 0 auto; }
.tier-h2 { margin-bottom: 16px; }
.tier-lead { margin-bottom: 34px; }

/* ---------- industries page ---------- */
.industry-list { display: flex; flex-direction: column; gap: 64px; }
.industry-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.industry-photo { width: 100%; height: 320px; border-radius: 16px; object-fit: cover; display: block; box-shadow: 0 16px 40px rgba(23,24,28,0.12); }
.photo-placeholder {
  width: 100%; height: 320px; border-radius: 16px;
  background: repeating-linear-gradient(45deg, #F5F5F5, #F5F5F5 14px, #EFF1F3 14px, #EFF1F3 28px);
  border: 1px dashed #C9CDD2; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 20px;
}
.photo-placeholder span { font-family: monospace; font-size: 13px; color: var(--text-soft); line-height: 1.6; }
.industry-eyebrow { margin-bottom: 12px; }
.industry-h2 { font-size: 30px; line-height: 1.22; margin-bottom: 14px; }
.industry-blurb { font-size: 16px; line-height: 1.65; color: var(--text-body); margin: 0 0 20px; text-wrap: pretty; }
.industry-tactics { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }

/* ---------- why page ---------- */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promise-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 30px 28px; }
.promise-check {
  width: 38px; height: 38px; border-radius: 50%; background: var(--red-tint); color: var(--brand-color-primary);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; margin-bottom: 16px;
}
.promise-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; color: var(--brand-color-secondary); margin-bottom: 8px; }
.promise-desc { font-size: 15px; line-height: 1.6; color: var(--text-muted); text-wrap: pretty; }
.how-bg {
  background-image: linear-gradient(rgba(15,22,34,0.55), rgba(15,22,34,0.55)), url('uploads/digital-marketing.jpg');
  background-size: cover; background-position: center; padding: 88px 40px;
}
.how-bg .h2-white, .how-bg .eyebrow-white { color: #FFFFFF; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: 14px; padding: 34px 30px; }
.step-num { font-family: 'Poppins', sans-serif; font-size: 44px; font-weight: 700; color: var(--brand-color-primary); line-height: 1; margin-bottom: 18px; }
.step-title { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.step-desc { font-size: 15px; line-height: 1.65; color: var(--text-muted); text-wrap: pretty; }
.radio-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 72px; align-items: start; }
.station-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-content: start; }
.station-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.station-logo { width: 100%; height: 90px; object-fit: contain; display: block; border-radius: 8px; }
.station-logo-placeholder {
  width: 100%; height: 90px; border-radius: 8px; border: 1px dashed #C9CDD2; background: #FAFAFB;
  display: flex; align-items: center; justify-content: center;
  font-family: monospace; font-size: 12px; color: var(--text-soft); text-align: center;
}
.station-name { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; color: var(--brand-color-secondary); text-align: center; }
a.station-name:hover { color: var(--brand-color-primary); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.team-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 3px; }
.team-name { font-family: 'Poppins', sans-serif; font-size: 17.5px; font-weight: 600; color: var(--brand-color-secondary); }
.team-role { font-size: 14.5px; font-weight: 600; color: var(--brand-color-primary); }
.team-heading { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 600; margin: 0 0 28px; }

/* ---------- blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; color: inherit; background: #FFFFFF; }
.post-card:hover { border-color: var(--brand-color-primary); color: inherit; }
.post-card img { width: 100%; height: 180px; object-fit: cover; display: block; border-bottom: 1px solid var(--line-soft); }
.post-body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post-date { font-size: 13px; font-weight: 600; color: var(--text-body); letter-spacing: 0.04em; text-transform: uppercase; }
.post-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--brand-color-secondary); text-wrap: pretty; }
.post-excerpt { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); text-wrap: pretty; }
.post-more { font-size: 14.5px; font-weight: 700; color: var(--brand-color-primary); margin-top: auto; }
.more-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.more-grid .post-card img { height: 160px; }
.more-grid .post-body { padding: 24px 26px 26px; gap: 10px; }
.more-grid .post-title { font-size: 19px; }

/* article pages */
.article-hero {
  background-image: url('uploads/background-hero.jpg');
  background-size: cover; background-position: center; padding: 98px 40px 10px;
}
.article-head { padding-bottom: 44px; }
.article-back { font-size: 14px; font-weight: 700; color: var(--brand-color-primary); }
.article-date { font-size: 14px; font-weight: 600; color: var(--text-body); letter-spacing: 0.04em; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 72px; align-items: start; }
.article-img { width: 100%; border-radius: 16px; display: block; margin-bottom: 36px; }
.article-stack { display: flex; flex-direction: column; gap: 22px; }
.article-aside { position: sticky; top: 32px; }

/* ---------- footer ---------- */
.site-footer { background: #FFFFFF; border-top: 1px solid var(--line-soft); padding: 52px 40px 36px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; margin-bottom: 40px; }
.footer-logo { height: 42px; width: auto; display: block; margin-bottom: 16px; margin-left: -8px; }
.footer-blurb { font-size: 14.5px; line-height: 1.6; color: var(--text-soft); max-width: 360px; }
.footer-cols { display: flex; gap: 72px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title {
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-color-secondary); margin-bottom: 4px;
}
.footer-col a { font-size: 14.5px; color: var(--text-muted); font-weight: 500; }
.footer-col a:hover { color: var(--brand-color-primary); }
.footer-col a.footer-phone { font-weight: 700; }
.footer-col a.footer-cta { color: var(--brand-color-primary); font-weight: 700; }
.footer-col a.footer-cta:hover { color: var(--brand-primary-dark); }
.footer-bottom { border-top: 1px solid var(--line-soft); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-copy { font-size: 13.5px; color: var(--text-faint); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 13.5px; color: var(--text-faint); font-weight: 500; }
.footer-legal a:hover { color: var(--brand-color-primary); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .main-nav { display: none !important; }
  .phone-num { display: none; }
  .burger { display: inline-flex; align-items: center; order: 9; }
  .header-phone { order: 8; }
  .header-cta { order: 7; margin-left: auto; }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; }
  .nav-toggle:checked ~ .mobile-menu {
    display: flex; flex-direction: column; gap: 2px; background: #FFFFFF;
    border: 1px solid var(--line); border-radius: 14px;
    box-shadow: 0 18px 44px rgba(23,24,28,0.16); padding: 10px;
  }
  .mobile-menu a { padding: 12px 14px; border-radius: 10px; }
  .mobile-menu a:hover { background: #F5F5F5; }
  .cs-slide, .cs-slide.is-active { grid-template-columns: 240px 1fr; }
  .cs-slide > .cs-stats { grid-column: 1 / -1; }
  .promise-grid, .step-grid, .team-grid, .post-grid, .results-grid, .result-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero-grid, .two-col, .cta-panel, .final-cta-grid, .philosophy-grid, .tier-grid, .industry-row, .radio-grid, .article-grid { grid-template-columns: 1fr !important; gap: 44px !important; }
}
@media (max-width: 680px) {
  .header-cta { display: none !important; }
  .header-phone { margin-left: auto; }
  h1 { font-size: 32px !important; }
  h2, .faqs-head .h2-light { font-size: 27px !important; }
  .site-header, section, footer { padding-left: 20px !important; padding-right: 20px !important; }
  .promise-grid, .step-grid, .team-grid, .post-grid, .results-grid, .more-grid, .cs-stats { grid-template-columns: 1fr !important; }
  .cs-slide, .cs-slide.is-active { grid-template-columns: 1fr; }
  .hero-actions, .footer-top, .footer-cols { flex-wrap: wrap; }
  .footer-cols { gap: 36px !important; }
}
