:root {
  --paper: #f5efe4;
  --paper-deep: #ede5d4;
  --ink: #22303a;
  --ink-deep: #1a252d;
  --body: #4a4436;
  --muted: #6e6353;
  --line: #d8cdb8;
  --line-deep: #c9bca2;
  --rust: #b4693c;
  --rust-dark: #96552b;
  --sage: #7fa08f;
  --light-copy: #c8c0ae;
  --display: "Bricolage Grotesque", sans-serif;
  --text: "Instrument Sans", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rust-dark); }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 81px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand:hover { color: inherit; }
.brand-mark {
  width: 44px;
  height: 44px;
  border: 2px solid var(--rust);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--rust);
  font: 800 17px/1 var(--display);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { color: var(--ink); font: 700 17px/1.15 var(--display); }
.brand-copy small { color: var(--muted); font: 400 11px/1.3 var(--mono); letter-spacing: 0; text-transform: uppercase; }
nav { margin-left: auto; display: flex; align-items: center; gap: 32px; color: var(--body); font-weight: 500; font-size: 15px; }
nav a { transition: color .2s ease, background .2s ease; }
.header-call { background: var(--ink); color: var(--paper); padding: 11px 20px; border-radius: 999px; font-weight: 600; white-space: nowrap; }
.header-call:hover { background: var(--rust); color: #fff8ec; }

.hero { position: relative; }
.hero-copy { padding-top: 108px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; color: var(--rust); font: 400 13px/1.4 var(--mono); letter-spacing: 0; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1 { max-width: 15ch; margin: 0 0 28px; color: var(--ink); font: 800 86.4px/.98 var(--display); letter-spacing: 0; text-wrap: balance; }
.hero h1 em { color: var(--rust); font-style: normal; }
.hero-bottom { display: flex; align-items: flex-end; gap: 60px; }
.hero-bottom > p { flex: 1 1 340px; max-width: 46ch; margin: 0; color: var(--body); font-size: 19.2px; line-height: 1.55; }
.hero-action { flex: 0 1 auto; display: flex; flex-direction: column; gap: 12px; }
.primary-call { display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 16px 30px; background: var(--rust); color: #fff8ec; border-radius: 999px; box-shadow: 0 10px 24px -12px rgba(160, 90, 48, .55); font: 700 24px/1.2 var(--display); white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.primary-call:hover { background: var(--rust-dark); color: #fff8ec; transform: translateY(-2px); }
.hero-action small { color: var(--muted); font: 400 12px/1.4 var(--mono); letter-spacing: 0; text-align: center; }
.hero-media-wrap { padding-bottom: 48px; }
.hero-media { position: relative; height: 480px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; filter: saturate(.82) contrast(.97); }
.hero-media figcaption { position: absolute; left: -1px; bottom: -1px; padding: 10px 18px 1px 0; background: var(--paper); border-top: 1px solid var(--line); border-right: 1px solid var(--line); color: var(--muted); font: 400 11px/1.4 var(--mono); letter-spacing: 0; text-transform: uppercase; }
.pipe-rule { display: flex; align-items: center; }
.pipe-rule i { height: 2px; background: var(--line); flex: 1; }
.pipe-rule i:nth-of-type(2) { flex: 3; }
.pipe-rule b { width: 10px; height: 10px; border: 2px solid var(--rust); border-radius: 50%; background: var(--paper); }

.services, .process, .signals { padding-top: 96px; padding-bottom: 96px; }
.section-heading { display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap; margin-bottom: 56px; }
.section-heading h2, .local-band h2, .guide-copy h2, .before-copy h2, .faq-inner h2, .final-call h2 { margin: 0; color: var(--ink); font: 700 48px/1.05 var(--display); letter-spacing: 0; }
.section-heading > p { margin: 0; color: var(--muted); font: 400 13px/1.4 var(--mono); letter-spacing: 0; text-transform: uppercase; }
.service-row { display: grid; grid-template-columns: 84px minmax(0, 1.4fr) minmax(190px, .7fr); gap: 8px 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.service-row.first { border-top: 2px solid var(--ink); }
.service-row.last { border-bottom: 2px solid var(--ink); }
.service-row > span { padding-top: 6px; color: var(--rust); font: 400 14px/1.4 var(--mono); }
.service-main h3 { margin: 0 0 8px; color: var(--ink); font: 700 28px/1.15 var(--display); }
.service-main p { max-width: 52ch; margin: 0; color: var(--body); font-size: 16px; line-height: 1.55; }
.service-notes { margin: 0; padding-top: 4px; color: var(--muted); font: 400 12.5px/1.9 var(--mono); }
.service-help { margin: 28px 0 0; color: var(--muted); font-size: 15px; }
.service-help a { color: var(--rust); font-weight: 600; border-bottom: 1px solid currentColor; }

.problem-guide { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 84px; align-items: center; padding-top: 108px; padding-bottom: 108px; }
.guide-photo { position: relative; margin: 0; }
.guide-photo::before { content: ""; position: absolute; left: -16px; top: -16px; width: 42%; height: 42%; border-top: 2px solid var(--rust); border-left: 2px solid var(--rust); pointer-events: none; }
.guide-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: 58% center; border: 1px solid var(--line-deep); filter: saturate(.86) contrast(.98); }
.guide-photo figcaption { display: flex; gap: 14px; align-items: baseline; margin-top: 15px; color: var(--muted); font: 400 11px/1.55 var(--mono); text-transform: uppercase; }
.guide-photo figcaption span { color: var(--rust); }
.guide-copy .eyebrow { margin-bottom: 22px; }
.guide-copy h2 { max-width: 13ch; }
.guide-intro { max-width: 58ch; margin: 26px 0 30px; color: var(--body); font-size: 17px; line-height: 1.7; }
.clue-list { border-top: 2px solid var(--ink); }
.clue-list article { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line-deep); }
.clue-list article > span { padding-top: 2px; color: var(--rust); font: 400 12px/1.4 var(--mono); }
.clue-list h3 { margin: 0 0 4px; color: var(--ink); font: 700 18px/1.25 var(--display); }
.clue-list p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.55; }

.local-band { background: var(--ink); color: var(--paper); }
.local-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 72px; padding-top: 96px; padding-bottom: 96px; }
.eyebrow.mint { color: var(--sage); margin-bottom: 24px; }
.local-band h2 { max-width: 16ch; color: var(--paper); font-size: 50.4px; }
.local-copy { padding-top: 6px; }
.local-copy > p { margin: 0 0 20px; color: var(--light-copy); font-size: 18px; line-height: 1.65; }
.local-copy .service-area { display: flex; align-items: center; gap: 12px; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid rgba(245, 239, 228, .18); font: 400 13px/1.4 var(--mono); letter-spacing: 0; }
.service-area i { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); }

.signal-heading { max-width: 900px; margin-bottom: 20px; }
.signal-heading h2 { max-width: 19ch; }
.signal-intro { max-width: 67ch; margin: 0 0 58px; color: var(--body); font-size: 17px; line-height: 1.65; }
.signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 48px; row-gap: 56px; }
.signal-grid article { position: relative; padding-top: 30px; border-top: 1px solid var(--line-deep); }
.signal-grid article:nth-child(2), .signal-grid article:nth-child(5) { transform: translateY(18px); }
.signal-mark { position: absolute; top: -14px; left: 0; min-width: 42px; height: 27px; display: grid; place-items: center; background: var(--paper); color: var(--rust); border: 1px solid var(--rust); font: 500 11px/1 var(--mono); }
.signal-mark::after { content: ""; position: absolute; left: 100%; top: 12px; width: 28px; height: 14px; border-top: 1px solid var(--rust); border-right: 1px solid var(--rust); }
.signal-grid h3 { margin: 0 0 10px; color: var(--ink); font: 700 21px/1.2 var(--display); }
.signal-grid p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.6; }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.process-grid article { padding-top: 20px; border-top: 2px solid var(--rust); }
.process-grid span { display: block; margin-bottom: 14px; color: var(--rust); font: 800 40px/1 var(--display); }
.process-grid h3 { margin: 0 0 14px; color: var(--ink); font: 700 21px/1.2 var(--display); }
.process-grid p { margin: 0; color: var(--body); font-size: 15.5px; line-height: 1.6; }
.process-grid a { color: var(--rust); font-weight: 600; }

.before-call-band { overflow: hidden; background: var(--rust); color: #fff8ec; }
.before-call { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 96px; padding-top: 108px; padding-bottom: 84px; }
.before-copy { align-self: start; }
.before-copy .eyebrow { color: var(--ink-deep); margin-bottom: 22px; }
.before-copy h2 { max-width: 12ch; color: #fff8ec; }
.before-copy > p:not(.eyebrow) { max-width: 47ch; margin: 26px 0 30px; color: #f6dec9; font-size: 16px; line-height: 1.7; }
.before-copy > a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid #fff8ec; color: #fff8ec; font-weight: 600; }
.before-copy > a:hover { background: #fff8ec; color: var(--rust-dark); }
.notice-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid #fff8ec; }
.notice-list li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255, 248, 236, .42); }
.notice-list li > span { color: var(--ink-deep); font: 500 12px/1.4 var(--mono); }
.notice-list h3 { margin: 0 0 5px; color: #fff8ec; font: 700 19px/1.2 var(--display); }
.notice-list p { margin: 0; color: #f6dec9; font-size: 14px; line-height: 1.55; }
.flow-track { display: flex; align-items: center; padding-bottom: 60px; }
.flow-track i { height: 2px; flex: 1; background: rgba(255, 248, 236, .55); }
.flow-track i:nth-of-type(2) { flex: 2; }
.flow-track b { width: 13px; height: 13px; background: var(--rust); border: 2px solid #fff8ec; }

.faq-band { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-inner { width: min(860px, calc(100% - 96px)); margin-inline: auto; padding-top: 96px; padding-bottom: 96px; }
.faq-inner h2 { margin-bottom: 44px; }
.faq-inner details { border-top: 1px solid var(--line-deep); }
.faq-inner details:last-child { border-bottom: 1px solid var(--line-deep); }
.faq-inner summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 22px 0; color: var(--ink); font: 600 21px/1.3 var(--display); }
.faq-inner summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 auto; color: var(--rust); font-size: 24px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
details[open] .faq-plus { transform: rotate(45deg); }
details[open] summary { color: var(--rust-dark); }
.faq-inner details p { max-width: 62ch; margin: 0; padding: 0 0 24px; color: var(--body); font-size: 16px; line-height: 1.65; }

.final-call { background: var(--ink); color: var(--paper); text-align: center; }
.final-call .shell { padding-top: 120px; padding-bottom: 120px; }
.final-call p { margin: 0; color: var(--sage); font: 400 13px/1.4 var(--mono); letter-spacing: 0; text-transform: uppercase; }
.final-call h2 { max-width: 22ch; margin: 20px auto 32px; color: var(--paper); }
.final-call a { display: inline-block; color: var(--rust); border-bottom: 3px solid currentColor; padding-bottom: 6px; font: 800 78px/1.1 var(--display); white-space: nowrap; transition: color .2s ease; }
.final-call a:hover { color: #d08a5b; }
.final-call small { display: block; margin-top: 28px; color: var(--light-copy); font-size: 15px; }

footer { background: var(--ink-deep); color: #8e9aa3; }
.footer-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 16px 32px; font: 400 12px/1.5 var(--mono); letter-spacing: 0; }
.footer-inner div { display: flex; gap: 24px; }
.footer-inner div a:last-child { color: var(--light-copy); }
.mobile-call { display: none; }

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .shell { width: min(100% - 40px, 1180px); }
  .header-inner { min-height: 72px; }
  nav > a:not(.header-call) { display: none; }
  .header-call { padding: 10px 14px; font-size: 14px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy small { font-size: 9px; }
  .hero-copy { padding-top: 56px; }
  .hero h1 { font-size: 52px; }
  .hero-bottom { align-items: stretch; flex-direction: column; }
  .hero-bottom > p { flex: 0 1 auto; }
  .hero-action { width: 100%; }
  .primary-call { width: 100%; }
  .hero-media { height: 280px; }
  .hero-media img { object-position: 68% center; }
  .service-row { grid-template-columns: 42px minmax(0, 1fr); }
  .service-notes { grid-column: 2; padding-top: 8px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-photo { max-width: 560px; }
  .guide-photo img { aspect-ratio: 4 / 3; }
  .local-inner { grid-template-columns: 1fr; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid article:nth-child(2), .signal-grid article:nth-child(5) { transform: none; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .before-call { grid-template-columns: 1fr; }
  .footer-inner { padding-top: 28px; padding-bottom: 28px; align-items: flex-start; flex-direction: column; }
  .footer-inner div { flex-direction: column; gap: 8px; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(34, 48, 58, .96); backdrop-filter: blur(8px); border-top: 1px solid rgba(245, 239, 228, .15); }
  .mobile-call a { min-height: 52px; display: flex; align-items: center; justify-content: center; background: var(--rust); color: #fff8ec; border-radius: 999px; font: 700 19px/1.2 var(--display); }
}

@media (max-width: 480px) {
  .header-call { display: none; }
  .header-inner { justify-content: center; }
  nav { display: none; }
  .hero h1 { font-size: 44px; }
  .eyebrow { font-size: 11px; letter-spacing: 0; }
  .hero-media { height: 240px; }
  .hero-media figcaption { font-size: 9px; }
  .service-row { grid-template-columns: 34px minmax(0, 1fr); }
  .guide-photo img { aspect-ratio: 4 / 5; }
  .signal-grid { grid-template-columns: 1fr; }
  .final-call a { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Sprint 2 fold-fit remediation: preserve the editorial layout while keeping
   the complete conversion story visible in the first desktop viewport. */
@media (min-width: 761px) {
  .hero-copy { padding-top: 58px; padding-bottom: 44px; }
  .hero h1 { font-size: clamp(58px, 5.2vw, 74px); }
  .hero-bottom { margin-top: 24px; }
  .hero-media { height: 340px; }
}
@media (max-width: 760px) {
  .hero-copy { padding-top: 34px; padding-bottom: 34px; }
  .hero h1 { font-size: 42px; }
  .hero-bottom { gap: 18px; }
  .hero-media-wrap { padding-bottom: 30px; }
  .hero-media { height: 205px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 38px; }
  .hero-media { height: 145px; }
}
@media (max-width: 380px) {
  .hero-copy { padding-top: 22px; padding-bottom: 18px; }
  .hero-media-wrap { padding-bottom: 20px; }
  .hero-media { height: 110px; }
}

.h1-location{display:block;margin-top:14px;font-family:inherit;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:0;text-transform:uppercase}

/* Contextual service image treatment */
.problem-guide{color:#fff;background-image:linear-gradient(100deg,rgba(42,34,29,.94),rgba(42,34,29,.74)),url('/__site-assets/plumberrockhillsc.com/images/service-background.jpg?v=2&cfv=assetfix-20260513d-1787819253344');background-size:cover;background-position:center}
.problem-guide h2,.problem-guide .eyebrow,.problem-guide p{color:#fff}.problem-guide article{background:rgba(255,251,242,.94);color:#302721}.problem-guide article p{color:#5c5149}
/* Mobile readability guard: keep long display headings scannable without changing this site's visual identity. */
@media (max-width: 600px) {
  h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.25vw, 42px) !important;
    line-height: 1.04 !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal;
    word-break: normal;
  }
}
