:root {
  --rust: #aa3f2c;
  --rust-dark: #85301f;
  --teal: #0c6e70;
  --teal-dark: #164d4f;
  --cream: #f7ead5;
  --paper: #fffdf8;
  --ink: #1f2b2c;
  --muted: #667172;
  --line: #dfddd5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 15px; color: #b8dfd9; font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.rust { color: var(--rust); }
.eyebrow.cream { color: #f7d8ad; }

.site-header { background: white; border-bottom: 1px solid #e9e5db; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.header-inner img { width: 290px; height: 78px; object-fit: contain; object-position: left center; }
.header-call { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.header-call span { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.header-call a { color: var(--rust); font-size: 1.25rem; font-weight: 900; }

.hero { position: relative; overflow: hidden; background: var(--teal-dark); color: white; }
.hero-image { position: absolute; inset: 0; background: url('/assets/mission-city-hero-branded.png') center / cover no-repeat; opacity: .22; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 69, 71, .98), rgba(18, 69, 71, .84)); }
.hero-inner { position: relative; z-index: 2; min-height: 620px; display: grid; grid-template-columns: 1.02fr .84fr; align-items: center; gap: 70px; padding-block: 64px; }
.hero h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(3rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.052em; }
.hero-lead { max-width: 620px; margin-bottom: 28px; color: #e5efed; font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 35px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 4px; font-weight: 900; }
.button-primary { background: var(--rust); color: white; }
.button-primary:hover { background: var(--rust-dark); }
.text-link { font-weight: 900; }
.text-link span, .process-intro a span { color: #f0c69d; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 25px; padding: 0; margin: 0; list-style: none; color: #d8e8e5; font-size: .83rem; font-weight: 800; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: #f0c69d; }
.hero-photo-card { padding: 12px; background: rgba(255,255,255,.96); box-shadow: 0 25px 70px rgba(0,0,0,.26); }
.hero-photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.services-section, .area-section { padding: 90px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .process-intro h2, .quote-intro h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.8vw, 4.1rem); line-height: 1.02; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1.25fr .65fr; align-items: end; gap: 70px; }
.split-heading p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { min-height: 285px; padding: 32px 32px 34px 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 32px; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { display: inline-block; margin-bottom: 55px; color: var(--rust); font-size: .78rem; font-weight: 900; }
.service-grid h3 { margin-bottom: 13px; font-size: 1.42rem; }
.service-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }

.process-section { padding: 90px 0; background: var(--teal-dark); color: white; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process-intro > p:not(.eyebrow) { margin: 23px 0; color: #d5e6e3; line-height: 1.7; }
.process-intro a { display: inline-block; margin-top: 10px; font-weight: 900; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #8bb7b4; border-radius: 50%; color: #f6d0aa; font-weight: 900; }
.process-list h3 { margin: 2px 0 7px; font-size: 1.18rem; }
.process-list p { margin: 0; color: #c7dcd9; font-size: .9rem; line-height: 1.6; }

.area-section { background: #f7f4ed; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-list span { padding: 12px 16px; border: 1px solid #cbc8bf; background: white; color: #3b4748; font-size: .86rem; font-weight: 800; }

.quote-section { padding: 90px 0; background: var(--rust); color: white; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 75px; }
.quote-intro > p:not(.eyebrow) { margin: 22px 0 28px; color: #ffe6de; line-height: 1.7; }
.quote-intro > a { display: block; margin-bottom: 6px; font-size: 1.55rem; font-weight: 900; }
.quote-intro > span { color: #f8d7ce; font-size: .86rem; }
.quote-form { position: relative; padding: 34px; background: white; color: var(--ink); box-shadow: 0 20px 60px rgba(70,17,10,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 18px; color: #374344; font-size: .78rem; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; border: 1px solid #cfcfc9; border-radius: 2px; background: #fffefa; padding: 11px 12px; color: var(--ink); outline: none; }
.quote-form textarea { min-height: 110px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(12,110,112,.12); }
.quote-form .consent-row { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 500; line-height: 1.45; }
.quote-form .consent-row input { width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; }
.quote-form button { width: 100%; min-height: 52px; border: 0; border-radius: 3px; background: var(--teal); color: white; cursor: pointer; font-weight: 900; }
.quote-form button:hover { background: var(--teal-dark); }
.quote-form button:disabled { cursor: wait; opacity: .72; }
.quote-form .privacy-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.form-status { display: none; margin: 16px 0 0; padding: 12px 14px; border-radius: 3px; font-size: .82rem; line-height: 1.45; }
.form-status.success { display: block; background: #e8f5ef; color: #175e43; }
.form-status.error { display: block; background: #fff0ee; color: #8a281c; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

footer { padding: 38px 0 90px; background: #172223; color: white; }
.footer-inner { display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 45px; }
.footer-inner img { width: 230px; }
.footer-inner p { margin: 0; color: #a8b7b6; font-size: .8rem; line-height: 1.5; }
.footer-contact { display: grid; gap: 7px; text-align: right; }
.footer-contact a:first-child { color: #96d9d2; font-weight: 900; }
.footer-contact a:last-child { color: #c3cecd; font-size: .78rem; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr 380px; gap: 35px; }
  .hero h1 { font-size: clamp(2.8rem, 6vw, 4.2rem); }
  .split-heading, .process-layout, .quote-layout { grid-template-columns: 1fr; gap: 38px; }
  .section-heading p { max-width: 640px; }
  .footer-inner { grid-template-columns: 220px 1fr; }
  .footer-contact { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 78px; }
  .header-inner img { width: 220px; height: 64px; }
  .header-call { display: none; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 54px 0; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-photo-card { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-points { display: grid; gap: 10px; }
  .services-section, .area-section, .process-section, .quote-section { padding: 64px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid article > span { margin-bottom: 24px; }
  .process-layout { gap: 45px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 19px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .footer-inner img { width: 225px; }
  .footer-contact { grid-column: auto; }
  footer { padding-bottom: 86px; }
  .mobile-call { display: flex; position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 10px; min-height: 52px; align-items: center; justify-content: center; border-radius: 4px; background: var(--rust); color: white; box-shadow: 0 8px 28px rgba(63,20,14,.35); font-weight: 900; }
}
