:root {
  --ink: #101a27;
  --navy: #111c2b;
  --navy-soft: #18283a;
  --blue: #63e600;
  --blue-deep: #3d8f00;
  --paper: #f4f7fa;
  --white: #ffffff;
  --muted: #627185;
  --line: #d9e1e9;
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
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; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -60px; padding: 10px 14px; background: var(--blue); color: var(--navy); font-weight: 800; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(244,247,250,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(217,225,233,.85); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; display: inline-flex; align-items: center; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.8px; }
.brand-word span { color: inherit; }
.logo-shapes { position: relative; display: inline-block; flex: 0 0 auto; }
.logo-shapes i { position: absolute; display: block; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.logo-shapes i:nth-child(1) { width: 42%; height: 42%; right: 2%; top: 0; transform: rotate(90deg); background: #ff7a1a; }
.logo-shapes i:nth-child(2) { width: 34%; height: 34%; left: 0; top: 37%; transform: rotate(12deg); background: var(--blue); }
.logo-shapes i:nth-child(3) { width: 48%; height: 48%; right: 0; bottom: 0; transform: rotate(-8deg); background: #2f80ed; }
.logo-shapes-header { position: absolute; width: 22px; height: 20px; right: -16px; top: -7px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .footer-nav a { text-decoration: none; color: var(--muted); font-size: 13px; font-weight: 400; }
.site-nav a:hover, .footer-nav a:hover { color: var(--blue-deep); }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }

.hero { overflow: hidden; background: var(--navy); color: var(--white); }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; }
.hero-copy { position: relative; z-index: 1; padding: 76px 0; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: #b7ec8a; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(99,230,0,.15); }
h1, h2, h3, p { margin-top: 0; }
.hero-title-lockup { position: relative; display: inline-block; max-width: 100%; }
h1 { margin-bottom: 4px; max-width: 560px; font-size: clamp(48px, 7vw, 84px); line-height: .98; letter-spacing: -4px; font-weight: 800; }
.logo-shapes-hero { position: absolute; width: 76px; height: 72px; right: -82px; top: -22px; }
.category { margin-bottom: 22px; color: #d7e5f3; font-size: 18px; font-weight: 700; }
.intro { max-width: 400px; margin-bottom: 30px; color: #b6c4d2; font-size: 16px; }
.button { min-height: 46px; border: 0; padding: 0 21px; border-radius: 8px; font-weight: 800; transition: transform .2s, background .2s; }
.button-primary { display: inline-flex; align-items: center; justify-content: center; background: var(--blue); color: var(--navy); text-decoration: none; }
.button-primary:hover { background: #85f238; transform: translateY(-1px); }
.button-primary:focus-visible, .contact-links a:focus-visible { outline: 3px solid rgba(99,230,0,.45); outline-offset: 3px; }

/* BUSSI_ILLUSTRATION_CSS_START */
.shop-visual { position: relative; width: 100%; max-width: 440px; height: 385px; margin: 0; justify-self: end; overflow: hidden; border: 1px solid rgba(183,236,138,.35); border-radius: var(--radius); background: var(--navy-soft); box-shadow: 16px 22px 0 rgba(0,0,0,.17); }
.shop-visual::after { content: ""; position: absolute; inset: 0; border: 7px solid rgba(99,230,0,.09); border-radius: inherit; pointer-events: none; }
.shop-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.shop-visual figcaption { position: absolute; z-index: 1; right: 15px; bottom: 15px; padding: 7px 10px; border: 1px solid rgba(183,236,138,.48); background: rgba(17,28,43,.84); color: #e6f8d8; font: 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
/* BUSSI_ILLUSTRATION_CSS_END */

.practical-section { padding: 94px 0; }
.section-heading { margin-bottom: 28px; }
.section-heading .eyebrow { color: var(--blue-deep); margin-bottom: 9px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.05; letter-spacing: -2px; }
.practical-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.repair-panel, .visit-panel, .map-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.repair-panel { min-height: 255px; padding: 27px; background: var(--navy); color: var(--white); }
.panel-topline { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #b7ec8a; font: 11px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.mini-icon { display: grid; place-items: center; width: 18px; height: 18px; color: var(--navy); background: var(--blue); font: 16px/1 Arial; }
.repair-panel h3 { margin-bottom: 17px; font-size: 26px; letter-spacing: -1px; }
.service-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.service-list li { position: relative; padding-left: 15px; color: #dceafa; font-size: 13px; line-height: 1.45; }
.service-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; background: var(--blue); }
.visit-panel { min-height: 255px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.entrance-photo { position: relative; height: 145px; margin: 0; overflow: hidden; border-radius: 10px; background: var(--navy-soft); }
.entrance-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.entrance-photo figcaption { position: absolute; left: 10px; top: 10px; padding: 5px 8px; background: rgba(17,28,43,.84); border: 1px solid rgba(169,189,209,.28); color: #dceafa; font: 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.info-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-tile { display: flex; gap: 12px; }
.info-tile svg { flex: 0 0 21px; width: 21px; height: 21px; fill: none; stroke: var(--blue-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.info-tile h3 { margin-bottom: 6px; font-size: 14px; }
.info-tile p, .info-tile address { margin: 0; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.55; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.contact-links a { color: var(--blue-deep); font-size: 13px; font-weight: 400; text-decoration: none; }
.contact-links a:hover { color: var(--ink); text-decoration: underline; }
.map-card { grid-column: 1 / -1; position: relative; margin: 0; overflow: hidden; background: var(--white); }
.map-card iframe { display: block; width: 100%; aspect-ratio: 2 / 1; border: 0; filter: none; }
.map-card figcaption { position: absolute; z-index: 1; left: 17px; top: 16px; padding: 5px 8px; background: rgba(17,28,43,.84); border: 1px solid rgba(169,189,209,.28); color: #dceafa; font: 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; pointer-events: none; }

.reviews-section { padding: 0 0 94px; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }
.reviews-heading .eyebrow { margin-bottom: 8px; color: var(--blue-deep); }
.reviews-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.08; letter-spacing: -1.5px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.review-card h3 { margin-bottom: 12px; color: var(--ink); font-size: 14px; }
.review-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.site-footer { border-top: 1px solid var(--line); background: #eaf0f5; }
.footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-nav { display: flex; gap: 22px; }
.socials { display: flex; gap: 10px; }
.social-placeholder { display: grid; place-items: center; width: 28px; height: 28px; color: #78899b; border: 1px solid #c9d4de; border-radius: 6px; }
.social-placeholder svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-placeholder:first-child svg { fill: currentColor; stroke: none; }

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1120px); }
  .logo-shapes-header { width: 20px; height: 18px; right: -14px; top: -6px; }
  .menu-toggle { display: grid; gap: 5px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--ink); }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 14px 16px 18px; flex-direction: column; align-items: flex-start; gap: 13px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 62px 0 25px; }
  h1 { letter-spacing: -2.7px; }
  .logo-shapes-hero { width: 58px; height: 55px; right: -64px; top: -17px; }
  .shop-visual { height: 280px; width: 93%; justify-self: center; margin-bottom: 32px; box-shadow: 10px 14px 0 rgba(0,0,0,.17); }
  .practical-section { padding: 65px 0; }
  .practical-grid { grid-template-columns: 1fr; }
  .repair-panel, .visit-panel { min-height: auto; }
  .service-list { grid-template-columns: 1fr; }
  .entrance-photo { height: 190px; }
  .info-tiles { grid-template-columns: 1fr; gap: 20px; }
  .map-card { grid-column: auto; }
  .map-card iframe { min-height: 235px; aspect-ratio: auto; }
  .reviews-section { padding-bottom: 65px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-inner { min-height: auto; padding: 25px 0; flex-direction: column; align-items: flex-start; gap: 17px; }
  .footer-nav { order: 3; flex-wrap: wrap; }
  .socials { position: absolute; right: 16px; }
}

@media (max-width: 390px) {
  .logo-shapes-hero { width: 48px; height: 46px; right: -54px; top: -14px; }
  .footer-nav { gap: 14px; }
  .footer-nav a { font-size: 12px; }
}