:root {
  --forest: #17382f;
  --forest-2: #0f2922;
  --cream: #f3eddf;
  --paper: #fbf8f1;
  --ink: #18211d;
  --muted: #6d756f;
  --red: #810e0e;
  --red-dark: #6b0c0c;
  --brass: #c79b54;
  --line: rgba(24,33,29,.15);
  --white: #fff;
  --shadow: 0 24px 60px rgba(25, 31, 27, .12);
  --display: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1,h2,h3 { margin: 0; line-height: .98; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.utility-bar {
  background: var(--forest-2);
  color: rgba(255,255,255,.86);
  font-size: .79rem;
  letter-spacing: .02em;
}
.utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.utility-inner p { margin: 0; }
.utility-inner a { color: #fff; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,248,241,.97);
  border-bottom: 1px solid rgba(23,56,47,.12);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand-copy { display: grid; line-height: .85; }
.brand-copy strong,
.brand-copy span { font-family: var(--display); letter-spacing: .08em; }
.brand-copy strong { font-size: 1.55rem; color: var(--forest); }
.brand-copy span { font-size: .96rem; color: var(--red); font-weight: 700; margin-top: 5px; }

.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: .2s ease;
}
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle, .nav-toggle-label { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(255,255,255,.52); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { background: var(--forest-2); color: #fff; }

.hero {
  min-height: 720px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(12,31,26,.97) 0%, rgba(15,41,34,.9) 42%, rgba(15,41,34,.48) 72%, rgba(15,41,34,.35) 100%),
    url('https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,.014) 4px);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -180px;
  top: 40px;
}
.hero-overlay::before,
.hero-overlay::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); inset: 65px;
}
.hero-overlay::after { inset: 150px; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-block: 110px 92px; }
.hero-copy { max-width: 775px; }
.eyebrow {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}
.eyebrow.light { color: #e4bf82; }
.eyebrow.warm { color: #dfb56f; }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(4.4rem, 8vw, 7.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #fff;
}
.hero h1 span { color: var(--cream); }
.hero-lead { color: rgba(255,255,255,.77); font-size: 1.07rem; max-width: 625px; margin: 28px 0 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.heritage-badge {
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  outline: 1px solid rgba(255,255,255,.2);
  outline-offset: -9px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(15,41,34,.72);
  transform: rotate(4deg);
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
}
.heritage-badge .heritage-small,
.heritage-badge span,
.heritage-badge em { font-family: var(--display); letter-spacing: .11em; font-style: normal; }
.heritage-badge .heritage-small { font-size: .65rem; }
.heritage-badge strong { font-family: var(--display); font-size: 3.1rem; line-height: .9; color: #e5bc75; }
.heritage-badge span { font-weight: 800; font-size: 1rem; }
.heritage-badge em { font-size: .62rem; }

.stats-band { background: var(--cream); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 28px 24px; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid var(--line); }
.stats-grid > div:first-child { border-left: 1px solid var(--line); }
.stats-grid strong { font-family: var(--display); color: var(--forest); font-size: 2.3rem; line-height: 1; }
.stats-grid span { text-transform: uppercase; letter-spacing: .095em; font-size: .66rem; font-weight: 800; color: #5f6863; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2,
.wisconsin-copy h2,
.story-copy h2,
.service-area h2,
.cta-section h2 {
  font-family: var(--display);
  font-size: clamp(3.4rem, 5.6vw, 5.75rem);
  text-transform: uppercase;
  color: var(--forest);
  letter-spacing: -.02em;
}
.split-heading { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,.7fr); gap: 80px; align-items: end; }
.split-heading > p { color: var(--muted); max-width: 440px; margin-bottom: 4px; }
.centered-heading { text-align: center; max-width: 790px; margin-inline: auto; }
.centered-heading p:last-child { color: var(--muted); font-size: 1.04rem; margin-top: 18px; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 355px; position: relative; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.28); transition: .24s ease; }
.service-card:hover { background: #fff; transform: translateY(-4px); box-shadow: var(--shadow); z-index: 2; }
.service-icon { font-family: var(--display); color: var(--red); font-size: 2rem; margin-bottom: 30px; }
.service-number { position: absolute; right: 28px; top: 29px; font-size: .68rem; font-weight: 800; color: #a1a7a3; }
.service-card h3 { font-family: var(--display); font-size: 2rem; text-transform: uppercase; color: var(--forest); margin-bottom: 14px; }
.service-card p:not(.service-number) { color: var(--muted); font-size: .92rem; }
.service-card a { margin-top: auto; color: var(--red); text-transform: uppercase; font-size: .71rem; font-weight: 800; letter-spacing: .1em; }
.service-card a span { margin-left: 7px; }

.featured-service { background: var(--forest); }
.featured-service h3, .featured-service .service-icon { color: #fff; }
.featured-service p:not(.service-number) { color: rgba(255,255,255,.68); }
.featured-service a { color: #e8bf7b; }

.featured-service:hover { background: #fff; }
.featured-service:hover .service-icon { color: var(--red); }
.featured-service:hover h3 { color: var(--forest); }
.featured-service:hover p:not(.service-number) { color: var(--muted); }
.featured-service:hover a { color: var(--red); }

.wisconsin-section { position: relative; overflow: hidden; background: var(--forest); color: #fff; padding: 135px 0; }
.wisconsin-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.wisconsin-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 110px; align-items: center; }
.wisconsin-copy h2 { color: #fff; }
.wisconsin-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.wisconsin-copy h2 + p { margin-top: 28px; }
.text-link { display: inline-flex; margin-top: 15px; text-transform: uppercase; font-size: .73rem; font-weight: 800; letter-spacing: .11em; }
.light-link { color: #e7bd77; }
.wisconsin-quote { border-left: 1px solid rgba(255,255,255,.28); padding-left: 48px; }
.quote-mark { color: #d8aa5f; font-family: Georgia, serif; font-size: 6rem; line-height: .6; }
.wisconsin-quote p { font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.3rem); line-height: 1.03; text-transform: uppercase; font-weight: 600; }
.quote-credit { font-size: .68rem; font-weight: 800; letter-spacing: .17em; color: #e4ba73; }
.wisconsin-art { position: absolute; right: -110px; bottom: -150px; opacity: .055; transform: rotate(-7deg); }
.wi-outline { font-family: var(--display); font-size: 30rem; font-weight: 800; line-height: 1; }
.wi-dot { display: block; position: absolute; width: 24px; height: 24px; background: #fff; border-radius: 50%; left: 42%; top: 46%; }

.promise-section { background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.promise-grid article { padding: 38px 30px 10px 0; border-right: 1px solid var(--line); min-height: 245px; }
.promise-grid article + article { padding-left: 30px; }
.promise-grid article:last-child { border-right: 0; }
.promise-grid span { font-size: .67rem; color: var(--red); font-weight: 800; letter-spacing: .1em; }
.promise-grid h3 { font-family: var(--display); font-size: 2.2rem; text-transform: uppercase; color: var(--forest); margin: 24px 0 12px; }
.promise-grid p { color: var(--muted); font-size: .9rem; }

.story-section { padding: 120px 0; background: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr .92fr; min-height: 600px; align-items: stretch; }
.story-photo { background: linear-gradient(rgba(17,44,37,.08), rgba(17,44,37,.08)), url('images/mauston-dam-2.png') center/cover no-repeat; position: relative; min-height: 590px; }
.photo-stamp { position: absolute; bottom: 24px; left: 24px; right: 24px; padding: 12px 15px; text-align: center; background: rgba(15,41,34,.9); color: #fff; font-size: .67rem; letter-spacing: .12em; font-weight: 800; }
.story-copy { background: var(--cream); padding: 74px; display: flex; flex-direction: column; justify-content: center; }
.story-intro { color: var(--forest); font-weight: 700; font-size: 1.15rem; margin-top: 25px; }
.story-copy > p:not(.eyebrow):not(.story-intro) { color: var(--muted); }
.timeline { margin-top: 30px; border-top: 1px solid var(--line); }
.timeline div { display: grid; grid-template-columns: 90px 1fr; gap: 22px; border-bottom: 1px solid var(--line); padding: 18px 0; align-items: center; }
.timeline strong { font-family: var(--display); color: var(--red); font-size: 1.7rem; }
.timeline span { font-size: .86rem; color: #59625d; }

.reviews { background: var(--paper); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { margin: 0; padding: 34px; min-height: 320px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.stars { color: var(--brass); letter-spacing: .16em; font-size: .85rem; }
.review-grid blockquote p { font-family: var(--display); color: var(--forest); text-transform: uppercase; font-size: 1.8rem; line-height: 1.08; font-weight: 600; margin: 34px 0; }
.review-grid footer { margin-top: auto; color: var(--muted); font-size: .75rem; }

.service-area { background: var(--forest-2); color: #fff; padding: 110px 0; }
.service-area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.service-area h2 { color: #fff; }
.service-area p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 520px; margin-top: 22px; }
.service-note { font-size: .76rem; opacity: .72; }
.town-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.town-grid span { padding: 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; font-weight: 600; }

.cta-section { background: var(--brass); padding: 90px 0; }
.cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.cta-section h2 { color: var(--forest-2); }
.cta-section p:not(.eyebrow) { margin: 18px 0 0; color: rgba(15,41,34,.72); }
.dark-eyebrow { color: var(--forest-2); }
.cta-actions { display: flex; flex-direction: column; gap: 14px; min-width: 245px; }
.cta-phone { font-family: var(--display); font-weight: 700; font-size: 1.45rem; text-align: center; color: var(--forest-2); }
.cta-phone span { font-family: var(--body); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; margin-right: 4px; }

.site-footer { background: #0b201b; color: rgba(255,255,255,.7); padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .75fr); gap: 50px; }
.brand-footer .brand-mark { border-color: #fff; color: #fff; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-brand > p { font-size: .67rem; letter-spacing: .12em; margin-top: 20px; color: #d2aa67; }
.site-footer h3 { font-family: var(--display); color: #fff; text-transform: uppercase; letter-spacing: .07em; font-size: 1rem; margin-bottom: 17px; }
.site-footer p, .site-footer a { font-size: .83rem; }
.site-footer a:hover { color: #fff; }
.footer-logo { display: block; width: 100%; max-width: 360px; height: auto; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: .69rem; }

@media (max-width: 980px) {
  .container { width: min(100% - 32px, 1180px); }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 76px; }
  .nav-toggle-label { display: flex; flex-direction: column; gap: 5px; cursor: pointer; margin-left: auto; z-index: 61; }
  .nav-toggle-label span { width: 27px; height: 2px; background: var(--forest); transition: .25s ease; }
  .main-nav {
    position: fixed;
    inset: 76px 0 0;
    height: calc(100dvh - 76px);
    background: var(--paper);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 34px 24px 50px;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
  }
  .main-nav > a:not(.button) { font-family: var(--display); font-size: 2.4rem; text-transform: uppercase; color: var(--forest); padding: 15px 0; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 28px; min-height: 56px; }
  .nav-toggle:checked ~ .main-nav { transform: translateX(0); }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 690px; background-position: 62% center; }
  .hero-inner { align-items: center; }
  .hero-copy { max-width: 700px; }
  .heritage-badge { width: 140px; }
  .heritage-badge strong { font-size: 2.6rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .stats-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .wisconsin-grid { grid-template-columns: 1fr; gap: 65px; }
  .wisconsin-quote { max-width: 650px; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(3), .promise-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .story-photo { min-height: 520px; }
  .story-copy { padding: 60px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 250px; }
  .service-area-grid { grid-template-columns: 1fr; gap: 50px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; max-width: 360px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-mark { width: 44px; }
  .brand-copy strong { font-size: 1.27rem; }
  .brand-copy span { font-size: .78rem; }
	
  .site-logo { max-width: 230px; }
  .nav-wrap { min-height: 88px; }

  .hero { min-height: auto; background-position: 68% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(7,25,21,.17); }
  .hero-inner { min-height: 690px; padding: 92px 0 56px; align-items: flex-end; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .hero-lead { font-size: .96rem; margin: 23px 0 27px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .heritage-badge { display: none; }
  .hero-overlay { display: none; }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { padding: 22px 14px; display: block; text-align: center; }
  .stats-grid > div:first-child, .stats-grid > div:nth-child(3) { border-left: 0; }
  .stats-grid strong { display: block; font-size: 2rem; }
  .stats-grid span { font-size: .58rem; }

  .section { padding: 84px 0; }
  .section-heading h2,
  .wisconsin-copy h2,
  .story-copy h2,
  .service-area h2,
  .cta-section h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .section-heading { margin-bottom: 38px; }

  .service-grid { grid-template-columns: 1fr; border-left: 0; }
  .service-card { min-height: 310px; border-left: 1px solid var(--line); padding: 30px; }

  .wisconsin-section { padding: 88px 0; }
  .wisconsin-grid { gap: 48px; }
  .wisconsin-quote { padding-left: 26px; }
  .wisconsin-quote p { font-size: 2rem; }
  .wi-outline { font-size: 20rem; }

  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article,
  .promise-grid article + article { padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); min-height: unset; }
  .promise-grid article:first-child { border-top: 0; }

  .story-section { padding: 0; }
  .story-section .container { width: 100%; }
  .story-photo {
    min-height: 360px;
    background:
      linear-gradient(rgba(17,44,37,.08), rgba(17,44,37,.08)),
      url('images/mauston-dam-mobile.png') center/cover no-repeat;
  }
  .story-copy { padding: 55px 24px; }
  .timeline div { grid-template-columns: 70px 1fr; }

  .review-grid blockquote { padding: 28px; }
  .review-grid blockquote p { font-size: 1.55rem; }

  .service-area { padding: 82px 0; }
  .town-grid { grid-template-columns: 1fr; }
  .town-grid span { padding: 20px; }

  .cta-section { padding: 70px 0; }
  .cta-actions { max-width: none; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand .brand { justify-content: center; }
  .footer-logo { max-width: 300px; margin: 0 auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 22px, 1180px); }
  .hero-inner { min-height: 650px; }
  .hero h1 { font-size: 3.65rem; }
  .main-nav > a:not(.button) { font-size: 2rem; }
  .section-heading h2,
  .wisconsin-copy h2,
  .story-copy h2,
  .service-area h2,
  .cta-section h2 { font-size: 3rem; }
}

/* =========================================================
   SELECTIVE UX / MOBILE POLISH
   Keeps the original design while preserving the upgrades
   chosen for this version.
   ========================================================= */

/* Strong divider between the hero and the 80-year stats band */
.hero {
  border-bottom: 5px solid var(--red);
}

/* The Mauston Way: left-aligned section heading to match the site */
.promise-section .centered-heading {
  text-align: left;
  max-width: 860px;
  margin-inline: 0;
}

.promise-section .centered-heading p:last-child {
  max-width: 620px;
}

/* Larger principle numbers */
.promise-grid span {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1;
  color: var(--red);
  font-weight: 800;
  letter-spacing: .08em;
}

/* Keep the subtle Mauston Way interaction from version two */
.promise-grid article {
  position: relative;
  overflow: hidden;
  transition: background .25s ease;
}
.promise-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width .32s ease;
}
.promise-grid article h3,
.promise-grid article span {
  transition: transform .25s ease, color .25s ease;
}
.promise-grid article:hover {
  background: rgba(255,255,255,.38);
}
.promise-grid article:hover::before { width: 100%; }
.promise-grid article:hover h3 { transform: translateX(6px); }
.promise-grid article:hover span { color: var(--forest); }

/* Keep the upgraded visual timeline */
.timeline {
  position: relative;
  padding-left: 23px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(129,14,14,.35);
}
.timeline div { position: relative; }
.timeline div::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px var(--cream);
  transform: translateY(-50%);
}

/* Sticky mobile contact bar */
.mobile-action-bar { display: none; }

/* Keyboard accessibility */
a:focus-visible,
.nav-toggle-label:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

@media (max-width: 700px) {
  /* Leave room for the persistent action bar */
  body { padding-bottom: 70px; }

  /* Stats: a true full-width, centered 2x2 grid with no stray edge line */
  .stats-band .container {
    width: 100%;
    max-width: none;
  }
  .stats-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-grid > div {
    min-width: 0;
    padding: 24px 10px;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .stats-grid > div:nth-child(1),
  .stats-grid > div:nth-child(3) {
    border-right: 1px solid var(--line);
  }
  .stats-grid > div:nth-child(1),
  .stats-grid > div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .stats-grid strong {
    display: block;
    font-size: 2.15rem;
  }
  .stats-grid span {
    display: block;
    font-size: .6rem;
  }

  /* Keep The Mauston Way left aligned on phones too */
  .promise-section .centered-heading {
    text-align: left;
    margin-inline: 0;
  }
  .promise-grid span {
    font-size: 1.7rem;
  }
  .promise-grid article:active {
    background: rgba(255,255,255,.48);
  }
  .promise-grid article:active::before { width: 100%; }

  /* Exact 50/50 persistent action bar */
  .mobile-action-bar {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--forest-2);
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 -10px 30px rgba(0,0,0,.18);
  }
  .mobile-action-bar a {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: background .15s ease, transform .15s ease;
  }
  .mobile-call {
    color: var(--cream);
    border-right: 1px solid rgba(255,255,255,.24);
  }
  .mobile-request {
    background: var(--red);
    color: #fff;
  }
  .mobile-action-bar a:active { transform: scale(.985); }
  .mobile-request:active { background: var(--red-dark); }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* =========================================================
   MAUSTON WAY ALIGNMENT + PADDING POLISH
   ========================================================= */

/* Desktop/tablet: restore the centered section intro */
.promise-section .centered-heading {
  text-align: center;
  max-width: 790px;
  margin-inline: auto;
}

.promise-section .centered-heading p:last-child {
  max-width: none;
}

/* Give every principle card identical horizontal breathing room.
   This fixes the first card appearing tighter than 02–04. */
.promise-grid article,
.promise-grid article + article {
  padding: 38px 30px 10px;
}

@media (max-width: 700px) {
  /* Phones: keep the intro left-aligned as requested */
  .promise-section .centered-heading {
    text-align: left;
    max-width: none;
    margin-inline: 0;
  }

  /* More left/right room during hover/tap states on all four cards */
  .promise-grid article,
  .promise-grid article + article {
    padding: 30px 22px;
  }
}


/* =========================================================
   REQUEST SERVICE PAGE
   ========================================================= */

.request-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(12,31,26,.98) 0%, rgba(15,41,34,.93) 55%, rgba(15,41,34,.78) 100%),
    url('https://images.unsplash.com/photo-1585704032915-c3400ca199e7?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  border-bottom: 5px solid var(--red);
}

.request-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.request-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 420px;
  padding: 92px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.request-hero-copy {
  max-width: 790px;
}

.request-hero h1 {
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #fff;
}

.request-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 1.03rem;
}

.request-hero-badge {
  width: 190px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.48);
  outline: 1px solid rgba(255,255,255,.18);
  outline-offset: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(4deg);
  background: rgba(129,14,14,.86);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}

.request-hero-badge span,
.request-hero-badge strong,
.request-hero-badge em {
  font-family: var(--display);
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: .09em;
}

.request-hero-badge span {
  font-size: .8rem;
}

.request-hero-badge strong {
  font-size: 2.3rem;
  line-height: .9;
  color: var(--cream);
}

.request-hero-badge em {
  margin-top: 10px;
  font-size: .57rem;
}

.request-form-section {
  padding: 110px 0;
  background: var(--paper);
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: 76px;
  align-items: start;
}

.request-sidebar {
  position: sticky;
  top: 145px;
}

.request-sidebar h2,
.form-card h2 {
  font-family: var(--display);
  text-transform: uppercase;
  color: var(--forest);
  letter-spacing: -.015em;
}

.request-sidebar h2 {
  font-size: clamp(3rem,4vw,4.7rem);
}

.request-sidebar > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 22px;
}

.request-points {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.request-points > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.request-points span {
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
  color: var(--red);
}

.request-points p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.request-points strong {
  color: var(--forest);
}

.request-callout {
  margin-top: 34px;
  padding: 26px;
  background: var(--forest);
  color: #fff;
}

.request-callout p {
  margin: 0 0 4px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  color: rgba(255,255,255,.64);
}

.request-callout a {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 58px;
  box-shadow: var(--shadow);
}

.form-card-heading {
  padding-bottom: 30px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.form-card h2 {
  font-size: clamp(3rem,4.5vw,5rem);
}

.formidable-form-slot {
  min-height: 390px;
}

/* Only shown in the standalone HTML prototype.
   Replace this element with the actual shortcode in WordPress. */
.form-placeholder {
  min-height: 390px;
  border: 2px dashed rgba(23,56,47,.22);
  background: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px;
}

.form-placeholder span {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .7rem;
  font-weight: 800;
}

.form-placeholder strong {
  margin: 10px 0 16px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--forest);
}

.form-placeholder code {
  display: inline-block;
  max-width: 100%;
  padding: 10px 13px;
  background: rgba(23,56,47,.08);
  color: var(--forest);
  overflow-wrap: anywhere;
}

.form-note {
  border-top: 1px solid var(--line);
  margin: 30px 0 0;
  padding-top: 22px;
  color: var(--muted);
  font-size: .75rem;
}


/* Friendly defaults for Formidable forms once inserted */
.form-card .frm_form_field {
  margin-bottom: 20px;
}

.form-card .frm_primary_label,
.form-card label {
  font-family: var(--body);
  color: var(--forest);
  font-weight: 700;
}

.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="tel"],
.form-card input[type="number"],
.form-card input[type="date"],
.form-card select,
.form-card textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(24,33,29,.22);
  border-radius: 0;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
}

.form-card textarea {
  min-height: 150px;
  resize: vertical;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  outline: 3px solid rgba(199,155,84,.28);
  border-color: var(--brass);
}

.form-card .frm_button_submit,
.form-card button[type="submit"],
.form-card input[type="submit"] {
  min-height: 54px;
  border: 0;
  border-radius: 0;
  padding: 0 26px;
  background: var(--red);
  color: #fff;
  font: 800 .82rem var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-card .frm_button_submit:hover,
.form-card button[type="submit"]:hover,
.form-card input[type="submit"]:hover {
  background: var(--red-dark);
}

@media (max-width: 980px) {
  .request-hero-inner {
    min-height: 370px;
  }

  .request-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .request-sidebar {
    position: static;
  }

  .request-sidebar > p:not(.eyebrow) {
    max-width: 650px;
  }
}

@media (max-width: 700px) {
  .request-hero-inner {
    min-height: 430px;
    padding: 76px 0 58px;
    align-items: flex-end;
  }

  .request-hero h1 {
    font-size: clamp(3.5rem,16vw,5rem);
  }

  .request-hero-copy > p:not(.eyebrow) {
    font-size: .94rem;
  }

  .request-hero-badge {
    display: none;
  }

  .request-form-section {
    padding: 75px 0;
  }

  .request-layout {
    gap: 38px;
  }

  .request-sidebar h2,
  .form-card h2 {
    font-size: 3rem;
  }

  .request-points > div {
    grid-template-columns: 40px 1fr;
  }

  .form-card {
    padding: 32px 22px;
    margin-inline: -2px;
  }

  .form-placeholder {
    min-height: 300px;
    padding: 26px 18px;
  }

}
