:root {
  --bg: #0b0f0c;
  --bg-soft: #101711;
  --ink: #111513;
  --muted: #6f766e;
  --paper: #f7f5ef;
  --paper-2: #eeebe2;
  --line: rgba(17, 21, 19, 0.12);
  --line-dark: rgba(255,255,255,.12);
  --green: #8ea24d;
  --green-dark: #657a33;
  --stone: #cfc8b8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 11, 8, .18);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 78px;
  padding: 0 clamp(20px, 4vw, 56px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 12, 9, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-dark);
}
.brand img { height: 54px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.main-nav a { transition: color .22s ease, transform .22s ease; }
.main-nav a:hover { color: #fff; transform: translateY(-1px); }
.nav-cta {
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--green);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(142, 162, 77, .28);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.06); border-radius: 12px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 999px; }

.hero { min-height: 820px; position: relative; display: grid; align-items: center; padding: 140px 0 80px; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('assets/hero-landscape.svg') center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 72% 45%, rgba(142,162,77,.18), transparent 27%), linear-gradient(90deg, rgba(5,8,6,.9) 0%, rgba(5,8,6,.58) 42%, rgba(5,8,6,.14) 100%), linear-gradient(0deg, rgba(5,8,6,.70), rgba(5,8,6,.12)); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 670px) minmax(280px, 360px); gap: 64px; align-items: end; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 12px; color: var(--green); }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; border-radius: 99px; }
.hero h1 { font-size: clamp(54px, 8vw, 108px); line-height: .88; letter-spacing: -.07em; margin: 18px 0 28px; max-width: 760px; }
.hero p { font-size: clamp(17px, 2vw, 21px); line-height: 1.65; max-width: 560px; color: rgba(255,255,255,.82); margin: 0 0 34px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; box-shadow: 0 16px 38px rgba(101, 122, 51, .32); }
.btn-ghost { border: 1px solid rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.06); }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.15); background: rgba(7, 11, 8, .48); backdrop-filter: blur(14px); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.card-kicker { color: rgba(255,255,255,.68) !important; font-size: 13px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; margin: 0 0 22px !important; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 20px 0; }
.metric-row strong { display: block; font-size: 28px; letter-spacing: -.04em; }
.metric-row span { display: block; color: rgba(255,255,255,.67); font-size: 13px; margin-top: 4px; }
.mini-link { margin-top: 22px; display: inline-flex; gap: 8px; color: #fff; font-weight: 800; }
.mini-link span { color: var(--green); }

.proof-bar { background: var(--bg); color: #fff; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 26px 20px; border-right: 1px solid var(--line-dark); display: flex; align-items: center; gap: 14px; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid span { color: var(--green); font-weight: 900; letter-spacing: .16em; font-size: 12px; }
.proof-grid strong { font-size: 15px; }

.section { padding: 108px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading .eyebrow::before { display: none; }
h2 { font-size: clamp(36px, 5vw, 62px); line-height: .98; letter-spacing: -.06em; margin: 14px 0 18px; }
.section-heading p, .why-copy > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }

.services { background: linear-gradient(180deg, var(--paper) 0%, #fff 50%, var(--paper) 100%); }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 44px rgba(20, 26, 20, .09); transition: transform .24s ease, box-shadow .24s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 26px 62px rgba(20, 26, 20, .15); }
.service-image { height: 178px; background: var(--bg) center/cover no-repeat; background-image: var(--bg); }
.icon-box { width: 52px; height: 52px; border-radius: 16px; background: var(--bg); display: grid; place-items: center; margin: -26px auto 18px; position: relative; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.icon-box svg { width: 28px; height: 28px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 18px 10px; text-align: center; font-size: 17px; letter-spacing: -.03em; }
.service-card p { margin: 0 18px 26px; text-align: center; color: var(--muted); font-size: 14px; line-height: 1.55; }

.quote-section { position: relative; isolation: isolate; padding: 78px 0; color: #fff; background: radial-gradient(circle at 88% 55%, rgba(142,162,77,.16), transparent 18%), linear-gradient(135deg, #111512, #080b09); overflow: hidden; }
.quote-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; opacity: .18; z-index: -1; }
.quote-wrap { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 38px; align-items: center; }
.quote-mark { font-size: 160px; line-height: .7; color: var(--green); font-weight: 900; }
.quote-wrap p { font-size: clamp(25px, 4vw, 44px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; margin: 0 0 18px; max-width: 980px; }
.quote-wrap span:not(.quote-mark) { color: rgba(255,255,255,.64); font-size: 15px; letter-spacing: .02em; }

.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 74px; align-items: center; }
.image-stack { position: relative; min-height: 620px; }
.feature-photo { position: absolute; inset: 0 36px 58px 0; border-radius: 30px; overflow: hidden; background: url('assets/hero-landscape.svg') center/cover no-repeat; box-shadow: var(--shadow); }
.feature-photo::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; }
.stamp-card { position: absolute; right: 0; bottom: 0; width: min(290px, 60%); padding: 30px; border-radius: 24px; background: var(--bg); color: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.28); border: 1px solid var(--line-dark); }
.stamp-card strong { font-size: 38px; line-height: .9; letter-spacing: -.06em; display: block; }
.stamp-card span { display: block; color: var(--green); font-weight: 800; margin-top: 12px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.why-copy h2 { max-width: 650px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.trust-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 22px; border-radius: 20px; border: 1px solid var(--line); background: var(--paper); }
/* Premium trust icons */
.trust-item > span {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(142,162,77,.42);
  background: rgba(142,162,77,.09);
}

.trust-item > span svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-item strong { font-size: 16px; display: block; margin-bottom: 6px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.work { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; }
.project-card { border-radius: 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 54px rgba(20, 26, 20, .10); }
.project-image, .comparison { min-height: 320px; background: var(--bg) center/cover no-repeat; background-image: var(--bg); position: relative; }
.project-image::after, .comparison::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.36), transparent 55%); pointer-events: none; }
.comparison { overflow: hidden; background: #282e29; }
.comparison-before { position: absolute; inset: 0; background: linear-gradient(135deg, #655b4a, #1e221f); }
.comparison-before::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.05) 38px 40px), repeating-linear-gradient(0deg, transparent 0 32px, rgba(0,0,0,.18) 32px 34px); }
.comparison-before::after { content: ''; position: absolute; width: 62%; height: 42%; left: 8%; bottom: 10%; background: #30362f; border-radius: 50%; filter: blur(5px); opacity: .8; }
.comparison-after { position: absolute; inset: 0; width: 52%; background: var(--bg) center/cover no-repeat; background-image: var(--bg); border-right: 3px solid #fff; }
.comparison input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 3; }
.comparison .label { position: absolute; z-index: 4; top: 18px; padding: 8px 10px; border-radius: 999px; background: rgba(10,14,11,.66); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.comparison .before { left: 18px; }
.comparison .after { right: 18px; }
.project-info { padding: 24px; display: grid; gap: 5px; }
.project-info span { color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.project-info strong { font-size: 20px; letter-spacing: -.04em; }

.contact-strip { background: #fff; padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.35fr; gap: 22px; align-items: center; }
.contact-grid h2 { font-size: 38px; margin: 6px 0 3px; }
.contact-grid p { margin: 0; color: var(--muted); }
.contact-tile { min-height: 96px; border: 1px solid var(--line); border-radius: 24px; display: flex; align-items: center; gap: 15px; padding: 20px; background: var(--paper); transition: transform .22s ease, box-shadow .22s ease; }
.contact-tile:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(20,26,20,.10); }
.contact-tile span { width: 46px; height: 46px; border-radius: 14px; background: var(--green); color: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.contact-tile strong { word-break: break-word; }

.final-cta { position: relative; padding: 82px 0; color: #fff; background: linear-gradient(135deg, rgba(5,8,6,.92), rgba(5,8,6,.76)), url('assets/patio.svg') center/cover no-repeat; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta h2 { margin: 12px 0 12px; }
.final-cta p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; }

.footer { background: #080b09; color: rgba(255,255,255,.7); padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr 1.05fr; gap: 54px; }
.footer-logo { width: 190px; max-width: 100%; margin-bottom: 18px; }
.footer p { margin: 0; line-height: 1.65; max-width: 310px; }
.footer h4 { color: #fff; margin: 0 0 16px; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.footer a, .footer span { display: block; margin: 10px 0; color: rgba(255,255,255,.66); transition: color .2s ease; }
.footer a:hover { color: #fff; }
.copyright { width: min(1180px, calc(100% - 40px)); margin: 42px auto 0; padding-top: 22px; border-top: 1px solid var(--line-dark); text-align: center; color: rgba(255,255,255,.42); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (max-width: 1020px) {
  .main-nav { gap: 16px; }
  .hero-content { grid-template-columns: 1fr; align-items: start; }
  .hero-card { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card:last-child { grid-column: 1 / -1; }
  .why-grid, .project-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .image-stack { min-height: 520px; }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .brand img { height: 46px; width: auto; }
  .nav-toggle { display: block; position: relative; z-index: 55; }
  .main-nav { position: fixed; top: 70px; left: 14px; right: 14px; padding: 18px; border-radius: 22px; background: rgba(8, 12, 9, .96); border: 1px solid var(--line-dark); flex-direction: column; align-items: stretch; transform: translateY(-16px); opacity: 0; pointer-events: none; transition: .22s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 760px; padding-top: 124px; }
  .hero h1 { font-size: clamp(52px, 16vw, 84px); }
  .metric-row { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .service-grid, .trust-grid { grid-template-columns: 1fr; }
  .quote-wrap { grid-template-columns: 1fr; gap: 12px; }
  .quote-mark { font-size: 104px; }
  .image-stack { min-height: 420px; }
  .feature-photo { inset: 0 0 72px; }
  .stamp-card { width: 250px; }
  .project-image, .comparison { min-height: 260px; }
}

@media (max-width: 460px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero-actions, .cta-actions { width: 100%; }
  .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .contact-tile { align-items: flex-start; flex-direction: column; }
}

/* Cleaned hero update: use a realistic project photo crop instead of the abstract illustration/card. */
.brand img { height: 42px; width: auto; }
.footer-logo { width: 168px; }
.hero { min-height: 780px; padding: 150px 0 96px; }
.hero-bg {
  background: url('assets/hero-photo.jpg') center/cover no-repeat;
  transform: none;
  filter: contrast(1.04) saturate(1.04);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,8,6,.94) 0%, rgba(5,8,6,.80) 38%, rgba(5,8,6,.28) 70%, rgba(5,8,6,.18) 100%),
    linear-gradient(0deg, rgba(5,8,6,.52), rgba(5,8,6,.10));
}
.hero-content {
  display: block;
  max-width: 1180px;
}
.hero-copy { max-width: 670px; }
.hero h1 { max-width: 720px; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.hero-card { display: none; }
.feature-photo { background-image: url('assets/feature-photo.jpg'); }
@media (max-width: 760px) {
  .brand img { height: 36px; }
  .hero { min-height: 720px; padding-top: 124px; }
  .hero-bg { background-position: 60% center; }
}

/* Keep the services heading clean on desktop. */
.services .section-heading {
  max-width: 100%;
}
.services .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(34px, 4.7vw, 58px);
}
@media (max-width: 820px) {
  .services .section-heading h2 {
    white-space: normal;
    font-size: clamp(34px, 9vw, 54px);
  }
}


/* Final client-site polish */
.hero-copy {
  max-width: 860px;
}

.hero h1 {
  white-space: nowrap;
  font-size: clamp(52px, 7.1vw, 104px);
  max-width: none;
}

.hero p {
  max-width: 640px;
}

@media (max-width: 900px) {
  .hero h1 {
    white-space: normal;
  }
}


/* Approved generated service visuals */
.service-image {
  background-position: center;
  background-size: cover;
}


/* Service image polish: taller crops + subtle overlay for cleaner premium display */
.service-image {
  height: 230px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.12)),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.04), transparent 45%);
  pointer-events: none;
}

@media (max-width: 760px) {
  .service-image {
    height: 215px;
  }
}


/* Hero image refresh: sharper approved interlock visual + cleaner overlay */
.hero-bg {
  background: url('assets/hero-photo.jpg') center 56%/cover no-repeat;
  transform: none;
  filter: contrast(1.06) saturate(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,8,6,.92) 0%, rgba(5,8,6,.76) 38%, rgba(5,8,6,.34) 70%, rgba(5,8,6,.18) 100%),
    linear-gradient(0deg, rgba(5,8,6,.46), rgba(5,8,6,.08));
}


/* Why section fix: sharper image, cleaner crop, smaller badge */
.feature-photo {
  background-image: url('assets/feature-photo.jpg');
  background-position: center 58%;
  filter: contrast(1.04) saturate(1.04);
}

.image-stack {
  min-height: 560px;
}

.stamp-card {
  right: 22px;
  bottom: 22px;
  width: min(255px, 58%);
  padding: 24px;
  border-radius: 22px;
}

.stamp-card strong {
  font-size: 32px;
}

@media (max-width: 1020px) {
  .image-stack {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .image-stack {
    min-height: 430px;
  }

  .stamp-card {
    right: 16px;
    bottom: 16px;
    width: 230px;
    padding: 22px;
  }

  .stamp-card strong {
    font-size: 29px;
  }
}


/* Why section alignment fix */
.why-grid {
  align-items: start;
}


.credentials { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.cert-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 18px 46px rgba(20, 26, 20, .08); }
.cert-image { background: #fff; padding: 20px; border-bottom: 1px solid var(--line); }
.cert-image img { width: 100%; display: block; border-radius: 18px; background: #fff; }
.cert-copy { padding: 24px; }
.cert-label { display: inline-block; margin-bottom: 10px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.cert-copy strong { display: block; font-size: 23px; line-height: 1.15; letter-spacing: -.03em; margin-bottom: 10px; }
.cert-copy p { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 1020px) {
  .cert-grid { grid-template-columns: 1fr; }
}


/* Keep certifications heading on one line on desktop */
.credentials .section-heading {
  max-width: 100%;
}

.credentials .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(34px, 4.6vw, 58px);
}

@media (max-width: 900px) {
  .credentials .section-heading h2 {
    white-space: normal;
    font-size: clamp(34px, 9vw, 54px);
  }
}


/* Premium single before/after replacement */
.project-grid {
  display: block;
}

.single-comparison-card {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(20, 26, 20, .12);
}

.comparison-large {
  min-height: 560px;
  border-radius: 0;
}

.comparison-large .comparison-before {
  background:
    linear-gradient(0deg, rgba(0,0,0,.12), rgba(0,0,0,.04)),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.22), transparent 22%),
    linear-gradient(135deg, #706b60 0%, #45493f 45%, #222721 100%);
}

.comparison-large .comparison-before::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(255,255,255,.08) 58px 60px),
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(0,0,0,.20) 46px 48px),
    linear-gradient(135deg, transparent 0 42%, rgba(40,34,27,.8) 42% 50%, transparent 50%);
  opacity: .75;
}

.comparison-large .comparison-before::after {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 9%;
  width: 58%;
  height: 34%;
  border-radius: 45% 50% 38% 42%;
  background: rgba(28, 32, 27, .72);
  filter: blur(7px);
}

.comparison-large .comparison-after {
  background-position: center 58%;
}

.slider-handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 3px;
  background: rgba(255,255,255,.95);
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(0,0,0,.28);
  pointer-events: none;
}

.slider-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  background: rgba(8, 12, 9, .88);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0,0,0,.35);
}

.single-comparison-info {
  padding: 28px 32px 32px;
  display: grid;
  gap: 8px;
}

.single-comparison-info span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.single-comparison-info strong {
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -.045em;
  line-height: 1.08;
}

@media (max-width: 760px) {
  .comparison-large {
    min-height: 360px;
  }

  .single-comparison-info {
    padding: 24px;
  }
}


/* Fixed premium before/after slider */
.comparison-large {
  min-height: 560px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.comparison-large .comparison-before {
  position: absolute;
  inset: 0;
  background: var(--after-bg) center 58%/cover no-repeat;
}

.comparison-large .comparison-before::before,
.comparison-large .comparison-before::after {
  content: none;
}

.comparison-large .comparison-after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 52%;
  background: var(--before-bg) center 58%/cover no-repeat;
  border-right: 3px solid rgba(255,255,255,.92);
}

.comparison-large::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.12), transparent 42%);
  pointer-events: none;
}

.slider-handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 3px;
  background: rgba(255,255,255,.95);
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(0,0,0,.28);
  pointer-events: none;
}

.slider-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  background: rgba(8, 12, 9, .88);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0,0,0,.35);
}

@media (max-width: 760px) {
  .comparison-large {
    min-height: 360px;
  }
}


/* Final before/after slider polish: smaller, centered, and properly layered */
.single-comparison-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(20, 26, 20, .12);
}

.comparison-large {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #111;
}

.comparison-large .comparison-after {
  position: absolute;
  inset: 0;
  width: 100%;
  background: var(--after-bg) center center/cover no-repeat;
  border-right: 0;
}

.comparison-large .comparison-before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  background: var(--before-bg) center center/cover no-repeat;
  border-right: 3px solid rgba(255,255,255,.95);
  z-index: 2;
}

.comparison-large .comparison-before::before,
.comparison-large .comparison-before::after,
.comparison-large::after {
  content: none !important;
}

.comparison-large input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
}

.comparison-large .label {
  z-index: 8;
}

.slider-handle {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: rgba(255,255,255,.95);
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(0,0,0,.28);
  pointer-events: none;
}

.slider-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  background: rgba(8, 12, 9, .88);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0,0,0,.35);
}

@media (max-width: 760px) {
  .comparison-large {
    min-height: 330px;
  }
}


/* Certification card alignment fix */
.cert-grid {
  align-items: stretch;
}

.cert-card {
  display: flex;
  flex-direction: column;
}

.cert-image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .cert-image {
    height: 220px;
  }
}


/* Static before/after split section */
.before-after-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(20, 26, 20, .12);
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ba-panel {
  position: relative;
}

.ba-panel + .ba-panel {
  border-left: 1px solid rgba(255,255,255,.14);
}

.ba-image {
  min-height: 470px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ba-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.14), transparent 40%);
  pointer-events: none;
}

.ba-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10,14,11,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.before-after-info {
  padding: 28px 32px 32px;
  display: grid;
  gap: 8px;
}

.before-after-info span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.before-after-info strong {
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -.045em;
  line-height: 1.08;
}

@media (max-width: 760px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .ba-panel + .ba-panel {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .ba-image {
    min-height: 280px;
  }

  .before-after-info {
    padding: 24px;
  }
}


/* Merged half-and-half before/after image */
.before-after-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(20, 26, 20, .12);
}

.ba-merged {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #111;
}

.ba-merged-after,
.ba-merged-before {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ba-merged-after {
  background-image: url('assets/slider-after.png');
}

.ba-merged-before {
  background-image: url('assets/slider-before.png');
  clip-path: inset(0 50% 0 0);
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 24px rgba(0,0,0,.22);
  z-index: 3;
}

.ba-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.ba-label {
  position: absolute;
  z-index: 4;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10,14,11,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ba-label-left {
  left: 18px;
}

.ba-label-right {
  right: 18px;
}

.before-after-info {
  padding: 28px 32px 32px;
  display: grid;
  gap: 8px;
}

.before-after-info span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.before-after-info strong {
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -.045em;
  line-height: 1.08;
}

@media (max-width: 760px) {
  .ba-merged {
    min-height: 300px;
  }

  .before-after-info {
    padding: 24px;
  }
}


/* Clean merged before/after image: no labels, no circle, no floating bar */
.ba-merged::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 18px rgba(0,0,0,.12);
  z-index: 3;
}

.ba-divider,
.ba-divider::after,
.ba-label,
.ba-label-left,
.ba-label-right {
  display: none !important;
}


/* service notes */
.service-notes {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: 0 12px 30px rgba(20, 26, 20, .06);
}
.service-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -.03em;
}
.service-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

/* real gallery */
.real-gallery {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.real-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.real-shot {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(20, 26, 20, .08);
}
.real-shot img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.real-shot figcaption {
  padding: 14px 16px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

/* responsive tweaks */
@media (max-width: 1020px) {
  .service-notes {
    grid-template-columns: 1fr;
  }
  .real-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .real-gallery-grid {
    grid-template-columns: 1fr;
  }
  .real-shot img {
    height: 240px;
  }
}


.service-note-photo {
  overflow: hidden;
}

.service-note-image {
  width: calc(100% + 44px);
  margin: -22px -22px 18px;
  height: 190px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 760px) {
  .service-note-image {
    height: 220px;
  }
}

.delay-5 { transition-delay: .5s; }


/* Contact / quote page */
.contact-page {
  min-height: 100vh;
  background: var(--paper);
}

.contact-hero {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  padding: 150px 0 100px;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('assets/hero-photo.jpg') center/cover no-repeat;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,8,6,.95) 0%, rgba(5,8,6,.84) 42%, rgba(5,8,6,.58) 100%),
    linear-gradient(0deg, rgba(5,8,6,.78), rgba(5,8,6,.15));
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 72px;
  align-items: start;
}

.contact-page-copy {
  color: #fff;
  padding-top: 42px;
  position: sticky;
  top: 120px;
}

.contact-page-copy h1,
.thank-you-card h1 {
  font-size: clamp(52px, 7vw, 92px);
  line-height: .92;
  letter-spacing: -.07em;
  margin: 18px 0 26px;
}

.contact-page-copy > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.7;
}

.contact-page-details {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.contact-page-details a {
  width: min(100%, 390px);
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
}

.contact-page-details span {
  color: var(--green);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 900;
}

.contact-page-details strong {
  color: #fff;
  font-size: 16px;
}

.quote-form {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 30px;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 32px 90px rgba(0,0,0,.30);
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading h2 {
  font-size: clamp(36px, 4vw, 54px);
  margin-bottom: 12px;
}

.form-heading p {
  margin: 0;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field > span {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(17,21,19,.16);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 15px 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  font: inherit;
}

.form-field input,
.form-field select {
  min-height: 54px;
}

.form-field textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.55;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(142,162,77,.14);
}

.budget-guidance {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(142,162,77,.28);
  background: rgba(142,162,77,.08);
}

.budget-guidance .eyebrow::before {
  width: 18px;
}

.budget-guidance p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-top: 24px;
}

.form-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* Thank-you page */
.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(5,8,6,.92), rgba(5,8,6,.68)),
    url('assets/hero-photo.jpg') center/cover no-repeat;
  color: #fff;
}

.thank-you-section {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 140px 0 80px;
}

.thank-you-card {
  max-width: 800px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 30px;
  background: rgba(8,12,9,.74);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
}

.thank-you-card > p {
  max-width: 650px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 30px;
}

.btn-dark-outline {
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
  background: rgba(255,255,255,.06);
}

@media (max-width: 1020px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-page-copy {
    position: static;
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .contact-hero {
    padding: 118px 0 70px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-full {
    grid-column: auto;
  }

  .quote-form {
    border-radius: 24px;
  }

  .contact-page-copy h1,
  .thank-you-card h1 {
    font-size: clamp(46px, 15vw, 70px);
  }
}


/* Velixr site credit */
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.velixr-credit {
  margin: 0 !important;
  white-space: nowrap;
  color: rgba(255,255,255,.42) !important;
}

.velixr-credit a,
.thank-you-credit a {
  display: inline !important;
  margin: 0 !important;
  color: rgba(255,255,255,.66);
  font-weight: 700;
  transition: color .2s ease;
}

.velixr-credit a:hover,
.thank-you-credit a:hover {
  color: #fff;
}

.thank-you-credit {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 10;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

@media (max-width: 760px) {
  .copyright {
    flex-direction: column;
    align-items: flex-start;
  }

  .thank-you-credit {
    right: 16px;
    bottom: 14px;
  }
}


/* Desktop phone-copy confirmation */
.phone-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 1000;
  transform: translate(-50%, 18px);
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(8,12,9,.94);
  color: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.phone-copy-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
