/* HEWITT ROOFING — Mainstay Roofing-Budget Tier
   Palette: deep mountain-blue + warm bone + barn-red + soft mustard
   Type: DM Serif Display (display) / IBM Plex Sans (body) / IBM Plex Mono (data) */

:root {
  --primary: #264653;
  --primary-dark: #1b3640;
  --bg: #f6f1e6;
  --card: #ffffff;
  --ink: #1d1c1a;
  --ink-soft: #5d574c;
  --rule: #d6cdbb;
  --accent-red: #a23b2c;
  --accent-mustard: #c79c4e;
  --accent-muted: #7a8893;
  --shadow: rgba(29, 28, 26, 0.10);

  --display: 'DM Serif Display', Georgia, serif;
  --body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --mono: 'IBM Plex Mono', 'Courier New', monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--primary); text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: 0.2em; transition: color .2s, text-decoration-color .2s; }
a:hover { color: var(--accent-red); text-decoration-color: var(--accent-red); }

h1, h2, h3, h4 { color: var(--primary-dark); font-weight: 600; line-height: 1.2; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.75rem, 5.5vw, 4.5rem); line-height: 1.05; }
h2 { font-size: clamp(1.875rem, 3.5vw, 2.75rem); line-height: 1.15; }
h3 { font-family: var(--body); font-size: 1.375rem; font-weight: 600; line-height: 1.25; }
p { margin-bottom: 1em; }
em { font-style: italic; }

.mono { font-family: var(--mono); font-size: 0.875rem; font-weight: 500; }
.smallcaps {
  font-family: var(--body);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--accent-mustard);
  display: inline-block;
}
.smallcaps--bone { color: var(--bg); }

.wrap { max-width: 76rem; margin: 0 auto; padding: 0 1.5rem; }
.wrap--narrow { max-width: 42rem; margin: 0 auto; padding: 0 1.5rem; }
.wrap--medium { max-width: 56rem; margin: 0 auto; padding: 0 1.5rem; }

.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--primary-dark); color: var(--bg);
  padding: 0.5rem 1rem; font-size: 0.85rem; z-index: 200; text-decoration: none;
}
.skip-link:focus { top: 0; }

/* TRUST STRIP (above header) */
.trust-strip {
  background: var(--primary);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}
.trust-strip span { display: inline-block; padding: 0 0.75rem; }
.trust-strip .sep { color: var(--accent-mustard); padding: 0; }

/* HEADER */
.site-header {
  position: sticky; top: 0;
  background: var(--bg); z-index: 100;
  transition: box-shadow .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { box-shadow: 0 2px 8px var(--shadow); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 0; gap: 1.5rem;
}
.wordmark {
  font-family: var(--display); font-size: 1.625rem; font-weight: 400;
  color: var(--primary); text-decoration: none; line-height: 1;
}
.wordmark sup {
  display: block; margin-top: 0.2rem;
  font-family: var(--mono); font-size: 0.55rem; font-weight: 500;
  color: var(--accent-mustard); letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav { display: flex; gap: 1.75rem; align-items: center; }
.site-nav a {
  font-family: var(--body); font-size: 0.95rem;
  color: var(--ink); text-decoration: none; font-weight: 500;
}
.site-nav a:hover, .site-nav a.is-current { color: var(--accent-red); }
.header-right { display: flex; align-items: center; gap: 1.25rem; }
.header-phone {
  font-family: var(--mono); font-size: 0.9rem; font-weight: 500;
  color: var(--primary); text-decoration: none;
}
.header-phone:hover { color: var(--accent-red); }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.5rem; font-size: 1.4rem; color: var(--primary); }
@media (max-width: 960px) {
  .site-nav, .header-phone { display: none; }
  .menu-toggle { display: block; }
}

/* BUTTONS */
.btn {
  font-family: var(--body); font-size: 0.9rem; font-weight: 600;
  padding: 0.85rem 1.5rem;
  text-decoration: none; display: inline-block;
  border: 1px solid var(--primary); background: transparent; color: var(--primary);
  cursor: pointer; transition: all .2s;
  letter-spacing: 0.01em;
}
.btn:hover { background: var(--primary); color: var(--bg); }
.btn--primary { background: var(--accent-red); color: #fff; border-color: var(--accent-red); }
.btn--primary:hover { background: #8a2f22; border-color: #8a2f22; color: #fff; }
.btn--ghost { background: transparent; color: var(--primary); border-color: transparent; padding-left: 0; padding-right: 0; }
.btn--ghost:hover { background: transparent; color: var(--accent-red); }

/* HOMEPAGE HERO — Pattern #2: full-bleed photo, centered translucent card */
.hero {
  position: relative;
  height: 70vh;
  min-height: 540px;
  max-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(27,54,64,0.15) 0%, rgba(27,54,64,0.35) 100%);
}
.hero-card {
  position: relative; z-index: 2;
  background: rgba(246, 241, 230, 0.94);
  border: 1px solid rgba(38, 70, 83, 0.15);
  padding: 2.5rem 2.25rem;
  max-width: 620px;
  margin: 0 1.5rem;
  text-align: left;
  box-shadow: 0 24px 48px rgba(27,54,64,0.18);
}
.hero-card .smallcaps { margin-bottom: 1.25rem; }
.hero-card h1 { color: var(--primary-dark); margin-bottom: 1rem; text-wrap: balance; }
.hero-card p {
  font-size: 1.125rem; line-height: 1.55;
  color: var(--ink); margin-bottom: 1.75rem;
}
.hero-card .hero-buttons { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
.hero-card .text-link {
  font-family: var(--body); font-size: 0.95rem; font-weight: 600;
  color: var(--primary); text-decoration: none;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
}
.hero-card .text-link:hover { color: var(--accent-red); border-bottom-color: var(--accent-red); }

/* INTERIOR PAGE HERO (shorter) */
.page-hero {
  position: relative;
  min-height: 320px;
  display: flex; align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.page-hero--tall { min-height: 340px; }
.page-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(27,54,64,0.65) 0%, rgba(27,54,64,0.35) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  color: var(--bg);
  padding: 3rem 0;
}
.page-hero h1 { color: var(--bg); text-wrap: balance; max-width: 22ch; }
.page-hero .smallcaps { color: var(--accent-mustard); margin-bottom: 1rem; }
.breadcrumb {
  font-family: var(--mono); font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(246,241,230,0.7); margin-bottom: 1rem;
}
.breadcrumb a { color: rgba(246,241,230,0.7); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent-mustard); }
.breadcrumb .sep { padding: 0 0.4rem; }

/* SECTIONS */
section { padding: 4.5rem 0; }
section.tight { padding: 2.5rem 0; }

/* TRUST BAND (homepage) */
.trust-band {
  background: var(--bg);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 1.75rem 0;
}
.trust-band-inner {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.trust-item {
  padding: 0 2rem; text-align: center;
  border-left: 1px solid var(--primary);
}
.trust-item:first-child { border-left: 0; }
.trust-item .label {
  font-family: var(--body); font-size: 0.78rem;
  font-weight: 600; color: var(--primary-dark);
  letter-spacing: 0.02em;
  display: block;
}
.trust-item .id {
  font-family: var(--mono); font-size: 0.72rem;
  color: var(--ink-soft); margin-top: 0.25rem;
  display: block;
}
.trust-microcopy {
  text-align: center;
  font-family: var(--mono); font-size: 0.8rem;
  color: var(--accent-mustard);
  margin-top: 1.25rem;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .trust-band-inner { flex-direction: column; gap: 1rem; }
  .trust-item { border-left: 0; border-top: 1px solid var(--rule); padding: 1rem 1rem 0; }
  .trust-item:first-child { border-top: 0; padding-top: 0; }
}

/* SERVICE TILES (homepage "What I do") */
.section-head {
  text-align: center;
  margin-bottom: 3rem;
}
.section-head .smallcaps { margin-bottom: 1rem; }
.section-head h2 { max-width: 24ch; margin: 0 auto; }
.tiles-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.tile {
  background: var(--card);
  border: 1px solid var(--rule);
  display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.tile:hover { transform: translateY(-2px); box-shadow: 0 12px 24px var(--shadow); }
.tile-img {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
}
.tile-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.tile-body h3 { color: var(--primary-dark); margin-bottom: 0.6rem; }
.tile-body p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; margin-bottom: 1rem; flex: 1; }
.tile-price {
  font-family: var(--mono); font-size: 0.8rem;
  color: var(--primary); font-weight: 500;
  padding-top: 0.75rem; border-top: 1px solid var(--rule);
}
@media (max-width: 1024px) { .tiles-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tiles-grid { grid-template-columns: 1fr; } }

/* WHY SMALL SHOP (mountain-blue band) */
.why-band {
  background: var(--primary);
  color: var(--bg);
  padding: 5rem 0;
}
.why-grid {
  display: grid; grid-template-columns: 6fr 4fr;
  gap: 4rem; align-items: center;
}
.why-band h2 { color: var(--bg); margin-bottom: 1.5rem; max-width: 22ch; }
.why-band p {
  color: rgba(246,241,230,0.92); font-size: 1.0625rem; line-height: 1.75;
  margin-bottom: 1rem;
}
.why-band .smallcaps { color: var(--accent-mustard); margin-bottom: 1rem; }
.why-band .text-link {
  color: var(--accent-mustard);
  font-weight: 600; text-decoration: none;
  border-bottom: 1px solid var(--accent-mustard);
  padding-bottom: 2px;
}
.why-band .text-link:hover { color: var(--bg); border-bottom-color: var(--bg); }
.why-img {
  aspect-ratio: 4/3; background-size: cover; background-position: center;
}
@media (max-width: 880px) { .why-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

/* RECENT WORK GRID (homepage) */
.work-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.work-grid--four { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.work-card {
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.work-card:hover { transform: translateY(-2px); box-shadow: 0 14px 28px var(--shadow); }
.work-card-img {
  aspect-ratio: 4/3; background-size: cover; background-position: center;
  margin-bottom: 0.75rem;
}
.work-card h3 {
  color: var(--primary-dark); font-size: 1.0625rem;
  margin-bottom: 0.35rem;
}
.work-card-caption {
  font-family: var(--mono); font-size: 0.75rem;
  color: var(--ink-soft); line-height: 1.5;
}
.see-all-link {
  display: block; text-align: center; margin-top: 2.5rem;
  font-family: var(--body); font-size: 1rem; font-weight: 600;
  color: var(--accent-mustard); text-decoration: none;
}
.see-all-link:hover { color: var(--accent-red); }
@media (max-width: 1024px) {
  .work-grid, .work-grid--four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .work-grid, .work-grid--four { grid-template-columns: 1fr; }
}

/* REVIEWS (embedded on homepage) */
.reviews-band { background: var(--bg); border-top: 1px solid var(--rule); }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.review-card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.75rem;
}
.review-stars { color: var(--accent-mustard); font-size: 1.1rem; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.review-card h3 { color: var(--primary-dark); font-size: 1.0625rem; margin-bottom: 0.2rem; }
.review-date { font-family: var(--mono); font-size: 0.7rem; color: var(--ink-soft); margin-bottom: 1rem; }
.review-body { font-size: 0.95rem; line-height: 1.6; color: var(--ink); }
.reviews-footnote {
  text-align: center; margin-top: 2rem;
  font-family: var(--body); font-size: 0.9rem; color: var(--primary);
}
@media (max-width: 880px) { .reviews-grid { grid-template-columns: 1fr; } }

/* SERVICE AREA + MAP (homepage) */
.service-area {
  border-top: 1px solid var(--rule);
}
.service-area-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.service-area-info h2 { margin-bottom: 1rem; }
.service-area-info p { color: var(--ink-soft); margin-bottom: 1rem; line-height: 1.7; }
.service-area-list {
  font-family: var(--mono); font-size: 0.8rem;
  color: var(--primary); line-height: 1.9;
  margin-top: 1rem;
}
.area-map-frame {
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid var(--primary);
}
@media (max-width: 880px) {
  .service-area-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* FINAL CTA */
.final-cta {
  text-align: center;
  padding: 5rem 1.5rem;
  background: var(--bg);
  border-top: 1px solid var(--rule);
}
.final-cta .smallcaps { margin-bottom: 1rem; }
.final-cta h2 { color: var(--primary-dark); margin: 0 auto 1rem; max-width: 26ch; }
.final-cta p { color: var(--ink-soft); margin-bottom: 2rem; max-width: 38rem; margin-left: auto; margin-right: auto; }
.final-cta-buttons { display: flex; gap: 1.25rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.final-cta-buttons .phone {
  font-family: var(--mono); font-size: 1rem; font-weight: 500;
  color: var(--primary); text-decoration: none;
}
.final-cta-buttons .phone:hover { color: var(--accent-red); }

/* ARTICLE PROSE (about page) */
.article-prose {
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--ink);
}
.article-prose p { margin-bottom: 1.25rem; }
.article-prose h2 {
  margin: 3rem 0 1rem;
  color: var(--primary-dark);
}
.article-prose h3 { margin: 2rem 0 0.75rem; color: var(--primary-dark); }
.pull-quote {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 1.5rem; line-height: 1.4;
  color: var(--primary-dark);
  padding: 1.5rem 0;
  border-top: 2px solid var(--accent-mustard);
  border-bottom: 2px solid var(--accent-mustard);
  margin: 2.5rem 0;
  text-align: center;
}
.crew-portrait {
  float: right;
  width: 42%;
  aspect-ratio: 4/5;
  background-size: cover; background-position: center;
  margin: 0.5rem 0 1.25rem 1.75rem;
  border: 1px solid var(--rule);
}
.crew-portrait--left {
  float: left;
  margin: 0.5rem 1.75rem 1.25rem 0;
}
@media (max-width: 720px) {
  .crew-portrait, .crew-portrait--left {
    float: none; width: 100%; margin: 1.5rem 0;
  }
}
.article-prose .closing-cta {
  margin-top: 3.5rem; padding-top: 2rem;
  border-top: 1px solid var(--rule);
  display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap;
}
.article-prose .closing-cta .phone {
  font-family: var(--mono); font-size: 1rem; color: var(--primary); text-decoration: none;
}

/* SERVICES PAGE BLOCKS */
.services-intro {
  padding: 4rem 1.5rem 2rem;
  max-width: 42rem; margin: 0 auto;
}
.services-intro p {
  font-size: 1.125rem; line-height: 1.75; color: var(--ink);
  margin-bottom: 1.25rem;
}
.svc-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  padding: 3.5rem 0;
  border-top: 1px solid var(--rule);
}
.svc-block.reverse > .svc-text { order: 2; }
.svc-block-img {
  aspect-ratio: 16/9;
  background-size: cover; background-position: center;
}
.svc-num {
  font-family: var(--mono); font-size: 0.78rem;
  color: var(--accent-mustard); letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 600;
  margin-bottom: 0.75rem;
  display: block;
}
.svc-text h2 { margin-bottom: 1rem; color: var(--primary-dark); }
.svc-text p { color: var(--ink-soft); line-height: 1.75; margin-bottom: 1rem; }
.svc-price-card {
  font-family: var(--mono); font-size: 0.85rem;
  background: var(--bg);
  border: 1px solid var(--primary);
  padding: 0.85rem 1rem;
  margin-top: 1rem;
  color: var(--primary-dark);
  display: inline-block;
}
@media (max-width: 880px) {
  .svc-block { grid-template-columns: 1fr; gap: 1.5rem; padding: 2.5rem 0; }
  .svc-block.reverse > .svc-text { order: 0; }
}

/* INSURANCE CALLOUT BAND */
.insurance-band {
  background: var(--primary);
  color: var(--bg);
  padding: 4rem 0;
}
.insurance-band h2 { color: var(--bg); margin-bottom: 1.25rem; max-width: 26ch; }
.insurance-band p { color: rgba(246,241,230,0.92); line-height: 1.75; max-width: 50rem; }
.insurance-band .smallcaps { color: var(--accent-mustard); margin-bottom: 1rem; }

/* PRICING TABLE (services) */
.pricing-block {
  background: var(--bg);
  border: 1px solid var(--rule);
  padding: 2.5rem;
  margin: 3.5rem auto;
  max-width: 56rem;
}
.pricing-block h2 { margin-bottom: 1rem; color: var(--primary-dark); }
.pricing-block > p { color: var(--ink-soft); margin-bottom: 1.5rem; line-height: 1.7; }
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.pricing-table tr { border-bottom: 1px solid var(--rule); }
.pricing-table td {
  padding: 0.85rem 0;
  font-family: var(--mono); font-size: 0.85rem;
  color: var(--ink); vertical-align: top;
}
.pricing-table td.right {
  text-align: right;
  font-weight: 500;
  color: var(--primary-dark);
  white-space: nowrap;
}
.pricing-caption {
  font-family: var(--mono); font-size: 0.75rem;
  color: var(--ink-soft); line-height: 1.6;
  margin-top: 1rem;
}

/* FAQ */
.faq-block {
  max-width: 42rem; margin: 4rem auto;
  padding: 0 1.5rem;
}
.faq-block h2 { text-align: center; margin-bottom: 2.5rem; color: var(--primary-dark); }
.faq-item {
  border-bottom: 1px solid var(--rule);
  padding: 1.25rem 0;
}
.faq-item summary {
  cursor: pointer;
  font-family: var(--body); font-weight: 600;
  font-size: 1.0625rem; color: var(--primary-dark);
  list-style: none;
  position: relative;
  padding-right: 2rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute; right: 0; top: 0;
  font-family: var(--mono); font-size: 1.5rem;
  color: var(--accent-mustard); font-weight: 400;
  transition: transform .2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  margin-top: 0.75rem;
  color: var(--ink-soft); line-height: 1.7;
}

/* WORK PAGE */
.work-intro {
  max-width: 42rem; margin: 0 auto;
  padding: 3rem 1.5rem 1rem;
}
.work-intro p {
  font-size: 1.125rem; line-height: 1.75; color: var(--ink);
}
.work-page-grid {
  padding: 3rem 0 4rem;
}
.work-closing {
  background: var(--bg);
  border-top: 2px solid var(--accent-mustard);
  border-bottom: 2px solid var(--accent-mustard);
  padding: 4rem 1.5rem;
  text-align: center;
}
.work-closing blockquote {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem); line-height: 1.4;
  color: var(--primary-dark);
  max-width: 42rem; margin: 0 auto 2rem;
}
.work-closing cite {
  font-family: var(--mono); font-size: 0.85rem;
  font-style: normal; color: var(--ink-soft);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 2rem;
}

/* QUOTE PAGE */
.quote-intro {
  max-width: 42rem; margin: 0 auto;
  padding: 3.5rem 1.5rem 1rem;
}
.quote-intro p { font-size: 1.125rem; line-height: 1.75; margin-bottom: 1.25rem; }
.quote-grid {
  display: grid; grid-template-columns: 5fr 4fr;
  gap: 4rem;
  max-width: 72rem; margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}
.quote-form {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 2.5rem;
}
.form-row { margin-bottom: 1.25rem; }
.form-row label {
  display: block;
  font-family: var(--body); font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--primary-dark);
  margin-bottom: 0.4rem;
}
.form-row label .req { color: var(--accent-red); }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 0.75rem 0.85rem;
  background: var(--bg);
  border: 1px solid var(--rule);
  font-family: var(--body); font-size: 1rem;
  color: var(--ink); outline: none;
  resize: vertical;
  transition: border-color .2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  border-color: var(--primary);
}
.form-submit {
  background: var(--accent-red); color: #fff; border: 0;
  padding: 1rem 2rem;
  font-family: var(--body); font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer; width: 100%; transition: background .2s;
}
.form-submit:hover { background: #8a2f22; }
.form-microcopy {
  font-family: var(--mono); font-size: 0.75rem;
  color: var(--ink-soft); margin-top: 1rem; line-height: 1.6;
}
.quote-sidebar {
  position: sticky; top: 6rem;
  align-self: start;
  display: flex; flex-direction: column; gap: 1.5rem;
}
.sidebar-card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.75rem;
}
.sidebar-card h3 {
  font-family: var(--body); font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--accent-mustard); font-weight: 600;
  margin-bottom: 1rem;
}
.sidebar-pricing { width: 100%; border-collapse: collapse; }
.sidebar-pricing tr { border-bottom: 1px solid var(--rule); }
.sidebar-pricing tr:last-child { border-bottom: 0; }
.sidebar-pricing td {
  padding: 0.65rem 0;
  font-family: var(--mono); font-size: 0.78rem;
  color: var(--ink);
}
.sidebar-pricing td.right {
  text-align: right; font-weight: 500; color: var(--primary-dark);
  white-space: nowrap;
}
.sidebar-card .big-phone {
  font-family: var(--mono); font-size: 1.5rem; font-weight: 500;
  color: var(--primary); display: block; margin: 0.5rem 0 0.75rem;
  text-decoration: none;
}
.sidebar-card .big-phone:hover { color: var(--accent-red); }
.sidebar-card .hours {
  font-family: var(--mono); font-size: 0.75rem; color: var(--ink-soft);
  line-height: 1.6;
}
@media (max-width: 880px) {
  .quote-grid { grid-template-columns: 1fr; gap: 2rem; }
  .quote-sidebar { position: static; }
}

/* TRUST FOOTER BAND (quote page) */
.trust-footer {
  background: var(--bg);
  border-top: 1px solid var(--rule);
  padding: 3rem 0;
}
.trust-footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.trust-footer-item h3 {
  color: var(--primary-dark); font-size: 1.0625rem;
  margin-bottom: 0.4rem;
}
.trust-footer-item p {
  font-family: var(--mono); font-size: 0.75rem;
  color: var(--ink-soft); line-height: 1.55;
}
@media (max-width: 880px) { .trust-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .trust-footer-grid { grid-template-columns: 1fr; } }

/* CONTACT PAGE */
.contact-grid {
  display: grid; grid-template-columns: 4fr 5fr;
  gap: 4rem;
  max-width: 72rem; margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
}
.contact-nap {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 2.5rem;
  box-shadow: 0 4px 12px var(--shadow);
}
.contact-nap .address {
  font-family: var(--display); font-weight: 400;
  font-size: 1.25rem; color: var(--primary-dark);
  margin-bottom: 1.25rem; line-height: 1.4;
}
.contact-nap .big-phone {
  font-family: var(--mono); font-size: 1.625rem; font-weight: 500;
  display: block; color: var(--primary); margin: 0.5rem 0;
  text-decoration: none;
}
.contact-nap .big-phone:hover { color: var(--accent-red); }
.contact-nap .email {
  font-family: var(--mono); font-size: 0.95rem;
  display: block; color: var(--primary); margin: 0.25rem 0 1.5rem;
}
.contact-nap .hours {
  font-family: var(--mono); font-size: 0.85rem;
  color: var(--ink); line-height: 1.7;
  padding: 1rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 1.5rem;
}
.contact-nap .when-label {
  font-family: var(--body); font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--accent-mustard); font-weight: 600;
  display: block; margin-bottom: 0.75rem;
}
.when-cards {
  display: flex; flex-direction: column; gap: 0.65rem;
}
.when-card {
  font-family: var(--mono); font-size: 0.75rem;
  color: var(--ink);
  padding: 0.6rem 0.85rem;
  background: var(--bg);
  border-left: 2px solid var(--primary);
}
.contact-form-card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 2.5rem;
}
.contact-form-card h2 { margin-bottom: 1.25rem; }
.contact-form-card .form-fallback {
  margin-top: 1rem;
  font-family: var(--body); font-size: 0.9rem;
}
.contact-form-card .form-fallback a {
  color: var(--accent-red); font-weight: 600;
}
.contact-map {
  width: 100%;
  aspect-ratio: 21/9;
  border: 1px solid var(--primary);
  display: block;
}
.info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 72rem; margin: 0 auto;
  padding: 3.5rem 1.5rem 5rem;
}
.info-grid h3 { color: var(--primary-dark); margin-bottom: 0.6rem; }
.info-grid p { color: var(--ink-soft); line-height: 1.7; font-size: 0.95rem; }
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .info-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* FOOTER */
.footer {
  background: var(--primary-dark);
  color: var(--bg);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 5fr 3fr 4fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer h3 {
  font-family: var(--body); font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--accent-mustard);
  margin-bottom: 1.25rem;
}
.footer .wordmark {
  color: var(--bg); display: inline-block; margin-bottom: 1rem;
  font-family: var(--display); font-size: 1.625rem;
}
.footer .wordmark sup { color: var(--accent-mustard); }
.footer-mission {
  color: rgba(246,241,230,0.78); font-size: 0.95rem;
  line-height: 1.65; margin-bottom: 1.25rem;
  max-width: 38ch;
}
.footer-badges {
  display: flex; gap: 0.85rem; flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.footer-badge {
  font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(199,156,78,0.6);
  color: var(--accent-mustard);
}
.footer-license {
  font-family: var(--mono); font-size: 0.75rem;
  color: rgba(246,241,230,0.7);
}
.footer-nav { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a {
  color: rgba(246,241,230,0.78); text-decoration: none;
  font-size: 0.95rem;
}
.footer-nav a:hover { color: var(--accent-mustard); }
.footer-hours {
  font-family: var(--mono); font-size: 0.75rem;
  color: rgba(246,241,230,0.65); line-height: 1.65;
  margin-top: 1rem;
}
.footer-nap p, .footer-nap a {
  color: rgba(246,241,230,0.85); font-size: 0.95rem;
  line-height: 1.65; text-decoration: none;
}
.footer-nap a:hover { color: var(--accent-mustard); }
.footer-nap .mono { font-family: var(--mono); font-size: 0.85rem; }
.service-area-mini {
  font-size: 0.85rem; color: rgba(246,241,230,0.72);
  line-height: 1.6;
  margin-top: 0.75rem;
}
.footer-bottom {
  border-top: 1px solid rgba(246,241,230,0.12);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--body); font-size: 0.8rem;
  color: rgba(246,241,230,0.55);
}
.footer-bottom em {
  font-style: italic; color: rgba(246,241,230,0.7);
}
.footer-bottom .mainstay {
  font-family: var(--body); letter-spacing: 0.15em;
  text-transform: uppercase; font-size: 0.7rem;
  color: rgba(246,241,230,0.55);
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
