/* ==========================================================================
   Colortec Powder Coating — colorteccoatings.com
   Faithful static rebuild of the Duda original. Palette and type below.
   ========================================================================== */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700.woff2') format('woff2');
}

:root {
  --red: #AF1513;
  --red-dark: #8D1311;
  --ink: #000503;
  --black: #050506;
  --panel: #101014;
  --paper: #ffffff;
  --gray: #f4f4f4;
  --gray-line: #d1d1d1;
  --text: #1a1b1f;
  --text-soft: #3a3c3f;
  --sidebar-w: 260px;
  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }

h1, h2, h3, h4, h5 { font-weight: 600; line-height: 1.2; color: var(--ink); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--red); color: #fff; padding: 10px 18px;
}
.skip-link:focus { left: 8px; top: 8px; color: #fff; }

/* ----- Buttons ----- */
.btn {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 44px;
  border: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; border: 2px solid #fff; }
.btn--ghost:hover { background: #fff; color: var(--ink); }

/* ==========================================================================
   Sidebar (desktop) / top bar (mobile)
   ========================================================================== */
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar-w);
  background: var(--black);
  color: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 22px;
  overflow-y: auto;
}
.sidebar__logo img { width: 175px; height: auto; }
.sidebar nav { margin-top: 30px; }
.sidebar nav ul { list-style: none; }
.sidebar nav > ul > li { margin: 0 0 22px; }
.sidebar nav a {
  color: #fff;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sidebar nav a:hover, .sidebar nav a[aria-current="page"] { color: #e05a52; }
.nav-sub { margin: 12px 0 0 14px; }
.nav-sub li { margin-bottom: 10px; }
.nav-sub a { font-size: 13px; letter-spacing: .1em; color: #cfcfcf; }
.sidebar__phone {
  margin-top: auto;
  padding-top: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}
.sidebar__phone a { color: #fff; }
.sidebar__rule { border: 0; border-top: 1px solid #3a3c3f; margin: 18px 0; }
.sidebar .btn { font-size: 14px; padding: 12px 16px; text-align: center; display: block; }
.sidebar__social { display: flex; gap: 14px; margin-top: 18px; }
.sidebar__social a { color: #cfcfcf; }
.sidebar__social a:hover { color: #fff; }
.sidebar__social svg { width: 20px; height: 20px; fill: currentColor; }

/* mobile top bar */
.topbar {
  display: none;
  position: fixed;
  inset: 0 0 auto 0;
  height: 64px;
  background: var(--black);
  z-index: 110;
  align-items: center;
  justify-content: center;
}
.topbar img { height: 40px; width: auto; display: block; }
.topbar__toggle { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); }
.topbar__call {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  padding: 8px;
}
.topbar__call:hover { color: #e05a52; }
.topbar__call svg { width: 24px; height: 24px; stroke: currentColor; }
.topbar__toggle {
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.topbar__toggle svg { width: 28px; height: 28px; stroke: #fff; }

.page { margin-left: var(--sidebar-w); }

main { display: block; }

/* ==========================================================================
   Shared section shells
   ========================================================================== */
.wrap { max-width: 1010px; margin: 0 auto; padding: 0 40px; }
section { padding: 70px 0; }

.eyebrow {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: max(680px, 100vh);
  min-height: max(680px, 100svh);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 24px;
  background: var(--ink);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: -12% 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0, 0, 0, .36);
}
.hero__inner { position: relative; z-index: 1; width: 100%; max-width: 900px; }
.hero__welcome {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.hero__logo { margin: 18px auto 8px; width: min(760px, 92%); }
.hero__tag {
  font-size: clamp(18px, 2.4vw, 26px);
  margin: 10px 0 34px;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}

/* page hero (inner pages) */
.hero--page { min-height: min(430px, 60vh); }
.hero--page h1 {
  color: #fff;
  font-size: clamp(32px, 4.6vw, 52px);
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.hero--page p { max-width: 760px; margin: 18px auto 26px; text-shadow: 0 1px 8px rgba(0,0,0,.6); }

/* ----- Feature sections (Professional Environments / Superior Services) ----- */
.feature { padding: 74px 0; background: var(--paper); }
.feature__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 52px;
  align-items: center;
}
.feature__photo img {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  width: 100%;
  aspect-ratio: 7 / 8;
  object-fit: cover;
}
.feature h2 { font-size: 40px; line-height: 1.15; margin-bottom: 18px; }
.feature h2 .rr { display: block; color: var(--red); font-weight: 700; }
.feature h2 .rb { display: block; font-weight: 400; }
.feature p { color: var(--text-soft); }
.feature--flip .feature__grid { grid-template-columns: .95fr 1.05fr; }

/* ----- Parallax bands ----- */
.band {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 0;
}
.band--strip { min-height: 400px; }
.band__overlay { background: rgba(0,0,0,.28); position: absolute; inset: 0; }

/* Pickup & Delivery: parallax photo, left column with pennant ribbon */
.band--pd { padding: 96px 0; }
.band--pd > .wrap { position: relative; }
.pd-col { max-width: 380px; text-align: center; }
.pd-col h2 {
  color: var(--red);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 26px;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.pd-ribbon {
  background: rgba(44, 42, 40, .88);
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
  padding: 30px 26px 56px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 30px), 0 100%);
  margin-bottom: 30px;
}

/* ----- COLORTEC Steps ----- */
.steps { background: var(--paper); }
.steps h2 {
  text-align: center;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  margin-bottom: 54px;
}
.steps h2 .c-red { color: var(--red); }
.steps__rail { position: relative; }
.steps__rail::before {
  content: "";
  position: absolute;
  left: 50%; top: 6px; bottom: 6px;
  width: 2px;
  background: var(--red);
  transform: translateX(-50%);
}
.step {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: start;
  margin-bottom: 44px;
}
.step:last-child { margin-bottom: 0; }
.step__title { text-align: left; border-bottom: 9px solid var(--red); padding-bottom: 12px; }
.step__title h3 { font-size: 24px; font-weight: 500; }
.step__dot {
  position: relative;
  height: 100%;
  min-height: 34px;
}
.step__dot::before {
  content: "";
  position: absolute;
  left: 50%; top: 4px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--red);
  transform: translateX(-50%);
}
.step__body { color: var(--text-soft); font-size: 16px; }

/* ----- Photo bands (Why Choose Us / Our Process) ----- */
.photo-band {
  position: relative;
  text-align: center;
  padding: 130px 24px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.photo-band h2 {
  color: var(--red);
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(255,255,255,.35);
  margin-bottom: 30px;
}
.band-card {
  max-width: 620px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .82);
  padding: 26px 30px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  text-align: center;
}

/* typed banner */
.typed-band {
  background: var(--paper);
  text-align: center;
  padding: 64px 24px;
}
.typed-band p {
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 400;
  color: var(--ink);
}
.typed-band .typed-word { color: var(--red); font-weight: 600; white-space: nowrap; }
.typed-cursor {
  display: inline-block;
  width: 2px;
  background: transparent;
}

/* ----- Testimonial ----- */
.testimonial {
  background: var(--gray);
  text-align: center;
  padding: 84px 0;
}
.testimonial img {
  width: 108px; height: 108px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
}
.testimonial .quote-mark {
  color: var(--red);
  font-size: 64px;
  font-weight: 700;
  line-height: .5;
  display: block;
  margin-bottom: 18px;
  font-family: Georgia, serif;
}
.testimonial blockquote {
  max-width: 900px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
}
.testimonial figcaption { margin-top: 26px; font-weight: 700; }

/* ----- Contact section (home): centered form ----- */
.contact-center { max-width: 760px; margin: 0 auto; text-align: center; }
.contact-center h2 { font-size: 42px; font-weight: 400; margin-bottom: 14px; }
.contact-center .lead { margin-bottom: 34px; }
.contact-center form { text-align: left; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-center .btn { display: block; margin: 6px auto 0; min-width: 280px; }
.contact-center .form-status { text-align: center; }

/* ----- Forms ----- */
form .field { margin-bottom: 16px; }
label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--ink);
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  padding: 12px 14px;
  border: 1px solid var(--gray-line);
  background: #fff;
  color: var(--text);
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid var(--red);
  outline-offset: 1px;
}
textarea { min-height: 130px; resize: vertical; }
.checkline { display: flex; gap: 10px; align-items: center; }
.checkline input { width: 18px; height: 18px; accent-color: var(--red); }
.checkline label { margin: 0; }
.form-note { font-size: 14px; color: var(--text-soft); margin-bottom: 16px; }
.form-status { margin-top: 14px; font-weight: 600; }
.form-status.ok { color: #1d7a34; }
.form-status.err { color: var(--red); }

/* ----- "Let's get to it then." (photo left, white card right) ----- */
.getit { background: var(--paper); padding: 74px 0; }
.getit__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0;
  align-items: center;
}
.getit__photo {
  background-size: cover;
  background-position: center;
  min-height: 640px;
  border-radius: 4px;
}
.getit__card {
  background: #fff;
  box-shadow: 0 16px 44px rgba(0,0,0,.16);
  padding: 48px 44px;
  margin-left: -70px;
}
.getit__card h2 { font-size: 34px; font-weight: 400; margin-bottom: 14px; }
.getit__card .lead { font-weight: 700; margin-bottom: 12px; }
.getit__card p { color: var(--text-soft); margin-bottom: 22px; }

/* ----- CTA band ----- */
.cta-band {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 110px 24px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.cta-band > .wrap { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); margin-bottom: 16px; }
.cta-band p { max-width: 780px; margin: 0 auto 30px; }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.breadcrumbs {
  font-size: 13px;
  letter-spacing: .04em;
  padding: 18px 0 0;
  color: var(--text-soft);
}
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; color: var(--gray-line); }

.prose h2 { font-size: 30px; font-weight: 400; margin: 42px 0 14px; }
.prose h3 { font-size: 21px; margin: 30px 0 8px; }
.prose h3 span { color: var(--red); }
.prose p { margin-bottom: 16px; color: var(--text-soft); }
.prose ul { margin: 0 0 16px 22px; color: var(--text-soft); }

/* sandblasting page */
.sb-hero {
  position: relative;
  background-size: cover;
  background-position: center 30%;
  padding: 84px 24px 72px;
  text-align: center;
  color: #fff;
}
.sb-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.34); }
.sb-hero > .wrap { position: relative; max-width: 900px; }
.sb-hero h1 {
  color: var(--red);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 16px;
  text-shadow: 0 1px 2px rgba(255,255,255,.35);
}
.sb-hero p { font-weight: 600; margin-bottom: 26px; text-shadow: 0 1px 6px rgba(0,0,0,.6); }

.debris-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.pillars.pillars--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 34px;
  margin: 0;
}
.pillars--list .pillar { text-align: left; }
.pillars--list .pillar svg { margin: 0 0 10px; width: 34px; height: 34px; }

.sb-process { background: var(--gray); }
.sb-process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.sb-process h2 { font-size: 30px; font-weight: 400; margin-bottom: 14px; }
.sb-process p { color: var(--text-soft); }

.benefits {
  background: var(--red);
  color: #fff;
  text-align: center;
}
.benefits h2 { color: #fff; font-size: clamp(28px, 3.8vw, 38px); font-weight: 400; }
.benefits__sub { max-width: 760px; margin: 12px auto 48px; }
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  text-align: center;
}
.benefits__grid svg { width: 40px; height: 40px; stroke: #fff; margin: 0 auto 14px; }
.benefits__grid h3 { color: #fff; font-size: 18px; margin-bottom: 10px; }
.benefits__grid p { font-size: 15px; line-height: 1.65; }

.apart__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
.apart__items { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 36px; }
.apart__items h3 { font-size: 18px; margin-bottom: 8px; }
.apart__items p { font-size: 15px; color: var(--text-soft); }

.sb-thanks { background: var(--gray); }
.sb-thanks__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
.sb-thanks h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 400; }
.sb-thanks p { color: var(--text-soft); margin-bottom: 16px; }

/* pillars (sandblasting) */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin: 44px 0 0;
}
.pillar { text-align: center; }
.pillar svg { width: 44px; height: 44px; margin: 0 auto 14px; stroke: var(--red); }
.pillar h3 { font-size: 16px; letter-spacing: .18em; margin-bottom: 8px; }
.pillar p { font-size: 14.5px; color: var(--text-soft); }

/* page header band (service pages) */
.page-head {
  background: var(--gray) url('../images/concrete-bg.jpg') center/cover;
  padding: 92px 24px 58px;
  text-align: center;
}
.page-head h1 {
  position: relative;
  z-index: 1;
  color: var(--red);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 42px);
  text-shadow: 0 0 15px #fff;
}

/* rotating background slideshow (matches the original's gallery background) */
.page-head--slides {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.page-head__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.page-head--slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .25);
}
@media (prefers-reduced-motion: no-preference) {
  .page-head__slide { animation: head-slide 15s infinite; }
  .page-head__slide:nth-child(1) { animation-name: head-slide-first; }
  .page-head__slide:nth-child(2) { animation-delay: 5s; }
  .page-head__slide:nth-child(3) { animation-delay: 10s; }
  @keyframes head-slide {
    0% { opacity: 0; }
    7% { opacity: 1; }
    33% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes head-slide-first {
    0% { opacity: 1; }
    33% { opacity: 1; }
    40% { opacity: 0; }
    93% { opacity: 0; }
    100% { opacity: 1; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-head__slide:first-child { opacity: 1; }
}

/* about section (powder coating page) */
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-title { font-size: 20px !important; font-weight: 700; margin-top: 0 !important; }
.about-video { margin: 44px auto 0; }

/* alternating photo/text step rows */
.red-title {
  color: var(--red);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 34px);
  text-align: center;
  margin-bottom: 64px;
}
.step-row {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 84px;
}
.step-row--flip { grid-template-columns: .92fr 1.08fr; }
.step-row:last-child { margin-bottom: 0; }
.step-row h3 { font-size: 26px; margin-bottom: 12px; }
.step-row p { color: var(--text-soft); }
.step-row--flip .photo-blob { order: 2; }

/* photo with offset dark backdrop */
.photo-blob { position: relative; }
.photo-blob::before {
  content: "";
  position: absolute;
  inset: 22px -20px -20px 22px;
  background: var(--panel);
  border-radius: 30px;
}
.photo-blob img, .photo-blob video {
  position: relative;
  border-radius: 14px;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
  display: block;
}
.photo-blob img { aspect-ratio: 5 / 4; }
.photo-blob video { aspect-ratio: 16 / 9; }
.step-row--flip .photo-blob::before { inset: 22px 22px -20px -20px; }

/* thank-you band (powder coating page) */
.thanks {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 78px 0;
}
.thanks__title {
  background: #260b0a;
  border-radius: 18px;
  padding: 30px 24px;
  margin-bottom: 40px;
  box-shadow: 0 14px 34px rgba(0,0,0,.3);
}
.thanks__title h2 {
  color: #fff;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 400;
}
.thanks p { max-width: 880px; margin: 0 auto 20px; }

/* photo + text callout (Give us a call) */
.callout { padding: 84px 0; }
.callout__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.callout h2 { font-size: 32px; margin-bottom: 14px; }
.callout p { color: var(--text-soft); margin-bottom: 16px; }

/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery-grid a { display: block; overflow: hidden; background: var(--ink); }
.gallery-grid img {
  width: 100%; height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .45s ease, opacity .45s ease;
}
.gallery-grid a:hover img { transform: scale(1.05); opacity: .88; }

.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: none;
  align-items: center; justify-content: center;
  background: rgba(0, 0, 0, .88);
  padding: 4vh 4vw;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 90vh; width: auto; height: auto; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
.lightbox button {
  position: absolute;
  background: none; border: 0; color: #fff; cursor: pointer; padding: 12px;
}
.lightbox .lb-close { top: 14px; right: 18px; }
.lightbox .lb-prev { left: 8px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 8px; top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 34px; height: 34px; stroke: #fff; }

/* color options */
.color-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.color-card {
  border: 1px solid var(--gray-line);
  padding: 34px 26px;
  text-align: center;
  transition: box-shadow .25s ease, transform .25s ease;
}
.color-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,.14); transform: translateY(-4px); }
.color-card img { height: 110px; width: auto; object-fit: contain; margin: 0 auto 20px; }
.color-card h2 { font-size: 22px; margin-bottom: 14px; }

/* contact page */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.contact-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 56px 24px 64px;
}
.contact-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.contact-hero > * { position: relative; }
.contact-hero h1 {
  color: #fff;
  text-align: center;
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 26px;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.form-dark {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(8, 8, 8, .52);
  padding: 26px 30px 30px;
}
.form-dark .field { margin-bottom: 8px; }
.form-dark input, .form-dark textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.85);
  color: #fff;
  padding: 14px 2px 10px;
  font-size: 15.5px;
}
.form-dark textarea { min-height: 64px; }
.form-dark ::placeholder { color: #e8e8e8; opacity: 1; }
.form-dark input:focus, .form-dark textarea:focus {
  outline: none;
  border-bottom: 2px solid var(--red);
}
.form-dark .btn { display: block; margin: 18px auto 0; min-width: 220px; }
.form-dark .form-status { text-align: center; color: #fff; }
.form-dark .form-status.ok { color: #9fe0ae; }

/* get-a-quote page: boxed form over photo */
.quote-hero { padding-bottom: 76px; }
.quote-sub {
  color: #fff;
  text-align: center;
  margin: -8px 0 24px;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
.form-boxes {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(30, 30, 30, .55);
  padding: 30px 34px 34px;
}
.form-boxes .field { margin-bottom: 18px; }
.form-boxes .form-2col { margin-bottom: 0; }
.form-boxes label, .form-boxes .check-lead {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.form-boxes .check-lead { margin-bottom: 8px; }
.form-boxes input[type="text"], .form-boxes input[type="tel"], .form-boxes input[type="email"],
.form-boxes select, .form-boxes textarea {
  background: rgba(238, 238, 238, .95);
  border: 0;
  color: var(--ink);
}
.form-boxes .pd-label { color: #ff6b66; font-weight: 700; }
.form-boxes .btn { display: block; margin: 22px auto 0; min-width: 220px; }
.form-boxes .form-status { text-align: center; color: #fff; }
.form-boxes .form-status.ok { color: #9fe0ae; }

/* Coraline embedded form (lazy-loaded) */
.coraline-form { max-width: 960px; margin: 0 auto; }
.coraline-form__placeholder {
  background: rgba(30, 30, 30, .55);
  border: 2px dashed rgba(255, 255, 255, .55);
  border-radius: 8px;
  padding: 46px 24px;
  text-align: center;
  color: #fff;
}
.coraline-form__placeholder p { margin-bottom: 10px; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.coraline-form__placeholder .btn { margin-top: 10px; }
.coraline-form--light .coraline-form__placeholder {
  background: var(--gray);
  border-color: var(--gray-line);
  color: var(--text);
}
.coraline-form--light .coraline-form__placeholder p { text-shadow: none; }

.visit { padding: 76px 0; }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.visit h2 { color: var(--red); font-size: 26px; font-weight: 700; }
.visit__sub { margin: 4px 0 26px; }
.icon-rows { list-style: none; }
.icon-rows li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.icon-rows svg { width: 22px; height: 22px; flex: none; stroke: #444; margin-top: 2px; }
.icon-rows a { color: var(--text); }
.icon-rows a:hover { color: var(--red); }
.hours-grid {
  display: grid;
  grid-template-columns: 90px auto;
  column-gap: 40px;
  row-gap: 6px;
}
.fb-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #1877F2;
  color: #fff;
  margin-top: 6px;
}
.fb-round:hover { background: #0f5ec4; color: #fff; }
.fb-round svg { width: 20px; height: 20px; }
address { font-style: normal; }

.map-loader {
  position: relative;
  background: var(--gray) url('../images/frontofbuilding-thumb.jpg') center/cover no-repeat;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
.map-loader::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.map-loader .btn { position: relative; }
.map-loader iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer { background: var(--black); color: #cfcfcf; }
.footer-verse {
  text-align: center;
  background: var(--red);
  padding: 30px 24px;
  margin: 0;
  font-style: italic;
  font-size: 19px;
  color: #fff;
}
.footer-verse cite { display: block; margin-top: 8px; font-size: 15px; color: #f3d3d2; font-style: normal; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1010px;
  margin: 0 auto;
  padding: 44px 40px;
}
.footer-cols h3 {
  color: #fff;
  font-size: 14px;
  letter-spacing: .2em;
  margin-bottom: 16px;
}
.footer-cols ul { list-style: none; }
.footer-cols li { margin-bottom: 10px; }
.footer-cols a { color: #cfcfcf; font-size: 14.5px; }
.footer-cols a:hover { color: #fff; }
.footer-cols svg { width: 22px; height: 22px; fill: currentColor; }
.footer-bottom {
  border-top: 1px solid #2a2b2f;
  text-align: center;
  font-size: 13.5px;
  padding: 20px 24px 90px;
  color: #9a9a9a;
}
.footer-bottom a { color: #cfcfcf; }
@media (min-width: 1025px) { .footer-bottom { padding-bottom: 20px; } }

/* mobile sticky call bar */
.callbar {
  display: none;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 120;
  background: var(--red);
  text-align: center;
  padding: 14px;
}
.callbar a { color: #fff; font-weight: 700; letter-spacing: .04em; font-size: 17px; }

/* ==========================================================================
   Reveal animation (WOW.js equivalent)
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
  }
  .reveal.in-view { opacity: 1; transform: none; }
  .reveal-d1.in-view { transition-delay: .12s; }
  .reveal-d2.in-view { transition-delay: .24s; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform .3s ease;
    width: min(320px, 84vw);
    padding-top: 84px;
  }
  .sidebar.open { transform: none; box-shadow: 0 0 0 100vmax rgba(0,0,0,.45); }
  .sidebar__phone { margin-top: 34px; }
  .topbar { display: flex; }
  .page { margin-left: 0; padding-top: 64px; }
  .hero { min-height: max(560px, calc(100svh - 64px)); }
  .callbar { display: block; }
  .band, .cta-band, .contact-hero { background-attachment: scroll; }
}

@media (max-width: 860px) {
  .feature__grid, .feature--flip .feature__grid, .form-2col,
  .getit__grid, .visit__grid, .footer-cols,
  .about-grid, .step-row, .callout__grid,
  .debris-grid, .sb-process__grid, .apart__grid, .sb-thanks__grid { grid-template-columns: 1fr; }
  .benefits__grid { grid-template-columns: 1fr; gap: 30px; }
  .pillars--list, .apart__items { grid-template-columns: 1fr; }
  .feature--flip .feature__grid { display: flex; flex-direction: column-reverse; }
  .step-row { gap: 40px; margin-bottom: 64px; }
  .step-row--flip .photo-blob { order: 0; }
  .photo-blob { margin: 0 10px 10px 0; }
  .photo-blob::before, .step-row--flip .photo-blob::before { inset: 16px -10px -10px 16px; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .color-cards { grid-template-columns: 1fr; }
  .wrap { padding: 0 22px; }
  section { padding: 52px 0; }
  .feature h2, .pd-col h2, .photo-band h2 { font-size: 32px; }
  .pd-col { margin: 0 auto; }
  .photo-band { background-attachment: scroll; }
  .getit__photo { min-height: 320px; }
  .getit__card { margin: -50px 16px 0; }
  /* steps: stack, rail on left */
  .steps__rail::before { left: 8px; }
  .step { grid-template-columns: 30px 1fr; margin-bottom: 26px; }
  .step__title { text-align: left; grid-column: 2; }
  .step__dot { grid-column: 1; grid-row: 1 / span 2; }
  .step__dot::before { left: 1px; transform: none; }
  .step__body { grid-column: 2; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero__inner { padding: 0 22px; }
  .pillars { grid-template-columns: 1fr; }
  .btn, .contact-center .btn, .form-dark .btn, .form-boxes .btn {
    width: 100%; min-width: 0; text-align: center;
  }
}

@media print {
  .sidebar, .topbar, .callbar { display: none; }
  .page { margin: 0; }
}
