/* CT-010 Pipewright Plumber — Shell C phone-first thin
   Palette: warm slate + copper (distinct from AMCUR ink/amber and R&R deep/gold)
   Fonts: Bricolage Grotesque (display) + IBM Plex Sans (body)
   No photos — typography mark only. Self-contained. */

:root {
  --slate: #2a3340;
  --slate-deep: #1a212b;
  --copper: #c56a2d;
  --copper-soft: #f8efe6;
  --cream: #f7f4ef;
  --ink: #161b22;
  --muted: #5e6772;
  --line: #ddd6cc;
  --white: #ffffff;
  --radius: 12px;
  --banner-h: 36px;
  --cta-bar-h: 64px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --max: 920px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  padding-bottom: calc(var(--cta-bar-h) + 1rem);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--copper); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--slate-deep); }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
  line-height: 1.08;
  margin: 0 0 0.55rem;
}
p { margin: 0 0 0.85rem; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.demo-banner {
  position: sticky; top: 0; z-index: 100;
  background: var(--slate-deep); color: #f0ebe4;
  text-align: center; font-size: 0.8125rem; font-weight: 700;
  letter-spacing: 0.02em; padding: 0.55rem 1rem; min-height: var(--banner-h);
}

.bar {
  position: sticky; top: var(--banner-h); z-index: 90;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.7rem 1rem;
  background: rgba(247, 244, 239, 0.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.bar-mark {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: -0.04em; color: var(--slate-deep); text-decoration: none;
}
.bar-mark span { color: var(--copper); }
.bar-actions { display: flex; gap: 0.5rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.55rem 1.05rem; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem;
  text-decoration: none; border: 1.5px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.btn-call { background: var(--slate); color: var(--white); }
.btn-call:hover { background: var(--slate-deep); color: var(--white); }
.btn-wa { background: #128c7e; color: var(--white); }
.btn-wa:hover { background: #0e7368; color: var(--white); }
.btn-lg { padding: 0.95rem 1.5rem; font-size: 1.05rem; }

/* Shell C — bold typography mark, phone-first */
.hero-thin {
  padding: 3.5rem 0 3rem;
  background:
    radial-gradient(700px 380px at 100% 0%, rgba(197, 106, 45, 0.12), transparent 55%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}
.typo-mark {
  display: inline-flex; align-items: baseline; gap: 0.15rem;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(3.2rem, 14vw, 6.5rem);
  letter-spacing: -0.06em; line-height: 0.9;
  color: var(--slate-deep); margin-bottom: 1.25rem;
}
.typo-mark span { color: var(--copper); }
.eyebrow {
  display: block;
  font-family: var(--font-display); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--copper);
  margin-bottom: 0.85rem;
}
.hero-thin h1 {
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  max-width: 18ch; margin-bottom: 0.9rem;
}
.lede {
  color: var(--muted); max-width: 42ch; font-size: 1.08rem; margin-bottom: 1.5rem;
}
.mega-cta {
  display: flex; flex-direction: column; gap: 0.65rem;
  max-width: 22rem; margin-bottom: 1.5rem;
}
.mega-cta .btn { width: 100%; }
.place {
  display: flex; flex-direction: column; gap: 0.25rem;
  padding: 1.1rem 1.2rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); max-width: 28rem;
}
.place strong { font-family: var(--font-display); font-size: 1.05rem; }
.place span { color: var(--muted); font-size: 0.95rem; }
.place a { font-weight: 700; margin-top: 0.25rem; }

.honest {
  margin-top: 1.25rem; padding: 0.95rem 1.1rem;
  background: var(--copper-soft); border-radius: var(--radius);
  border: 1px solid #ead9c8; max-width: 36rem;
  font-size: 0.95rem; color: var(--muted);
}
.honest strong { color: var(--ink); font-family: var(--font-display); }

section { padding: 2.75rem 0; }
.panel-bg { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-h { font-size: clamp(1.35rem, 3vw, 1.7rem); }
.sec-p { color: var(--muted); max-width: 48ch; margin-bottom: 1.35rem; }

.svc {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.55rem;
}
@media (min-width: 600px) { .svc { grid-template-columns: 1fr 1fr; } }
.svc li {
  font-family: var(--font-display); font-weight: 650; font-size: 1.05rem;
  padding: 1rem 1.15rem;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); border-left: 4px solid var(--copper);
}

.pay {
  display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin: 0; padding: 0;
}
.pay li {
  font-family: var(--font-display); font-weight: 650; font-size: 0.88rem;
  padding: 0.5rem 0.95rem; border-radius: 999px;
  background: var(--slate); color: var(--white);
}

.contact-thin {
  display: grid; gap: 1rem;
}
@media (min-width: 680px) { .contact-thin { grid-template-columns: 1fr 1fr; } }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.3rem 1.35rem;
}
.card h3 { font-size: 1.05rem; }
.card p:last-child { margin-bottom: 0; }
.map-card {
  background: linear-gradient(160deg, var(--copper-soft), var(--white));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.35rem; display: flex; flex-direction: column; gap: 0.6rem;
}
.map-card h3 { margin-bottom: 0; }
.map-card .btn { align-self: flex-start; }

.cta-thin {
  background: var(--slate-deep); color: var(--cream); text-align: center;
  padding: 3rem 0;
}
.cta-thin h2 { color: var(--cream); font-size: clamp(1.4rem, 3vw, 1.85rem); }
.cta-thin p { color: #c4bcc0; max-width: 36ch; margin-inline: auto; margin-bottom: 1.25rem; }
.cta-thin .mega-cta { margin-inline: auto; margin-bottom: 0; }

.foot {
  padding: 1.4rem 0 2rem; font-size: 0.875rem; color: var(--muted);
  text-align: center;
}

.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  display: flex; gap: 0.5rem;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(247, 244, 239, 0.97); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(26, 33, 43, 0.1);
}
.sticky-cta .btn { flex: 1; }
@media (min-width: 860px) {
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}
