/* ============================================================
   BUSHIDO PLUMBING LLC — Cape Fear Navy design system
   navy #0b1d30 / brass #c9974a / cream #f7f3ec
   Mobile-first.
   ============================================================ */
:root {
  --navy-950: #081420;
  --navy-900: #0b1d30;
  --navy-800: #10293f;
  --navy-700: #1a3a56;
  --cream: #f7f3ec;
  --sand: #ede5d6;
  --brass: #c9974a;
  --brass-light: #e0b571;
  --brass-dark: #a06b1f;
  --ink: #1c2b38;
  --muted: #5c6b78;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 12px 30px rgba(11, 29, 48, .10);
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--cream); font-size: 16px; line-height: 1.6; }
img, svg { max-width: 100%; display: block; }
a { color: var(--brass-dark); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brass-dark); margin-bottom: 12px; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy-900); line-height: 1.15; font-weight: 600; }
h2 { font-size: 34px; margin-bottom: 18px; }
h3 { font-size: 22px; }
p { margin-bottom: 16px; color: var(--muted); }
p strong, li strong { color: var(--ink); }
ul, ol { padding-left: 22px; margin-bottom: 18px; }
li { margin-bottom: 8px; color: var(--muted); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 6px; font-family: var(--font-body);
  font-weight: 800; font-size: 16px; text-decoration: none; border: 2px solid transparent;
  transition: transform .15s, box-shadow .15s, background .15s, border-color .15s; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brass); color: var(--navy-950); box-shadow: 0 6px 20px rgba(201, 151, 74, .35); }
.btn-primary:hover { background: var(--brass-light); }
.btn-ghost { border-color: rgba(223, 231, 238, .4); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: var(--brass-light); }
.btn-ghost-dark { border-color: rgba(11, 29, 48, .25); color: var(--navy-900); background: transparent; }
.btn-ghost-dark:hover { border-color: var(--brass-dark); }
.btn svg { width: 18px; height: 18px; }

/* ===== TOPBAR ===== */
.topbar { background: var(--navy-950); color: #cfd8e0; font-size: 13px; padding: 8px 0; }
.topbar .row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--brass-light); text-decoration: none; font-weight: 700; }

/* ===== HEADER ===== */
header.site { background: var(--navy-900); padding: 16px 0; border-bottom: 3px solid var(--brass); position: relative; z-index: 50; }
.header-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-mark {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, var(--brass-light), var(--brass) 60%, #9a6d2e);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 2px rgba(201, 151, 74, .25), 0 4px 14px rgba(0, 0, 0, .4);
}
.logo-mark svg { width: 30px; height: 30px; }
.logo-text .name { font-family: var(--font-display); font-size: 23px; font-weight: 600; letter-spacing: .5px; color: var(--white); display: block; line-height: 1; }
.logo-text .sub { font-size: 10.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--brass-light); }
nav.main { display: flex; gap: 24px; align-items: center; }
nav.main a { color: #dfe7ee; text-decoration: none; font-weight: 600; font-size: 15px; }
nav.main a:hover, nav.main a[aria-current="page"] { color: var(--brass-light); }
.call-cta { background: var(--brass); color: var(--navy-950) !important; padding: 11px 20px; border-radius: 6px; font-weight: 800; font-size: 15px; box-shadow: 0 4px 12px rgba(0, 0, 0, .3); }
.call-cta:hover { background: var(--brass-light); }
/* mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--white); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ===== HERO ===== */
.hero {
  background:
    linear-gradient(115deg, rgba(8, 20, 32, .97) 30%, rgba(8, 20, 32, .80) 65%, rgba(8, 20, 32, .45)),
    radial-gradient(ellipse at 85% 20%, rgba(26, 58, 86, .9), transparent 60%),
    var(--navy-900);
  padding: 76px 0 64px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1px 1px at 15% 25%, rgba(224, 181, 113, .35), transparent),
    radial-gradient(1px 1px at 70% 60%, rgba(224, 181, 113, .25), transparent),
    radial-gradient(1.5px 1.5px at 40% 80%, rgba(224, 181, 113, .3), transparent);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--brass-light); margin-bottom: 20px;
}
.hero .eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--brass); }
.hero h1 { font-size: 46px; color: var(--white); max-width: 760px; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--brass-light); }
.hero .lede { color: #c4d0db; font-size: 18px; line-height: 1.65; max-width: 580px; margin-bottom: 32px; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.badge { color: #9fb2c2; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.badge::before { content: "✓"; color: var(--brass-light); font-weight: 800; }

/* inner-page hero (smaller) */
.hero.inner { padding: 56px 0 48px; }
.hero.inner h1 { font-size: 40px; }
.hero.inner .lede { max-width: 680px; }

/* ===== TRUST STRIP ===== */
.trust { background: var(--navy-800); padding: 16px 0; border-bottom: 1px solid rgba(201, 151, 74, .2); }
.trust .row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.trust span { color: #b9c7d4; font-size: 14px; font-weight: 600; letter-spacing: .5px; }
.trust b { color: var(--brass-light); }

/* ===== SECTIONS ===== */
section.block { padding: 64px 0; }
section.block.alt { background: var(--sand); }
section.block.dark { background: var(--navy-900); }
section.block.dark h2, section.block.dark h3 { color: var(--white); }
section.block.dark p { color: #a8b8c6; }
.sec-head { max-width: 700px; margin-bottom: 40px; }
.sec-head h2 { font-size: 36px; }
.sec-head p { font-size: 16.5px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* ===== CARDS ===== */
.card { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 28px 24px; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card .ic { width: 46px; height: 46px; border-radius: 8px; background: var(--navy-900); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card .ic svg { width: 23px; height: 23px; }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { font-size: 14.5px; line-height: 1.6; margin-bottom: 0; }
.card a.more { display: inline-block; margin-top: 14px; color: var(--brass-dark); font-weight: 700; font-size: 14px; text-decoration: none; }
.card a.more:hover { color: var(--navy-900); }

/* ===== PROCESS / STEPS ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 26px; position: relative; }
.step .n { font-family: var(--font-display); font-size: 40px; color: var(--brass); line-height: 1; margin-bottom: 12px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 14.5px; margin-bottom: 0; }

/* ===== AREA CHIPS ===== */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: var(--white); border: 1px solid var(--sand); border-radius: 999px;
  padding: 9px 18px; font-size: 14.5px; font-weight: 600; color: var(--navy-900);
}
.chip b { color: var(--brass-dark); }

/* ===== CTA BAND ===== */
.cta-band { background: linear-gradient(120deg, rgba(201, 151, 74, .16), transparent 55%), var(--navy-800); border: 1px solid rgba(201, 151, 74, .3); border-radius: 14px; padding: 44px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band h3 { font-size: 28px; color: var(--white); margin-bottom: 10px; }
.cta-band p { color: #b9c7d4; margin-bottom: 0; max-width: 520px; }

/* ===== FAQ ===== */
.faq { max-width: 820px; }
.faq details { background: var(--white); border: 1px solid var(--sand); border-radius: 8px; margin-bottom: 12px; padding: 0 22px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy-900); font-size: 16.5px; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--brass-dark); flex-shrink: 0; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding-bottom: 20px; margin-bottom: 0; font-size: 15px; }

/* ===== FORMS ===== */
.lead-form { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.lead-form h3 { font-size: 24px; margin-bottom: 6px; }
.lead-form .sub { font-size: 14.5px; margin-bottom: 22px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-field { margin-bottom: 16px; }
.f-field label { display: block; font-weight: 700; font-size: 14px; color: var(--navy-900); margin-bottom: 6px; }
.f-field input, .f-field select, .f-field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid #d8cfbf; border-radius: 6px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: #fffdf9;
}
.f-field input:focus, .f-field select:focus, .f-field textarea:focus { outline: none; border-color: var(--brass); box-shadow: 0 0 0 3px rgba(201, 151, 74, .18); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 6px; font-weight: 600; font-size: 15px; }
.form-status.ok { display: block; background: #e7f4e4; color: #1e5c1e; border: 1px solid #b5d9b0; }
.form-status.err { display: block; background: #fdecec; color: #8a1f1f; border: 1px solid #f2bcbc; }

/* ===== FOUNDERS ===== */
.founders { display: flex; gap: 20px; flex-wrap: wrap; }
.founder { background: var(--white); border-radius: var(--radius); padding: 24px; width: 250px; border: 1px solid var(--sand); }
.founder .avatar { width: 60px; height: 60px; border-radius: 50%; background: var(--navy-800); display: flex; align-items: center; justify-content: center; color: var(--brass-light); font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 16px; }
.founder .fn { font-weight: 800; color: var(--navy-900); font-size: 16px; }
.founder .fr { font-size: 13.5px; color: var(--muted); margin-bottom: 10px; }
.founder p { font-size: 14px; margin-bottom: 0; }

/* ===== INFO LIST (about/contact) ===== */
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; color: var(--navy-900); font-weight: 600; }
.info-list .ic { width: 42px; height: 42px; flex-shrink: 0; border-radius: 8px; background: var(--navy-900); display: flex; align-items: center; justify-content: center; }
.info-list .ic svg { width: 20px; height: 20px; }
.info-list small { display: block; font-weight: 500; color: var(--muted); }

/* ===== SERVICE PAGE LAYOUT ===== */
.svc-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.svc-layout .aside { position: sticky; top: 24px; }
.svc-body h2 { font-size: 28px; margin: 34px 0 14px; }
.svc-body h2:first-child { margin-top: 0; }
.svc-body h3 { font-size: 20px; margin: 24px 0 10px; }

/* ===== FOOTER ===== */
footer.site { background: var(--navy-950); color: #9fb2c2; padding: 56px 0 0; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
footer.site h4 { color: var(--white); font-family: var(--font-body); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
footer.site a { color: #c4d0db; text-decoration: none; font-size: 14.5px; }
footer.site a:hover { color: var(--brass-light); }
footer.site ul { list-style: none; padding: 0; }
footer.site li { margin-bottom: 10px; }
.foot-brand .name { font-family: var(--font-display); color: var(--white); font-size: 22px; margin-bottom: 10px; }
.foot-brand p { font-size: 14px; color: #8ba0b4; margin-bottom: 0; }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 20px 0; font-size: 13px; color: #7c91a5; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ===== STICKY MOBILE CALL BAR ===== */
.sticky-call {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: var(--brass); box-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
}
.sticky-call a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; color: var(--navy-950); font-weight: 800; font-size: 16.5px; text-decoration: none; }
.sticky-call svg { width: 20px; height: 20px; }

/* ===== BREADCRUMB ===== */
.crumb { font-size: 13.5px; color: #9fb2c2; margin-bottom: 14px; }
.crumb a { color: #9fb2c2; text-decoration: none; }
.crumb a:hover { color: var(--brass-light); }

/* ===== MAP ===== */
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--sand); }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .grid-3, .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-layout .aside { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  h1, .hero h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .cta-band { padding: 32px; }
}
@media (max-width: 680px) {
  .grid-3, .grid-4, .grid-2, .steps { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  nav.main {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy-900); flex-direction: column; padding: 18px 24px 24px; gap: 16px;
    border-bottom: 3px solid var(--brass);
  }
  nav.main.open { display: flex; }
  .topbar .row { justify-content: center; text-align: center; }
  .hero { padding: 56px 0 48px; }
  .hero h1 { font-size: 33px; }
  .hero .lede { font-size: 16.5px; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .btn-row .btn { width: 100%; }
  .f-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .sticky-call { display: block; }
  body { padding-bottom: 64px; }
  .hero-badges { gap: 14px; }
  .badge { font-size: 13px; }
}
