:root {
  --orange: #ff6a00;
  --orange-2: #ff8a1f;
  --black: #080808;
  --black-2: #111111;
  --charcoal: #1a1a1a;
  --cream: #f4f0e8;
  --cream-2: #fffaf1;
  --text: #161616;
  --muted: #696969;
  --line: rgba(0,0,0,.12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.55;
}
body::selection { background: var(--orange); color: var(--black); }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
p, h1, h2, h3 { margin-top: 0; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.brand img {
  width: 165px;
  margin: 0;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  height: auto;
  display: block;
  object-fit: contain;
  
}

.brand {
  display: flex;
  align-items: center;
}

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-weight: 900; }
.brand-badge { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--orange),var(--orange-2)); color: var(--black); letter-spacing: -.08em; box-shadow: 0 10px 30px rgba(255,106,0,.25); }
.brand-text { line-height: .98; font-size: 17px; letter-spacing: -.03em; }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 800; }
.desktop-nav a:hover { color: var(--orange); }
.phone-pill { background: var(--orange); color: var(--black); font-weight: 950; padding: 13px 19px; border-radius: 999px; box-shadow: 0 10px 30px rgba(255,106,0,.22); }
.phone-pill:hover { background: var(--white); }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.88) 48%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at 75% 22%, rgba(255,106,0,.45), transparent 30%),
    repeating-linear-gradient(-18deg, rgba(255,255,255,.035) 0 1px, transparent 1px 13px),
    #090909;
  padding: 92px 0 74px;
}
.hero::after {
  content: "";
  position: absolute;

  left: -6%;
  right: -6%;

  bottom: -110px;

  height: 180px;

  background: var(--cream);

  transform: rotate(-1.2deg);

  transform-origin: left center;
}
.hero-bg-text {
  position: absolute;
  right: -70px;
  top: 90px;
  color: rgba(255,255,255,.035);
  font-size: clamp(90px, 16vw, 230px);
  font-weight: 1000;
  letter-spacing: -.1em;
  line-height: .8;
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.eyebrow { margin-bottom: 14px; color: var(--orange); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .15em; }
h1 { margin-bottom: 24px; font-size: clamp(56px, 7.2vw, 104px); line-height: .86; letter-spacing: -.075em; max-width: 850px; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4.6vw, 64px); line-height: .94; letter-spacing: -.06em; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.1; letter-spacing: -.025em; }
.lead { max-width: 720px; color: rgba(255,255,255,.82); font-size: clamp(18px,2vw,23px); line-height: 1.5; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 23px; border-radius: 999px; font-weight: 950; border: 2px solid transparent; cursor: pointer; transition: .2s ease; }
.btn-primary { background: var(--orange); color: var(--black); box-shadow: 0 16px 34px rgba(255,106,0,.24); }
.btn-primary:hover { transform: translateY(-2px); background: var(--white); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.btn-ghost.dark { color: var(--black); border-color: var(--line); background: transparent; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 780px; }
.proof-row div { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.proof-row strong { display: block; font-size: 15px; }
.proof-row span { display: block; color: rgba(255,255,255,.58); font-size: 13px; margin-top: 3px; }
.hero-media { position: relative; min-height: 560px; }
.hero-card { overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); background: #222; border: 1px solid rgba(255,255,255,.16); }
.main-photo { height: 560px; transform: rotate(1.2deg); }
.replace-tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; padding: 10px 13px; border-radius: 999px; background: rgba(0,0,0,.72); color: rgba(255,255,255,.85); font-size: 12px; font-weight: 900; }
.floating-card { position: absolute; z-index: 3; background: var(--white); color: var(--black); border-radius: 22px; padding: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.rating-card { left: -22px; bottom: 60px; width: 245px; }
.mini-card { right: -14px; top: 54px; width: 210px; }
.floating-card strong { display: block; line-height: 1.05; margin-bottom: 4px; font-size: 18px; }
.floating-card small { color: var(--muted); font-weight: 700; }
.stars { color: var(--orange); letter-spacing: .04em; font-weight: 950; }

.section { padding: 102px 0; }
.section-header { margin-bottom: 42px; }
.section-header.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: end; }
.section-header.center { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.section-header p, .sticky-copy p, .area-layout p, .comparison p, .faq-grid > div p, .quote-card p, .footer p { color: var(--muted); font-size: 18px; }

.before-after-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; grid-template-rows: 260px 260px; gap: 18px; }
.photo-tile { position: relative; overflow: hidden; margin: 0; border-radius: 28px; background: #222; box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.photo-tile.tall { grid-row: span 2; }
.featured-after { border: 6px solid var(--orange); }
.photo-tile figcaption { position: absolute; left: 16px; bottom: 16px; padding: 10px 13px; border-radius: 999px; background: rgba(0,0,0,.72); color: var(--white); font-weight: 900; font-size: 13px; }

.service-block { background: var(--cream-2); }
.service-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.sticky-copy { position: sticky; top: 110px; }
.text-link { display: inline-flex; margin-top: 10px; color: var(--black); font-weight: 950; border-bottom: 3px solid var(--orange); }
.service-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-cards article, .timeline article, .review-grid article { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 34px rgba(0,0,0,.06); }
.service-cards span, .timeline span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 14px; background: var(--black); color: var(--orange); font-weight: 950; }
.service-cards p, .timeline p, .review-grid p, .faq-list p { color: var(--muted); margin-bottom: 0; }

.dark-area { color: var(--white); background:
  linear-gradient(135deg, rgba(0,0,0,.95), rgba(0,0,0,.84)),
  radial-gradient(circle at 85% 20%, rgba(255,106,0,.38), transparent 34%),
  #090909;
}
.area-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.area-layout p { color: rgba(255,255,255,.68); }
.area-list { display: flex; flex-wrap: wrap; gap: 12px; }
.area-list span { padding: 14px 17px; border-radius: 999px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); font-weight: 900; }
.area-list span:nth-child(1), .area-list span:nth-child(2), .area-list span:nth-child(3) { background: var(--orange); color: var(--black); border-color: transparent; }

.timeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.timeline article { padding: 24px; }
.timeline span { background: var(--orange); color: var(--black); }

.comparison { background: var(--cream-2); }
.comparison-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.compare-table { overflow: hidden; border-radius: 28px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.compare-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row span { padding: 20px; font-weight: 850; }
.compare-row span:first-child { color: var(--muted); background: #f1eee7; }
.compare-row span:last-child { color: var(--black); }
.compare-row.head span { color: var(--white); background: var(--black); }
.compare-row.head span:last-child { background: var(--orange); color: var(--black); }

.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-grid article { min-height: 260px; display: flex; flex-direction: column; }
.review-grid p { font-size: 17px; flex: 1; margin-top: 12px; }
.review-grid strong { margin-top: 18px; }
.review-grid span { color: var(--muted); font-size: 14px; font-weight: 800; }

.faq { background: var(--cream-2); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 0 22px; box-shadow: 0 10px 28px rgba(0,0,0,.045); }
summary { cursor: pointer; padding: 22px 0; font-weight: 950; font-size: 18px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--orange); font-size: 24px; line-height: .9; }
details[open] summary::after { content: "−"; }
details p { padding-bottom: 22px; }

.quote-section { background: var(--black); color: var(--white); }
.quote-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; padding: 54px; border-radius: 36px; background:
  linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
  radial-gradient(circle at top right, rgba(255,106,0,.34), transparent 34%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}
.quote-card p { color: rgba(255,255,255,.72); }
.quote-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.quote-points span { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 900; }
.quote-form { display: grid; gap: 14px; padding: 24px; border-radius: 28px; background: var(--white); color: var(--black); }
.quote-form label { display: grid; gap: 7px; color: #333; font-weight: 900; font-size: 14px; }
input, textarea { width: 100%; border: 1px solid rgba(0,0,0,.16); border-radius: 14px; padding: 15px 14px; font: inherit; background: #fafafa; outline: none; }
input:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,106,0,.13); background: var(--white); }
textarea { resize: vertical; }
.quote-form .btn { width: 100%; }

.footer { background: #050505; color: var(--white); padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 42px; }
.footer p { color: rgba(255,255,255,.55); max-width: 420px; }
.footer strong { display: block; margin-bottom: 14px; color: var(--orange); }
.footer a:not(.brand) { display: block; color: rgba(255,255,255,.7); margin-bottom: 8px; font-weight: 800; }
.footer a:hover { color: var(--orange); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .section-header.split, .service-grid, .area-layout, .comparison-grid, .faq-grid, .quote-card, .footer-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: auto; }
  .main-photo { height: 430px; transform: none; }
  .floating-card { position: static; margin-top: 12px; width: auto; }
  .proof-row, .strip-inner, .timeline, .review-grid { grid-template-columns: 1fr; }
  .before-after-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 280px; }
  .sticky-copy { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .phone-pill { padding: 11px 14px; font-size: 13px; }
  .brand-text { display: none; }
  .hero { padding: 54px 0 78px; }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  h2 { font-size: 38px; }
  .lead { font-size: 17px; }
  .proof-row div { padding: 15px; }
  .strip-inner span { padding: 17px 14px; }
  .section { padding: 74px 0; }
  .before-after-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .photo-tile.tall { grid-row: span 1; }
  .service-cards { grid-template-columns: 1fr; }
  .compare-row span { padding: 16px; font-size: 14px; }
  .quote-card { padding: 24px; border-radius: 28px; }
  .quote-form { padding: 18px; }
}
