:root {
  --bg: #0a0a0b;
  --bg-soft: #111114;
  --panel: #151518;
  --line: #2a2a30;
  --text: #f4f4f5;
  --muted: #a4a4ad;
  --accent: #e60000;
  --accent-hot: #ff2020;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  max-width: calc(var(--max) + 64px); margin: 0 auto;
  padding: 14px 32px;
  background: rgba(10,10,11,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { width: 185px; height: 62px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 190px; transform: translateY(1px); }
nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 650; }
nav a { color: #c8c8ce; }
nav a:hover { color: white; }
.nav-cta { border: 1px solid #3d3d43; padding: 10px 15px; border-radius: 999px; }
.section-shell { max-width: var(--max); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding-top: 86px; padding-bottom: 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: #bdbdc5; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin: 22px 0 26px; font-size: clamp(52px, 6.4vw, 88px); line-height: .97; letter-spacing: -.055em; max-width: 820px; }
h1 span { color: var(--accent); }
.lead { max-width: 660px; color: #b7b7bf; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 8px; font: inherit; font-weight: 760; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.primary { background: var(--accent); color: white; }
.primary:hover { background: var(--accent-hot); }
.secondary { border-color: #3c3c43; color: #e8e8eb; background: #111114; }
.microcopy { margin-top: 18px; color: #777780; font-size: 13px; }
.hero-panel { min-height: 500px; display: flex; justify-content: center; align-items: center; }
.bench-card { width: 100%; aspect-ratio: .95; min-height: 460px; border: 1px solid #2f2f36; border-radius: 18px; background: linear-gradient(145deg,#151518,#0f0f11); position: relative; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.bench-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 32px 32px; }
.bench-top { position: absolute; left: 24px; right: 24px; top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #777780; font: 700 10px/1 monospace; letter-spacing: .12em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(230,0,0,.7); }
.trace { position: absolute; height: 2px; background: linear-gradient(90deg,transparent,var(--accent),transparent); transform-origin: left center; opacity: .75; }
.trace::after { content: ""; position: absolute; right: 12%; top: -4px; width: 10px; height: 10px; border: 2px solid var(--accent); border-radius: 50%; background: var(--panel); }
.trace-one { width: 82%; top: 39%; left: 9%; transform: rotate(-17deg); }
.trace-two { width: 68%; top: 56%; left: 18%; transform: rotate(11deg); opacity: .45; }
.trace-three { width: 48%; top: 68%; left: 29%; transform: rotate(-32deg); opacity: .32; }
.tool-mark { position: absolute; right: 12%; top: 22%; width: 112px; height: 112px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; display:flex; align-items:center; justify-content:center; font-size: 88px; font-weight: 180; line-height:1; color: white; transform: rotate(45deg); }
.repair-words { position: absolute; left: 28px; bottom: 28px; display: grid; gap: 4px; font: 850 14px/1.2 monospace; letter-spacing: .16em; }
.repair-words span:nth-child(2) { color: var(--accent); }
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; color: #9a9aa2; font-size: 13px; letter-spacing: .02em; background: #0d0d0f; }
.strip div + div { border-left: 1px solid var(--line); }
.section-block { padding-top: 120px; padding-bottom: 120px; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading h2, .contact-copy h2 { font-size: clamp(38px,5vw,62px); line-height: 1.05; letter-spacing: -.045em; margin: 20px 0 22px; }
.section-heading p, .contact-copy > p { color: var(--muted); font-size: 17px; max-width: 700px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.service-card { min-height: 250px; padding: 34px; background: #0f0f11; position: relative; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.service-no { color: var(--accent); font: 800 12px/1 monospace; letter-spacing: .1em; }
.service-card h3 { margin: 55px 0 12px; font-size: 24px; }
.service-card p { color: var(--muted); max-width: 460px; }
.process-wrap { background: #111114; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading.compact { margin-bottom: 42px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.step { padding: 30px; background: #17171a; border: 1px solid #29292f; border-radius: 12px; }
.step strong { color: var(--accent); font: 900 28px/1 monospace; }
.step h3 { margin: 42px 0 10px; font-size: 20px; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.contact-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.contact-methods { display: grid; gap: 12px; margin-top: 38px; }
.contact-method { border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; display: grid; gap: 4px; background: #101012; }
.contact-method span { color: #777780; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.contact-method strong { font-size: 15px; }
.contact-method:not(.disabled):hover { border-color: #484850; }
.contact-method.disabled { opacity: .55; }
.contact-form { border: 1px solid var(--line); border-radius: 14px; padding: 34px; background: #111114; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 720; color: #cfcfd4; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea { width: 100%; border: 1px solid #34343b; background: #0b0b0d; color: white; border-radius: 8px; padding: 14px 15px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: #6c6c76; box-shadow: 0 0 0 3px rgba(255,255,255,.04); }
textarea { resize: vertical; min-height: 150px; }
.submit { width: 100%; margin-top: 2px; }
.submit:disabled { opacity:.7; cursor:wait; transform:none; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 22px; margin: 14px 0 0; color: #d7d7db; font-size: 13px; }
.privacy-note { margin: 10px 0 0; color: #707078; font-size: 11px; text-align: center; }
footer { border-top: 1px solid var(--line); background: #080809; }
.footer-inner { max-width: var(--max); padding: 44px 32px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr auto; gap: 36px; align-items: center; }
.footer-inner img { width: 180px; }
.footer-copy p { margin: 2px 0; color: #777780; font-size: 12px; }
.footer-inner > a { font-size: 13px; color: #bdbdc4; }
@media (max-width: 900px) {
  .site-header { padding: 10px 20px; }
  .brand { width: 145px; }
  nav a:not(.nav-cta) { display:none; }
  .section-shell { padding-left: 22px; padding-right: 22px; }
  .hero { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding-top: 72px; padding-bottom: 72px; }
  .hero-panel { min-height: 330px; }
  .bench-card { min-height: 340px; max-width: 520px; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip div { padding: 18px 12px; }
  .strip div:nth-child(3) { border-left: none; border-top: 1px solid var(--line); }
  .strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section-block { padding-top: 84px; padding-bottom: 84px; }
  .steps { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: 44px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  h1 { font-size: clamp(46px,14vw,68px); }
  .lead { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: none; }
  .service-card:not(:last-child) { border-bottom: 1px solid var(--line); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .hero-actions .button { width:100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }


/* Hero after removal of decorative bench graphic */
@media (min-width: 901px) {
  .hero {
    grid-template-columns: minmax(0, 900px);
    justify-content: start;
  }

  .hero-copy {
    max-width: 900px;
  }
}

/* Fix desktop logo clipping */
@media (min-width: 901px) {
  .site-header {
    min-height: 128px;
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: visible;
  }

  .brand,
  .brand img {
    overflow: visible;
  }

  .brand img {
    display: block;
    max-height: none;
  }
}

/* Tighten desktop hero spacing */
@media (min-width: 901px) {
  .hero {
    min-height: auto !important;
    padding-top: 58px !important;
    padding-bottom: 70px !important;
    align-items: start !important;
  }

  .hero-copy {
    padding-top: 0 !important;
  }
}

/* Final tighter desktop hero spacing */
@media (min-width: 901px) {
  .hero {
    padding-top: 30px !important;
  }
}

/* Service-card SVG icons */
.service-card-icon {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 92px;
  margin: 0 0 26px;
  color: #f4f4f5;
}

.service-card-icon .icon-accent {
  stroke: #ff1616;
}

.service-card-icon .icon-dot {
  fill: #ff1616;
  stroke: #ff1616;
}

@media (max-width: 700px) {
  .service-card-icon {
    max-width: 210px;
    height: 80px;
    margin-bottom: 20px;
  }
}
