@font-face {
  font-family: "Open Sans";
  src: url("assets/open-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --header: #545454;
  --page: #606060;
  --frame: #cfcfcf;
  --footer: #232427;
  --subfooter: #1d1f21;
  --accent: #d67c1c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: #fff; font: 1rem/1.4375 "Open Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 15px; top: 10px; padding: 12px; background: #fff; color: #222; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Original: 70px header, overlapping 130px logo, orange active underline. */
.site-header { position: relative; z-index: 5; display: flex; justify-content: flex-end; height: 71px; padding-right: 19px; background: var(--header); border-bottom: 1px solid #a5a5a5; }
.brand { position: absolute; top: 10px; left: 20px; display: block; width: 130px; height: 130px; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: stretch; margin-right: 18px; }
.desktop-nav a { position: relative; display: flex; align-items: center; padding: 0 18px; color: #fff; font-size: 1rem; font-weight: 500; letter-spacing: -1px; text-transform: uppercase; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 17px; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a.current::after, .desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; border-left: 1px solid #a5a5a5; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; color: inherit; background: transparent; }
.search-toggle { width: 55px; }
.menu-toggle { display: none; width: 49px; }

.main-content { padding-bottom: 20px; }
.photo-frame { width: calc(90% + 38px); margin: 0 auto; padding: 25px 0; background: var(--frame); }
.hero-image { display: block; width: 100%; height: auto; }

.footer-main { padding: 50px 0; background: var(--footer); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(1200px, 100%); min-height: 257px; margin: 0 auto; }
.footer-grid section { min-width: 0; padding-right: 20px; }
.footer-grid h2 { margin: 0 0 35px; color: rgba(255,255,255,.6); font-size: .6875rem; font-weight: 700; line-height: 24px; letter-spacing: 2px; text-transform: uppercase; }
.footer-grid p { margin: 0 0 15px; font-size: .875rem; line-height: 23px; }
.footer-grid strong { font-weight: 700; }
.footer-grid a { text-underline-offset: 2px; }
.plain-link { text-decoration: none; }
.member-logo { display: inline-block; padding-top: 2px; }
.member-logo img { display: block; width: 140px; height: auto; }
.footer-bottom { display: flex; align-items: center; justify-content: center; min-height: 74px; padding: 20px; background: var(--subfooter); text-align: center; }
.footer-bottom p { margin: 0; color: #a6a6a6; font-size: .8125rem; line-height: 23px; }
.footer-bottom a { text-decoration: none; }

.cookie-notice { position: fixed; z-index: 15; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 65px; padding: 12px 30px; color: #000; background: #fff; box-shadow: 0 -1px 5px #0002; }
.cookie-notice p { margin: 0; font-size: .6875rem; font-weight: 300; line-height: 23px; }
.cookie-notice button { flex: 0 0 auto; min-width: 41px; min-height: 33px; margin: 5px 0; padding: 5px 12px; border: 0; background: #000; color: #fff; font-size: .8125rem; }
.cookie-notice button:hover { background: #333; }
.cookie-reopen { position: fixed; z-index: 14; bottom: 0; left: 20px; padding: 7px 12px; border: 0; border-radius: 3px 3px 0 0; background: #fff; color: #222; font-size: .75rem; box-shadow: 0 -1px 5px #0002; }

dialog { color: #fff; border: 0; }
dialog::backdrop { background: #0008; }
body:has(dialog[open]) { overflow: hidden; }
.dialog-close { position: absolute; top: 15px; right: 20px; width: 44px; height: 44px; font-size: 2.25rem; font-weight: 300; }
.search-dialog { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 40px; background: rgba(35,36,39,.98); }
.search-form { display: flex; position: absolute; top: 50%; left: 50%; width: min(900px, calc(100% - 80px)); transform: translate(-50%, -50%); border-bottom: 1px solid #ffffff80; }
.search-form input { width: 100%; min-width: 0; padding: 20px 0; border: 0; border-radius: 0; background: transparent; color: #fff; font-size: clamp(1.125rem, 3vw, 2rem); }
.search-form input::placeholder { color: #ccc; opacity: 1; }
.search-form button { flex: 0 0 50px; }
.mobile-menu { position: fixed; inset: 0 auto 0 0; width: 260px; max-width: 85vw; height: 100%; max-height: none; margin: 0; padding: 60px 0 20px; background: #232427; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 15px 25px; font-size: .875rem; line-height: 1.5; font-weight: 600; text-transform: uppercase; text-decoration: none; }
.mobile-menu nav a[aria-current] { color: var(--accent); }
.back-to-top { position: fixed; z-index: 10; bottom: calc(var(--cookie-space, 0px) + 25px); right: 20px; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: #232427b3; }

@media (max-width: 1280px) and (min-width: 1101px) {
  .footer-grid { width: calc(100% - 60px); }
}
@media (max-width: 1100px) {
  .site-header { height: 70px; padding-right: 20px; }
  .brand { top: 20px; left: 40px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .photo-frame { width: calc(90% + 18px); border-right: 10px solid #fff; border-left: 10px solid #fff; }
  .footer-main { padding: 50px 20px; }
  .footer-grid section { padding: 0 10px; }
}
@media (max-width: 799px) {
  .footer-grid { grid-template-columns: 1fr; gap: 35px; min-height: 0; }
  .footer-grid h2 { margin-bottom: 20px; }
  .footer-grid section { padding: 0 10px; }
  .footer-main { padding: 45px 20px; }
  .footer-bottom { padding: 20px 25px; }
}
@media (max-width: 600px) {
  .brand { left: 20px; }
  .search-toggle { display: none; }
  .header-actions { padding-left: 10px; }
  .photo-frame { width: calc(100% - 30px); border-width: 5px; }
  .cookie-notice { padding: 10px 15px; align-items: center; }
  .cookie-notice p { font-size: .75rem; line-height: 1.6; }
  .footer-bottom { padding-bottom: calc(40px + var(--cookie-space, 0px)); }
  .footer-grid h2 { font-size: .75rem; }
  .search-form { width: calc(100% - 40px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Shared static subpages, matching the original white content panels. */
.page-banner { display: grid; place-items: center; min-height: 235px; padding: 30px 20px; background-position: center; background-size: cover; }
.page-banner h1 { margin: 0; color: #fff; font-size: 1.875rem; line-height: 1.3; font-weight: 500; letter-spacing: -1px; text-shadow: 0 1px 4px #0008; }
.services-banner { background-image: url("assets/gallery/OLDTIMER_VERKAUF-1.jpeg"); }
.about-banner { background-image: url("assets/gallery/scott-webb-137957-unsplash.jpg"); }
.inner-page { padding-bottom: 0; }
.content-panel { width: min(1200px, 90%); margin: 0 auto 20px; padding: 60px 6%; background: #fff; color: #606060; overflow-wrap: break-word; }
.content-panel h1 { margin: 0 0 32px; font-size: 1.875rem; font-weight: 500; line-height: 1.3; color: #313131; }
.content-panel h2 { margin: 0 0 16px; font-size: 1.6875rem; line-height: 1.3; font-weight: 400; color: #313131; letter-spacing: -1px; }
.content-panel h3 { margin: 0 0 12px; font-size: 1.375rem; line-height: 1.3; font-weight: 400; color: #2d2d2d; letter-spacing: -.6px; }
.content-panel p { margin: 0 0 17px; font-size: 1rem; line-height: 1.5; }
.content-panel a { text-underline-offset: 3px; }
.content-panel ul { margin: 20px 0 25px; padding: 0; list-style: none; }
.content-panel li { position: relative; margin: 0 0 18px; padding-left: 34px; line-height: 1.5; }
.content-panel li::before { content: "◉"; position: absolute; left: 10px; color: #aaa; }
.content-section + .content-section, .content-section:not(:first-child) { margin-top: 45px; }
.contact-panel, .legal-panel, .search-panel { margin-top: 80px; min-height: 440px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.contact-details { margin-top: 48px; }
.inquiry h2 { margin-bottom: 45px; }
.action-link { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 46px; padding: 12px 22px; border: 1px solid var(--accent); background: var(--accent); color: #fff; text-decoration: none; font-size: .875rem; font-weight: 600; }
.action-link:hover { background: #b96510; border-color: #b96510; color: #fff; }
.content-panel .helper-text { margin-top: 13px; font-size: .875rem; }
.company-data { margin: 30px 0; }
.company-data div { display: grid; grid-template-columns: minmax(160px, 1fr) 1fr; gap: 15px; max-width: 640px; padding: 12px 0; border-bottom: 1px solid #e8e8e8; }
.company-data dt { font-weight: 600; }
.company-data dd { margin: 0; }
.pending-content { padding: 25px; border-left: 4px solid var(--accent); background: #f5f5f5; }

.gallery { margin: 18px 0 0; }
.gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #aaa transparent; }
.gallery-item { flex: 0 0 calc(100% / 3); min-width: 0; scroll-snap-align: start; }
.gallery-item img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.gallery-item:focus-visible { outline-offset: -4px; }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 12px; font-size: .8125rem; }
.gallery-controls button { min-width: 38px; min-height: 38px; padding: 5px 10px; border: 1px solid #ddd; background: #fff; color: #545454; }
.gallery-controls button:hover { border-color: var(--accent); color: #b96510; }
.gallery-controls .gallery-pause { margin-left: auto; font-size: .75rem; }
.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 70px 70px 45px; background: #111e; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { margin: 0; min-width: 0; text-align: center; }
.lightbox figure img { display: block; max-width: 100%; max-height: calc(100dvh - 165px); margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 15px; font-size: .875rem; }
.lightbox-prev, .lightbox-next { position: absolute; top: calc(50% - 24px); width: 48px; height: 48px; font-size: 1.75rem; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

.page-search-form { margin: 25px 0; }
.page-search-form label { display: block; margin-bottom: 10px; }
.page-search-row { display: flex; gap: 10px; }
.page-search-row input { flex: 1; min-width: 0; border: 1px solid #bbb; background: #fff; color: #313131; padding: 12px; border-radius: 0; }
.search-results li { padding: 22px 0; margin: 0; border-bottom: 1px solid #ddd; }
.search-results li::before { content: none; }
.search-results h2 { font-size: 1.25rem; }
.search-results p { margin-bottom: 0; }
.mobile-menu nav a.current { color: var(--accent); }

@media (max-width: 1100px) {
  .page-banner { min-height: 135px; }
  .content-panel { padding: 60px 6%; }
}
@media (max-width: 799px) {
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-details { margin-top: 24px; }
  .inquiry h2 { margin-bottom: 22px; }
  .gallery-item { flex-basis: 50%; }
  .company-data div { grid-template-columns: 1fr; gap: 5px; }
}
@media (max-width: 600px) {
  .page-banner { min-height: 155px; padding-top: 75px; }
  .page-banner h1 { font-size: 1.625rem; }
  .content-panel { width: calc(100% - 30px); padding: 35px 22px; }
  .contact-panel, .legal-panel, .search-panel { margin-top: 95px; }
  .content-panel h1 { font-size: 1.75rem; }
  .content-panel h2 { font-size: 1.5rem; }
  .gallery-item { flex-basis: 100%; }
  .gallery-controls { gap: 8px; flex-wrap: wrap; }
  .gallery-controls .gallery-pause { margin-left: 0; }
  .lightbox { padding: 65px 40px 40px; }
  .lightbox-prev { left: 0; width: 38px; }
  .lightbox-next { right: 0; width: 38px; }
  .page-search-row { flex-direction: column; }
  .page-search-row input { width: 100%; }
}
