/* Micenheimer Auction Service, responsive static rebuild */
:root {
  --green: #336600;
  --green-dark: #244900;
  --orange: #cc6600;
  --blue: #0000cc;
  --red: #cc0000;
  --ink: #111;
  --muted: #666;
  --line: #b9b9b9;
  --light: #f0f0f0;
  --paper: #fff;
  --shell: 940px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 15px 10px 30px;
  color: var(--ink);
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
a { color: var(--green); text-decoration: none; }
a:hover, a:focus { color: #ff6600; text-decoration: underline; }
img { max-width: 100%; height: auto; }
.site-shell { max-width: var(--shell); margin: 0 auto; border-left: 1px solid #000; border-right: 1px solid #000; box-shadow: 0 3px 18px rgba(0,0,0,.12); background: var(--paper); }
.top-rule { height: 15px; background: linear-gradient(#111, #555 45%, #111); }
.site-header { background: #000; min-height: 58px; display: flex; align-items: center; padding: 4px 14px; }
.site-header img { width: 600px; max-width: 100%; }
.hero { width: 100%; height: 155px; object-fit: cover; display: block; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.bottom-rule { height: 30px; background: linear-gradient(#151515, #777 55%, #1d1d1d); }
.mobile-menu-button { display: none; width: calc(100% - 24px); margin: 12px; padding: 11px 15px; border: 1px solid #222; background: #efefef; font-weight: 700; text-align: left; font-size: 15px; }
.layout { display: grid; grid-template-columns: 175px minmax(0, 1fr); align-items: stretch; }
.sidebar { padding: 13px 12px 25px; border-right: 1px solid #ddd; background: #fff; }
.nav-list { list-style: none; margin: 0; padding: 0; }
.nav-list li { margin: 0 0 8px; }
.nav-list a { display: block; color: #555; letter-spacing: .4px; font: 12px Arial, sans-serif; padding: 6px 9px; border: 1px solid #c0c0c0; background: linear-gradient(90deg,#ededed,#fff 70%); min-height: 30px; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: #000; border-color: #000; background: #e9d6c9; text-decoration: none; }
.sidebar-photo { display: block; width: 148px; max-width: 100%; margin: 12px auto 0; border: 1px solid #000; }
.main-content { padding: 28px 34px 45px; min-width: 0; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; line-height: 1.2; }
h1 { color: var(--green); font-size: 28px; margin: 0 0 18px; }
h1 .eyebrow { display: block; color: var(--orange); font-size: 18px; font-style: italic; margin-bottom: 7px; }
h2 { color: var(--orange); font-size: 21px; margin: 32px 0 13px; }
h3 { color: var(--blue); font-size: 18px; margin: 0 0 9px; }
.lead { font-size: 16px; }
.old-style-rule { height: 24px; background: linear-gradient(#1b1b1b,#777,#1b1b1b); margin: 20px 0 26px; }
.auction-list { display: grid; gap: 22px; }
.auction-card { border: 2px solid #0000bb; padding: 20px; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.08); }
.auction-card .date { color: var(--red); font-weight: 700; font-size: 17px; text-align: center; margin: 7px 0 15px; }
.auction-card .subtitle { color: var(--blue); font-weight: 700; text-align: center; }
.auction-card .seller { font-weight: 700; }
.auction-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.button { display: inline-block; border: 1px solid #173200; background: linear-gradient(#4f850e,#2c5d00); color: #fff !important; padding: 10px 15px; border-radius: 3px; font-weight: 700; text-align: center; }
.button:hover { background: #ff6600; border-color: #873500; text-decoration: none; }
.button.secondary { background: linear-gradient(#777,#333); border-color: #111; }
.notice { border: 1px solid #b8b8b8; background: #f7f7f7; padding: 14px 16px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.service-box { border: 1px solid #aaa; padding: 16px; background: #fafafa; }
.service-box h3 { color: var(--green); }
.check-list { padding-left: 21px; }
.contact-card { border: 2px solid #000; padding: 22px; max-width: 620px; }
.contact-card p { margin: 8px 0; }
.contact-card strong { color: var(--green); }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; margin: 12px 0 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.gallery-grid button { border: 1px solid #999; padding: 0; background: #eee; cursor: zoom-in; aspect-ratio: 4/3; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.archive-controls { margin-bottom: 18px; }
.archive-controls input { width: 100%; padding: 10px; font: inherit; border: 1px solid #888; }
.archive-year { margin-top: 28px; border-bottom: 2px solid #333; padding-bottom: 6px; }
.archive-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.archive-item { border: 1px solid #aaa; padding: 13px; background: #fafafa; }
.archive-item small { color: #666; display: block; margin-top: 4px; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.94); z-index: 9999; display: none; align-items: center; justify-content: center; touch-action: pan-y; }
.lightbox.open { display: flex; }
.lightbox img { max-width: calc(100vw - 90px); max-height: calc(100vh - 90px); object-fit: contain; }
.lightbox button { position: fixed; border: 0; background: rgba(255,255,255,.18); color: #fff; font-size: 32px; width: 52px; height: 52px; cursor: pointer; border-radius: 50%; }
.lightbox .close { right: 14px; top: 14px; }
.lightbox .prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox .next { right: 14px; top: 50%; transform: translateY(-50%); }
.lightbox .counter { position: fixed; left: 0; right: 0; bottom: 15px; color: #fff; text-align: center; font-size: 14px; }
.site-footer { border-top: 1px solid #bbb; padding: 22px 15px; color: #666; font-size: 11px; text-align: center; }
.site-footer nav { margin-bottom: 8px; }
.site-footer a { margin: 0 7px; }
.loading { color: #666; font-style: italic; }
@media (max-width: 760px) {
  body { padding: 0; }
  .site-shell { border: 0; box-shadow: none; }
  .site-header { min-height: 56px; padding: 4px 10px; }
  .hero { height: 125px; }
  .bottom-rule { height: 18px; }
  .mobile-menu-button { display: block; }
  .layout { display: block; }
  .sidebar { display: none; border-right: 0; border-bottom: 1px solid #bbb; padding-top: 0; }
  .sidebar.open { display: block; }
  .sidebar-photo { display: none; }
  .nav-list a { font-size: 14px; min-height: 40px; padding: 10px 12px; }
  .main-content { padding: 24px 18px 38px; }
  h1 { font-size: 25px; }
  .services-grid, .archive-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .lightbox img { max-width: 100vw; max-height: calc(100vh - 65px); }
  .lightbox .prev, .lightbox .next { width: 44px; height: 44px; font-size: 26px; }
}
@media (max-width: 430px) {
  .hero { height: 94px; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .auction-card { padding: 16px; }
}
