@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #081a33;
  --navy-2: #102b4f;
  --red: #e5232f;
  --blue: #33a9ff;
  --white: #ffffff;
  --light: #f4f7fb;
  --gray: #5f6b7a;
  --border: #dbe3ed;
  --shadow: 0 18px 45px rgba(7, 25, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: .98;
  text-transform: uppercase;
  margin: 0;
}
h1 { font-size: clamp(3.3rem, 8vw, 7.2rem); max-width: 900px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h3 { font-size: 2rem; }
p { margin: 0; }

.site-header {
  height: 92px;
  padding: 10px clamp(20px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(8,26,51,.08);
}
.brand img { width: 180px; height: 72px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 30px; font-weight: 700; }
.nav a:hover { color: var(--red); }
.nav-call { background: var(--red); color: var(--white) !important; padding: 12px 18px; border-radius: 7px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.8rem; color: var(--navy); }

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5,18,38,.96) 0%, rgba(5,18,38,.80) 48%, rgba(5,18,38,.22) 100%),
    url("assets/images/hero.jpg") center/cover;
  color: var(--white);
  overflow: hidden;
}
.hero::after {
  content: "";
  width: 520px;
  height: 520px;
  border: 52px solid rgba(51,169,255,.15);
  border-radius: 50%;
  position: absolute;
  right: -190px;
  bottom: -260px;
}
.hero-content { position: relative; z-index: 2; padding: 90px clamp(22px, 8vw, 130px); }
.hero h1 span { color: var(--red); }
.hero-content > p:not(.eyebrow) { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 700px; margin-top: 24px; color: #e8eef7; }
.eyebrow { text-transform: uppercase; font-weight: 800; letter-spacing: .16em; font-size: .82rem; margin-bottom: 18px; }
.eyebrow.red { color: var(--red); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 7px; border: 2px solid transparent;
  font-weight: 800; cursor: pointer; font-family: inherit; font-size: 1rem;
}
.primary { background: var(--red); color: var(--white); }
.primary:hover { background: #be1823; }
.secondary { border-color: rgba(255,255,255,.75); color: var(--white); }
.secondary:hover { background: var(--white); color: var(--navy); }
.outline { border-color: var(--navy); color: var(--navy); }
.outline:hover { background: var(--navy); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #dfe8f4; font-weight: 600; }

.section { padding: 100px clamp(22px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; background: var(--light); }
.intro > p { font-size: 1.15rem; color: var(--gray); max-width: 620px; }

.section-heading { max-width: 830px; margin-bottom: 48px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.service-image { height: 270px; background-size: cover; background-position: center; }
.driveway { background-image: linear-gradient(rgba(8,26,51,.08),rgba(8,26,51,.08)), url("assets/images/driveway.jpg"); }
.house { background-image: linear-gradient(rgba(8,26,51,.08),rgba(8,26,51,.08)), url("assets/images/house-window.jpg"); }
.walkway { background-image: linear-gradient(rgba(8,26,51,.08),rgba(8,26,51,.08)), url("assets/images/sidewalk-patio.jpg"); }
.deck { background-image: linear-gradient(rgba(8,26,51,.08),rgba(8,26,51,.08)), url("assets/images/deck-fence.jpg"); }
.service-copy { padding: 28px; position: relative; }
.service-copy span { color: var(--red); font-weight: 800; letter-spacing: .12em; }
.service-copy h3 { margin: 7px 0 12px; }
.service-copy p { color: var(--gray); }

.results { background: var(--navy); color: var(--white); padding: 80px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.results-copy p:not(.eyebrow) { color: #cbd6e4; margin: 22px 0; }
.text-link { font-weight: 800; color: var(--blue); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.result-panel { position: relative; background-size: cover; background-position: center; }
.result-panel span { position: absolute; bottom: 18px; left: 18px; background: rgba(8,26,51,.88); padding: 8px 13px; border-radius: 5px; font-weight: 800; }
.before { background-image: linear-gradient(rgba(62,54,40,.34),rgba(62,54,40,.34)), url("assets/images/before.jpg"); filter: saturate(.55) brightness(.72); }
.after { background-image: linear-gradient(rgba(27,116,160,.05),rgba(27,116,160,.05)), url("assets/images/after.jpg"); filter: saturate(1.08) brightness(1.12); }

.reviews { background: var(--light); }
.review-note { margin-top: 18px; color: var(--gray); }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 38px; }
.review-card { background: white; padding: 30px; border-radius: 12px; border: 1px solid var(--border); }
.review-card p { font-size: 1.06rem; margin: 18px 0; color: #334155; }
.stars { color: #f5a623; letter-spacing: .12em; }
.centered { text-align: center; }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 100px clamp(22px, 7vw, 110px); background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); }
.booking-info > p:not(.eyebrow) { color: #ced8e5; margin-top: 22px; }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-list a, .contact-list div { border-left: 3px solid var(--red); padding-left: 16px; font-weight: 700; }
.contact-list span { display: block; text-transform: uppercase; color: #8da4bd; font-size: .72rem; letter-spacing: .12em; margin-bottom: 3px; }
.booking-form { background: var(--white); color: var(--navy); padding: 34px; border-radius: 14px; box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; font-weight: 700; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 7px; padding: 13px 14px; font: inherit; color: var(--navy); background: white; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(51,169,255,.24); border-color: var(--blue); }
.full { width: 100%; border: 0; }
.form-disclaimer { color: var(--gray); font-size: .8rem; margin-top: 12px; text-align: center; }
.hidden { display: none; }

footer { padding: 45px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; background: #050f20; color: white; }
footer img { width: 165px; }
footer p { color: #9fb0c4; }
.footer-links { display: grid; gap: 4px; text-align: right; }
.footer-links a:hover { color: var(--blue); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; text-align: center; font-size: .85rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 92px; padding: 24px; background: white; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .intro, .results, .booking { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .before-after { min-height: 360px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin: auto; }
  .footer-links { text-align: center; }
}
@media (max-width: 600px) {
  .site-header { height: 78px; }
  .brand img { width: 145px; height: 58px; }
  .nav { top: 78px; }
  .hero { min-height: calc(100vh - 78px); }
  .hero-content { padding-top: 70px; padding-bottom: 70px; }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .before-after { min-height: 300px; }
  .booking-form { padding: 24px; }
}


/* Card-suit service labels */
.service-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.service-label > span:last-child {
  color: var(--red);
  font-weight: 800;
  letter-spacing: .12em;
}
.card-suit {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 7px;
  background: #fff;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0;
}
.card-suit.diamond,
.card-suit.heart { color: var(--red); }
.card-suit.club,
.card-suit.spade { color: var(--navy); }

.veteran-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  padding: 10px 15px;
  border-radius: 7px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .82rem;
}
.veteran-badge span { color: var(--red); }

.social-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.social-links > span {
  width: 100%;
  margin-bottom: 0;
}
.social-links a {
  border-left: 0;
  padding-left: 0;
  color: var(--blue);
}
.social-links a:hover { color: var(--white); }
