/* ═══════════════════════════════════════════════
   Town / area landing pages — shared styles
   (terra-alta, kingwood, cheat-lake, bruceton-mills)
   Same brand language as home-value.html.
   ═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black:        #080808;
  --surface:      #0f0f0f;
  --surface-2:    #161616;
  --cream:        #E8DFD0;
  --cream-mid:    #C9B99A;
  --cream-border: rgba(232,223,208,0.14);
  --white:        #ffffff;
  --muted:        rgba(255,255,255,0.42);
  --border:       rgba(255,255,255,0.07);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', -apple-system, sans-serif;
}
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--black); color: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }

nav { position: sticky; top: 0; z-index: 100; padding: 24px 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(8,8,8,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-brand { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.nav-brand-text { line-height: 1.2; }
.nav-brand-name { font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; color: var(--white); display: block; }
.nav-brand-sub { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; }
.nav-divider { width: 1px; height: 28px; background: var(--border); }
.nav-exp { height: 18px; width: auto; filter: brightness(0) invert(1); opacity: 0.7; }
.nav-back { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-back:hover { color: var(--cream); }

.hero { padding: 90px 60px 56px; max-width: 1200px; margin: 0 auto; }
.hero-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-label::before { content: ''; display: block; width: 20px; height: 1px; background: var(--cream); opacity: 0.6; }
h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; max-width: 880px; }
h1 em { color: var(--cream); font-style: italic; font-weight: 400; }
.hero-sub { margin-top: 24px; max-width: 640px; color: rgba(255,255,255,0.6); font-size: 1.02rem; font-weight: 300; }
.hero-sub strong { color: var(--cream); font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--cream); color: var(--black); padding: 15px 30px; border-radius: 2px; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.05em; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.btn-primary:hover { background: var(--white); transform: translateY(-2px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--cream-border); color: var(--cream); padding: 15px 30px; border-radius: 2px; font-weight: 500; font-size: 0.82rem; letter-spacing: 0.05em; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.btn-ghost:hover { border-color: var(--cream); background: rgba(232,223,208,0.06); }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.divider { border-top: 1px solid var(--border); }
.section { padding: 56px 0 8px; max-width: 780px; }
.section-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.section-label::before { content: ''; display: block; width: 20px; height: 1px; background: var(--cream); opacity: 0.6; }
h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
h2 em { color: var(--cream); font-style: italic; font-weight: 400; }
.copy p, .section > p { color: rgba(255,255,255,0.62); font-weight: 300; font-size: 0.98rem; margin-bottom: 16px; }
.copy strong { color: var(--cream); font-weight: 500; }

.closings { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--border); margin: 8px 0 14px; }
.closing { background: var(--surface); padding: 26px 24px; }
.closing-addr { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; }
.closing-meta { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 6px 0 10px; }
.closing-price { color: var(--cream); font-weight: 600; font-size: 0.95rem; }
.closings-note { font-size: 0.78rem; color: var(--muted); }

.quote { border-left: 2px solid var(--cream); padding: 4px 0 4px 20px; margin: 0 0 26px; }
.quote-text { font-family: var(--font-display); font-style: italic; color: rgba(255,255,255,0.82); font-size: 0.98rem; line-height: 1.7; }
.quote-who { margin-top: 10px; font-size: 0.72rem; letter-spacing: 0.08em; color: var(--muted); }

.cta-band { background: var(--surface); border: 1px solid var(--border); border-radius: 4px; padding: 44px 40px; margin-top: 48px; max-width: none; }
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.6); font-weight: 300; max-width: 560px; }

.faq { padding-bottom: 8px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-item h3 { font-size: 0.96rem; font-weight: 600; margin-bottom: 8px; }
.faq-item p { font-size: 0.9rem; color: rgba(255,255,255,0.58); font-weight: 300; }

.other-towns { padding-bottom: 72px; }
.towns-label { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.town-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.town-pill { font-size: 0.76rem; color: rgba(255,255,255,0.72); border: 1px solid var(--cream-border); border-radius: 30px; padding: 6px 14px; text-decoration: none; transition: color 0.2s, border-color 0.2s; }
.town-pill:hover { color: var(--cream); border-color: var(--cream); }

footer { background: var(--black); padding: 24px 60px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-brand { font-family: var(--font-display); font-size: 0.9rem; font-weight: 600; }
.footer-brand span { color: var(--cream); }
.footer-right { color: rgba(255,255,255,0.25); font-size: 0.68rem; text-align: right; }

@media (max-width: 900px) {
  nav { padding: 20px 24px; }
  .hero { padding: 56px 24px 40px; }
  .wrap { padding: 0 24px; }
  .cta-band { padding: 32px 24px; }
  footer { padding: 20px 24px; }
}
