/* Advent Plumbing LLC — site styles
   Brand: Brick Red #A5201C · Royal Blue #1C4E9C · Navy #12233F · Paper #FBFAF7 */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Barlow', system-ui, -apple-system, Segoe UI, sans-serif;
  color: #16191F;
  background: #FBFAF7;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: #A5201C; text-decoration: none; }
a:hover { color: #7F1A16; }
h1, h2, h3, h4 { font-family: 'Barlow Condensed', sans-serif; margin: 0; line-height: 1.02; }
input, select, textarea, button { font-family: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid #1C4E9C; outline-offset: 1px; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
section { scroll-margin-top: 118px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; border-radius: 10px; cursor: pointer;
  border: none; text-align: center; line-height: 1;
}
.btn-red { background: #A5201C; color: #fff; box-shadow: 0 4px 14px rgba(165,32,28,0.28); padding: 13px 22px; font-size: 16px; }
.btn-red:hover { background: #8E1A17; color: #fff; }
.btn-outline { background: #fff; color: #12233F; border: 1.5px solid #CBD3E0; padding: 13px 22px; font-size: 16px; }
.btn-outline:hover { border-color: #1C4E9C; color: #12233F; }
.btn-lg { padding: 15px 26px; font-size: 17px; }
.btn-nav { padding: 11px 20px; font-size: 15.5px; }
.btn-block { width: 100%; justify-content: center; padding: 15px; font-size: 17px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 0 #E2DDD3, 0 6px 18px rgba(18,35,63,0.06); }
.topbar { background: #12233F; color: #DDE4F0; }
.topbar-inner { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: space-between; padding-top: 7px; padding-bottom: 7px; font-size: 13.5px; letter-spacing: 0.02em; }
.dot-diamond { color: #9FB4D6; }
.topbar-right { display: flex; align-items: center; gap: 18px; }
.topbar .muted { color: #9FB4D6; }
.topbar-phone { color: #fff; font-weight: 600; }
.topbar-phone:hover { color: #fff; }

.navbar { background: #fff; }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #1C4E9C; border-radius: 11px; box-shadow: 0 3px 8px rgba(28,78,156,0.35); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 25px; letter-spacing: 0.03em; color: #A5201C; text-transform: uppercase; }
.brand-llc { color: #1C4E9C; }
.brand-sub { font-size: 11px; letter-spacing: 0.16em; color: #5A6070; text-transform: uppercase; margin-top: 3px; }
.mainnav { display: flex; align-items: center; gap: 26px; }
.mainnav > a:not(.btn) { color: #16191F; font-weight: 600; font-size: 15.5px; }
.mainnav > a:not(.btn):hover { color: #A5201C; }

/* Hero */
.hero { background: #FBFAF7; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0; align-items: stretch; }
.hero-copy { padding: 64px 54px 64px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #F1EEE8; border: 1px solid #E2DDD3; border-radius: 100px; padding: 7px 15px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #7F1A16; }
.pulse { width: 7px; height: 7px; background: #1C8A4A; border-radius: 50%; }
.hero h1 { font-weight: 800; font-size: 68px; letter-spacing: -0.005em; margin-top: 22px; color: #12233F; text-transform: uppercase; }
.hero .accent { color: #A5201C; }
.hero p { font-size: 19.5px; line-height: 1.5; color: #3A414E; max-width: 540px; margin-top: 20px; }
.hero p strong { color: #12233F; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.chip { background: #F1EEE8; border: 1px solid #E2DDD3; border-radius: 8px; padding: 8px 13px; font-size: 13.5px; font-weight: 600; color: #12233F; }

.hero-card { background: #12233F; border-radius: 16px; margin: 40px 0; padding: 44px 40px; color: #fff; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; background: radial-gradient(circle at center, rgba(28,78,156,0.55), transparent 70%); border-radius: 50%; }
.hero-card-mark { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; background: #1C4E9C; border-radius: 16px; box-shadow: 0 6px 16px rgba(0,0,0,0.3); position: relative; }
.hero-card-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: 0.02em; margin-top: 24px; color: #9FB4D6; text-transform: uppercase; position: relative; }
.hero-card-phone { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 44px; color: #fff; letter-spacing: 0.01em; margin-top: 4px; position: relative; }
.hero-card-phone:hover { color: #fff; }
.hero-card-note { font-size: 16px; color: #C7D2E4; margin-top: 6px; position: relative; }
.emergency-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(165,32,28,0.18); border: 1px solid rgba(214,90,80,0.5); border-radius: 10px; padding: 13px 16px; margin-top: 26px; font-weight: 600; font-size: 15px; color: #FBD9D6; position: relative; }
.ping { width: 9px; height: 9px; background: #E8574C; border-radius: 50%; box-shadow: 0 0 0 4px rgba(232,87,76,0.25); flex-shrink: 0; }

/* Trust strip */
.trust-strip { background: #A5201C; }
.trust-inner { display: flex; flex-wrap: wrap; gap: 10px 40px; align-items: center; justify-content: center; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 19px; letter-spacing: 0.04em; text-transform: uppercase; padding-top: 16px; padding-bottom: 16px; }
.trust-inner .sep { opacity: 0.5; }

/* Sections */
.section { padding: 74px 0; background: #FBFAF7; }
.section-alt { background: #F1EEE8; }
.section-dark { background: #12233F; color: #fff; }
.section-head { max-width: 640px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #A5201C; }
.kicker-light { color: #9FB4D6; }
.section h2 { font-weight: 800; font-size: 46px; color: #12233F; margin-top: 12px; text-transform: uppercase; }
.section-dark h2 { color: #fff; }
.section-head p { font-size: 18px; line-height: 1.5; color: #3A414E; margin-top: 14px; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.service-card { background: #fff; border: 1px solid #E9E4DB; border-radius: 14px; padding: 24px; box-shadow: 0 2px 10px rgba(18,35,63,0.04); }
.svc-ico { width: 42px; height: 42px; background: #EAF0FA; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #1C4E9C; font-size: 20px; font-weight: 800; }
.service-card h3 { font-weight: 700; font-size: 22px; color: #12233F; margin-top: 16px; }
.service-card p { font-size: 15px; line-height: 1.5; color: #5A6070; margin-top: 7px; }
.service-card-dark { background: #12233F; border-color: #12233F; }
.service-card-dark h3 { color: #fff; }
.service-card-dark p { color: #C7D2E4; }
.svc-ico-alert { background: rgba(232,87,76,0.2); color: #E8574C; }

/* Reviews */
.reviews-head { max-width: 720px; }
.reviews-rating { display: flex; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.stars { color: #E8A020; letter-spacing: 2px; font-size: 17px; line-height: 1; }
.stars-lg { font-size: 24px; }
.reviews-rating-text { font-size: 15px; font-weight: 600; color: #12233F; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; align-items: start; }
.review-card { background: #fff; border: 1px solid #E2DDD3; border-radius: 14px; padding: 24px; box-shadow: 0 2px 10px rgba(18,35,63,0.04); margin: 0; }
.review-card blockquote { margin: 12px 0 0; font-size: 15px; line-height: 1.55; color: #3A414E; }
.review-card figcaption { margin-top: 16px; padding-top: 14px; border-top: 1px solid #EEE9E0; }
.rev-name { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; color: #12233F; text-transform: uppercase; letter-spacing: 0.02em; }
.rev-project { display: block; font-size: 12.5px; color: #7A8090; margin-top: 2px; }
.reviews-cta { display: flex; justify-content: center; margin-top: 34px; }

/* Why */
.why-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.why-copy h2 { margin-top: 12px; }
.why-copy p { font-size: 18px; line-height: 1.55; color: #3A414E; margin-top: 16px; }
.why-copy .btn { margin-top: 24px; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-list li { background: #fff; border: 1px solid #E2DDD3; border-radius: 11px; padding: 15px 16px; display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 15.5px; color: #12233F; }
.tick { color: #1C8A4A; font-weight: 800; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.about-photo { background: repeating-linear-gradient(135deg,#ECE7DE,#ECE7DE 14px,#F4F0E8 14px,#F4F0E8 28px); border: 1px solid #E2DDD3; border-radius: 16px; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #8A8578; }
.photo-note { font-family: monospace; font-size: 12.5px; letter-spacing: 0.04em; }
.about-copy h2 { margin-top: 12px; }
.about-role { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 19px; color: #1C4E9C; letter-spacing: 0.03em; text-transform: uppercase; margin-top: 4px; }
.about-copy p { font-size: 18px; line-height: 1.6; color: #3A414E; margin-top: 16px; }
.about-stats { display: flex; gap: 28px; margin-top: 26px; padding-top: 22px; border-top: 1px solid #E2DDD3; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 38px; color: #A5201C; line-height: 1; }
.stat-label { font-size: 13.5px; color: #5A6070; margin-top: 2px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: start; }
.contact-info h2 { color: #fff; margin-top: 12px; }
.contact-info > p { font-size: 18px; line-height: 1.55; color: #C7D2E4; margin-top: 14px; }
.contact-methods { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.cmethod { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 16px 18px; color: #fff; }
.cmethod:hover { color: #fff; background: rgba(255,255,255,0.1); }
.cmethod-ico { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0; }
.cm-red { background: #A5201C; } .cm-blue { background: #1C4E9C; } .cm-slate { background: #334867; }
.cmethod small { display: block; font-size: 13px; color: #9FB4D6; }
.cmethod strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #fff; }
.cmethod strong.wrap { font-size: 22px; word-break: break-all; }
.cmethod > span:last-child > small + strong:not(.wrap) { }
.cmethod:has(.cm-slate) strong { font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 17px; }
.creds-line { font-size: 13.5px; color: #9FB4D6; margin-top: 16px; line-height: 1.5; }

.contact-form-wrap { }
.contact-form { background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 14px 40px rgba(0,0,0,0.28); }
.contact-form h3 { font-size: 26px; color: #12233F; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; font-weight: 600; color: #12233F; margin-top: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 18px; }
.form-row label { margin-top: 0; }
.contact-form input, .contact-form select, .contact-form textarea { border: 1.5px solid #D7D2C8; border-radius: 9px; padding: 12px 13px; font-size: 15.5px; color: #16191F; background: #FCFBF9; width: 100%; }
.contact-form textarea { resize: vertical; }
.contact-form .btn { margin-top: 18px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { font-size: 13px; color: #8A8578; margin-top: 11px; text-align: center; }
.form-success { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 10px; color: #12233F; }
.form-success .check { width: 60px; height: 60px; background: #E6F4EC; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1C8A4A; font-size: 30px; }
.form-success h3 { font-size: 28px; margin-top: 18px; }
.form-success p { font-size: 16px; color: #5A6070; margin-top: 8px; line-height: 1.5; }

/* Footer */
.site-footer { background: #0C1829; color: #8FA0BC; padding: 44px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { width: 42px; height: 42px; }
.footer-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: 0.03em; color: #fff; text-transform: uppercase; }
.site-footer p { font-size: 14.5px; line-height: 1.55; margin-top: 14px; max-width: 340px; }
.site-footer h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.site-footer ul { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; }
.site-footer a { color: #B9C6DC; word-break: break-word; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; font-size: 13px; color: #6E7E99; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 0 20px; }
  .hero h1 { font-size: 52px; }
  .hero-card { margin: 0 0 44px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo { min-height: 240px; order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .mainnav { gap: 14px; }
  .mainnav > a:not(.btn) { display: none; }
  .navbar-inner { gap: 12px; }
  .topbar-inner { justify-content: center; text-align: center; }
  .section h2 { font-size: 38px; }
  /* Tighter trust strip so words don't jumble */
  .trust-inner { gap: 6px 14px; font-size: 15px; }
  .trust-inner .sep { display: none; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 42px; }
  /* Compact call button in the top-right nav */
  .navbar-inner { flex-wrap: nowrap; }
  .btn-nav { padding: 10px 13px; font-size: 0; gap: 0; }
  .btn-nav svg { width: 20px; height: 20px; }
  .brand-name { font-size: 21px; }
  .trust-inner { flex-direction: column; gap: 4px; line-height: 1.25; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .why-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .brand-sub { display: none; }
}
