/* N&S Plumbing and Gas Solutions — site styles */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'Barlow', sans-serif;
  color: #1a1a1a;
}

img { max-width: 100%; }

a { color: #d0202a; text-decoration: none; }
a:hover { color: #111111; }

input::placeholder,
textarea::placeholder { color: #8a8f99; }

h1, h2, h3 { text-wrap: pretty; }

.container {
  max-width: 1160px;
  margin: 0 auto;
}

/* ---------- Top strip ---------- */

.topstrip {
  background: #111111;
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  text-align: center;
}

.topstrip .highlight {
  color: #ff6b72;
  font-weight: 600;
}

/* ---------- Header ---------- */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header .logo {
  height: 110px;
  width: auto;
}

.gbadge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  padding: 9px 20px 9px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.gbadge:hover {
  border-color: #d0202a;
  background: #fff5f5;
}

.gbadge .gicon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gbadge .gtext { display: flex; flex-direction: column; line-height: 1.25; }
.gbadge .grating { display: flex; align-items: center; gap: 7px; }
.gbadge .gscore { font-size: 16px; font-weight: 800; color: #111111; }
.gbadge .gstars { color: #fbbc05; font-size: 14px; letter-spacing: 1.5px; }
.gbadge .glabel { font-size: 12.5px; font-weight: 600; color: #6b6f78; letter-spacing: .01em; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.call-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111111;
}

.call-link .call-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fdeaeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.call-link .call-text { display: flex; flex-direction: column; line-height: 1.15; }

.call-link .call-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b6f78;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.call-link .call-number {
  font-size: 21px;
  font-weight: 800;
  color: #111111;
}

.btn {
  display: inline-block;
  background: #d0202a;
  color: #ffffff;
  font-weight: 800;
  font-size: 17px;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(208, 32, 42, .35);
}

.btn:hover { background: #b0161f; color: #ffffff; }

.btn-header {
  font-weight: 700;
  font-size: 16px;
  padding: 13px 26px;
}

/* ---------- Hero ---------- */

.hero {
  background:
    linear-gradient(100deg, rgba(10, 10, 10, .86) 0%, rgba(15, 15, 15, .66) 55%, rgba(10, 10, 10, .4) 100%),
    url('assets/team-drain.jpg') center 40% / cover no-repeat;
  padding: 150px 28px 160px;
  position: relative;
  overflow: hidden;
}

.hero .glow {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(208, 32, 42, .14);
}

.hero .container {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.hero-copy {
  flex: 1 1 480px;
  min-width: 320px;
  color: #ffffff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(208, 32, 42, .22);
  border: 1px solid rgba(255, 107, 114, .5);
  color: #ff9ba0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 18px;
}

.hero-sub {
  font-size: 19px;
  line-height: 1.6;
  color: #d6d6d6;
  margin: 0 0 26px;
  max-width: 540px;
}

.hero-checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.hero-checks .check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 600;
}

.tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d0202a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.hero-stars {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.stars-gold {
  color: #ffc93c;
  font-size: 20px;
  letter-spacing: 2px;
}

.hero-stars .stars-note {
  color: #d6d6d6;
  font-size: 15px;
  font-weight: 500;
}

/* ---------- Quote card ---------- */

.quote-card {
  flex: 0 1 420px;
  min-width: 320px;
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}

.quote-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px;
}

.quote-card .form-sub {
  font-size: 15px;
  color: #6b6f78;
  margin: 0 0 20px;
}

.quote-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #dcdfe4;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  color: #1a1a1a;
}

.quote-card select { background: #fff; }

.quote-card textarea {
  resize: vertical;
  min-height: 80px;
}

.quote-card input:focus,
.quote-card select:focus,
.quote-card textarea:focus {
  border-color: #d0202a;
  outline: none;
}

.form-error {
  font-size: 14px;
  color: #d0202a;
  margin: 0;
  font-weight: 600;
}

.btn-submit {
  width: 100%;
  background: #d0202a;
  color: #ffffff;
  border: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 18px;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(208, 32, 42, .35);
}

.btn-submit:hover { background: #b0161f; }
.btn-submit:disabled { opacity: .7; cursor: default; }

.form-note {
  font-size: 13px;
  color: #8a8f99;
  margin: 14px 0 0;
  text-align: center;
}

.quote-success { text-align: center; padding: 30px 10px; }

.quote-success .success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6f7ee;
  color: #1a9e57;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.quote-success h2 { font-size: 28px; margin: 0 0 8px; }

.quote-success p {
  font-size: 16px;
  color: #6b6f78;
  margin: 0 0 18px;
}

.btn-dark {
  display: inline-block;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  padding: 14px 28px;
  border-radius: 8px;
}

.btn-dark:hover { color: #ffffff; background: #2a2a2a; }

/* ---------- Trust strip ---------- */

.trust-strip {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 28px;
}

.trust-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 14px 32px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #111111;
  font-size: 16px;
}

.tick-sm {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d0202a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* ---------- Sections ---------- */

section { padding: 72px 28px; }

.section-gray { background: #f5f5f5; }
.section-white { background: #ffffff; }

.eyebrow {
  color: #d0202a;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 16px;
}

.center { text-align: center; }

/* ---------- Services ---------- */

#services .section-title { margin-bottom: 44px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}

.service-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  min-height: 380px;
  background: #111111;
  color: #ffffff;
}

.service-card:hover { color: #ffffff; }

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, .94) 0%, rgba(10, 10, 10, .75) 40%, rgba(10, 10, 10, 0) 68%);
  pointer-events: none;
}

.service-card .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 24px;
  pointer-events: none;
}

.service-card .bar {
  width: 36px;
  height: 4px;
  background: #d0202a;
  border-radius: 2px;
  margin-bottom: 14px;
}

.service-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #d6d6d6;
  margin: 0;
}

/* ---------- About ---------- */

.about .container {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
}

.about-photos {
  flex: 0 1 480px;
  min-width: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.about-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about-photos .wide {
  grid-column: 1 / 3;
  object-position: center 40%;
}

.about-copy {
  flex: 1 1 460px;
  min-width: 300px;
}

.about-copy p.body {
  font-size: 17px;
  line-height: 1.65;
  color: #5b5f68;
  margin: 0 0 16px;
}

.about-checks {
  display: flex;
  gap: 14px 36px;
  flex-wrap: wrap;
  margin: 8px 0 26px;
}

/* ---------- Reviews ---------- */

.reviews { background: #111111; padding: 64px 28px; }

.reviews .container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.review-feature {
  flex: 1 1 420px;
  min-width: 300px;
}

.review-feature .stars-gold { font-size: 24px; letter-spacing: 3px; }

.review-feature blockquote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 14px 0 16px;
  text-wrap: pretty;
}

.review-feature cite {
  color: #ff9ba0;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
}

.promo-card {
  flex: 0 1 420px;
  min-width: 300px;
  background: rgba(208, 32, 42, .14);
  border: 1.5px solid rgba(255, 107, 114, .4);
  border-radius: 14px;
  padding: 32px 30px;
}

.promo-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
}

.promo-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #d6d6d6;
  margin: 0 0 22px;
}

.marquee-wrap {
  max-width: 1160px;
  margin: 44px auto 0;
  overflow: hidden;
  position: relative;
}

.marquee {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: ns-marquee 50s linear infinite;
}

@keyframes ns-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee { animation: none; }
}

.review-card {
  flex: 0 0 340px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 107, 114, .25);
  border-radius: 12px;
  padding: 20px 22px;
}

.review-card .review-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.review-card .review-head .stars {
  color: #ffc93c;
  font-size: 14px;
  letter-spacing: 2px;
}

.review-card p.quote {
  font-size: 14.5px;
  line-height: 1.55;
  color: #e6e6e6;
  margin: 0 0 10px;
}

.review-card p.who {
  font-size: 13px;
  font-weight: 700;
  color: #ff9ba0;
  margin: 0;
}

/* ---------- Why us ---------- */

.why { padding: 80px 28px; }

.why .container {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.why-intro {
  flex: 1 1 400px;
  min-width: 300px;
}

.why-intro .section-title {
  font-size: 46px;
  line-height: 1.08;
  margin: 0 0 18px;
}

.why-intro p.body {
  font-size: 17px;
  line-height: 1.65;
  color: #5b5f68;
  margin: 0 0 28px;
  max-width: 440px;
}

.why-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.why-cta .or-call {
  font-weight: 800;
  font-size: 17px;
  color: #111111;
}

.why-list {
  flex: 1 1 520px;
  min-width: 320px;
}

.why-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid #e6e6e6;
}

.why-row:last-child { border-bottom: none; }

.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fdeaeb;
  border: 1.5px solid #f5bfc2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-row h3 {
  font-size: 19px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px;
}

.why-row p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #5b5f68;
  margin: 0;
}

/* ---------- Areas ---------- */

.areas .container {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  align-items: center;
}

.areas-copy {
  flex: 1 1 460px;
  min-width: 300px;
}

.areas-copy p.body {
  font-size: 17px;
  line-height: 1.65;
  color: #5b5f68;
  margin: 0 0 24px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 12px;
}

.area-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 600;
  color: #111111;
}

.area-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0202a;
  flex-shrink: 0;
}

.map-frame {
  flex: 0 1 520px;
  min-width: 300px;
  height: 460px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
  border: 1px solid #e6e6e6;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ---------- FAQ ---------- */

.faq .container { max-width: 820px; }

.faq .section-title { margin-bottom: 40px; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  font-family: 'Barlow', sans-serif;
  font-size: 17.5px;
  font-weight: 700;
  color: #111111;
  text-align: left;
}

.faq-q .faq-icon {
  color: #d0202a;
  font-size: 22px;
  font-weight: 400;
  flex-shrink: 0;
}

.faq-a {
  font-size: 16px;
  line-height: 1.65;
  color: #5b5f68;
  margin: 0;
  padding: 0 24px 22px;
}

.faq-item:not(.open) .faq-a { display: none; }

/* ---------- Final CTA ---------- */

.final-cta {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  padding: 72px 28px;
  text-align: center;
}

.final-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
}

.final-cta p {
  font-size: 18px;
  color: #d6d6d6;
  margin: 0 auto 32px;
  max-width: 560px;
}

.final-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-white {
  display: inline-block;
  background: #ffffff;
  color: #111111;
  font-weight: 800;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 8px;
  white-space: nowrap;
}

.btn-white:hover { background: #f0f0f0; color: #111111; }

.btn-lg {
  font-size: 18px;
  padding: 16px 32px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(208, 32, 42, .4);
}

/* ---------- Footer ---------- */

footer {
  background: #0a0a0a;
  padding: 40px 28px 90px;
  color: #a5a8ae;
}

footer .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

footer .logo {
  height: 120px;
  width: auto;
  display: block;
  border-radius: 50%;
}

.footer-info {
  font-size: 14.5px;
  line-height: 1.7;
}

.footer-info .biz-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.footer-info a { color: #a5a8ae; }
.footer-info a:hover { color: #ffffff; }

.footer-phone {
  color: #ff9ba0;
  font-weight: 800;
  font-size: 20px;
}

.footer-phone:hover { color: #ffffff; }

/* ---------- Sticky mobile bar ---------- */

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, .3);
}

.sticky-bar a {
  flex: 1;
  color: #ffffff;
  font-weight: 800;
  font-size: 17px;
  text-align: center;
  padding: 16px 8px;
}

.sticky-bar a:hover { color: #ffffff; }
.sticky-bar .bar-call { background: #d0202a; }
.sticky-bar .bar-quote { background: #111111; }

@media (max-width: 859px) {
  .sticky-bar { display: flex; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .gbadge { display: none; }
  .site-header .logo { height: 88px; }
  .hero h1 { font-size: 42px; }
  .section-title, .final-cta h2 { font-size: 36px; }
  section { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 88px; padding-bottom: 96px; }
}

@media (max-width: 640px) {
  .site-header { padding: 10px 16px; gap: 12px; }
  .site-header .logo { height: 80px; }
  .call-link .call-label { display: none; }
  .hero h1 { font-size: 38px; line-height: 1.1; }
  .section-title, .final-cta h2 { font-size: 30px; }
  section { padding-left: 16px; padding-right: 16px; }
  .hero { padding-top: 56px; padding-bottom: 64px; }
  footer { padding-left: 16px; padding-right: 16px; }
  .topstrip {
    padding: 4px 16px;
    gap: 2px 16px;
    font-size: 12.5px;
    line-height: 1.35;
  }
}
