/* ===========================================================
   Thrush & Rohr — Bankruptcy Attorneys, Canton OH
   Matched to live site across all 6 pages
   =========================================================== */
:root {
  --bg: #ffffff;
  --ink: #2a2a26;
  --slate: #5c6356;
  --green-light: #a3cf4e;
  --green: #79b53a;
  --green-mid: #5f9a2c;
  --green-dark: #3f6e20;
  --green-darker: #2c4f16;
  --line: #e2e8da;
  --sans: "Work Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--green-mid); text-decoration: none; }
a:hover { color: var(--green-darker); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 3px; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h2 { font-weight: 800; color: var(--green-dark); margin: 0; text-transform: uppercase; font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
h3.subhead { font-weight: 600; color: var(--green-mid); margin: 2px 0 14px; font-size: 1.05rem; }
h3.block-head { font-weight: 700; color: var(--green-mid); margin: 0 0 6px; font-size: 1.1rem; }
p { margin: 0 0 1em; }

/* ---------- Utility bar ---------- */
.utility-bar { padding: 18px 0; background: #1a1a1a; border-bottom: 1px solid #000; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.logo-block { display: flex; align-items: center; }
.logo-block svg { width: 34px; height: 34px; flex-shrink: 0; }
.utility-right { text-align: right; }
.utility-right .call-line { font-size: 1.15rem; font-weight: 700; color: #fff; }
.utility-right .call-line a { color: #d4af37; }
.utility-right .meta-line { font-size: .85rem; color: #b8b8b8; margin: 4px 0 10px; }
.utility-right .meta-line a { color: #b8b8b8; }
.utility-buttons { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; align-items: center; }
.btn-outline-green { border: 1.5px solid #d4af37; color: #d4af37; background: transparent; padding: 9px 18px; border-radius: 3px; font-weight: 700; font-size: .88rem; white-space: nowrap; }
.btn-outline-green:hover { background: #d4af37; color: #1a1a1a; }
.fb-dot { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #3b5998; color: #fff; }
.fb-dot svg { width: 16px; height: 16px; }

/* ---------- Nav ---------- */
nav.main-nav { background: linear-gradient(90deg, var(--green-light), var(--green-mid)); display: flex; flex-wrap: wrap; justify-content: center; }
nav.main-nav a { color: #2c3a1d; font-weight: 700; font-size: .92rem; text-transform: uppercase; letter-spacing: .02em; padding: 16px 22px; display: inline-block; }
nav.main-nav a:hover { background: rgba(0,0,0,.07); color: #2c3a1d; }
nav.main-nav a.active { background: #1f2a16; color: #fff; }
.nav-toggle { display: none; background: var(--green-mid); border: none; cursor: pointer; padding: 14px 18px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; }

/* ---------- Hero (home only) ---------- */
.photo-hero { display: block; background-size: cover; background-position: center; min-height: 440px; }

/* ---------- Heading band ---------- */
.heading-band { background: var(--green); padding: 26px 0; text-align: center; }
.heading-band h1 { color: #fff; margin: 0; font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 800; text-transform: uppercase; }

/* ---------- Sections ---------- */
.section { padding: 50px 0; }

.text-photo { display: grid; grid-template-columns: 1.2fr .9fr; gap: 40px; align-items: center; }
.tp-photo img { border-radius: 4px; box-shadow: 0 8px 22px rgba(40,60,20,.16); }

.plain-block + .plain-block { margin-top: 26px; }

/* dark photo-overlay band */
.dark-band { position: relative; background: var(--green-darker); background-size: cover; background-position: center; padding: 46px 0; color: #fff; min-height: 360px; display: flex; align-items: center; }
.dark-band.has-photo::before { content: ""; position: absolute; inset: 0; background: rgba(8,14,4,.66); }
.dark-band .wrap { position: relative; }
.dark-band h3.block-head { color: var(--green-light); }
.dark-band p { color: #eef3e7; }
.dark-band .db-block + .db-block { margin-top: 22px; }
.dark-band .two-col-list li { color: #eef3e7; }
.dark-band .two-col-list li::before { background: var(--green-light); }

.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; margin: 14px 0 18px; padding: 0; list-style: none; }
.two-col-list li { padding-left: 20px; position: relative; }
.two-col-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background: var(--green-mid); border-radius: 50%; }

.exemption-flag { background: #fbf6e6; border: 1px solid #e3d49a; border-radius: 4px; padding: 12px 16px; font-size: .85rem; color: #6b5a16; margin: 4px 0 22px; }

/* plain closing CTA line, white bg */
.plain-cta { padding: 36px 0 50px; }
.plain-cta p { color: var(--green); font-size: 1.25rem; font-weight: 700; margin: 0; max-width: 760px; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--green-darker); color: #d9e6cb; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; padding: 48px 24px 36px; max-width: var(--container); margin: 0 auto; }
.footer-grid h4 { color: #fff; font-size: 1rem; text-transform: uppercase; margin: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 8px; }
.footer-grid a { color: #d9e6cb; }
.footer-grid a:hover { color: #fff; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 9px; text-transform: uppercase; font-size: .85rem; }
.footer-grid p { font-size: .92rem; margin: 0 0 8px; }
.payment-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.payment-list span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 3px; font-size: .72rem; padding: 4px 8px; color: #fff; }
.footer-bottom { background: #fff; color: var(--slate); font-size: .78rem; text-align: center; padding: 18px 24px; }
.footer-bottom a { color: var(--slate); text-decoration: underline; }

/* ---------- Contact page ---------- */
.contact-info-strip { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 24px; margin-bottom: 28px; }
.contact-info-strip h3 { font-size: .95rem; color: var(--ink); font-weight: 700; margin: 0 0 6px; }
.contact-info-strip p { font-size: .92rem; color: var(--ink); margin: 0 0 14px; }
.contact-info-strip a { color: var(--green-mid); }
.contact-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.map-wrap { border-radius: 4px; overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

form.contact-form { display: grid; gap: 12px; }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 3px;
  font-family: var(--sans); font-size: .95rem; background: #fff;
}
form.contact-form input::placeholder, form.contact-form textarea::placeholder { color: #8a9482; }
form.contact-form input:focus, form.contact-form select:focus, form.contact-form textarea:focus { outline: none; border-color: var(--green-mid); }
.recaptcha-stub { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 3px; padding: 10px 14px; font-size: .85rem; color: var(--slate); width: fit-content; }
.recaptcha-stub input { width: auto; }
.btn-submit { background: var(--green-mid); color: #fff; padding: 12px 22px; border-radius: 3px; font-weight: 700; border: none; cursor: pointer; text-transform: uppercase; font-size: .92rem; width: fit-content; }
.btn-submit:hover { background: var(--green-dark); }
.form-note { font-size: .8rem; color: var(--slate); margin-top: 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .text-photo, .contact-grid-2 { grid-template-columns: 1fr; }
  .tp-photo { order: -1; }
  .footer-grid, .contact-info-strip { grid-template-columns: 1fr 1fr; }
  .utility-inner { flex-direction: column; align-items: flex-start; }
  .utility-right { text-align: left; }
  .utility-buttons { justify-content: flex-start; }
}
@media (max-width: 720px) {
  nav.main-nav { flex-direction: column; display: none; }
  nav.main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .footer-grid, .contact-info-strip { grid-template-columns: 1fr; }
}

/* CTA text overlaid on photo band */
.dark-band .db-cta { margin-top: 10px; }
.dark-band .db-cta p { color: var(--green-light); font-size: 1.2rem; font-weight: 700; margin: 0; }

.signature-logo { height: 90px; width: auto; object-fit: contain; }
