:root {
  --ink: #152033;
  --muted: #667085;
  --line: #dfe4eb;
  --soft: #f6f8fb;
  --accent: #b58a4a;
  --accent-dark: #916c34;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 82px; padding: 14px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(10px); }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; align-items: center; line-height: 1; flex: 0 0 auto; }
.brand-main { font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(22px, 3vw, 31px); letter-spacing: -.8px; }
.brand-sub { margin-top: 7px; font-size: 9px; letter-spacing: 2.8px; font-weight: 700; color: var(--accent-dark); }
.header-nav { display: flex; align-items: center; gap: clamp(15px, 2.5vw, 34px); font-size: 13px; font-weight: 700; }
.header-nav a { text-decoration: none; }
.header-nav a:not(.header-link):hover { color: var(--accent-dark); }
.header-link { border-bottom: 1px solid var(--accent); padding-bottom: 3px; }
.hero { min-height: 670px; display: grid; place-items: center; padding: 95px 24px; background: linear-gradient(115deg, rgba(14,28,49,.97), rgba(24,41,65,.84)), url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80') center/cover; color: white; }
.hero-inner { max-width: 1020px; text-align: center; }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 2.2px; color: var(--accent); }
h1,h2,h3 { line-height: 1.2; }
h1 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(41px, 6vw, 72px); letter-spacing: -2px; }
h2 { font-family: "Libre Baskerville", Georgia, serif; }
.hero-copy { max-width: 860px; margin: 25px auto 0; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.86); }
.hero-actions { margin-top: 34px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-trust { margin: 25px 0 0; font-size: 13px; letter-spacing: .5px; color: rgba(255,255,255,.68); }
.button { display: inline-flex; min-height: 50px; padding: 13px 22px; border-radius: 3px; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; border: 1px solid transparent; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { border-color: rgba(255,255,255,.6); color: white; background: transparent; }
.section { padding: 100px clamp(22px, 7vw, 110px); }
.section-tight { padding-top: 78px; padding-bottom: 78px; }
.section-muted { background: var(--soft); }
.section-heading { max-width: 800px; margin: 0 auto 52px; text-align: center; }
.section-heading.compact { margin-bottom: 44px; }
.section-heading h2, .request-copy h2, .intro-grid h2, .nationwide-callout h2 { margin: 0; font-size: clamp(31px, 4vw, 48px); letter-spacing: -1px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.intro-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.intro-copy p { color: var(--muted); font-size: 17px; margin: 0 0 18px; }
.service-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { border: 1px solid var(--line); padding: 30px 25px; min-height: 220px; background: white; }
.service-card h3 { font-size: 19px; margin: 0 0 14px; }
.service-card p { color: var(--muted); margin: 0; }
.location-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-grid article { border-top: 3px solid var(--accent); background: var(--soft); padding: 26px; }
.location-grid h3 { margin: 0 0 9px; font-size: 19px; }
.location-grid p { margin: 0; color: var(--muted); }
.nationwide-callout { max-width: 1180px; margin: 52px auto 0; padding: 38px 42px; background: #152033; color: white; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.nationwide-callout > div { max-width: 770px; }
.nationwide-callout p:last-child { color: rgba(255,255,255,.75); margin-bottom: 0; }
.steps { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; }
.steps span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--accent); color: var(--accent-dark); font-weight: 700; background: white; }
.steps h3 { margin: 17px 0 8px; }
.steps p { color: var(--muted); margin: 0; }
.faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { cursor: pointer; list-style: none; padding: 23px 42px 23px 0; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 5px; top: 20px; font-size: 24px; color: var(--accent-dark); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { color: var(--muted); padding: 0 45px 24px 0; margin: 0; }
.request-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 100px); }
.request-copy { padding-top: 10px; }
.request-copy p { color: var(--muted); font-size: 17px; }
.request-copy a { color: var(--accent-dark); font-weight: 700; }
.small-note { font-size: 14px !important; }
.form-wrap { border: 1px solid var(--line); padding: clamp(25px, 4vw, 44px); background: white; box-shadow: 0 15px 45px rgba(20,32,50,.07); }
form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label, legend { font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfd6df; border-radius: 2px; background: white; color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(181,138,74,.25); border-color: var(--accent); }
textarea { resize: vertical; }
fieldset { border: 0; padding: 0; margin: 0; }
.checkboxes { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.checkboxes label { font-weight: 500; }
.checkboxes input { width: auto; margin: 0 6px 0 0; }
.submit-button { width: 100%; border: 0; font-size: 15px; }
.privacy-note { color: var(--muted); font-size: 12px; text-align: center; margin: -5px 0 0; }
.honeypot { position: absolute; left: -9999px; }
.alert { padding: 13px 15px; margin-bottom: 20px; font-weight: 600; font-size: 14px; }
.success { background: #edf8f1; color: #246b3d; }
.error { background: #fff1f1; color: #9b2c2c; }
footer { background: #111b2b; color: rgba(255,255,255,.7); padding: 40px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; flex-wrap: wrap; }
footer a { color: white; }
.footer-brand { display: flex; flex-direction: column; line-height: 1.2; color: white; }
.footer-brand strong { font-family: "Libre Baskerville", Georgia, serif; font-size: 19px; }
.footer-brand span { font-size: 9px; letter-spacing: 1.5px; margin-top: 5px; color: var(--accent); text-transform: uppercase; }
@media (max-width: 960px) {
  .service-grid, .location-grid { grid-template-columns: 1fr 1fr; }
  .request-section, .intro-grid { grid-template-columns: 1fr; }
  .steps { gap: 25px; }
  .nationwide-callout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .header-nav a:not(.header-link) { display: none; }
}
@media (max-width: 620px) {
  .site-header { min-height: 70px; }
  .header-link { display: none; }
  .hero { min-height: 570px; padding-top: 70px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .service-grid, .location-grid, .steps, .form-row, .checkboxes { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  h1 { letter-spacing: -1px; }
  .nationwide-callout { padding: 30px 25px; }
  footer { align-items: flex-start; flex-direction: column; }
}

.join-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 7vw, 96px); align-items: start; }
.join-intro h2, .reporter-form-wrap h2 { margin: 0 0 20px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(31px, 4vw, 48px); letter-spacing: -1px; }
.join-intro > p { color: var(--muted); font-size: 17px; }
.join-intro h3 { margin: 30px 0 14px; }
.benefit-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.benefit-list li { position: relative; padding-left: 24px; color: var(--muted); }
.benefit-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-dark); font-weight: 700; }
.reporter-form-wrap > p { color: var(--muted); }
.optional { font-weight: 500; color: var(--muted); }
@media (max-width: 960px) { .join-section { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .benefit-list { grid-template-columns: 1fr; } }

/* Phone conversion enhancements */
.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--accent);
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}
.header-phone:hover { background: var(--accent); color: #fff; }
.mobile-call-button {
  display: none;
}
@media (max-width: 980px) {
  .header-phone { display: none; }
}
@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .mobile-call-button {
    display: flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    background: var(--accent);
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 10px 30px rgba(17,27,43,.28);
  }
}
