/* =============================================
   The Palm Beach Fixer — Cities We Service
   Matches V2 brand: Navy, Gold, Champagne
   Fonts: Cinzel, Montserrat, Inter
   ============================================= */

:root {
  --navy:             #0B162A;
  --navy-light:       #142240;
  --navy-lighter:     #1C2E52;
  --gold:             #D4AF37;
  --gold-alt:         #C5A059;
  --gold-dark:        #A8882B;
  --gold-light:       #E8CC6E;
  --champagne:        #F5F5F0;
  --champagne-dim:    #E8E8E0;
  --white:            #FFFFFF;

  --gold-gradient-btn: linear-gradient(135deg, #8B7023 0%, #C5A059 30%, #D4AF37 55%, #E8CC6E 80%, #D4AF37 100%);
  --gold-gradient-text: linear-gradient(135deg, #C5A059, #D4AF37, #E8CC6E, #D4AF37);

  --font-heading:  'Cinzel', Georgia, serif;
  --font-subhead:  'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:     'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --container:      820px;
  --container-wide: 1100px;
  --radius:     10px;
  --radius-sm:  6px;
  --shadow:     0 2px 12px rgba(0, 0, 0, 0.15);
  --shadow-lg:  0 8px 32px rgba(0, 0, 0, 0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--champagne);
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* --- Sticky CTA bar --- */
.sticky-cta-bar {
  background: var(--gold-gradient-btn);
  color: #14110A;
  text-align: center;
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .02em;
  padding: .55rem 1rem;
  position: relative;
  z-index: 120;
}
.sticky-cta-bar a { color: #14110A; text-decoration: underline; text-underline-offset: 2px; }
.cta-sep { opacity: .45; margin: 0 .5rem; }

/* --- Header --- */
.city-header {
  background: var(--navy-light);
  border-bottom: 2px solid var(--gold-dark);
  padding: 1rem 1.25rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
.city-header-inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo-link { display: flex; align-items: center; gap: .7rem; }
.header-logo { width: 38px; height: 38px; object-fit: contain; }
.header-brand {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .04em;
  background: var(--gold-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.back-link {
  font-family: var(--font-subhead);
  font-weight: 600;
  font-size: .82rem;
  color: var(--gold);
  white-space: nowrap;
}
.back-link:hover { color: var(--gold-light); }

/* --- Breadcrumb --- */
.breadcrumb {
  max-width: var(--container-wide);
  margin: 1.5rem auto 0;
  padding: 0 1.25rem;
  font-size: .78rem;
  font-family: var(--font-subhead);
  font-weight: 500;
  color: #8A94A8;
  letter-spacing: .02em;
}
.breadcrumb a { color: var(--gold-alt); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { margin: 0 .45rem; opacity: .5; }

/* --- Layout --- */
.city-container { max-width: var(--container); margin: 0 auto; padding: 2rem 1.25rem 4rem; }
.city-container--wide { max-width: var(--container-wide); }

/* --- Hero --- */
.city-eyebrow {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .85rem;
}
.city-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.85rem, 5vw, 2.7rem);
  line-height: 1.18;
  color: var(--white);
  margin-bottom: .9rem;
  letter-spacing: .01em;
}
.city-subtitle {
  font-size: 1.06rem;
  color: var(--champagne-dim);
  opacity: .9;
  max-width: 62ch;
}
.gold-rule {
  height: 2px;
  width: 84px;
  background: var(--gold-gradient-btn);
  margin: 1.6rem 0;
  border-radius: 2px;
}

/* --- Body copy --- */
.city-body p { margin-bottom: 1.15rem; }
.city-body h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.32rem, 3.4vw, 1.62rem);
  color: var(--white);
  margin: 2.6rem 0 1rem;
  line-height: 1.3;
}
.city-body h3 {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: 1.03rem;
  color: var(--gold-light);
  margin: 1.7rem 0 .55rem;
}
.city-body strong { color: var(--white); font-weight: 600; }
.city-body a:not(.btn):not(.hub-card):not(.nearby-link) {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(212,175,55,.45);
}
.city-body a:not(.btn):not(.hub-card):not(.nearby-link):hover {
  color: var(--gold-light);
  text-decoration-color: var(--gold-light);
}
/* Card-shaped links must never inherit body-copy underlines */
.hub-card, .hub-card *, .nearby-link, .btn, .btn * { text-decoration: none !important; }
.city-body ul { margin: 0 0 1.3rem 1.15rem; }
.city-body li { margin-bottom: .5rem; }
.city-body li::marker { color: var(--gold-dark); }

/* --- Neighborhood chips --- */
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 1.8rem; }
.chip {
  font-family: var(--font-subhead);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .02em;
  padding: .38rem .8rem;
  border: 1px solid rgba(212,175,55,.32);
  border-radius: 100px;
  background: rgba(212,175,55,.07);
  color: var(--champagne);
}

/* --- Service grid --- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: .85rem;
  margin: 1.4rem 0 2rem;
}
.svc-card {
  background: var(--navy-light);
  border: 1px solid rgba(212,175,55,.16);
  border-left: 3px solid var(--gold-dark);
  border-radius: var(--radius-sm);
  padding: 1rem 1.05rem;
}
.svc-card h4 {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .92rem;
  color: var(--gold-light);
  margin-bottom: .3rem;
}
.svc-card p { font-size: .87rem; line-height: 1.6; opacity: .84; margin: 0 !important; }

/* --- Fact strip --- */
.fact-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: rgba(212,175,55,.2);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin: 1.8rem 0;
}
.fact { background: var(--navy-light); padding: 1rem .95rem; }
.fact-label {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .66rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: .3rem;
}
.fact-value { font-size: .93rem; font-weight: 500; color: var(--champagne); line-height: 1.45; }

/* --- Callout --- */
.callout {
  background: var(--navy-light);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.3rem;
  margin: 1.8rem 0;
}
.callout p { margin: 0 !important; font-size: .96rem; }

/* --- FAQ --- */
.faq-list { margin: 1.4rem 0 2rem; }
.faq-item {
  border-top: 1px solid rgba(212,175,55,.18);
  padding: 1.15rem 0;
}
.faq-item:last-child { border-bottom: 1px solid rgba(212,175,55,.18); }
.faq-q {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .99rem;
  color: var(--white);
  margin-bottom: .45rem;
}
.faq-a { font-size: .95rem; opacity: .88; margin: 0 !important; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .87rem;
  letter-spacing: .03em;
  padding: .82rem 1.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-gold { background: var(--gold-gradient-btn); color: #14110A; box-shadow: var(--shadow); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(212,175,55,.28); }
.btn-outline { border-color: var(--gold-dark); color: var(--gold); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.cta-buttons { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }

/* --- Big CTA block --- */
.city-cta {
  background: var(--navy-light);
  border: 1px solid rgba(212,175,55,.22);
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  text-align: center;
  margin: 3rem 0 0;
}
.city-cta h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: .6rem;
}
.city-cta p { font-size: .96rem; opacity: .86; max-width: 52ch; margin: 0 auto 1.3rem; }
.city-cta .cta-buttons { justify-content: center; }

/* --- Nearby cities --- */
.nearby { margin-top: 3rem; }
.nearby h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 1rem;
}
.nearby-grid { display: flex; flex-wrap: wrap; gap: .6rem; }
.nearby-link {
  font-family: var(--font-subhead);
  font-weight: 600;
  font-size: .84rem;
  padding: .55rem 1rem;
  border: 1px solid rgba(212,175,55,.28);
  border-radius: var(--radius-sm);
  color: var(--gold);
  background: var(--navy-light);
  transition: border-color .15s ease, color .15s ease;
}
.nearby-link:hover { border-color: var(--gold); color: var(--gold-light); }

/* --- HUB: city cards --- */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1rem;
  margin: 1.6rem 0 2.5rem;
}
.hub-card {
  display: block;
  background: var(--navy-light);
  border: 1px solid rgba(212,175,55,.18);
  border-radius: var(--radius);
  padding: 1.25rem 1.3rem;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.hub-card:hover {
  transform: translateY(-2px);
  border-color: rgba(212,175,55,.5);
  box-shadow: var(--shadow-lg);
}
.hub-card h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--white);
  margin-bottom: .35rem;
}
.hub-card p { font-size: .87rem; opacity: .82; line-height: 1.6; margin-bottom: .7rem; }
.hub-card .hub-meta {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.hub-section-label {
  font-family: var(--font-subhead);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 2.4rem 0 .4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(212,175,55,.18);
}
.hub-section-note { font-size: .9rem; opacity: .78; margin-bottom: 1.2rem; max-width: 64ch; }

/* --- Footer --- */
.city-footer {
  background: var(--navy-light);
  border-top: 2px solid var(--gold-dark);
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.city-footer-inner { max-width: var(--container-wide); margin: 0 auto; }
.footer-nap {
  font-size: .88rem;
  opacity: .85;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.footer-nap a { color: var(--gold); }
.footer-nap strong { color: var(--white); font-family: var(--font-heading); letter-spacing: .03em; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  justify-content: center;
  font-family: var(--font-subhead);
  font-weight: 600;
  font-size: .8rem;
  margin-bottom: 1.1rem;
}
.footer-links a { color: var(--gold-alt); }
.footer-links a:hover { color: var(--gold-light); }
.footer-fine { font-size: .74rem; opacity: .5; }

@media (max-width: 560px) {
  body { font-size: 16px; }
  .city-container { padding: 1.5rem 1.1rem 3rem; }
  .header-brand { font-size: .9rem; }
  .sticky-cta-bar { font-size: .74rem; }
}
