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

:root {
  --background: 40 33% 98%;
  --foreground: 220 15% 14%;
  --card: 0 0% 100%;
  --card-foreground: 220 15% 14%;
  --primary: 45 96% 52%;
  --primary-foreground: 220 20% 12%;
  --secondary: 220 15% 18%;
  --secondary-foreground: 40 33% 98%;
  --muted: 35 20% 94%;
  --muted-foreground: 220 10% 40%;
  --border: 30 15% 88%;
  --input: 30 15% 90%;
  --ring: 45 96% 52%;
  --radius: 0.5rem;
  --beige: 35 35% 92%;
  --beige-deep: 32 25% 82%;
  --charcoal: 220 18% 14%;
  --steel: 220 10% 35%;
  --gradient-hero: linear-gradient(135deg, hsl(220 20% 10% / 0.85), hsl(220 18% 18% / 0.65));
  --gradient-yellow: linear-gradient(135deg, hsl(45 96% 55%), hsl(40 95% 48%));
  --shadow-card: 0 4px 24px -8px hsl(220 20% 20% / 0.12);
  --shadow-strong: 0 16px 40px -12px hsl(220 30% 15% / 0.25);
  --shadow-yellow: 0 10px 30px -8px hsl(45 96% 50% / 0.45);
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; border-color: hsl(var(--border)); }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0; font-family: 'Barlow Condensed', system-ui, sans-serif; letter-spacing: -0.025em; }
p { margin: 0; }

.container-narrow { width: 100%; max-width: 72rem; margin-inline: auto; padding-inline: 1.25rem; }
.section-pad { padding-block: 5rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; line-height: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: hsl(var(--primary)); }
.text-charcoal { color: hsl(var(--charcoal)); }
.icon { width: 1.25rem; height: 1.25rem; flex: none; }
.icon-sm { width: 1rem; height: 1rem; }
.icon-lg { width: 1.5rem; height: 1.5rem; }
.icon-star { width: 1rem; height: 1rem; fill: currentColor; }

.site-header { position: sticky; top: 0; padding-top: env(safe-area-inset-top); z-index: 50; border-bottom: 1px solid hsl(var(--border) / .6); background: hsl(var(--background) / .85); backdrop-filter: blur(12px); }
.navbar { display: flex; height: 4rem; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: .5rem; }
.logo-mark { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: .375rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-family: 'Barlow Condensed', system-ui, sans-serif; font-size: 1.125rem; line-height: 1.75rem; font-weight: 700; }
.logo-text { font-family: 'Barlow Condensed', system-ui, sans-serif; font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; color: hsl(var(--charcoal)); }
.nav-links { display: none; align-items: center; gap: 2rem; }
.nav-links a { font-size: .875rem; line-height: 1.25rem; font-weight: 500; color: hsl(var(--steel)); transition: color .2s ease; }
.nav-links a:hover { color: hsl(var(--charcoal)); }
.nav-phone { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: .375rem; border: 1px solid transparent; font-weight: 600; line-height: 1; transition: var(--transition-smooth); cursor: pointer; white-space: nowrap; }
.btn-sm { height: 2.25rem; padding-inline: .75rem; font-size: .875rem; }
.btn-lg { min-height: 2.75rem; padding: .75rem 2rem; font-size: 1rem; }
.btn-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: var(--shadow-yellow); }
.btn-primary:hover { background: hsl(var(--primary) / .9); }
.btn-outline-light { border-color: rgb(255 255 255 / .3); background: rgb(255 255 255 / .05); color: white; }
.btn-outline-light:hover { background: white; color: hsl(var(--charcoal)); }
.mobile-toggle { display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: hsl(var(--foreground)); cursor: pointer; padding: .5rem; }
.mobile-menu { display: none; border-top: 1px solid hsl(var(--border)); background: hsl(var(--background)); box-shadow: 0 12px 28px -24px hsl(var(--charcoal)); }
.mobile-menu.open { display: block; }
.mobile-menu-inner { display: flex; flex-direction: column; gap: .25rem; padding-block: .75rem; }
.mobile-menu a { border-radius: .375rem; padding: .75rem .75rem; min-height: 44px; font-size: .875rem; font-weight: 500; color: hsl(var(--steel)); }
.mobile-menu a:hover { background: hsl(var(--muted)); }
.mobile-menu .mobile-call { margin-top: .5rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-weight: 600; }

.hero { position: relative; overflow: hidden; background: hsl(var(--charcoal)); color: white; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: var(--gradient-hero); }
.hero-grid { position: relative; display: grid; gap: 2.5rem; padding-block: 6rem; }
.hero-content { max-width: 48rem; }
.hero .eyebrow { color: hsl(var(--primary)); }
.eyebrow-dot { display: inline-block; width: .375rem; height: .375rem; border-radius: 999px; background: hsl(var(--primary)); }
.hero h1 { margin-top: 1.25rem; font-size: clamp(3rem, 8vw, 4.5rem); line-height: .95; font-weight: 700; text-transform: uppercase; }
.hero h1 span { color: hsl(var(--primary)); }
.hero p { margin-top: 1.5rem; max-width: 36rem; font-size: 1.125rem; line-height: 1.75rem; color: rgb(255 255 255 / .8); }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-proofs { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; font-size: .875rem; color: rgb(255 255 255 / .7); }
.hero-proofs div { display: flex; align-items: center; gap: .5rem; }
.hero-proofs svg { color: hsl(var(--primary)); }

.about-grid { display: grid; gap: 3rem; }
.section-title { margin-top: .75rem; font-size: 2.25rem; line-height: 2.5rem; font-weight: 700; text-transform: uppercase; color: hsl(var(--charcoal)); }
.lead { margin-top: 1rem; color: hsl(var(--steel)); }
.about p { margin-top: 1.25rem; font-size: 1rem; line-height: 1.625; color: hsl(var(--steel)); }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.stat-card, .service-card, .project-card, .step-card, .review-card, .contact-card, .contact-form { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); box-shadow: var(--shadow-card); }
.stat-card { border-radius: .75rem; padding: 1.5rem; }
.stat-card strong { display: block; font-family: 'Barlow Condensed', system-ui, sans-serif; font-size: 2.25rem; line-height: 2.5rem; font-weight: 700; color: hsl(var(--charcoal)); }
.stat-card span { display: block; margin-top: .25rem; font-size: .875rem; color: hsl(var(--steel)); }

.bg-muted { background: hsl(var(--muted) / .6); }
.services-grid { margin-top: 3rem; display: grid; gap: 1.25rem; }
.service-card { border-radius: .75rem; padding: 1.75rem; transition: var(--transition-smooth); }
.service-card:hover { transform: translateY(-.25rem); border-color: hsl(var(--primary)); box-shadow: var(--shadow-strong); }
.icon-box { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .5rem; color: hsl(var(--charcoal)); transition: background-color .2s ease; }
.icon-box.subtle { background: hsl(var(--primary) / .15); }
.icon-box.primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.service-card:hover .icon-box.subtle { background: hsl(var(--primary)); }
.service-card h3, .project-body h3, .step-card h3, .why-card h3 { margin-top: 1.25rem; font-size: 1.25rem; line-height: 1.75rem; font-weight: 700; text-transform: uppercase; color: hsl(var(--charcoal)); }
.service-card p, .step-card p { margin-top: .5rem; font-size: .875rem; line-height: 1.625; color: hsl(var(--steel)); }

.projects-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; }
.projects-grid { margin-top: 3rem; display: grid; gap: 1.5rem; }
.project-card { overflow: hidden; border-radius: .75rem; transition: var(--transition-smooth); }
.project-card:hover { transform: translateY(-.25rem); box-shadow: var(--shadow-strong); }
.project-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-image-wrap { position: relative; }
.project-image-wrap img { width: 100%; height: 12rem; object-fit: cover; }
.before-image { filter: grayscale(1); }
.badge { position: absolute; left: .5rem; top: .5rem; border-radius: .25rem; padding: .125rem .5rem; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.badge.before { background: hsl(var(--charcoal) / .8); color: white; }
.badge.after { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.project-body { padding: 1.25rem; }
.project-body h3 { margin-top: 0; }
.project-body div { margin-top: .5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .875rem; color: hsl(var(--steel)); }
.project-body strong { color: hsl(var(--charcoal)); font-weight: 500; }

.why { background: hsl(var(--charcoal)); color: white; }
.why .section-title { color: white; }
.why-grid { margin-top: 3rem; display: grid; gap: 1px; overflow: hidden; border-radius: 1rem; background: rgb(255 255 255 / .1); }
.why-card { background: hsl(var(--charcoal)); padding: 1.75rem; transition: background-color .2s ease; }
.why-card:hover { background: hsl(var(--charcoal) / .6); }
.why-card h3 { color: white; }
.why-card p { margin-top: .5rem; font-size: .875rem; line-height: 1.625; color: rgb(255 255 255 / .7); }

.process { background: hsl(var(--beige)); }
.steps-grid { margin-top: 3rem; display: grid; gap: 1.25rem; }
.step-card { position: relative; border-radius: .75rem; padding: 1.5rem; }
.step-number { font-family: 'Barlow Condensed', system-ui, sans-serif; font-size: 1.875rem; line-height: 2.25rem; font-weight: 700; color: hsl(var(--primary)); }
.step-card h3 { margin-top: .75rem; font-size: 1.125rem; line-height: 1.75rem; }

.reviews-grid { margin-top: 3rem; display: grid; gap: 1.5rem; }
.review-card { margin: 0; display: flex; flex-direction: column; border-radius: .75rem; padding: 1.75rem; }
.stars { display: flex; gap: .125rem; color: hsl(var(--primary)); }
.review-card blockquote { margin: 1rem 0 0; flex: 1; font-size: 1rem; line-height: 1.625; color: hsl(var(--charcoal)); }
.review-card figcaption { margin-top: 1.25rem; border-top: 1px solid hsl(var(--border)); padding-top: 1rem; font-size: .875rem; }
.review-card figcaption div { font-weight: 600; color: hsl(var(--charcoal)); }
.review-card figcaption span { color: hsl(var(--steel)); }

.area { text-align: center; }
.area p { max-width: 42rem; margin: 1rem auto 0; color: hsl(var(--steel)); line-height: 1.625; }
.city-tags { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.city-tags span { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid hsl(var(--border)); border-radius: 999px; background: hsl(var(--card)); padding: .5rem 1rem; box-shadow: 0 1px 2px rgb(0 0 0 / .05); font-size: .875rem; font-weight: 500; color: hsl(var(--charcoal)); }
.city-tags svg { color: hsl(var(--primary)); }

.contact-grid { display: grid; gap: 2.5rem; }
.contact-info p { margin-top: 1rem; color: hsl(var(--steel)); line-height: 1.625; }
.contact-list { margin-top: 2rem; display: grid; gap: 1rem; font-size: .875rem; }
.contact-card { display: flex; align-items: center; gap: .75rem; border-radius: .5rem; padding: 1rem; transition: border-color .2s ease; }
a.contact-card:hover { border-color: hsl(var(--primary)); }
.contact-card .meta { font-size: .75rem; line-height: 1rem; color: hsl(var(--steel)); text-transform: uppercase; }
.contact-card .value { font-weight: 600; color: hsl(var(--charcoal)); overflow-wrap: anywhere; }
.contact-form { border-radius: 1rem; padding: 1.75rem; }
.form-grid { display: grid; gap: 1rem; }
.form-row { margin-top: 1rem; }
label { display: block; font-size: .875rem; font-weight: 500; color: hsl(var(--charcoal)); }
input, textarea { margin-top: .375rem; font-size: 16px; width: 100%; border: 1px solid hsl(var(--input)); border-radius: .375rem; background: hsl(var(--background)); color: hsl(var(--foreground)); padding-inline: .75rem; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input { height: 2.5rem; }
textarea { min-height: 7.5rem; padding-block: .625rem; resize: vertical; }
input:focus, textarea:focus { border-color: hsl(var(--ring)); box-shadow: 0 0 0 3px hsl(var(--ring) / .2); }
.contact-form .btn { margin-top: 1.25rem; width: 100%; border: 0; }
.form-note { margin-top: .75rem; text-align: center; font-size: .75rem; color: hsl(var(--steel)); }

.site-footer { background: hsl(var(--charcoal)); padding-block: 3rem; color: rgb(255 255 255 / .7); }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand p { margin-top: 1rem; max-width: 28rem; font-size: .875rem; line-height: 1.625; }
.site-footer .logo-text { color: white; }
.site-footer h4 { font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: white; }
.site-footer ul { margin: .75rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; font-size: .875rem; }
.site-footer a:hover { color: hsl(var(--primary)); }
.footer-bottom { margin-top: 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .75rem; border-top: 1px solid rgb(255 255 255 / .1); padding-top: 1.5rem; font-size: .75rem; }

.footer-credit { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; padding: .25rem 0; border-radius: .5rem; font-size: .75rem; line-height: 1rem; color: rgb(255 255 255 / .68); }

.toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; max-width: min(24rem, calc(100vw - 2rem)); transform: translateY(1rem); opacity: 0; pointer-events: none; border: 1px solid hsl(var(--border)); border-radius: .75rem; background: white; padding: 1rem 1.25rem; box-shadow: var(--shadow-strong); transition: opacity .2s ease, transform .2s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong { display: block; color: hsl(var(--charcoal)); }
.toast span { display: block; margin-top: .25rem; font-size: .875rem; color: hsl(var(--steel)); }


@media (max-width: 480px) {
  .container-narrow { padding-inline: 1rem; }
  .navbar { height: 3.75rem; }
  .logo-text { font-size: 1rem; }
  .section-pad { padding-block: 4rem; }
  .hero-grid { padding-block: 4.75rem; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3rem); line-height: 1; }
  .hero p { font-size: 1rem; line-height: 1.625rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-proofs { gap: .85rem; }
  .section-title { font-size: 2rem; line-height: 2.25rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .project-media { grid-template-columns: 1fr; }
  .project-image-wrap img { height: 13.5rem; }
  .contact-form { padding: 1.25rem; }
  .footer-grid { gap: 1.5rem; }
  .footer-bottom { text-align: center; }
}

@media (max-width: 360px) {
  .logo-mark { width: 2rem; height: 2rem; }
  .logo-text { font-size: .95rem; }
  .hero h1 { font-size: 2.15rem; }
  .btn-lg { min-height: 3rem; padding-inline: 1rem; }
}

@media (min-width: 640px) {
  .container-narrow { padding-inline: 2rem; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { flex-direction: row; text-align: left; }
  .footer-credit { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; padding: .25rem 0; border-radius: .5rem; font-size: .75rem; line-height: 1rem; color: rgb(255 255 255 / .68); }
}
@media (min-width: 768px) {
  .section-pad { padding-block: 7rem; }
  .nav-links, .nav-phone { display: flex; }
  .mobile-toggle { display: none; }
  .hero-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); padding-block: 9rem; }
  .hero-content { grid-column: span 8 / span 8; }
  .hero h1 { font-size: 4.5rem; }
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .section-title { font-size: 3rem; line-height: 1; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .footer-brand { grid-column: span 2 / span 2; }
}
@media (min-width: 1024px) {
  .services-grid, .projects-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .contact-info { grid-column: span 2 / span 2; }
  .contact-form { grid-column: span 3 / span 3; }
}

.footer-credit a { color: white; font-weight: 700; letter-spacing: .02em; transition: color .2s ease, opacity .2s ease; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: hsl(var(--primary)); opacity: 1; }
.footer-credit a:focus-visible { outline: 2px solid hsl(var(--primary)); outline-offset: 4px; border-radius: .25rem; }
