:root {
  --azure: #1675be;
  --azure-dark: #0f5d98;
  --yellow-green: #d4e250;
  --ink: #15202a;
  --muted: #63717d;
  --line: #dfe5e7;
  --bg: #f9faf7;
  --paper: #ffffff;
  --soft: #f2f5f3;
  --dark: #102331;
  --radius: 20px;
  --shadow: 0 18px 60px rgba(16,35,49,.10);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; }
.skip-link:focus { left: 16px; top: 16px; background: white; padding: 10px 14px; border-radius: 8px; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 104px 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(249,250,247,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(21,32,42,.07);
}
.nav-wrap { min-height: 64px; padding: 6px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo img { width:118px !important; max-width:118px; height:auto; display:block; border-radius:4px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 2px solid var(--azure); color: var(--azure); border-radius: 12px;
  font-size: 24px; line-height: 1; font-weight: 850; letter-spacing: -.06em;
  position: relative; overflow: hidden;
}
.brand-mark::after { content:""; position:absolute; width:16px; height:4px; background:var(--yellow-green); bottom:4px; right:3px; border-radius:4px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); margin-top: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { text-decoration: none; font-weight: 650; font-size: 14px; color: #3f4b55; }
.site-nav a:hover { color: var(--azure); }
.nav-phone { color:var(--azure)!important; font-weight:850!important; white-space:nowrap; }
.nav-cta { padding: 9px 14px; border-radius: 9px; border: 1px solid var(--azure); color: var(--azure)!important; }
.nav-cta:hover { background: var(--azure); color: white!important; }
.menu-toggle { display:none; border:0; background:transparent; padding:10px; }
.menu-toggle span { display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; }

.hero { padding-top: 76px; overflow: hidden; }
.hero-grid { display:grid; grid-template-columns: .92fr 1.08fr; align-items:center; gap:70px; }
.eyebrow { display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.16em; color:#6e7b84; font-weight:800; font-size:11px; margin-bottom:22px; }
.eyebrow span { width:28px; height:3px; background:var(--yellow-green); border-radius:99px; }
h1, h2, h3 { margin-top:0; }
h1 { font-size: clamp(48px, 6vw, 76px); line-height:.98; letter-spacing:-.055em; margin-bottom:26px; max-width:760px; }
h1 em { color:var(--azure); font-style:normal; font-weight:inherit; }
.hero-lede { max-width:610px; font-size:19px; line-height:1.65; color:var(--muted); margin:0 0 32px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:52px; padding:0 22px; border-radius:11px; text-decoration:none; border:1px solid transparent; font-weight:800; cursor:pointer; transition:.2s ease; }
.btn-primary { background:var(--azure); color:white; box-shadow:0 12px 30px rgba(22,117,190,.18); }
.btn-primary:hover { background:var(--azure-dark); transform:translateY(-1px); }
.btn-outline { border-color:var(--azure); color:var(--azure); background:transparent; }
.btn-outline:hover { background:rgba(22,117,190,.06); transform:translateY(-1px); }
.btn-quiet { color:var(--ink); }
.btn-quiet:hover { color:var(--azure); }
.rating-row { display:flex; align-items:center; gap:10px; margin-top:30px; font-size:13px; color:var(--muted); }
.rating-row strong { color:var(--ink); }
.stars { color:#e0ad21; letter-spacing:.08em; font-size:14px; }
.hero-media { position:relative; }
.hero-image-wrap { position:relative; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); background:#e8ecea; }
.hero-image-wrap picture { display:block; width:100%; }
.hero-image-wrap img { display:block; width:100%; height:auto; object-fit:cover; object-position:center; }
.hero-badge { position:absolute; left:24px; bottom:24px; display:flex; gap:12px; align-items:center; background:rgba(255,255,255,.95); border:1px solid rgba(255,255,255,.7); border-radius:14px; padding:14px 17px; box-shadow:0 10px 35px rgba(0,0,0,.12); }
.badge-check { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:var(--yellow-green); color:#1f2a1d; font-weight:900; }
.hero-badge span:last-child { display:flex; flex-direction:column; gap:3px; }
.hero-badge strong { font-size:13px; }
.hero-badge small { color:var(--muted); font-size:11px; }
.accent-block { position:absolute; width:80px; height:80px; background:var(--yellow-green); right:-24px; top:-24px; z-index:-1; border-radius:20px; opacity:.8; }

.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.58); }
.trust-grid { min-height:88px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.trust-grid div { display:flex; align-items:center; justify-content:center; gap:10px; padding:12px 20px; border-right:1px solid var(--line); font-size:13px; }
.trust-grid div:last-child { border-right:0; }
.trust-grid span { color:var(--azure); font-weight:950; }

.section-heading { display:grid; grid-template-columns:1.18fr .82fr; gap:80px; align-items:end; margin-bottom:48px; }
.section-heading h2, .about-copy h2, .reviews-top h2, .estimate-copy h2 { font-size:clamp(36px,4vw,56px); line-height:1.06; letter-spacing:-.045em; margin-bottom:0; }
.section-heading p { margin:0; color:var(--muted); line-height:1.7; font-size:16px; }
.service-heading { margin-bottom:38px; }
.service-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; }
.service-card { position:relative; min-height:275px; border:1px solid var(--line); border-radius:18px; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; background:#fff; background-size:cover; background-position:center; transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease; box-shadow:0 8px 24px rgba(16,35,49,.04); isolation:isolate; }

.service-bg-01 { background-image:url("images/service-01-bathroom.webp"); }
.service-bg-02 { background-image:url("images/service-02-door.webp"); }
.service-bg-03 { background-image:url("images/service-03-trim.webp"); }
.service-bg-04 { background-image:url("images/service-04-handyman.webp"); }
.service-bg-05 { background-image:url("images/service-05-pressure.webp"); }
.service-bg-06 { background-image:url("images/service-06-drywall.webp"); }
.service-bg-07 { background-image:url("images/service-07-carpentry.webp"); }
.service-bg-08 { background-image:url("images/service-08-assembly.webp"); }
.service-bg-09 { background-image:url("images/service-09-punch.webp"); }
.service-card::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(249,250,247,.38) 0%, rgba(249,250,247,.58) 36%, rgba(249,250,247,.82) 70%, rgba(249,250,247,.94) 100%); z-index:0; }
.service-card::after { content:""; position:absolute; inset:0; background:rgba(255,255,255,.05); z-index:0; }
.service-card:hover { transform:translateY(-3px); border-color:#c8d6dc; box-shadow:0 18px 42px rgba(16,35,49,.08); }
.service-card-featured { border-top:3px solid var(--azure); }
.service-content { position:relative; z-index:1; display:flex; flex-direction:column; gap:0; padding:18px 20px 22px; flex:1; justify-content:flex-end; }
.service-tag { display:none; }
.service-card h3 { font-size:22px; line-height:1.18; letter-spacing:-.03em; margin:0 0 10px; max-width:280px; }
.service-card p { color:#4f606b; font-size:14px; line-height:1.62; margin:0; max-width:300px; }

.work { background:var(--soft); }
.video-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.video-card { margin:0; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.video-card video { width:100%; aspect-ratio:16/9; object-fit:cover; background:#d8dedb; }
.video-card figcaption { padding:19px 22px 22px; display:flex; justify-content:space-between; gap:20px; align-items:center; }
.video-card figcaption span { text-transform:uppercase; font-size:10px; color:var(--muted); font-weight:800; letter-spacing:.12em; }
.video-card figcaption strong { font-size:14px; }
.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:20px; }
.project-card { background:white; border:1px solid var(--line); border-radius:16px; overflow:hidden; }

.about-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:68px; align-items:center; }
.about-photo-card { display:flex; flex-direction:column; gap:18px; }
.about-photo-wrap { background:var(--soft); border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:var(--shadow); }
.about-photo-wrap picture, .about-photo-wrap img { display:block; width:100%; }
.about-photo-wrap img { width:100%; aspect-ratio:4/3; object-fit:cover; object-position:center 24%; }
.about-stats { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.about-stat { background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px 16px; box-shadow:0 10px 30px rgba(16,35,49,.05); }
.about-stat strong { display:block; color:var(--dark); font-size:30px; line-height:1; letter-spacing:-.04em; margin-bottom:8px; }
.about-stat span { display:block; color:var(--muted); font-size:12px; line-height:1.45; }
.about-copy h2 { margin-bottom:24px; }
.about-copy > p { color:var(--muted); font-size:16px; line-height:1.75; }
.check-list { list-style:none; margin:30px 0 0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:15px 18px; }
.check-list li { font-size:14px; font-weight:700; }
.check-list span { display:inline-grid; place-items:center; width:23px; height:23px; margin-right:8px; border-radius:50%; background:#eef2d1; color:#56610d; font-size:12px; }

.reviews { background:#fff; border-top:1px solid var(--line); }
.reviews-top { display:flex; justify-content:space-between; align-items:end; gap:60px; margin-bottom:45px; }
.reviews-top h2 { max-width:820px; }
.review-summary-block { max-width:850px; }
.review-summary { max-width:780px; margin:18px 0 0; color:var(--muted); font-size:16px; line-height:1.7; }
.rating-lockup { display:flex; align-items:center; gap:14px; flex-shrink:0; }
.rating-lockup > strong { font-size:48px; letter-spacing:-.05em; }
.rating-lockup div { display:flex; flex-direction:column; gap:3px; }
.rating-lockup small { color:var(--muted); font-size:11px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-card { margin:0; padding:30px; border:1px solid var(--line); border-radius:16px; background:var(--bg); min-height:280px; display:flex; flex-direction:column; }
.quote-mark { color:var(--azure); font-family:Georgia,serif; font-size:48px; line-height:1; height:40px; }
.review-card p { font-family:Georgia, "Times New Roman", serif; font-size:20px; line-height:1.5; letter-spacing:-.01em; margin:15px 0 30px; }
.review-card footer { margin-top:auto; display:flex; flex-direction:column; gap:4px; }
.review-card footer strong { font-size:13px; }
.review-card footer span { color:var(--muted); font-size:11px; }
.reviews-link { margin-top:26px; }
.reviews-link a { color:var(--azure); font-weight:800; font-size:13px; text-decoration:none; }
.reviews-link a:hover { text-decoration:underline; }

.estimate { background:var(--dark); color:white; position:relative; overflow:hidden; }
.estimate::after { content:""; position:absolute; width:240px; height:240px; border:1px solid rgba(212,226,80,.22); border-radius:50%; right:-80px; top:-80px; }
.estimate-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; position:relative; z-index:1; }
.eyebrow-light { color:#adc0cd; }
.estimate-copy h2 { margin-bottom:22px; }
.estimate-copy > p { color:#b8c6cf; line-height:1.75; font-size:16px; }
.service-area { margin-top:42px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14); display:flex; flex-direction:column; gap:6px; }
.service-area small { color:#98acb8; text-transform:uppercase; letter-spacing:.13em; font-size:10px; }
.service-area strong { font-size:14px; }
.estimate-phone { display:inline-flex; margin-top:22px; color:white; font-size:20px; font-weight:850; text-decoration:none; border-bottom:2px solid var(--yellow-green); padding-bottom:4px; }
.estimate-phone:hover { color:var(--yellow-green); }
.estimate-form { background:white; color:var(--ink); padding:30px; border-radius:20px; box-shadow:0 25px 80px rgba(0,0,0,.20); }
.form-row { display:grid; gap:16px; }
.two-col { grid-template-columns:1fr 1fr; }
.estimate-form label { display:flex; flex-direction:column; gap:8px; font-size:12px; font-weight:800; margin-bottom:16px; }
.estimate-form input, .estimate-form textarea { width:100%; border:1px solid #d9e0e4; border-radius:10px; background:#fbfcfb; color:var(--ink); padding:13px 14px; outline:none; transition:border .2s, box-shadow .2s; }
.estimate-form input:focus, .estimate-form textarea:focus { border-color:var(--azure); box-shadow:0 0 0 3px rgba(22,117,190,.10); }
.estimate-form textarea { resize:vertical; }
.btn-submit { width:100%; background:var(--yellow-green); color:#243016; border:0; }
.btn-submit:hover { filter:brightness(.96); transform:translateY(-1px); }
.form-status { min-height:18px; margin-top:10px; text-align:center; font-size:11px; font-weight:700; color:var(--azure); }
.form-status.error { color:#a33a2b; }
.form-status.success { color:#2f6f3e; }
.form-note { display:block; text-align:center; color:#7f8b93; margin-top:5px; font-size:10px; }
.hidden { display:none!important; }

.site-footer { background:#0a1923; color:#adbec9; padding:46px 0; }
.footer-grid { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:50px; }
.brand-footer.brand-logo img { width:176px !important; max-width:176px; }
.brand-footer .brand-copy strong { color:white; }
.brand-footer .brand-copy small { color:#90a4b0; }
.brand-footer .brand-mark { color:white; border-color:#6b8798; }
.footer-grid > p { margin:0; font-size:12px; max-width:440px; line-height:1.6; }
.footer-meta { display:flex; flex-direction:column; align-items:flex-end; gap:8px; font-size:11px; }
.footer-meta a { color:white; text-decoration:none; font-weight:800; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity:1; transform:none; }
.reveal-delay { transition-delay:.10s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .reveal { opacity:1; transform:none; transition:none; } }

@media (max-width: 900px) {
  .section-pad { padding:80px 0; }
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:64px; left:0; right:0; padding:20px; background:var(--bg); border-bottom:1px solid var(--line); flex-direction:column; align-items:stretch; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:9px 0; }
  .brand-logo img { width:110px !important; max-width:110px; }
  .nav-phone { font-size:16px!important; }
  .nav-cta { text-align:center; margin-top:4px; }
  .hero-grid, .about-grid, .estimate-grid, .section-heading { grid-template-columns:1fr; gap:40px; }
  .hero { padding-top:55px; }
  .hero-copy { order:1; }
  .hero-media { order:2; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-grid { grid-template-columns:repeat(2, 1fr); gap:16px; }
  .about-photo-card { max-width:620px; }
  .about-stats { grid-template-columns:repeat(3, 1fr); }
  .reviews-top { align-items:flex-start; flex-direction:column; }
  .review-grid { grid-template-columns:1fr; }
  .estimate-grid { gap:45px; }
  .footer-grid { grid-template-columns:1fr; gap:25px; }
  .footer-meta { align-items:flex-start; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section-pad { padding:66px 0; }
  h1 { font-size:48px; }
  .hero-lede { font-size:17px; }
  .hero-media { width:100%; }
  .hero-image-wrap { position:relative; width:100%; height:238px; border-radius:18px; overflow:hidden; }
  .hero-image-wrap picture { position:absolute; inset:0; width:100%; height:100%; }
  .hero-image-wrap img { position:absolute; inset:0; width:100%; height:100% !important; max-height:none; object-fit:cover; object-position:center center; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .btn { width:100%; }
  .rating-row { flex-wrap:wrap; }
  .hero-badge { left:10px; right:auto; bottom:10px; padding:9px 11px; gap:8px; max-width:205px; }
  .hero-badge strong { font-size:11px; }
  .hero-badge small { font-size:9.5px; }
  .badge-check { width:24px; height:24px; font-size:12px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid div { border-right:0; border-bottom:1px solid var(--line); justify-content:flex-start; }
  .trust-grid div:last-child { border-bottom:0; }
  .section-heading { gap:18px; }
  .section-heading h2, .about-copy h2, .reviews-top h2, .estimate-copy h2 { font-size:38px; }
  .service-grid { grid-template-columns:1fr; gap:14px; }
  .service-card { min-height:240px; }
  .service-content { padding:16px 18px 20px; }
  .service-card h3 { font-size:20px; max-width:none; }
  .video-grid { grid-template-columns:1fr; }
  .video-card figcaption { align-items:flex-start; flex-direction:column; gap:5px; }
  .about-grid { gap:42px; }
  .about-photo-wrap { height:238px; border-radius:20px; }
  .about-photo-wrap picture { width:100%; height:100%; }
  .about-photo-wrap img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; object-position:center 42%; }
  .about-stats { grid-template-columns:1fr; }
  .about-stat { padding:16px 18px; }
  .about-stat strong { font-size:28px; }
  .check-list { grid-template-columns:1fr; }
  .rating-lockup > strong { font-size:42px; }
  .two-col { grid-template-columns:1fr; gap:0; }
  .estimate-form { padding:22px; }
}

@media (max-width: 390px) {
  .hero-image-wrap { height:218px; }
  .hero-badge { max-width:195px; }
}

@media (max-width: 390px) {
  .about-photo-wrap { height:218px; }
}
