:root {
  --bg: #0f1115;
  --panel: #171a21;
  --text: #f6f2ea;
  --muted: #b8b2a7;
  --brand: #d39b3d;
  --brand-dark: #9f6d24;
  --line: rgba(255, 255, 255, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #090b0f; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 0; }
.topbar span { display: inline-flex; align-items: center; gap: 8px; }
header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(15, 17, 21, 0.82); border-bottom: 1px solid var(--line); }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.04em; font-size: 21px; }
.logo-mark { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, var(--brand), #f2d59a); color: #111; display: grid; place-items: center; font-weight: 900; box-shadow: 0 12px 32px rgba(211, 155, 61, 0.35); }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 15px; font-weight: 600; }
.nav-links a:hover { color: var(--white); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-weight: 800; transition: 0.25s ease; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--brand); color: #111; box-shadow: 0 18px 40px rgba(211, 155, 61, 0.28); }
.btn-primary:hover { background: #f0bd67; transform: translateY(-2px); }
.btn-secondary { border-color: var(--line); color: var(--white); background: rgba(255, 255, 255, 0.04); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.hero { position: relative; overflow: hidden; min-height: 790px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(15,17,21,0.97) 0%, rgba(15,17,21,0.78) 48%, rgba(15,17,21,0.3) 100%), url("../images/hero-construction.svg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 180px; background: linear-gradient(0deg, var(--bg), transparent); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 90px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #f4d59b; background: rgba(211, 155, 61, 0.12); border: 1px solid rgba(211, 155, 61, 0.28); border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 22px; }
h1 { font-size: clamp(46px, 7vw, 86px); line-height: 0.96; letter-spacing: -0.07em; margin-bottom: 26px; }
.hero p { font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 660px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 16px; max-width: 680px; }
.stat-card { background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line); border-radius: 20px; padding: 18px; backdrop-filter: blur(14px); }
.stat-card strong { display: block; font-size: 30px; line-height: 1; letter-spacing: -0.05em; color: var(--white); margin-bottom: 8px; }
.stat-card span { color: var(--muted); font-size: 14px; font-weight: 600; }
section { padding: 96px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -0.06em; max-width: 680px; }
.section-heading p { color: var(--muted); max-width: 440px; font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 280px; transition: 0.25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(211, 155, 61, 0.55); box-shadow: var(--shadow); }
.icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: rgba(211, 155, 61, 0.13); border: 1px solid rgba(211, 155, 61, 0.26); color: #f4c879; font-size: 24px; margin-bottom: 22px; }
.service-card h3 { font-size: 21px; letter-spacing: -0.03em; margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 15px; }
.about, .process { background: #11141a; }
.about-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 36px; align-items: center; }
.about-image { border-radius: 32px; min-height: 560px; background: url("../images/about-construction.svg") center/cover no-repeat; box-shadow: var(--shadow); border: 1px solid var(--line); }
.about-content h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.06em; margin-bottom: 24px; }
.about-content p { color: var(--muted); font-size: 17px; margin-bottom: 24px; }
.check-list { display: grid; gap: 14px; margin: 28px 0 34px; }
.check-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-weight: 600; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(211, 155, 61, 0.16); color: #f4c879; font-size: 14px; font-weight: 900; }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { position: relative; overflow: hidden; border-radius: 28px; min-height: 430px; border: 1px solid var(--line); background: #222; }
.project-1 { background: url("../images/project-remodel.svg") center/cover no-repeat; }
.project-2 { background: url("../images/project-adu.svg") center/cover no-repeat; }
.project-3 { background: url("../images/project-exterior.svg") center/cover no-repeat; }
.project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.82), rgba(0,0,0,0.05)); }
.project-content { position: absolute; inset: auto 0 0 0; padding: 28px; }
.project-content span { color: #f4c879; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.project-content h3 { font-size: 25px; letter-spacing: -0.04em; margin: 8px 0; }
.project-content p { color: #d8d1c5; font-size: 15px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,0.035); }
.step::before { content: "0" counter(step); display: inline-block; color: var(--brand); font-size: 14px; font-weight: 900; letter-spacing: 0.1em; margin-bottom: 28px; }
.step h3 { font-size: 21px; margin-bottom: 10px; letter-spacing: -0.03em; }
.step p { color: var(--muted); font-size: 15px; }
.payment-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: var(--shadow); }
.payment-table { width: 100%; border-collapse: collapse; min-width: 860px; }
.payment-table th, .payment-table td { text-align: left; padding: 20px 22px; border-bottom: 1px solid var(--line); vertical-align: top; }
.payment-table th { color: #f4c879; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; background: rgba(255,255,255,0.035); }
.payment-table td { color: var(--muted); font-size: 15px; }
.payment-table td strong { color: var(--white); display: block; margin-bottom: 4px; }
.payment-table tr:last-child td { border-bottom: 0; }
.payment-note { margin-top: 18px; color: var(--muted); font-size: 14px; }
.cta { padding: 0 0 96px; }
.cta-box { position: relative; overflow: hidden; border-radius: 36px; padding: 64px; background: linear-gradient(100deg, rgba(211,155,61,0.95), rgba(241,197,120,0.88)), url("../images/cta-construction.svg") center/cover no-repeat; color: #111; box-shadow: var(--shadow); }
.cta-box h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.06em; max-width: 760px; margin-bottom: 18px; }
.cta-box p { max-width: 660px; font-size: 18px; color: rgba(17,17,17,0.78); font-weight: 600; margin-bottom: 30px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-dark { background: #111; color: var(--white); }
.btn-light { background: rgba(255,255,255,0.72); color: #111; border-color: rgba(17,17,17,0.12); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; }
.contact-card, .contact-form { border-radius: 28px; border: 1px solid var(--line); background: var(--panel); padding: 34px; }
.contact-card h2 { font-size: 36px; letter-spacing: -0.05em; margin-bottom: 14px; }
.contact-card p, .contact-item span { color: var(--muted); }
.contact-list { display: grid; gap: 18px; margin-top: 28px; }
.contact-item { display: flex; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.035); }
.contact-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.055); color: var(--white); padding: 15px 16px; font: inherit; outline: none; }
select option { color: #111; }
textarea { min-height: 140px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8d887f; }
input:focus, textarea:focus, select:focus { border-color: rgba(211, 155, 61, 0.75); }
footer { border-top: 1px solid var(--line); padding: 30px 0; color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: auto; }
  .services-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 360px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1180px); }
  .topbar-inner { flex-direction: column; align-items: flex-start; }
  .hero-content { padding: 70px 0; }
  .hero-stats, .services-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  section { padding: 70px 0; }
  .about-image { min-height: 360px; }
  .cta-box { padding: 34px; }
}
