:root {
  --ink: #101719;
  --ink-soft: #3e484a;
  --paper: #ffffff;
  --card: #ffffff;
  --line: #d9dfe0;
  --blue: #006fbe;
  --accent: var(--blue);
  --mint: #ffffff;
  --muted: #697376;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
  --display: 'Anton', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,23,25,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 400; letter-spacing: .025em; line-height: 1; }
.main-nav { display: flex; gap: 30px; align-items: center; font-family: var(--mono); font-size: 12px; letter-spacing: .05em; }
.main-nav a, .footer-nav a { transition: color .2s ease; }
.main-nav a:hover, .footer-nav a:hover { color: var(--accent); }
.menu-toggle { display: none; padding: 7px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: 570px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 52px; padding-top: 60px; padding-bottom: 70px; }
.eyebrow, .card-kicker { margin: 0; color: var(--accent); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .12em; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border: 2px solid var(--accent); border-radius: 50%; background: #ffffff; box-shadow: 0 0 0 4px rgba(0,111,190,.1); }
h1, h2 { margin: 0; line-height: 1; letter-spacing: -.055em; }
h1 { margin-top: 18px; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 5.7rem); font-weight: 400; letter-spacing: .005em; white-space: nowrap; }
h2 { font-size: clamp(2.15rem, 5vw, 3.5rem); font-weight: 800; }
.business-type { display: inline-flex; margin: 22px 0 0; padding: 6px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); font-family: var(--mono); font-size: 12px; }
.intro { max-width: 380px; margin: 18px 0 27px; color: var(--ink-soft); font-size: 17px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 22px; }
.contact-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 700; line-height: 1.3; }
.contact-link span { border-bottom: 1px solid currentColor; }
.contact-link svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-link:hover { color: var(--ink); }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 18px; border-radius: 9px; font-weight: 700; transition: background-color .2s ease, border-color .2s ease; }
.button-primary { border: 1px solid var(--accent); background: var(--accent); color: white; }
.button-secondary { border: 1px solid var(--ink); background: var(--ink); color: white; }
.button-primary:hover { background: #005b9c; border-color: #005b9c; }
.button-secondary:hover { background: #333b3d; border-color: #333b3d; }
.button span { font-size: 18px; }
.prototype-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; }

/* BUSSI_ILLUSTRATION_CSS_START */
.hero-visual { width: min(100%, 500px); justify-self: end; color: var(--ink); }
.hero-visual svg { display: block; width: 100%; height: auto; overflow: visible; }
.visual-grid { color: var(--ink); fill: #ffffff; stroke: var(--line); stroke-width: 1; }
.circuit { stroke: #aeb8ba; stroke-width: 2; stroke-linecap: round; }
.circuit-b { stroke: var(--accent); }
.node { fill: var(--accent); }
.phone rect:first-child { fill: var(--ink); }
.phone rect:nth-child(2) { fill: #ffffff; }
.phone path, .phone circle { fill: none; stroke: #ffffff; stroke-width: 3; stroke-linecap: round; }
.phone circle { fill: #ffffff; stroke: none; }
.tool path { fill: #ffffff; stroke: var(--ink); stroke-width: 3; stroke-linejoin: round; }
.tool path:last-child { fill: #dfe4e5; }
.scan { stroke: var(--accent); stroke-width: 4; stroke-linecap: round; }
.chip { fill: #ffffff; stroke: var(--ink); stroke-width: 3; }
.chip-lines { fill: none; stroke: var(--ink); stroke-width: 2; }
/* BUSSI_ILLUSTRATION_CSS_END */

.core-section { padding: 84px 0 96px; background: #ffffff; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; }
.section-heading h2 { margin-top: 13px; }
.info-layout { display: grid; grid-template-columns: .93fr 1.35fr; gap: 18px; }
.repair-card, .detail-card, .contact-panel, .process-panel, .map-card, .shop-photo-card { border: 1px solid var(--line); border-radius: 12px; background: var(--card); box-shadow: 0 1px 0 rgba(16,23,25,.03); }
.repair-card { min-height: 252px; padding: 29px; display: flex; flex-direction: column; background: #ffffff; color: var(--ink); border-color: var(--line); }
.repair-card .card-kicker { margin-top: 19px; color: var(--accent); }
.scope-list { margin-top: 18px; display: grid; gap: 12px; }
.scope-list p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.4; }
.scope-list p span, .scope-item > span { display: block; margin-bottom: 2px; color: var(--accent); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.accessory-list { margin: 7px 0 0; padding-left: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.4; }
.accessory-list li::marker { color: var(--accent); }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 8px; color: var(--accent); background: #ffffff; }
.repair-card .card-icon { background: #ffffff; color: var(--accent); }
.card-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.visit-column { display: grid; gap: 18px; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-card { min-height: 154px; padding: 22px; }
.detail-card .card-kicker { margin-top: 15px; }
.detail-value { margin: 6px 0 0; font-size: 15px; font-weight: 700; line-height: 1.45; }
.contact-panel { min-height: 96px; padding: 16px 20px; display: flex; align-items: center; justify-content: flex-start; gap: 16px; }
.contact-panel-content { min-width: 0; }
.contact-panel .card-kicker { margin-bottom: 8px; }
.shop-photo-card { position: relative; margin: 18px 0 0; aspect-ratio: 10 / 3; overflow: hidden; background: var(--ink); }
.shop-photo-card::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(180deg, rgba(16,23,25,.02), rgba(16,23,25,.18)); }
.shop-photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: none; }
.shop-photo-card figcaption { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 4px; color: var(--ink); background: rgba(255,255,255,.94); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .12em; }
.process-panel { margin-top: 18px; padding: 21px 24px; display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: 28px; }
.process-heading h3 { margin: 6px 0 0; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-steps p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.process-steps span { display: block; margin-bottom: 4px; color: var(--accent); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.map-card { margin-top: 18px; aspect-ratio: 10 / 3; overflow: hidden; background: #ffffff; }
.map-card iframe { display: block; width: 100%; height: 100%; border: 0; filter: none; }

.site-footer { border-top: 1px solid var(--line); background: #ffffff; }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-family: var(--mono); font-size: 11px; }
.footer-inner p { margin: 0; }
.footer-nav { display: flex; gap: 20px; }
.socials { display: flex; gap: 8px; }
.social-placeholder { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--ink-soft); background: #ffffff; }
.social-placeholder svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-placeholder svg path:first-child { fill: none; }
.social-placeholder svg .filled { fill: currentColor; stroke: none; }
.social-placeholder:first-child svg { fill: currentColor; stroke: none; }
.social-placeholder:hover { color: var(--accent); }

@media (max-width: 720px) {
  .shell { width: min(100% - 36px, 560px); }
  .header-inner { min-height: 65px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 65px; left: 0; right: 0; display: none; padding: 16px 18px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding-top: 65px; padding-bottom: 59px; }
  .hero-visual { width: min(100%, 410px); justify-self: center; }
  .intro { font-size: 16px; }
  .core-section { padding: 62px 0 68px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .info-layout { grid-template-columns: 1fr; }
  .repair-card { min-height: 210px; }
  .details-grid { gap: 12px; }
  .detail-card { min-height: 158px; padding: 17px; }
  .contact-panel { padding: 17px; }
  .shop-photo-card { margin-top: 12px; min-height: 220px; aspect-ratio: auto; }
  .process-panel { margin-top: 12px; grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .process-steps { gap: 14px; }
  .map-card { margin-top: 12px; min-height: 190px; aspect-ratio: auto; }
  .footer-inner { min-height: auto; flex-wrap: wrap; padding: 25px 0; gap: 18px; }
  .footer-nav { order: 3; width: 100%; }
}

@media (max-width: 520px) { .process-steps { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .contact-actions { width: 100%; } }
@media (max-width: 390px) { .details-grid { grid-template-columns: 1fr; } .detail-card { min-height: 135px; } .accessory-list { grid-template-columns: 1fr; } h1 { font-size: 2.9rem; } }