:root {
  --bg: #08090b;
  --bg-2: #111318;
  --panel: #171a20;
  --text: #f5f6f7;
  --muted: #afb4bd;
  --accent: #ff8a00;
  --accent-2: #ff0f78;
  --accent-3: #8a2be2;
  --line: rgba(255,255,255,.12);
  --light: #f2f3f5;
  --dark-text: #111318;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 102px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 12px 28px;
  background: rgba(8,9,11,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid var(--accent-2);
  box-shadow: 0 0 0 2px rgba(138,43,226,.35), 0 0 20px rgba(255,15,120,.18);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font: 800 1.35rem/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.brand-text small { margin-top: 4px; color: var(--muted); letter-spacing: .22em; font-size: .63rem; }
.site-nav { display: flex; justify-content: center; gap: 28px; font-weight: 600; }
.site-nav a:hover { color: var(--accent-2); }
.header-call { padding: 12px 16px; background: linear-gradient(100deg, var(--accent), var(--accent-2)); font-weight: 800; text-transform: uppercase; }
.nav-toggle { display: none; background: none; color: #fff; border: 0; font-size: 1.6rem; }

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(255,15,120,.16), transparent 26%),
    radial-gradient(circle at 18% 18%, rgba(255,138,0,.10), transparent 24%),
    radial-gradient(circle at 62% 82%, rgba(138,43,226,.10), transparent 28%),
    linear-gradient(105deg, #050607 0%, #11141a 55%, #050607 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}
.hero::after {
  content: "250i";
  position: absolute;
  right: -3vw;
  bottom: -8vw;
  color: rgba(255,255,255,.025);
  font: 800 28vw/1 "Barlow Condensed", sans-serif;
}
.hero-content { position: relative; z-index: 2; padding: 82px 0; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.hero-copy-block { min-width: 0; }
.hero-logo-wrap { display: flex; justify-content: center; align-items: center; }
.hero-logo { width: min(100%, 650px); border-radius: 12px; border: 2px solid rgba(255,15,120,.75); box-shadow: 0 0 0 3px rgba(138,43,226,.28), 0 24px 70px rgba(0,0,0,.55), 0 0 48px rgba(255,15,120,.20); }
.eyebrow { margin: 0 0 14px; color: var(--accent-2); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; font-size: .8rem; }
.hero h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; }
.hero h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.3rem); line-height: .84; letter-spacing: -.035em; max-width: 760px; }
.hero h1 > span { color: var(--accent); }
.hero-tagline { margin: 22px 0 0; font: 800 clamp(1.2rem, 2.4vw, 2rem)/1.05 "Barlow Condensed", sans-serif; letter-spacing: .055em; text-transform: uppercase; color: var(--accent-2); }
.hero-tagline > span { color: var(--accent); margin: 0 .25em; }
.hero-copy { max-width: 690px; margin: 28px 0 0; color: #d2d5db; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 0; cursor: pointer; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.btn-primary { background: linear-gradient(100deg, var(--accent), var(--accent-2)); color: #fff; }
.btn-primary:hover { filter: brightness(1.12); }
.btn-secondary { border: 1px solid rgba(255,255,255,.35); }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-badges span { padding: 9px 12px; border: 1px solid var(--line); color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; }

.quick-info { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0f13; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { padding: 24px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.quick-grid > div:last-child { border-right: 0; }
.label { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.quick-grid a, .quick-grid span:not(.label) { margin-top: 4px; font-weight: 700; }

.section { padding: 110px 0; }
.section-dark { background: var(--bg-2); }
.section-light { background: var(--light); color: var(--dark-text); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
h2 { margin: 0 0 18px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; text-transform: uppercase; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 260px; padding: 28px; background: var(--panel); border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,15,120,.72); }
.service-number { color: var(--accent); font: 700 1rem/1 "Barlow Condensed", sans-serif; }
.service-card h3 { font-size: 1.8rem; margin: 36px 0 12px; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); }

.dyno-section { background: radial-gradient(circle at 15% 20%, rgba(138,43,226,.10), transparent 30%), linear-gradient(135deg, #0b0d10, #151920); }
.dyno-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.dyno-panel { min-height: 510px; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle, rgba(255,15,120,.16), transparent 48%), #0a0c10; }
.gauge { width: min(78%, 390px); aspect-ratio: 1; border-radius: 50%; border: 22px solid #20242c; display: grid; place-items: center; box-shadow: inset 0 0 0 8px #080a0d, 0 0 0 1px rgba(255,255,255,.08), 0 0 55px rgba(138,43,226,.24); }
.gauge-inner { width: 72%; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 2px solid rgba(255,255,255,.08); background: radial-gradient(circle, #171b21, #08090b); }
.gauge-inner span { font-weight: 800; letter-spacing: .18em; color: var(--accent); }
.gauge-inner strong { font: 800 5.4rem/.9 "Barlow Condensed", sans-serif; }
.gauge-inner small { color: var(--muted); }
.dyno-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-grid p { font-size: 1.08rem; }
.about-highlight { font: 700 1.8rem/1.15 "Barlow Condensed", sans-serif; text-transform: uppercase; color: var(--accent); }

.contact-section { background: #0a0b0e; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-grid > div > p:not(.eyebrow) { color: var(--muted); }
.contact-links { display: grid; gap: 10px; margin: 32px 0; }
.contact-links a { padding: 16px 18px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.contact-links span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { margin-top: 2px; }
.hours-card { padding: 22px; background: var(--panel); border: 1px solid var(--line); }
.hours-card h3 { margin: 0 0 14px; font-size: 1.5rem; text-transform: uppercase; }
.hours-card div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-top: 1px solid var(--line); }
.hours-card span { color: var(--muted); }
.contact-form { padding: 30px; background: var(--panel); border: 1px solid var(--line); display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: #0b0d10; color: #fff; padding: 14px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); border-color: transparent; }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; }

.site-footer { padding: 38px 0; background: #050607; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid > div:nth-child(2) { align-items: center; }
.footer-grid > div:nth-child(3) { align-items: flex-end; color: var(--muted); text-align: right; }
.footer-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.3rem; }
.footer-grid span { color: var(--muted); }


/* Custom lightning-bolt letter S: one clean bolt used only in FAST and RESPONSE. */
.bolt-s {
  display: inline-flex;
  width: .48em;
  height: .9em;
  margin: 0 .035em;
  vertical-align: -.04em;
  color: var(--accent-3);
  filter: drop-shadow(0 0 .12em rgba(255, 15, 120, .45));
}
.bolt-s svg { width: 100%; height: 100%; overflow: visible; }
.bolt-s path { fill: currentColor; }
.hero h1 .bolt-s { color: var(--accent-3); }
.hero-tagline .bolt-s { color: var(--accent-3); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 12px 18px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 102px; left: 0; right: 0; background: #0b0d10; padding: 18px; flex-direction: column; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .header-call { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-logo-wrap { order: -1; }
  .hero-logo { width: min(100%, 430px); }
  .dyno-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .dyno-panel { min-height: 420px; }
}

@media (max-width: 650px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-logo { width: 68px; height: 68px; }
  .brand-text small { letter-spacing: .12em; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .hero-tagline { font-size: clamp(1.15rem, 6vw, 1.6rem); }
  .hero-logo { width: min(100%, 360px); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .dyno-grid, .about-grid, .contact-grid { gap: 42px; }
  .hours-card div { flex-direction: column; gap: 0; }
  .contact-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { align-items: flex-start; text-align: left; }
}

/* Hero branding: the original artwork carries the Dead Idle 2 Dead Fast slogan. */
.hero-logo-wrap { justify-content: flex-start; }
.hero-copy-block { max-width: 620px; }
@media (max-width: 900px) {
  .hero-logo-wrap { justify-content: center; }
}
