:root {
  --screen: #2c5557;
  --screen-dark: #17393b;
  --window: #c7c7bd;
  --paper: #eeee e5;
  --paper: #efefe6;
  --panel: #d8d8ce;
  --line-dark: #1c1c1a;
  --line-light: #ffffff;
  --navy: #0a315c;
  --navy-dark: #061d39;
  --teal: #2c6c68;
  --ink: #11110f;
  --muted: #4d4d45;
  --mono: "Courier New", Courier, monospace;
  --ui: Tahoma, Verdana, Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--screen);
  background-image: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.045) 1px, transparent 1px);
  background-size: 18px 18px;
  font-family: var(--ui);
  font-size: 16px;
}

a { color: var(--navy); font-weight: 700; }
a:hover { color: #0b5a59; }
.desktop { width: min(1180px, calc(100% - 28px)); margin: 30px auto; }
.window {
  border: 3px solid var(--line-dark);
  background: var(--window);
  box-shadow: 6px 6px 0 rgba(0,0,0,.42), inset 1px 1px #fff;
}
.titlebar {
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 6px;
  color: white;
  background: var(--navy);
  border-bottom: 3px solid var(--line-dark);
}
.titlebar-mark { font-size: 18px; color: #c6e3d8; }
.titlebar h1 { flex: 1; margin: 0; font-size: 15px; letter-spacing: .2px; font-weight: 700; }
.window-controls { display: flex; gap: 4px; }
.window-controls span {
  width: 23px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #111;
  background: #c9c9c4;
  border: 2px solid;
  border-color: #fff #242424 #242424 #fff;
  font-size: 15px;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  min-height: 39px;
  padding: 4px 7px;
  background: #b6c3be;
  border-bottom: 3px solid;
  border-color: #fff #111 #111 #fff;
}
.toolbar a { padding: 5px 8px; text-decoration: none; color: #111; font-size: 14px; }
.toolbar a:hover { color: white; background: var(--navy); }
.toolbar-separator { width: 2px; height: 24px; margin: 0 4px; background: #72726c; border-right: 1px solid #fff; }
.workspace { padding: 17px; background: #aeb9b4; }
.dialog, .section-panel, .contact-panel, .checklist {
  border: 3px solid;
  border-color: #74746e #fff #fff #74746e;
  background: var(--panel);
  box-shadow: inset 2px 2px 0 #888982, inset -2px -2px 0 #f8f8ef;
}
.dialog { border-color: #555650 #fdfdf4 #fdfdf4 #555650; }
.dialog-title {
  padding: 5px 8px;
  color: white;
  background: var(--teal);
  border-bottom: 2px solid #173c3b;
  font-size: 13px;
  font-weight: 700;
}
.dialog-body { padding: 20px; }
.hero { background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.55fr .8fr; gap: 25px; align-items: center; }
.eyebrow { margin: 0 0 8px; font-family: var(--mono); font-size: 12px; font-weight: bold; color: #19504d; }
h2 { margin: 0 0 12px; font-size: clamp(25px, 4vw, 42px); line-height: 1.02; letter-spacing: -.8px; }
h3 { margin: 0 0 10px; font-size: 18px; }
p { line-height: 1.52; }
.lead { max-width: 680px; margin: 0 0 18px; font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button {
  display: inline-block;
  padding: 9px 13px;
  border: 3px solid;
  border-color: #fff #252525 #252525 #fff;
  color: #111;
  background: #c8c8c1;
  font: 700 14px var(--ui);
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px #111;
}
.button:active { border-color: #252525 #fff #fff #252525; transform: translate(1px, 1px); box-shadow: none; }
.button.primary { color: #fff; background: var(--navy); border-color: #6082a5 #061426 #061426 #6082a5; }
.button.primary:hover { color: #fff; background: #12497e; }
.status-line { margin: 18px 0 0; color: #3e453e; font: 12px var(--mono); }
.scooter-card { padding: 12px; background: #b7cbc4; border: 3px double #274c4b; }
.scooter-card svg { display: block; width: 100%; max-width: 250px; margin: 0 auto 6px; }
.scooter-card strong { display: block; font-size: 15px; }
.scooter-card ul { margin: 8px 0 0; padding-left: 19px; font-size: 13px; line-height: 1.5; }
.wheel { fill: #292b2a; stroke: #f0eee2; stroke-width: 5; }
.body { fill: #e4bd3e; stroke: #172e3c; stroke-width: 5; stroke-linejoin: bevel; }
.line { fill: none; stroke: #172e3c; stroke-width: 5; stroke-linecap: square; }
.lamp { fill: #f4eeee; stroke: #172e3c; stroke-width: 4; }
.section-panel { margin-top: 17px; padding: 12px; }
.panel-heading { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-bottom: 10px; border-bottom: 2px solid #777770; }
.panel-heading h2 { margin: 0 0 6px; font-size: 23px; letter-spacing: 0; }
.panel-heading span { color: var(--muted); font: 12px var(--mono); text-align: right; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
fieldset { min-width: 0; margin: 0; padding: 13px 12px 12px; border: 2px groove #eee; background: #ecece3; }
legend { padding: 0 5px; color: var(--navy); font-size: 14px; font-weight: 800; }
fieldset p { min-height: 100px; margin: 3px 0 10px; font-size: 14px; }
.tag { display: inline-block; padding: 3px 6px; border: 1px solid #284d4a; background: #c5dbd1; font: 11px var(--mono); }
.split-panel { display: grid; grid-template-columns: 1.45fr .8fr; gap: 17px; margin-top: 17px; }
.compact-dialog h2 { font-size: 27px; }
.compact-dialog p:last-child { margin-bottom: 0; }
.checklist { padding: 17px; background: #d5ddd2; }
.checklist ul { padding: 0; margin: 0; list-style: none; }
.checklist li { padding: 10px 0; border-top: 1px solid #81867e; font-size: 14px; }
.checklist li span { display: inline-block; width: 25px; color: white; text-align: center; background: var(--teal); border: 1px solid #153d3b; margin-right: 7px; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.process li { padding: 8px 14px; border-left: 2px solid #7a7a73; }
.process li:first-child { border-left: 0; }
.process strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 15px; }
.process li span { display: block; font-size: 13px; line-height: 1.4; }
.contact-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 25px; margin-top: 17px; padding: 20px; background: #d3d4c9; }
.contact-copy h2 { font-size: 31px; }
address { margin-top: 17px; font-style: normal; line-height: 1.55; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 17px; }
.social-links a { padding: 3px 5px; font-size: 13px; background: #bdcec7; border: 1px solid #406460; }
.booking-form { padding: 14px; background: #e9e9df; border: 3px solid; border-color: #73736d #fff #fff #73736d; }
.form-title { margin: -14px -14px 14px; padding: 6px 8px; color: white; background: var(--navy); font-size: 13px; font-weight: bold; }
label { display: block; margin: 10px 0 4px; font-size: 13px; font-weight: 700; }
input, textarea { width: 100%; padding: 8px; color: #111; background: #fff; border: 2px solid; border-color: #4c4c47 #fff #fff #4c4c47; border-radius: 0; font: 14px var(--ui); }
textarea { resize: vertical; }
.booking-form .button { margin-top: 13px; }
.form-message { min-height: 18px; margin: 10px 0 0; color: #134a39; font: 12px var(--mono); }
.statusbar { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; min-height: 31px; padding: 5px 7px; color: #252525; background: #c3c3bb; border-top: 3px solid; border-color: #fff #111 #111 #fff; font: 11px var(--mono); }
.statusbar a { color: #142f52; }
.status-right { margin-left: auto; padding: 2px 7px; border: 1px inset #ccc; }
.privacy-window { max-width: 900px; margin: 0 auto; }
.privacy-content { margin: 17px; background: var(--paper); }
.privacy-content .dialog-body { max-width: 760px; }
.privacy-content h2 { font-size: 32px; }
.privacy-content h3 { margin-top: 25px; color: var(--navy); font-size: 18px; }

@media (max-width: 820px) {
  .desktop { width: min(100% - 16px, 700px); margin: 8px auto; }
  .workspace { padding: 9px; }
  .hero-grid, .split-panel, .contact-panel { grid-template-columns: 1fr; gap: 14px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  fieldset p { min-height: 0; }
  .process ol { grid-template-columns: repeat(2, 1fr); }
  .process li:nth-child(3) { border-left: 0; }
}
@media (max-width: 520px) {
  body { font-size: 15px; }
  .titlebar h1 { font-size: 12px; }
  .window-controls span { width: 20px; height: 20px; }
  .toolbar { gap: 0; }
  .toolbar a { padding: 5px 6px; font-size: 12px; }
  .toolbar-separator { display: none; }
  .dialog-body, .contact-panel { padding: 14px; }
  h2 { font-size: 27px; }
  .lead { font-size: 16px; }
  .service-grid, .process ol { grid-template-columns: 1fr; }
  .process li, .process li:nth-child(3) { border-left: 0; border-top: 1px solid #7a7a73; }
  .process li:first-child { border-top: 0; }
  .panel-heading { display: block; }
  .panel-heading span { display: block; text-align: left; margin-bottom: 5px; }
  .status-divider, .status-right { display: none; }
}
