/* Evansville Cash Buyers — production design system.
   Aesthetic: grounded, warm, established local firm. Pine green + amber + bone.
   Fraunces (display serif) + Hanken Grotesk (body). Conversion-first. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

:root {
  --pine: #103a31;
  --pine-2: #16504334;
  --pine-deep: #0b2a24;
  --amber: #e07a2d;
  --amber-dk: #c0631c;
  --bone: #f7f2e8;
  --bone-2: #efe7d6;
  --ink: #1c2723;
  --muted: #5d6b64;
  --line: #e4ddce;
  --white: #fff;
  --shadow: 0 22px 50px -18px rgba(16,58,49,.45);
  --shadow-sm: 0 6px 20px -10px rgba(16,58,49,.35);
  --wrap: 1120px;
  --read: 720px;
  --r: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--white);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .display { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.08; letter-spacing: -.01em; }
a { color: var(--pine); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--pine); }
.logo-mark { width: 34px; height: 34px; flex: none; }
.logo-text { font-family: "Fraunces", serif; font-weight: 700; font-size: 19px; line-height: 1; letter-spacing: -.01em; }
.logo-text small { display: block; font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .18em; color: var(--amber-dk); text-transform: uppercase; margin-top: 3px; }
.nav { display: flex; gap: 26px; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav a:hover { color: var(--amber-dk); }
.header-cta {
  background: var(--amber); color: #fff !important; text-decoration: none; font-weight: 800;
  padding: 11px 18px; border-radius: 999px; font-size: 15px; white-space: nowrap; box-shadow: var(--shadow-sm);
}
.header-cta:hover { background: var(--amber-dk); }
@media (max-width: 760px) { .nav { display: none; } .site-header .wrap { height: 62px; } .logo-text { font-size: 17px; } }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--pine-deep) url("/images/hero.webp") center / cover no-repeat; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(224,122,45,.30), transparent 55%),
    radial-gradient(90% 80% at -10% 110%, rgba(28,122,90,.45), transparent 60%),
    linear-gradient(160deg, rgba(14,58,49,.90), rgba(11,42,36,.95) 75%);
}
.hero::after { /* subtle grain */
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; padding: 56px 0 64px; }
.eyebrow { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #ffd9b0; margin-bottom: 14px; }
.hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 0 0 16px; color: #fff; font-weight: 600; }
.hero .sub { font-size: 19px; color: #d6e6df; max-width: 30em; margin: 0 0 22px; }
.hero-benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hero-benefits li { display: flex; gap: 11px; align-items: flex-start; font-size: 16.5px; color: #eef6f2; }
.hero-benefits .tick { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--amber); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 900; }

/* ---------- Lead form card ---------- */
.lead-card { background: #fff; color: var(--ink); border-radius: 18px; padding: 24px; box-shadow: var(--shadow); }
.lead-card .lc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.lead-card .lc-head svg { width: 26px; height: 26px; color: var(--pine); }
.lead-card h2 { font-size: 23px; margin: 0; color: var(--pine); }
.lead-card .lc-note { color: var(--muted); font-size: 14px; margin: 2px 0 16px; }
.offer-form { display: grid; gap: 11px; }
.offer-form input[type=text]:not(.hp), .offer-form input[name=phone] {
  width: 100%; padding: 14px; font-size: 16px; font-family: inherit;
  border: 1.5px solid var(--line); border-radius: 10px; background: #fcfaf5;
}
.offer-form input:focus { outline: none; border-color: var(--pine); background: #fff; box-shadow: 0 0 0 3px rgba(16,58,49,.12); }
.offer-form .consent { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.offer-form .consent input[type=checkbox] { flex: none; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--pine); cursor: pointer; }
.consent-text { display: block; }
.consent-lead { display: block; font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.consent-fine { display: block; font-size: 11px; color: #95a09a; line-height: 1.5; margin-top: 5px; }
.consent-fine a { color: #95a09a; font-weight: 600; text-decoration: underline; }
.consent-fine a:hover { color: var(--pine); }
.offer-form button {
  margin-top: 2px; background: var(--amber); color: #fff; border: 0; border-radius: 12px;
  padding: 16px; font-size: 18px; font-weight: 800; font-family: inherit; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: transform .08s ease, background .15s ease;
}
.offer-form button:hover { background: var(--amber-dk); }
.offer-form button:active { transform: translateY(1px); }
.lc-call { text-align: center; margin: 12px 0 0; font-size: 14px; color: var(--muted); }
.lc-call a { color: var(--pine); font-weight: 800; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 40px 0 48px; } }

/* ---------- Trust strip ---------- */
.trust { background: var(--pine); color: #eaf4ef; border-top: 1px solid rgba(255,255,255,.08); }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; padding: 16px 22px; font-weight: 600; font-size: 15px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust .dot { color: var(--amber); }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section-cream { background: var(--bone); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 36em; margin: 0 auto 34px; }
.section-head h2 { font-size: clamp(26px, 4vw, 38px); margin: 0 0 10px; color: var(--pine); }
.section-head p { color: var(--muted); margin: 0; font-size: 18px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; text-align: center; }
.step .ico { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 16px; background: var(--bone-2); color: var(--pine); display: grid; place-items: center; position: relative; }
.step .ico svg { width: 28px; height: 28px; }
.step .num { position: absolute; top: -10px; right: -10px; width: 26px; height: 26px; border-radius: 50%; background: var(--amber); color: #fff; font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.step h3 { font-size: 20px; margin: 0 0 6px; color: var(--ink); }
.step p { color: var(--muted); margin: 0; font-size: 15.5px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.svc {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--amber);
  border-radius: 10px; padding: 13px 15px; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: 15px; transition: transform .1s ease, box-shadow .15s ease, border-color .15s ease;
}
.svc:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-left-color: var(--pine); color: var(--pine); }
.svc .arrow { color: var(--amber); font-weight: 800; flex: none; }
@media (max-width: 860px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }

/* Why us */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.why-grid h2 { font-size: clamp(26px, 4vw, 36px); color: var(--pine); margin: 0 0 14px; }
.why-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.why-list li { display: flex; gap: 12px; }
.why-list .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 13px; margin-top: 2px; }
.why-list strong { display: block; }
.why-art { aspect-ratio: 4/3; border-radius: var(--r); box-shadow: var(--shadow); background:
    linear-gradient(150deg, rgba(16,58,49,.12), rgba(16,58,49,.02)),
    url("/images/neighborhood.webp") center / cover no-repeat; }
.why-art svg { display: none; }
@media (max-width: 860px) { .why-grid { grid-template-columns: 1fr; gap: 26px; } .why-art { order: -1; } }

/* ---------- Main content (scenario body) ---------- */
main.content { max-width: var(--read); margin: 0 auto; padding: 8px 22px; }
main.content h2 { font-size: clamp(22px, 3.4vw, 28px); margin: 36px 0 10px; color: var(--pine); }
main.content p, main.content li { color: #28342e; }
main.content ul, main.content ol { padding-left: 22px; }
main.content li { margin: 6px 0; }

/* FAQ */
.faq details { border: 1.5px solid var(--line); border-radius: 12px; padding: 2px 18px; margin: 11px 0; background: #fff; }
.faq summary { cursor: pointer; font-weight: 700; padding: 15px 0; list-style: none; color: var(--pine); font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--amber); font-weight: 800; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 16px; color: #28342e; }

/* CTA band */
.cta-band {
  display: block; max-width: var(--read); margin: 30px auto; text-align: center;
  background: linear-gradient(120deg, var(--amber), var(--amber-dk)); color: #fff; font-weight: 800;
  font-size: 18px; padding: 17px; border-radius: 12px; text-decoration: none; box-shadow: var(--shadow-sm);
}
.cta-band:hover { filter: brightness(1.05); }
.cta-full { max-width: none; border-radius: 0; margin: 0; padding: 40px 22px; font-size: 22px; }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(rgba(11,42,36,.94), rgba(11,42,36,.975)), url("/images/riverfront.webp") center / cover; color: #b9cdc5; padding: 48px 0 90px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.site-footer h4 { color: #fff; font-family: "Hanken Grotesk", sans-serif; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 12px; }
.site-footer a { color: #cfe0d9; text-decoration: none; display: block; margin: 7px 0; font-size: 15px; }
.site-footer a:hover { color: #ffd9b0; }
.foot-brand .logo-text { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; padding-top: 18px; font-size: 13px; color: #87a096; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Mobile sticky call bar ---------- */
.mobile-call { display: none; }
@media (max-width: 760px) {
  .mobile-call {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--amber); color: #fff; text-decoration: none; font-weight: 800; font-size: 18px;
    align-items: center; justify-content: center; gap: 10px; padding: 15px; box-shadow: 0 -8px 24px rgba(0,0,0,.25);
  }
}

/* ---------- Motion ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hero-copy .eyebrow { animation: fadeUp .6s both; }
.hero h1 { animation: fadeUp .7s .08s both; }
.hero .sub { animation: fadeUp .7s .16s both; }
.hero-benefits { animation: fadeUp .7s .24s both; }
.lead-card { animation: fadeUp .8s .18s both; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.to-top { position: fixed; right: 18px; bottom: 22px; z-index: 55; width: 46px; height: 46px; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; text-decoration: none; font-size: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s ease; }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--amber); }
@media (max-width: 760px) { .to-top { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-copy .eyebrow, .hero h1, .hero .sub, .hero-benefits, .lead-card { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Legal / simple content pages ---------- */
.legal { padding: 46px 0 66px; background: var(--white); }
.legal .wrap-read { max-width: var(--read); margin: 0 auto; padding: 0 22px; }
.legal h1 { font-size: clamp(28px, 5vw, 40px); color: var(--pine); margin: 0 0 6px; }
.legal .updated { color: var(--muted); font-size: 14px; margin: 0 0 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.legal h2 { font-size: 20px; color: var(--pine); margin: 30px 0 8px; }
.legal p { color: #28342e; margin: 0 0 14px; }
.legal .wrap-read a { color: var(--amber-dk); font-weight: 600; }

/* ---------- Contact page ---------- */
.contact-hero { position: relative; background: var(--pine-deep); color: #fff; padding: 52px 0 44px; text-align: center; overflow: hidden; }
.contact-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 90% at 80% -10%, rgba(224,122,45,.28), transparent 55%), linear-gradient(160deg, rgba(14,58,49,.6), rgba(11,42,36,.7)); }
.contact-hero .wrap { position: relative; }
.contact-hero h1 { color: #fff; font-size: clamp(30px, 5vw, 46px); margin: 0 0 12px; }
.contact-hero p { color: #d6e6df; font-size: 18px; max-width: 34em; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; padding: 50px 0 64px; }
.contact-methods { display: grid; gap: 14px; }
.contact-methods h2 { font-size: 24px; color: var(--pine); margin: 0 0 6px; }
.contact-methods > p { color: var(--muted); margin: 0 0 8px; }
.cm-card { display: flex; gap: 15px; align-items: center; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: var(--r); padding: 18px 20px; text-decoration: none; color: var(--ink); transition: transform .1s ease, box-shadow .15s ease; }
.cm-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cm-ico { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--bone-2); color: var(--pine); display: grid; place-items: center; }
.cm-ico svg { width: 24px; height: 24px; }
.cm-card .cm-label { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.cm-card .cm-val { display: block; font-size: 19px; font-weight: 800; color: var(--pine); }
.cm-note { color: var(--muted); font-size: 14px; margin: 6px 2px 0; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Thank-you page ---------- */
.ty-card { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 44px 40px; text-align: center; animation: fadeUp .7s both; }
.ty-check { width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: rgba(16,58,49,.08); color: var(--pine); display: grid; place-items: center; }
.ty-check svg { width: 34px; height: 34px; }
.ty-card h1 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 12px; }
.ty-lead { font-size: 1.08rem; color: #44514c; margin: 0 0 28px; }
.ty-steps { text-align: left; background: var(--bone, #f6f2ea); border-radius: 14px; padding: 22px 26px; margin: 0 0 26px; }
.ty-steps h2 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; color: var(--pine); margin: 0 0 12px; }
.ty-steps ol { margin: 0; padding-left: 20px; }
.ty-steps li { margin: 10px 0; color: #3c4742; line-height: 1.5; }
.ty-call { font-size: 1.05rem; margin: 0 0 18px; }
.ty-call a { color: var(--amber); font-weight: 700; text-decoration: none; }
.ty-home { display: inline-block; color: var(--pine); text-decoration: none; font-weight: 600; }
.ty-home:hover { color: var(--amber); }
@media (max-width: 560px) { .ty-card { padding: 32px 22px; } }
