:root {
  --black: #050505;
  --panel: #111111;
  --panel-2: #191919;
  --white: #ffffff;
  --muted: #c9c9c9;
  --red: #d80f0f;
  --red-dark: #8f0808;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", system-ui, sans-serif;
  color: var(--white);
  background: var(--black);
  letter-spacing: .01em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    radial-gradient(circle at 18% 20%, rgba(216,15,15,.28), transparent 24rem),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.08), transparent 20rem),
    repeating-linear-gradient(-18deg, transparent 0 18px, rgba(255,255,255,.035) 19px 21px);
}
a { color: inherit; text-decoration: none; }
p, input, textarea, select, button { font-family: Arial, Helvetica, sans-serif; }
.site-shell { position: relative; overflow: hidden; }
.section-pad { padding: 86px max(24px, calc((100vw - 1180px) / 2)); }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(5,5,5,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: max-content; }
.brand img { width: 76px; height: 76px; object-fit: contain; background: #fff; border-radius: 6px; }
.brand span { font-size: clamp(28px, 4vw, 48px); font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.brand strong { color: var(--red); font-style: italic; }
.nav { display: flex; align-items: center; gap: 28px; font: 800 14px/1 Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.nav a { opacity: .92; }
.nav a:hover { color: var(--red); }
.nav-cta { padding: 16px 24px; background: var(--red); clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); box-shadow: 0 12px 34px rgba(216,15,15,.25); }
.nav .nav-cta:hover { color: #fff; background: #f01818; }
.menu-button { display: none; color: #fff; border: 1px solid var(--line); background: transparent; border-radius: 12px; padding: 12px 14px; font-weight: 800; text-transform: uppercase; }
.hero {
  display: grid;
  grid-template-columns: 1fr .9fr;
  min-height: 720px;
  align-items: center;
  gap: 42px;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98), rgba(5,5,5,.84) 45%, rgba(5,5,5,.72)),
    radial-gradient(circle at 78% 52%, rgba(216,15,15,.35), transparent 25rem);
  border-bottom: 12px solid var(--red);
}
.eyebrow { margin: 0 0 16px; color: #ff4a4a; text-transform: uppercase; font: 900 13px/1.1 Arial, Helvetica, sans-serif; letter-spacing: .22em; }
.hero h1, .about-panel h2, .quote-panel h2 { margin: 0; text-transform: uppercase; letter-spacing: -.035em; }
.hero h1 { max-width: 690px; font-size: clamp(58px, 8vw, 116px); line-height: .84; text-shadow: 0 8px 24px rgba(0,0,0,.6); }
.hero h1 span { display: block; color: var(--red); font-size: 1.18em; }
.hero-text { max-width: 620px; margin: 24px 0 0; font: 700 clamp(17px, 1.8vw, 22px)/1.28 Arial, Helvetica, sans-serif; color: #f4f4f4; text-shadow: 0 4px 20px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 0; cursor: pointer; text-transform: uppercase; font: 900 15px/1 Arial, Helvetica, sans-serif; letter-spacing: .08em; }
.btn.primary { background: var(--red); color: #fff; clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); box-shadow: 0 14px 38px rgba(216,15,15,.28); }
.btn.secondary { border: 1px solid rgba(255,255,255,.72); background: rgba(0,0,0,.44); color: #fff; border-radius: 5px; }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; inset: auto -12% 9% -18%; height: 160px; background: linear-gradient(100deg, transparent 0 15%, rgba(255,255,255,.9), transparent 65%); transform: skewY(-8deg); opacity: .55; filter: blur(1px); }
.hero-art::after { inset: auto -20% 0 -10%; height: 120px; background: linear-gradient(110deg, transparent 5%, rgba(216,15,15,.95), transparent 75%); opacity: .85; }
.hero-art img { position: relative; z-index: 1; width: min(560px, 100%); border-radius: 12px; mix-blend-mode: screen; filter: contrast(1.2) drop-shadow(0 22px 42px #000); }
.light-panel { color: #111; background: #f5f2ef; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 42px; }
.section-title h2 { margin: 0; text-transform: uppercase; font-size: clamp(42px, 5vw, 64px); letter-spacing: -.03em; }
.section-title span { width: 130px; height: 8px; background: var(--red); clip-path: polygon(0 35%,100% 0,92% 65%,8% 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { min-height: 272px; padding: 28px 22px; border: 2px solid var(--red); border-radius: 12px; text-align: center; background: rgba(255,255,255,.72); box-shadow: 0 18px 38px rgba(0,0,0,.08); }
.service-icon { width: 76px; height: 76px; margin: 0 auto 16px; display: grid; place-items: center; color: #111; font-size: 48px; border-bottom: 5px solid var(--red); }
.service-card h3 { margin: 0 0 12px; font-size: 25px; line-height: .95; text-transform: uppercase; }
.service-card p { margin: 0; font: 700 15px/1.35 Arial, Helvetica, sans-serif; color: #222; }
.trust-band { display: grid; grid-template-columns: repeat(4,1fr); background: #080808; border-block: 1px solid var(--line); }
.trust-band div { padding: 32px 28px; border-right: 1px solid var(--line); min-height: 170px; }
.trust-band strong { display: block; color: var(--red); font-size: 52px; line-height: .86; }
.trust-band span { display: block; margin-top: 8px; font-size: 26px; line-height: .94; text-transform: uppercase; }
.trust-band p { margin: 10px 0 0; color: var(--muted); font: 700 15px/1.35 Arial, Helvetica, sans-serif; }
.about-quote { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; background: linear-gradient(115deg, #111, #050505 62%, rgba(216,15,15,.18)); }
.about-panel, .quote-panel { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.045); box-shadow: var(--shadow); }
.about-panel h2, .quote-panel h2 { font-size: clamp(38px, 5vw, 62px); line-height: .9; }
.about-panel p:not(.eyebrow) { margin: 22px 0 0; color: #eee; font: 700 20px/1.55 Arial, Helvetica, sans-serif; }
.quote-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 26px; }
.quote-form label { display: grid; gap: 8px; }
.quote-form span { color: #fff; font: 800 13px/1 Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; background: rgba(0,0,0,.42); color: #fff; padding: 15px 14px; font-size: 16px; outline: none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(216,15,15,.22); }
.quote-form textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; }
.form-message { margin-top: 18px; padding: 14px 16px; border-radius: 10px; background: rgba(216,15,15,.18); border: 1px solid rgba(216,15,15,.5); font: 800 15px/1.35 Arial, Helvetica, sans-serif; }
.form-message.success { background: rgba(23,145,67,.18); border-color: rgba(23,145,67,.6); }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); background: #020202; border-top: 1px solid var(--line); }
.footer .brand img { width: 58px; height: 58px; }
.footer .brand span { font-size: 32px; }
.footer p { margin: 0; color: var(--muted); font: 800 16px/1.35 Arial, Helvetica, sans-serif; }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 24px; background: #050505; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; text-align: center; border-bottom: 0 !important; }
  .hero, .about-quote { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-art { min-height: 340px; }
  .service-grid, .trust-band { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section-pad { padding: 58px 18px; }
  .brand img { width: 56px; height: 56px; }
  .brand span { font-size: 28px; }
  .hero h1 { font-size: 56px; }
  .service-grid, .trust-band, .quote-form { grid-template-columns: 1fr; }
  .section-title span { display: none; }
  .footer { flex-direction: column; align-items: flex-start; }
}
