/* NM Home Buyers styles - see previous deploy for full content, unchanged except contact.html edit */
:root {
  --green-900: #14181A;
  --green-800: #1E2427;
  --green-700: #2A3237;
  --sand-100: #FAFAF9;
  --sand-200: #F1EFED;
  --sand-300: #E3DFDB;
  --brass-500: #D8151A;
  --brass-600: #AE1216;
  --ink-900: #191715;
  --ink-600: #55524A;
  --white: #FFFFFF;
  --danger: #AE1216;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 10px;
  --shadow-card: 0 20px 40px -18px rgba(18, 41, 31, 0.35);
  --max-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink-900); background: var(--sand-100); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--green-900); margin: 0 0 0.5em; line-height: 1.12; font-weight: 600; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 560; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--ink-600); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-600); margin-bottom: 10px; display: inline-block; }
.section { padding: 76px 0; }
.section--tight { padding: 48px 0; }
.section--sand { background: var(--sand-200); }
.section--green { background: linear-gradient(160deg, var(--green-900), var(--green-800)); color: var(--sand-100); }
.section--green h2, .section--green h3 { color: var(--sand-100); }
.section--green p { color: #CBD9CF; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head p { margin: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-body); font-weight: 700; font-size: 0.98rem; padding: 15px 28px; border-radius: 6px; border: none; cursor: pointer; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.btn:focus-visible { outline: 3px solid var(--brass-500); outline-offset: 2px; }
.btn--brass { background: var(--brass-500); color: var(--white); }
.btn--brass:hover { background: var(--brass-600); transform: translateY(-1px); }
.btn--outline { background: transparent; border: 1.5px solid var(--sand-100); color: var(--sand-100); }
.btn--outline:hover { background: rgba(250,247,241,0.1); }
.btn--full { width: 100%; }
.btn--dark { background: var(--green-800); color: var(--white); }
.btn--dark:hover { background: var(--green-700); }
.topbar { background: var(--green-900); color: var(--sand-200); font-size: 0.82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; gap: 6px; }
.topbar a { color: var(--sand-100); text-decoration: none; font-weight: 600; }
.site-header { background: var(--white); border-bottom: 1px solid var(--sand-300); position: sticky; top: 0; z-index: 50; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--green-900); text-decoration: none; display: flex; align-items: center; gap: 6px; }
.logo span { color: var(--brass-500); }
.logo-img { height: 44px; width: auto; display: block; }
@media (max-width: 720px) { .logo-img { height: 36px; } }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; font-weight: 600; font-size: 0.95rem; }
.main-nav a { text-decoration: none; color: var(--ink-900); }
.main-nav a:hover { color: var(--brass-600); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { font-weight: 700; color: var(--green-800); text-decoration: none; font-size: 1rem; }
.nav-toggle { display: none; }
.hero { background: var(--green-900); background-image: radial-gradient(circle at 85% 20%, rgba(216,21,26,0.22), transparent 55%), linear-gradient(165deg, var(--green-900), var(--green-800) 65%); color: var(--sand-100); padding: 64px 0 84px; }
.hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
.hero h1 { color: var(--white); }
.hero .tagline { font-size: 1.15rem; color: #D7E4DA; max-width: 480px; }
.hero-badges { display: flex; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: #CBD9CF; }
.hero-badge svg { flex-shrink: 0; color: var(--brass-500); }
.lead-card { background: var(--white); color: var(--ink-900); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-card); border-top: 5px solid var(--brass-500); }
.lead-card h3 { margin-bottom: 4px; }
.lead-card .sub { font-size: 0.9rem; margin-bottom: 20px; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; color: var(--ink-900); }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--sand-300); border-radius: 6px; font-family: var(--font-body); font-size: 0.95rem; background: var(--sand-100); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--brass-500); background: var(--white); }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { font-size: 0.74rem; color: var(--ink-600); display: flex; gap: 8px; margin-bottom: 12px; line-height: 1.4; }
.consent input { margin-top: 3px; }
.form-msg { font-size: 0.88rem; margin-top: 12px; display: none; padding: 10px 12px; border-radius: 6px; }
.form-msg.success { display: block; background: #E4F0E7; color: var(--green-800); }
.form-msg.error { display: block; background: #F6E3DF; color: var(--danger); }
.placard { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: var(--brass-500); color: var(--green-900); font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; transform: rotate(-4deg); border-radius: 4px; margin-bottom: 18px; box-shadow: 0 8px 16px -6px rgba(184,134,59,0.55); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 10px; }
.step-card { background: var(--white); padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--sand-300); }
.reasons-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.reasons-list { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.reasons-list li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.95rem; color: var(--green-900); }
.reasons-list li::before { content: ""; width: 8px; height: 8px; background: var(--brass-500); border-radius: 50%; flex-shrink: 0; }
.reasons-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 4/3; background: var(--sand-300); }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.compare-col { padding: 34px 30px; }
.compare-col.us { background: var(--green-800); color: var(--white); }
.compare-col.us h3 { color: var(--white); }
.compare-col.them { background: var(--white); }
.compare-list { list-style: none; padding: 0; margin: 18px 0 0; }
.compare-list li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.14); display: flex; gap: 10px; align-items: flex-start; font-weight: 600; font-size: 0.94rem; }
.compare-col.them .compare-list li { border-bottom-color: var(--sand-300); color: var(--ink-600); }
.compare-list li::before { content: "✓"; color: var(--brass-500); font-weight: 800; }
.compare-col.them .compare-list li::before { content: "✕"; color: var(--danger); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 26px; border: 1px solid var(--sand-300); }
.stars { color: var(--brass-500); letter-spacing: 2px; margin-bottom: 10px; font-size: 0.95rem; }
.testimonial-name { font-weight: 700; margin-top: 14px; color: var(--green-900); }
.cta-band { text-align: center; }
.cta-band h2 { color: var(--white); }
.cta-band .phone-link { font-family: var(--font-display); font-size: 1.4rem; color: var(--brass-500); text-decoration: none; }
.site-footer { background: var(--green-900); color: #B9C7BC; padding: 50px 0 26px; font-size: 0.88rem; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 30px; }
.footer-nav ul { list-style: none; padding: 0; display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; color: #CBD9CF; }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; font-size: 0.78rem; color: #8FA091; line-height: 1.6; }
.footer-legal a { color: #B9C7BC; text-decoration: underline; }
.page-hero { background: var(--green-900); color: var(--white); padding: 56px 0; text-align: center; }
.page-hero h1 { color: var(--white); margin-bottom: 8px; }
.faq-item { border-bottom: 1px solid var(--sand-300); padding: 18px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; color: var(--green-900); font-size: 1.02rem; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-item.open .faq-a { max-height: 300px; margin-top: 12px; }
.faq-q .icon { transition: transform 0.2s ease; color: var(--brass-500); font-size: 1.3rem; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info-item { display: flex; gap: 14px; margin-bottom: 22px; }
.contact-info-item .placard { margin-bottom: 0; flex-shrink: 0; width: 40px; height: 40px; font-size: 1rem; }
.offer-page-card { max-width: 640px; margin: -70px auto 0; position: relative; z-index: 5; }
@media (max-width: 900px) { .hero .container { grid-template-columns: 1fr; } .steps { grid-template-columns: 1fr; } .reasons-wrap { grid-template-columns: 1fr; } .compare { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } .reasons-photo { order: -1; } }
@media (max-width: 720px) { .main-nav ul, .header-phone span.label { display: none; } .nav-toggle { display: inline-flex; background: none; border: none; cursor: pointer; color: var(--green-900); font-size: 1.6rem; } .main-nav.open ul { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); padding: 20px 24px; border-bottom: 1px solid var(--sand-300); gap: 16px; } .form-grid-2 { grid-template-columns: 1fr; } .footer-top { flex-direction: column; } }
