:root {
  --ink: #14202b;
  --muted: #5d6a75;
  --line: #dfe5eb;
  --paper: #ffffff;
  --soft: #f5f7f9;
  --brand-red: #b31922;
  --brand-yellow: #f5c542;
  --brand-dark: #101820;
  --shadow: 0 24px 70px rgba(16, 24, 32, .16);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; padding: 14px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(20,32,43,.08); }
.brand img { width: 214px; height: auto; }
.nav { justify-self: center; display: flex; gap: 24px; font-size: 14px; font-weight: 700; color: #293744; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--brand-red); }
.phone { padding: 12px 16px; border-radius: 999px; background: var(--ink); color: white; font-weight: 800; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: var(--brand-red); color: white; border-radius: 999px; padding: 11px 15px; font-weight: 800; }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); background: var(--brand-dark); color: white; }
.hero-media { background-image: linear-gradient(90deg, rgba(16,24,32,.18), rgba(16,24,32,.78)), url('assets/slide01.jpg'); background-size: cover; background-position: center; min-height: 420px; }
.hero-content { align-self: center; padding: clamp(40px, 7vw, 96px); }
.eyebrow { margin: 0 0 12px; color: var(--brand-red); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: 12px; }
.hero .eyebrow { color: var(--brand-yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: .92; letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 24px; margin-bottom: 10px; }
.lead { color: #dce5ee; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; max-width: 720px; }
.hero-actions, .contact-pills { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 0; cursor: pointer; }
.btn-primary { background: var(--brand-yellow); color: #1b1605; box-shadow: 0 14px 28px rgba(245,197,66,.26); }
.btn-secondary { border: 1px solid rgba(255,255,255,.35); color: white; }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 740px; margin: 34px 0 0; }
.quick-facts div { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); }
dt { color: #aebdca; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
dd { margin: 5px 0 0; font-weight: 900; }
.trust-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: center; padding: 24px clamp(18px, 5vw, 72px); background: var(--soft); border-bottom: 1px solid var(--line); }
.trust-copy span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.trust-copy strong { font-size: 18px; }
.badge-row { display: grid; grid-template-columns: repeat(4, minmax(90px, 1fr)); gap: 14px; align-items: center; }
.badge-row img { width: 100%; max-height: 66px; object-fit: contain; filter: grayscale(.08); background: white; border: 1px solid var(--line); border-radius: 14px; padding: 10px; }
.section-pad { padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.intro p:last-child { color: var(--muted); font-size: 20px; line-height: 1.65; }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(20,32,43,.08); }
.service-card.featured { transform: translateY(-12px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card div { padding: 24px; }
.service-card p { color: var(--muted); line-height: 1.55; }
.service-card span { display: inline-flex; margin-top: 8px; font-weight: 900; color: var(--brand-red); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; background: var(--brand-dark); color: white; }
.split-image img { width: 100%; border-radius: 28px; box-shadow: var(--shadow); }
.split-copy .eyebrow { color: var(--brand-yellow); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.check-list li { padding-left: 34px; position: relative; color: #dce5ee; line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-yellow); color: #181100; font-weight: 900; }
.quote { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; background: linear-gradient(180deg, #fff, #f6f8fa); }
.quote-copy p { color: var(--muted); line-height: 1.6; font-size: 18px; }
.contact-pills a { text-decoration: none; padding: 12px 16px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 900; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: clamp(22px, 4vw, 38px); background: white; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 8px; color: #33414d; font-weight: 800; }
.quote-form label:nth-of-type(6), .quote-form .btn, .form-note { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cfd8e2; border-radius: 14px; padding: 13px 14px; font: inherit; background: #fbfcfd; }
textarea { resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; margin: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 160px 160px; gap: 16px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.gallery-grid img:first-child { grid-row: span 2; }
.area { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; background: #f7f1e1; }
.area p { color: #5f5540; font-size: 18px; line-height: 1.6; }
address { padding: 28px; border-radius: 24px; background: white; border: 1px solid rgba(20,32,43,.08); line-height: 1.8; font-style: normal; box-shadow: 0 18px 50px rgba(20,32,43,.1); }
address a { font-weight: 900; color: var(--brand-red); }
.footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 28px clamp(18px, 5vw, 72px); background: #0d141b; color: #d6dee6; }
.footer img { width: 178px; background: white; border-radius: 12px; padding: 8px; }
.footer p { margin: 0; }
.footer a { color: white; font-weight: 800; }
@media (max-width: 950px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .nav { display: none; grid-column: 1 / -1; justify-self: stretch; flex-direction: column; gap: 8px; padding: 12px 0; }
  .nav.is-open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .phone { justify-self: end; }
  .hero, .trust-band, .intro, .split, .quote, .area { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 360px; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .site-header { gap: 10px; padding: 12px 16px; }
  .brand img { width: 166px; }
  .phone { display: none; }
  .hero-content { padding: 36px 20px 48px; }
  .quick-facts, .quote-form, .badge-row, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-rows: none; }
  .gallery-grid img:first-child { grid-row: auto; }
}
