/*
Theme Name: Chicago Delancey
Theme URI: https://chicagodelancey.local
Author: Delancey Street
Description: Custom ranking listicle theme for Delancey Street business debt settlement
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: chicagodelancey
*/

/* ===== CSS Variables ===== */
:root {
  --black: #0f1117;
  --navy: #0C1430;
  --navy-light: #131d3f;
  --accent: #E55D35;
  --accent-hover: #C26D28;
  --accent-light: #fdf0ec;
  --cream: #F8F7F2;
  --white: #ffffff;
  --text-dark: #1a1c23;
  --text-body: #3d4152;
  --text-muted: #6b7080;
  --border: #e2e4e9;
  --border-light: #f0f1f3;
  --green: #16a34a;
  --red: #dc2626;
}

/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--white);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}
::selection { background: var(--accent); color: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== Utility ===== */
.playfair { font-family: 'Playfair Display', serif; }
.accent { color: var(--accent); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ===== Top Bar ===== */
.top-bar {
  background: var(--navy);
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #c8cdd8;
}
.top-bar a { color: var(--white); font-weight: 700; }
.top-bar a:hover { color: var(--accent); }
.top-bar .sep { color: var(--accent); margin: 0 6px; }

/* ===== Breadcrumb ===== */
.breadcrumb {
  padding: 14px 0;
  font-size: 12px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-light);
  background: #fafafa;
}
.breadcrumb a { color: var(--accent); font-weight: 600; }

/* ===== Buttons ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--white);
  padding: 14px 28px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
.btn-primary:hover { background: var(--accent-hover); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--border);
  color: var(--text-dark);
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.2s;
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

/* ===== Section Patterns ===== */
.section-light { padding: 64px 0; background: var(--white); }
.section-cream { padding: 64px 0; background: var(--cream); }
.section-dark { padding: 64px 0; background: var(--navy); color: var(--white); }
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-dark .section-title { color: var(--white); }
.section-desc { font-size: 16px; color: var(--text-body); max-width: 640px; line-height: 1.7; }
.section-dark .section-desc { color: #c8cdd8; }

/* ===== Phone Strip ===== */
.phone-strip { background: var(--accent); padding: 16px 0; text-align: center; }
.phone-strip a {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--white);
}
.phone-strip .sub {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 4px;
}

/* ===== CTA Banner ===== */
.cta-banner { background: var(--navy); padding: 56px 0; text-align: center; }
.cta-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-banner p { color: #c0c6d4; font-size: 16px; max-width: 520px; margin: 0 auto 28px; line-height: 1.6; }
.cta-phone {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 900;
  color: var(--accent);
  display: block;
  margin-bottom: 20px;
}
.cta-banner .sub-note { font-size: 12px; color: #8891a5; margin-top: 16px; }

/* ===== Disclaimers ===== */
.disclaimers { padding: 48px 0; background: #f8f8f8; border-top: 1px solid var(--border); }
.disclaimers h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
}
.disclaimers p { font-size: 12px; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }

/* ===== Footer ===== */
footer.site-footer { background: var(--navy); padding: 48px 0 24px; color: #c0c6d4; }
.footer-bottom {
  text-align: center;
  font-size: 11px;
  color: #6b7590;
}
.footer-bottom a { color: #8891a5; }

/* ===== Floating Mobile CTA ===== */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--accent);
  padding: 14px 20px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  .floating-cta { display: flex; }
  body { padding-bottom: 56px; }
}

/* ===== Animation ===== */
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
