:root {
  color-scheme: light;
  --ink: #171a1f;
  --muted: #68717d;
  --line: #d9dde3;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --brand: #f5c400;
  --brand-strong: #d8a900;
  --teal: #0d7d78;
  --red: #b53a32;
  --charcoal: #20242b;
  --shadow: 0 18px 45px rgba(17, 22, 29, 0.12);
  --radius: 8px;
  --max: 1180px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  transform: translateY(-160%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 26, 31, 0.08);
  backdrop-filter: blur(18px);
}

.top-strip,
.nav-shell,
.section,
.split-section,
.contact-section,
.site-footer,
.quick-grid,
.finance-band {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.top-strip {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(23, 26, 31, 0.08);
}

.top-strip a {
  color: var(--ink);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: var(--brand);
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.14rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--charcoal);
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(245, 196, 0, 0.2);
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button.primary {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ffd42d;
}

.button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.36);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.button.secondary {
  color: #fff;
  background: var(--teal);
}

.button.light,
.button.slim {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.button.slim {
  min-height: 38px;
  padding: 8px 12px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 20, 25, 0.94) 0%, rgba(17, 20, 25, 0.7) 42%, rgba(17, 20, 25, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 20, 25, 0.6) 0%, rgba(17, 20, 25, 0) 52%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 140px 0 42px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--brand);
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-facts {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 54px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.hero-facts div {
  padding: 18px;
  background: rgba(21, 24, 30, 0.58);
}

.hero-facts dt {
  font-size: 1.65rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.quick-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--line);
}

.quick-grid article {
  min-height: 178px;
  padding: 28px;
  background: var(--paper);
}

.quick-grid svg {
  width: 28px;
  height: 28px;
  color: var(--teal);
}

.quick-grid h2 {
  margin: 16px 0 8px;
  font-size: 1.08rem;
}

.quick-grid p {
  margin: 0;
  color: var(--muted);
}

.section {
  padding: 78px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 520px;
  margin-bottom: 0;
}

.section-heading h2,
.contact-copy h2,
.finance-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.contact-copy p,
.finance-band p {
  color: var(--muted);
}

.inventory-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 180px 220px 180px;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.inventory-toolbar label,
.sell-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.inventory-toolbar input,
.inventory-toolbar select,
.sell-form input,
.sell-form select,
.sell-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
}

.inventory-toolbar input:focus,
.inventory-toolbar select:focus,
.sell-form input:focus,
.sell-form select:focus,
.sell-form textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(13, 125, 120, 0.16);
}

.search-box {
  position: relative;
}

.search-box svg {
  position: absolute;
  bottom: 13px;
  left: 12px;
  width: 19px;
  height: 19px;
  color: var(--muted);
}

.search-box input {
  padding-left: 40px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.result-row {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.result-row p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vehicle-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(19, 24, 33, 0.06);
}

.vehicle-image {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #111419;
}

.vehicle-image-button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.vehicle-image-button:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: -3px;
}

.vehicle-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vehicle-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(23, 26, 31, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  pointer-events: none;
}

.vehicle-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.vehicle-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
}

.vehicle-meta,
.vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vehicle-meta span,
.vehicle-specs span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--muted);
  background: var(--soft);
  font-size: 0.8rem;
  font-weight: 800;
}

.vehicle-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 950;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: start;
  padding: 82px 0;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.check-list svg {
  width: 20px;
  height: 20px;
  color: var(--teal);
}

.sell-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wide {
  grid-column: 1 / -1;
}

.sell-form textarea {
  resize: vertical;
}

.sell-form small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.consent {
  display: flex !important;
  grid-template-columns: 18px 1fr;
  align-items: flex-start;
  gap: 10px !important;
  margin: 18px 0;
  color: var(--ink) !important;
  font-weight: 650 !important;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.submit-button {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--teal);
  font-weight: 800;
}

.form-status.is-error {
  color: #a22620;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.finance-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 24px;
  padding: 42px;
  color: #fff;
  background: var(--charcoal);
  border-radius: var(--radius);
}

.finance-band .eyebrow {
  color: var(--brand);
}

.finance-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.finance-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-radius: calc(var(--radius) - 4px);
  padding: 20px;
  color: var(--ink);
  background: #fff;
}

.finance-form label:not(.consent) {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.finance-form input,
.finance-form select,
.finance-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 11px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.finance-form textarea {
  resize: vertical;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 26px;
  padding: 84px 0;
}

.contact-copy,
.opening-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background: var(--paper);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.opening-panel h3 {
  margin: 0 0 18px;
  font-size: 1.3rem;
}

.opening-panel dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.opening-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: var(--paper);
}

.opening-panel dt {
  font-weight: 850;
}

.opening-panel dd {
  margin: 0;
  color: var(--muted);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 16, 20, 0.66);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1fr);
}

.modal-gallery {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  background: #111419;
}

.gallery-stage {
  position: relative;
  min-height: 430px;
}

.gallery-stage > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  background: #111419;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.gallery-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(17, 20, 25, 0.76);
  font-size: 0.8rem;
  font-weight: 900;
}

.gallery-thumbs {
  display: grid;
  grid-auto-columns: 82px;
  grid-auto-flow: column;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  background: #111419;
}

.gallery-thumb {
  width: 82px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0;
  background: #2d333c;
  cursor: pointer;
}

.gallery-thumb.is-active {
  border-color: var(--brand);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 32px;
}

.modal-copy h2 {
  margin: 0;
  padding-right: 44px;
  font-size: 2rem;
  line-height: 1.1;
}

.detail-list {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  background: var(--paper);
}

.detail-list dt {
  color: var(--muted);
  font-weight: 800;
}

.detail-list dd {
  margin: 0;
  text-align: right;
  font-weight: 850;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.vehicle-inquiry-form {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.vehicle-inquiry-form h3 {
  margin: 0;
  font-size: 1.05rem;
}

.vehicle-inquiry-form label:not(.consent) {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.vehicle-inquiry-form input,
.vehicle-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 11px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.vehicle-inquiry-form textarea {
  resize: vertical;
}

.compact-consent {
  margin: 0;
  font-size: 0.78rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 40px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  gap: 16px;
  color: var(--ink);
  font-weight: 800;
}

.consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page {
  background: var(--paper);
}

.legal-header,
.legal-content,
.legal-footer {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.legal-content {
  padding: 72px 0;
}

.legal-content h1 {
  margin: 8px 0 12px;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.95;
}

.legal-content section {
  max-width: 760px;
  margin-top: 42px;
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.legal-content p,
.legal-content address {
  line-height: 1.75;
}

.legal-content address {
  font-style: normal;
}

.legal-content a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  margin-top: 56px;
  color: var(--muted);
  font-size: 0.9rem;
}

.vacation-notice {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100% - 32px));
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 24px 50px 22px 24px;
  background: var(--paper);
  box-shadow: 0 20px 60px #11161d33;
}

.vacation-notice[hidden] {
  display: none;
}

.vacation-notice h2 {
  margin: 4px 0 10px;
}

.vacation-notice p {
  white-space: pre-line;
  line-height: 1.55;
}

.vacation-until {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 750;
}

.vacation-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--surface);
  font: 700 1.4rem/1 sans-serif;
  cursor: pointer;
}

@media (max-width: 980px) {
  .top-strip {
    justify-content: center;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .nav-shell {
    position: relative;
  }

  .nav-links {
    position: absolute;
    top: calc(100% - 8px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .quick-grid,
  .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inventory-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .contact-section,
  .modal-layout {
    grid-template-columns: 1fr;
  }

  .finance-band {
    grid-template-columns: 1fr;
  }

  .gallery-stage,
  .gallery-stage > img {
    min-height: 280px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .top-strip {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-facts,
  .quick-grid,
  .vehicle-grid,
  .inventory-toolbar,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .split-section,
  .contact-section {
    padding: 54px 0;
  }

  .result-row,
  .site-footer,
  .opening-panel dl div,
  .detail-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .result-row .button,
  .modal-actions,
  .contact-actions .button,
  .hero-actions .button {
    width: 100%;
  }

  .finance-band,
  .contact-copy,
  .opening-panel,
  .sell-form {
    padding: 22px;
  }

  .finance-form {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

/* Bike-Corner Markenauftritt – abgeleitet vom Original-Logo */
:root {
  --ink: #2b2b2d;
  --muted: #626262;
  --line: #c9c9c4;
  --paper: #ffffff;
  --soft: #f1f0eb;
  --brand: #ffd400;
  --brand-strong: #e6bd00;
  --charcoal: #29292b;
  --teal: #2b2b2d;
  --accent: #ffd400;
  --accent-dark: #29292b;
  --surface: #f1f0eb;
  --radius: 2px;
  --shadow: 10px 12px 0 rgba(43, 43, 45, .12);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background:
    linear-gradient(135deg, rgba(43, 43, 45, .025) 25%, transparent 25%) 0 0 / 18px 18px,
    var(--soft);
}

.site-header {
  background: #fff;
  border-bottom: 5px solid var(--brand);
  box-shadow: 0 4px 0 var(--charcoal);
  backdrop-filter: none;
}

.top-strip {
  width: 100%;
  min-height: 34px;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  color: rgba(255,255,255,.72);
  background: var(--charcoal);
  border: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.top-strip a { color: #fff; }

.nav-shell {
  position: relative;
  min-height: 112px;
}

.brand {
  min-width: 0;
}

.brand-logo {
  width: 278px;
  max-height: 102px;
  object-fit: contain;
}

.nav-links {
  gap: 1px;
  border: 2px solid var(--charcoal);
  background: var(--charcoal);
}

.nav-links a {
  min-height: 44px;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
  background: var(--charcoal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--charcoal);
  background: var(--brand);
}

.icon-button,
.button,
.inventory-toolbar input,
.inventory-toolbar select,
.sell-form input,
.sell-form select,
.sell-form textarea,
.finance-form input,
.finance-form select,
.finance-form textarea,
.vehicle-inquiry-form input,
.vehicle-inquiry-form textarea {
  border-radius: 0;
}

.button {
  min-height: 46px;
  border-width: 2px;
  border-color: var(--charcoal);
  padding-inline: 20px;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.button.primary {
  color: var(--charcoal);
  background: var(--brand);
  border-color: var(--charcoal);
  box-shadow: 5px 5px 0 rgba(0,0,0,.22);
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translate(2px, 2px);
  background: #ffe04a;
  box-shadow: 3px 3px 0 rgba(0,0,0,.22);
}

.hero {
  min-height: 710px;
  isolation: isolate;
  border-bottom: 8px solid var(--charcoal);
}

.hero::before {
  position: absolute;
  z-index: 1;
  right: -7%;
  bottom: -150px;
  width: 58%;
  height: 390px;
  content: "";
  transform: rotate(-10deg);
  background: var(--brand);
  opacity: .94;
  pointer-events: none;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(28, 28, 30, .97) 0%, rgba(28, 28, 30, .76) 48%, rgba(28, 28, 30, .12) 100%),
    linear-gradient(0deg, rgba(28, 28, 30, .72) 0%, transparent 55%);
}

.hero-content {
  z-index: 2;
  padding-bottom: 48px;
}

.hero-brandline {
  display: inline-block;
  margin-bottom: 22px;
  border-left: 10px solid var(--brand);
  padding: 5px 10px;
  color: #fff;
  background: rgba(43,43,45,.88);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
}

.hero h1,
.section-heading h2,
.contact-copy h2,
.finance-band h2,
.legal-content h1 {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 950;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(calc(3.1rem - 2pt), calc(6.4vw - 2pt), calc(6.3rem - 2pt));
  line-height: .91;
  text-shadow: 4px 4px 0 rgba(0,0,0,.45);
}

.hero .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 9px;
  color: var(--charcoal);
  background: var(--brand);
}

.hero-facts {
  border: 2px solid var(--brand);
  border-radius: 0;
  background: var(--brand);
}

.hero-facts div { background: rgba(36,36,38,.92); }
.hero-facts dt { color: var(--brand); font-family: "Arial Black", Impact, sans-serif; }

.quick-band {
  background: var(--brand);
  border: 0;
}

.quick-grid {
  gap: 0;
  border-inline: 3px solid var(--charcoal);
  background: var(--charcoal);
}

.quick-grid article {
  min-height: 190px;
  border-right: 1px solid rgba(255,255,255,.15);
  color: #fff;
  background: var(--charcoal);
}

.quick-grid article:first-child,
.quick-grid article:last-child {
  color: var(--charcoal);
  background: var(--brand);
}

.quick-grid article:first-child p,
.quick-grid article:last-child p { color: rgba(43,43,45,.72); }
.quick-grid svg { color: var(--brand); }
.quick-grid article:first-child svg,
.quick-grid article:last-child svg { color: var(--charcoal); }
.quick-grid h2 { font-family: "Arial Black", Impact, sans-serif; text-transform: uppercase; }

.section { padding-block: 92px; }

.eyebrow {
  color: var(--charcoal);
  letter-spacing: .12em;
}

.section-heading .eyebrow,
.contact-copy .eyebrow {
  display: inline-block;
  padding: 4px 9px;
  background: var(--brand);
}

.section-heading h2,
.contact-copy h2,
.finance-band h2 { line-height: .95; }

.inventory-section {
  position: relative;
  scroll-margin-top: 130px;
}

.inventory-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 10px;
  content: "";
  background: var(--brand);
}

.inventory-toolbar {
  border-top: 4px solid var(--charcoal);
  padding-top: 18px;
}

.inventory-toolbar input,
.inventory-toolbar select,
.sell-form input,
.sell-form select,
.sell-form textarea {
  border: 2px solid var(--charcoal);
}

.inventory-toolbar input:focus,
.inventory-toolbar select:focus,
.sell-form input:focus,
.sell-form select:focus,
.sell-form textarea:focus {
  border-color: var(--charcoal);
  outline: 4px solid rgba(255, 212, 0, .45);
}

.vehicle-grid { gap: 24px; }

.vehicle-card {
  border: 2px solid var(--charcoal);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(43,43,45,.13);
  transition: transform .18s ease, box-shadow .18s ease;
}

.vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 12px 0 rgba(43,43,45,.17);
}

.vehicle-image { background: #242426; }

.vehicle-badge {
  top: 0;
  left: 0;
  min-height: 34px;
  border-radius: 0;
  padding-inline: 13px;
  color: var(--charcoal);
  background: var(--brand);
  text-transform: uppercase;
}

.vehicle-body { border-top: 5px solid var(--brand); }
.vehicle-title { font-weight: 950; }
.vehicle-meta span,
.vehicle-specs span { border-radius: 0; }
.price { font-family: "Arial Black", Impact, sans-serif; }

.split-section {
  position: relative;
  margin-block: 24px 82px;
  border: 3px solid var(--charcoal);
  border-top: 14px solid var(--brand);
  padding: 48px;
  background:
    linear-gradient(112deg, var(--brand) 0 35%, #fff 35% 100%);
  box-shadow: 12px 12px 0 var(--charcoal);
}

.check-list svg { color: var(--charcoal); }

.sell-form {
  border: 3px solid var(--charcoal);
  border-radius: 0;
  box-shadow: none;
}

.finance-band {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--charcoal);
  border-radius: 0;
  box-shadow: 12px 12px 0 var(--brand);
}

.finance-band::after {
  position: absolute;
  right: -70px;
  bottom: -120px;
  width: 260px;
  height: 250px;
  content: "";
  transform: rotate(-15deg);
  background: var(--brand);
}

.finance-copy,
.finance-form { position: relative; z-index: 1; }
.finance-form { border: 3px solid var(--brand); border-radius: 0; }

.contact-copy,
.opening-panel {
  border: 3px solid var(--charcoal);
  border-radius: 0;
}

.contact-copy { border-top: 14px solid var(--brand); }
.opening-panel { box-shadow: 10px 10px 0 var(--brand); }
.opening-panel dl { border: 2px solid var(--charcoal); border-radius: 0; }

.modal-panel {
  border: 3px solid var(--charcoal);
  border-top: 12px solid var(--brand);
  border-radius: 0;
}

.site-footer {
  width: 100%;
  padding: 34px max(16px, calc((100% - var(--max)) / 2));
  color: rgba(255,255,255,.66);
  background: var(--charcoal);
  border-top: 8px solid var(--brand);
}

.site-footer strong,
.site-footer nav { color: #fff; }
.site-footer a:hover { color: var(--brand); }

.legal-page { background: var(--soft); }
.legal-header { min-height: 126px; border-bottom: 5px solid var(--brand); }
.legal-content section { border-left: 6px solid var(--brand); padding-left: 24px; }

.vacation-notice {
  border: 3px solid var(--charcoal);
  border-top: 14px solid var(--brand);
  border-radius: 0;
  box-shadow: 10px 10px 0 rgba(43,43,45,.35);
}

.vacation-notice .eyebrow { color: var(--charcoal); }
.vacation-close { border: 2px solid var(--charcoal); border-radius: 0; }

@media (max-width: 980px) {
  .brand-logo { width: 230px; }
  .nav-shell { min-height: 98px; }
  .nav-links { top: calc(100% + 4px); border: 3px solid var(--charcoal); }
  .split-section { background: linear-gradient(180deg, var(--brand) 0 27%, #fff 27% 100%); }
}

@media (max-width: 680px) {
  .brand-logo { width: 184px; }
  .nav-shell { min-height: 82px; }
  .hero { min-height: 700px; }
  .hero::before { right: -24%; width: 100%; height: 280px; }
  .hero h1 { font-size: clamp(calc(2.75rem - 2pt), calc(14vw - 2pt), calc(4rem - 2pt)); }
  .hero-brandline { font-size: .68rem; }
  .quick-grid article { min-height: 150px; }
  .split-section { margin-inline: 16px; width: calc(100% - 32px); padding: 28px 20px; box-shadow: 7px 7px 0 var(--charcoal); }
  .finance-band { box-shadow: 7px 7px 0 var(--brand); }
  .vacation-notice { right: 16px; bottom: 16px; }
  .legal-header { min-height: 100px; }
}
/* Bike-Corner mobile overflow guard */
html, body { overflow-x: hidden; }

@media (max-width: 680px) { .hero-content { width: auto; margin-inline: 16px; } }

@media (max-width: 680px) { .hero-content { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; margin-inline: 16px; } }

.hero-media { background: radial-gradient(circle at 78% 38%, rgba(255,212,0,.13), transparent 25%), repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 18px), #202022; }

/* Bike-Corner Refresh: weiche Kurven und räumliche Tiefe */
:root {
  --radius: 18px;
  --shadow: 0 24px 55px rgba(23, 23, 25, .16), 0 8px 18px rgba(23, 23, 25, .08);
}

.site-header {
  border-bottom: 0;
  box-shadow: 0 10px 30px rgba(26, 26, 28, .13), 0 3px 0 var(--brand);
}

.nav-shell { min-height: 108px; }

.brand-logo {
  width: min(440px, 42vw);
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px rgba(43, 43, 45, .13));
  animation: bc-logo-float 7s ease-in-out infinite;
}

.nav-links {
  gap: 7px;
  border: 0;
  border-radius: 999px;
  padding: 6px;
  background: rgba(43, 43, 45, .07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.nav-links a {
  border-radius: 999px;
  padding-inline: 18px;
  box-shadow: 0 7px 14px rgba(43,43,45,.12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(43,43,45,.18);
}

.button,
.icon-button {
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.button.primary {
  border-color: rgba(43,43,45,.72);
  background: linear-gradient(145deg, #ffe354 0%, var(--brand) 48%, #e3b900 100%);
  box-shadow: 0 12px 22px rgba(0,0,0,.25), inset 0 2px 0 rgba(255,255,255,.58);
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 17px 29px rgba(0,0,0,.28), inset 0 2px 0 rgba(255,255,255,.7);
}

.button.ghost {
  border-color: rgba(255,255,255,.5);
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  box-shadow: 0 12px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.hero {
  min-height: 720px;
  overflow: hidden;
  border-bottom: 0;
  perspective: 1300px;
  background: #202022;
}

.hero::before {
  z-index: 1;
  right: -13%;
  bottom: -285px;
  width: 73%;
  height: 560px;
  transform: rotate(-8deg);
  border-radius: 55% 0 0 0 / 72% 0 0 0;
  background: linear-gradient(155deg, #ffe768 0%, var(--brand) 44%, #e4bb00 100%);
  box-shadow: -25px -22px 55px rgba(0,0,0,.25), inset 0 5px 0 rgba(255,255,255,.32);
  opacity: 1;
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: -6%;
  bottom: 67px;
  width: 57%;
  height: 80px;
  content: "";
  transform: rotate(-8deg);
  border-top: 3px solid rgba(255,255,255,.5);
  border-radius: 50% 0 0 0 / 100% 0 0 0;
  pointer-events: none;
}

.hero-media {
  background:
    radial-gradient(circle at var(--pointer-x, 78%) var(--pointer-y, 36%), rgba(255,212,0,.2), transparent 25%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.055), transparent 27%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 18px),
    #202022;
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(28,28,30,.45), rgba(28,28,30,.12) 70%, transparent);
}

.hero-content {
  transform: translateZ(34px);
  transform-style: preserve-3d;
}

.hero-brandline,
.hero .eyebrow {
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.22);
}

.hero-brandline {
  border-left: 0;
  padding: 7px 14px;
}

.hero h1 {
  text-shadow: 0 2px 0 #b9b9b9, 0 5px 0 rgba(0,0,0,.32), 0 20px 35px rgba(0,0,0,.28);
}

.hero-facts {
  overflow: visible;
  border: 0;
  border-radius: 22px;
  padding: 6px;
  background: rgba(255,212,0,.9);
  box-shadow: 0 23px 42px rgba(0,0,0,.28), inset 0 2px 0 rgba(255,255,255,.45);
  transform: translateZ(18px);
}

.hero-facts div:first-child { border-radius: 16px 0 0 16px; }
.hero-facts div:last-child { border-radius: 0 16px 16px 0; }

.quick-band { background: var(--soft); }

.quick-grid {
  position: relative;
  z-index: 3;
  gap: 9px;
  transform: translateY(-34px);
  border: 0;
  border-radius: 30px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 30px 65px rgba(43,43,45,.2), 0 8px 18px rgba(43,43,45,.1);
}

.quick-grid article {
  min-height: 184px;
  border: 0;
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.quick-grid article:hover {
  z-index: 2;
  transform: translateY(-9px) perspective(800px) rotateX(2deg);
  box-shadow: 0 21px 35px rgba(0,0,0,.25);
}

.section-heading .eyebrow,
.contact-copy .eyebrow,
.vehicle-badge {
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(43,43,45,.13), inset 0 1px 0 rgba(255,255,255,.45);
}

.inventory-toolbar input,
.inventory-toolbar select,
.sell-form input,
.sell-form select,
.sell-form textarea,
.finance-form input,
.finance-form select,
.finance-form textarea,
.vehicle-inquiry-form input,
.vehicle-inquiry-form textarea {
  border: 1px solid rgba(43,43,45,.45);
  border-radius: 13px;
  box-shadow: inset 0 2px 5px rgba(43,43,45,.06), 0 5px 14px rgba(43,43,45,.04);
}

.vehicle-grid { perspective: 1300px; }

.vehicle-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 22px 45px rgba(43,43,45,.16), 0 7px 16px rgba(43,43,45,.1);
  transform: perspective(950px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--lift, 0px));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, box-shadow .22s ease;
  will-change: transform;
}

.vehicle-card::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(255,255,255,.24), transparent 32%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.vehicle-card[data-depth-active="true"] {
  --lift: -8px;
  box-shadow: 0 32px 65px rgba(43,43,45,.24), 0 12px 25px rgba(43,43,45,.12);
}

.vehicle-card[data-depth-active="true"]::after { opacity: 1; }
.vehicle-image { border-radius: 24px 24px 0 0; }
.vehicle-body { position: relative; z-index: 2; border-top: 0; transform: translateZ(20px); }
.vehicle-badge { top: 12px; left: 12px; }
.vehicle-meta span,
.vehicle-specs span { border-radius: 999px; }

.split-section {
  overflow: hidden;
  border: 0;
  border-radius: 38px;
  background: linear-gradient(118deg, var(--brand) 0 34%, #fff 34% 100%);
  box-shadow: 0 30px 65px rgba(43,43,45,.2), inset 0 2px 0 rgba(255,255,255,.48);
}

.split-section::after {
  position: absolute;
  left: -10%;
  bottom: -58%;
  width: 55%;
  aspect-ratio: 1;
  content: "";
  border: 2px solid rgba(43,43,45,.13);
  border-radius: 50%;
  pointer-events: none;
}

.split-section > * { position: relative; z-index: 1; }

.sell-form,
.finance-form {
  border: 0;
  border-radius: 26px;
  box-shadow: 0 22px 45px rgba(43,43,45,.18), inset 0 2px 0 rgba(255,255,255,.8);
}

.sell-form {
  transform: perspective(1100px) rotateY(-1deg) translateZ(12px);
}

.finance-band {
  border: 0;
  border-radius: 38px;
  box-shadow: 0 28px 60px rgba(43,43,45,.24), 0 12px 0 rgba(255,212,0,.95);
}

.finance-band::after {
  right: -115px;
  bottom: -160px;
  width: 390px;
  height: 360px;
  transform: rotate(-12deg);
  border-radius: 52% 0 0 0 / 70% 0 0 0;
  box-shadow: -20px -18px 42px rgba(0,0,0,.2), inset 0 4px 0 rgba(255,255,255,.3);
}

.contact-copy,
.opening-panel {
  border: 0;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(43,43,45,.15);
}

.contact-copy { border-top: 0; background: linear-gradient(145deg, #fff 0 78%, var(--brand) 78%); }
.opening-panel { box-shadow: 0 24px 50px rgba(43,43,45,.16), 10px 12px 0 rgba(255,212,0,.72); }
.opening-panel dl { overflow: hidden; border: 0; border-radius: 16px; }

.modal-panel {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 42px 100px rgba(0,0,0,.42), 0 -8px 0 var(--brand);
}

.vacation-notice {
  border: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff 0 84%, rgba(255,212,0,.27) 84%);
  box-shadow: 0 30px 70px rgba(43,43,45,.32), 0 -9px 0 var(--brand), inset 0 2px 0 #fff;
  animation: bc-notice-in .55s cubic-bezier(.2,.85,.2,1) both;
}

.vacation-close { border-radius: 50%; box-shadow: 0 8px 16px rgba(43,43,45,.12); }

.legal-header { min-height: 114px; border-bottom: 0; box-shadow: 0 3px 0 var(--brand); }
.legal-content section { border-left: 0; border-radius: 0 20px 20px 0; padding: 4px 20px 4px 26px; background: linear-gradient(90deg, rgba(255,212,0,.18), transparent 68%); }

@keyframes bc-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes bc-notice-in {
  from { opacity: 0; transform: translateY(24px) perspective(700px) rotateX(-5deg); }
  to { opacity: 1; transform: translateY(0) perspective(700px) rotateX(0); }
}

@media (max-width: 980px) {
  .brand-logo { width: min(370px, 65vw); max-height: 82px; }
  .nav-links { border-radius: 22px; padding: 9px; }
  .nav-links a { border-radius: 14px; box-shadow: none; }
  .split-section { background: linear-gradient(180deg, var(--brand) 0 25%, #fff 25% 100%); }
}

@media (max-width: 680px) {
  .nav-shell { min-height: 82px; }
  .brand-logo { width: 230px; max-height: 66px; animation: none; }
  .hero::before { right: -43%; bottom: -220px; width: 145%; height: 430px; border-radius: 58% 0 0 0 / 65% 0 0 0; }
  .hero::after { right: -28%; bottom: 42px; width: 100%; }
  .hero-content { transform: none; }
  .hero-brandline { border-radius: 14px; }
  .hero .eyebrow { border-radius: 14px; }
  .hero-facts { border-radius: 20px; }
  .hero-facts div:first-child { border-radius: 14px 14px 0 0; }
  .hero-facts div:last-child { border-radius: 0 0 14px 14px; }
  .quick-grid { transform: translateY(-24px); border-radius: 24px; }
  .quick-grid article { border-radius: 18px; }
  .vehicle-card { transform: none !important; }
  .split-section { border-radius: 28px; box-shadow: 0 22px 45px rgba(43,43,45,.2); }
  .sell-form { transform: none; }
  .finance-band { border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo,
  .vacation-notice { animation: none; }
  .vehicle-card,
  .quick-grid article,
  .button,
  .nav-links a { transition: none; transform: none !important; }
}
/* Erweiterte mobile.de-Fahrzeugdetails */
.vehicle-detail-section {
  display: grid;
  gap: 10px;
}

.vehicle-detail-section h3 {
  margin: 0;
  font-size: 1.08rem;
}

.technical-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}

.technical-data-grid div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 11px 13px;
  background: var(--paper);
}

.technical-data-grid dt {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.technical-data-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 850;
}

.vehicle-description {
  margin: 0;
  border-radius: 16px;
  padding: 15px;
  background: rgba(255, 212, 0, .12);
  line-height: 1.65;
  white-space: pre-line;
}

@media (max-width: 680px) {
  .technical-data-grid { grid-template-columns: 1fr; }
}
/* Zuverlässige Klickfläche für Hero-Aktionen */
.hero-content {
  transform: none;
  transform-style: flat;
}

.hero-actions,
.hero-actions .button {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
/* Mobile Modalbreite: Galerie bleibt innerhalb des Viewports */
.modal-layout,
.modal-gallery,
.modal-copy,
.gallery-thumbs {
  min-width: 0;
  max-width: 100%;
}

.gallery-thumbs {
  width: 100%;
}

@media (max-width: 980px) {
  .modal-layout { grid-template-columns: minmax(0, 1fr); }
}
/* Intrinsische Gridbreite der Thumbnail-Leiste vermeiden */
.gallery-thumbs {
  display: flex;
  width: auto;
}

.gallery-thumb {
  flex: 0 0 82px;
}
/* Scrollstreifen auf die Breite des Galeriecontainers begrenzen */
.gallery-thumbs {
  width: 0;
  min-width: 100%;
  max-width: 100%;
}
/* Mobile Galeriebreite inklusive Modal- und Scrollleistenabzug */
@media (max-width: 980px) {
  .gallery-thumbs {
    width: calc(100vw - 70px);
    min-width: 0;
    max-width: calc(100vw - 70px);
  }
}
/* Mobile Galeriebühne aus verfügbarer Breite berechnen */
@media (max-width: 680px) {
  .gallery-stage {
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
  }

  .gallery-stage > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }
}
/* Kontaktdaten mit Bike-Corner Fahrermotiv */
.contact-copy {
  position: relative;
  overflow: hidden;
}

.contact-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  align-items: center;
  gap: 18px;
}

.contact-numbers {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.contact-numbers a {
  width: fit-content;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.contact-copy > p:not(.eyebrow) {
  margin-bottom: 0;
}

.contact-numbers a:hover,
.contact-numbers a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.contact-rider-logo {
  width: 156px;
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1.12);
}

@media (max-width: 680px) {
  .contact-title-row {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 10px;
  }

  .contact-rider-logo {
    width: 104px;
  }
}
/* Einheitliches Bike-Corner Design für Rechtstexte */
.legal-page {
  color: var(--charcoal);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 212, 0, .22), transparent 24rem),
    var(--soft);
}

.legal-site-header .nav-shell {
  justify-content: space-between;
}

.legal-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: #f3f1e9;
  box-shadow: inset 0 0 0 1px rgba(43, 43, 45, .08);
}

.legal-nav a {
  border-radius: 12px;
  padding: 11px 15px;
  color: var(--charcoal);
  font-weight: 850;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a:focus-visible,
.legal-nav a.is-active {
  color: var(--charcoal);
  background: var(--brand);
  box-shadow: 0 7px 15px rgba(43, 43, 45, .14);
}

.legal-content {
  width: min(1040px, calc(100% - 40px));
  padding: 64px 0 96px;
}

.legal-content .legal-intro {
  position: relative;
  z-index: 0;
  max-width: none;
  margin: 0 0 34px;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  padding: 48px 50px;
  color: #fff;
  background: var(--charcoal);
  box-shadow: 0 28px 64px rgba(43, 43, 45, .22);
}

.legal-content .legal-intro::after {
  position: absolute;
  z-index: 0;
  right: -95px;
  bottom: -135px;
  width: 340px;
  height: 270px;
  content: "";
  transform: rotate(-12deg);
  border-radius: 55% 0 0 0 / 72% 0 0 0;
  background: var(--brand);
  box-shadow: -18px -14px 36px rgba(0, 0, 0, .2);
}

.legal-content .legal-intro > * {
  position: relative;
  z-index: 1;
}
.legal-intro .eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--charcoal);
  background: var(--brand);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

.legal-content .legal-intro h1 {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.8vw, 3.8rem);
  line-height: 1.02;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, .28);
}

.legal-content .legal-intro > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.05rem;
}

.legal-content > section:not(.legal-intro) {
  max-width: none;
  margin-top: 22px;
  border: 0;
  border-left: 9px solid var(--brand);
  border-radius: 0 24px 24px 0;
  padding: 28px 32px;
  color: #343436;
  background: #fff;
  box-shadow: 0 16px 38px rgba(43, 43, 45, .1);
}

.legal-content > section:not(.legal-intro) h2 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: "Arial Black", Impact, Arial, sans-serif;
  line-height: 1.15;
}

.legal-content > section:not(.legal-intro) p,
.legal-content > section:not(.legal-intro) address {
  color: #3f3f42;
}

.legal-content a {
  color: #29292b;
  font-weight: 750;
  text-decoration-color: var(--brand-strong);
  text-decoration-thickness: 2px;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: #000;
  background: rgba(255, 212, 0, .35);
}

.legal-content code {
  border-radius: 6px;
  padding: 2px 5px;
  color: #fff;
  background: var(--charcoal);
}

.legal-updated {
  display: inline-block;
  margin: 34px 0 0;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--charcoal);
  background: var(--brand);
  font-weight: 800;
}

.legal-footer {
  margin-top: 0;
}

@media (max-width: 760px) {
  .legal-site-header .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .legal-site-header .brand-logo {
    width: min(330px, 86vw);
  }

  .legal-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .legal-nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .legal-content {
    width: min(100% - 28px, 1040px);
    padding: 38px 0 68px;
  }

  .legal-content .legal-intro {
    border-radius: 26px;
    padding: 34px 24px 40px;
  }

  .legal-content .legal-intro h1 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .legal-content .legal-intro::after {
    right: -155px;
    bottom: -175px;
  }

  .legal-content > section:not(.legal-intro) {
    border-left-width: 7px;
    border-radius: 0 20px 20px 0;
    padding: 24px 20px;
  }
}
/* Strukturierte Impressumsangaben */
.legal-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.legal-contact-list p {
  display: grid;
  gap: 3px;
  margin: 0;
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--charcoal);
  background: var(--soft);
}

.legal-contact-list strong,
.legal-facts dt {
  color: #525256;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.legal-facts div {
  border-radius: 14px;
  padding: 16px;
  background: var(--soft);
}

.legal-facts dd {
  margin: 5px 0 0;
  color: var(--charcoal);
  font-weight: 850;
}

.legal-content > section.legal-note {
  border-left-color: var(--charcoal);
  background: var(--brand);
}

.legal-content > section.legal-note p,
.legal-content > section.legal-note a {
  color: var(--charcoal);
}

@media (max-width: 600px) {
  .legal-contact-list,
  .legal-facts {
    grid-template-columns: 1fr;
  }
}
/* Bike-Corner Über-uns-Seite */
.about-page {
  color: var(--charcoal);
  background:
    radial-gradient(circle at 90% 7%, rgba(255, 212, 0, .2), transparent 25rem),
    var(--soft);
}

.interior-site-header .nav-shell {
  justify-content: space-between;
}

.interior-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 18px;
  background: #f3f1e9;
  box-shadow: inset 0 0 0 1px rgba(43, 43, 45, .08);
}

.interior-nav a {
  border-radius: 12px;
  padding: 11px 14px;
  color: var(--charcoal);
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
}

.interior-nav a:hover,
.interior-nav a:focus-visible,
.interior-nav a.is-active {
  color: var(--charcoal);
  background: var(--brand);
  box-shadow: 0 7px 15px rgba(43, 43, 45, .14);
}

.about-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.about-hero {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 38px;
  margin-block: 56px 34px;
  overflow: hidden;
  border-radius: 40px;
  padding: 62px;
  color: #fff;
  background: var(--charcoal);
  box-shadow: 0 32px 72px rgba(43, 43, 45, .24);
}

.about-hero::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -235px;
  width: 560px;
  height: 490px;
  content: "";
  transform: rotate(-12deg);
  border-radius: 58% 0 0 0 / 70% 0 0 0;
  background: var(--brand);
  box-shadow: -24px -18px 45px rgba(0, 0, 0, .22);
}

.about-hero-copy,
.about-rating-card {
  position: relative;
  z-index: 1;
}

.about-hero .eyebrow,
.about-section .eyebrow,
.about-story .eyebrow,
.about-cta .eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--charcoal);
  background: var(--brand);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(2.65rem, 5.5vw, 5rem);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, .35);
}

.about-lead {
  max-width: 710px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-rating-card {
  align-self: center;
  border-radius: 28px;
  padding: 28px;
  color: var(--charcoal);
  background: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .24), inset 0 2px 0 #fff;
}

.rating-source {
  margin: 0;
  color: #5b5b5f;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.rating-stars {
  margin-top: 14px;
  color: var(--brand-strong);
  font-size: 1.55rem;
  letter-spacing: .08em;
}

.rating-score {
  margin: 4px 0 0;
}

.rating-score strong {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}

.rating-count {
  margin: 4px 0 18px;
  color: #56565a;
}

.rating-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.rating-metrics div {
  border-radius: 12px;
  padding: 11px;
  background: var(--soft);
}

.rating-metrics dt {
  color: #606064;
  font-size: .72rem;
}

.rating-metrics dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.rating-link {
  display: inline-block;
  color: var(--charcoal);
  font-weight: 850;
  text-decoration-color: var(--brand-strong);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.about-rating-card small {
  display: block;
  margin-top: 14px;
  color: #66666a;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: 34px;
  align-items: center;
  padding-block: 72px;
}

.about-story h2,
.about-section-heading h2,
.about-cta h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  line-height: .98;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-story p:not(.eyebrow) {
  color: #4e4e52;
  line-height: 1.75;
}

.about-story .about-emphasis {
  color: var(--charcoal);
  font-weight: 900;
}

.about-brand-card {
  display: grid;
  justify-items: center;
  border-radius: 30px;
  padding: 34px 28px;
  color: var(--charcoal);
  text-align: center;
  background: var(--brand);
  box-shadow: 14px 16px 0 rgba(43, 43, 45, .16), inset 0 2px 0 rgba(255, 255, 255, .45);
}

.about-brand-card img {
  width: 180px;
  margin-bottom: 18px;
  mix-blend-mode: multiply;
  filter: contrast(1.12);
}

.about-brand-card strong {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.about-brand-card span {
  margin-top: 5px;
  font-weight: 750;
}

.about-section {
  padding-block: 72px;
}

.about-section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.about-section-heading > p:not(.eyebrow) {
  color: #55555a;
  line-height: 1.7;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-values article {
  min-height: 235px;
  border-radius: 22px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(43, 43, 45, .1);
}

.about-values article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--charcoal);
  background: var(--brand);
  font-weight: 950;
}

.about-values h3,
.about-paths h3 {
  margin: 20px 0 10px;
  color: var(--charcoal);
  font-size: 1.2rem;
}

.about-values p,
.about-paths p,
.about-paths li {
  color: #55555a;
  line-height: 1.65;
}

.about-reviews {
  margin-block: 32px;
  padding-block: 78px;
  color: #fff;
  background: var(--charcoal);
  box-shadow: inset 0 8px 0 var(--brand);
}

.light-heading h2 {
  color: #fff;
}

.light-heading .eyebrow {
  color: var(--charcoal);
  background: var(--brand);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review-grid figure {
  margin: 0;
  border-radius: 22px;
  padding: 26px;
  color: var(--charcoal);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.review-grid blockquote {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.55;
}

.review-grid figcaption {
  margin-top: 20px;
  color: #616165;
  font-size: .84rem;
}

.review-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-top: 22px;
}

.review-summary p {
  display: grid;
  min-width: 130px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  padding: 13px 16px;
}

.review-summary strong {
  color: var(--brand);
  font-size: 1.45rem;
}

.review-summary span {
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
}

.review-summary .button {
  margin-left: auto;
}

.about-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-paths article {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  border-radius: 28px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(43, 43, 45, .12);
}

.about-paths article:last-child {
  background: linear-gradient(145deg, #fff 0 75%, var(--brand) 75%);
}

.about-paths .path-label {
  width: fit-content;
  margin: 0;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--charcoal);
  background: var(--brand);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-paths h3 {
  max-width: 480px;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.about-paths ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 24px;
  padding-left: 20px;
}

.about-paths .button {
  width: fit-content;
  margin-top: auto;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 24px 92px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--charcoal);
  background: var(--brand);
  box-shadow: 0 24px 48px rgba(43, 43, 45, .16);
}

.about-facts div {
  padding: 26px;
}

.about-facts div + div {
  border-left: 1px solid rgba(43, 43, 45, .2);
}

.about-facts strong,
.about-facts span {
  display: block;
}

.about-facts strong {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.about-facts span {
  margin-top: 6px;
  color: rgba(43, 43, 45, .78);
  line-height: 1.4;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 36px;
  align-items: center;
  margin-bottom: 92px;
  border-radius: 34px;
  padding: 44px;
  color: #fff;
  background: var(--charcoal);
  box-shadow: 0 28px 58px rgba(43, 43, 45, .2);
}

.about-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.about-cta .about-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 980px) {
  .interior-site-header .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .interior-site-header .brand-logo {
    width: min(350px, 86vw);
  }

  .interior-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .interior-nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .about-hero,
  .about-story,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding: 46px;
  }

  .about-rating-card {
    max-width: 520px;
  }

  .about-values,
  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-facts div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(43, 43, 45, .2);
  }

  .about-facts div:nth-child(4) {
    border-top: 1px solid rgba(43, 43, 45, .2);
  }

  .about-cta .about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .about-hero {
    margin-top: 28px;
    border-radius: 28px;
    padding: 34px 22px;
  }

  .about-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .rating-metrics,
  .about-values,
  .review-grid,
  .about-paths,
  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-story,
  .about-section {
    padding-block: 52px;
  }

  .about-brand-card {
    box-shadow: 8px 10px 0 rgba(43, 43, 45, .16);
  }

  .review-summary p {
    flex: 1 1 110px;
  }

  .review-summary .button,
  .about-paths .button,
  .about-actions .button {
    width: 100%;
  }

  .about-paths article {
    min-height: 0;
    padding: 26px 22px;
  }

  .about-facts div + div,
  .about-facts div:nth-child(3),
  .about-facts div:nth-child(4) {
    border-top: 1px solid rgba(43, 43, 45, .2);
    border-left: 0;
  }

  .about-cta {
    margin-bottom: 62px;
    border-radius: 26px;
    padding: 32px 22px;
  }
}
/* Einheitlicher Header, Footer und Bike-Corner Bildsprache */
.site-header .brand {
  flex: 0 1 auto;
  border-radius: 16px;
  padding: 8px 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(43, 43, 45, .1), inset 0 0 0 1px rgba(43, 43, 45, .06);
}

.nav-links a[aria-current="page"] {
  color: var(--charcoal);
  background: var(--brand);
}

.about-owner-photo {
  margin: 0;
  border-radius: 30px;
  padding: 10px;
  background: #fff;
  box-shadow: 14px 16px 0 var(--brand), 0 24px 48px rgba(43, 43, 45, .18);
}

.about-photo-frame {
  overflow: hidden;
  border-radius: 22px;
  background: var(--charcoal);
}

.about-owner-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(.9) contrast(1.04);
}

.about-owner-photo figcaption {
  display: grid;
  gap: 2px;
  padding: 18px 14px 12px;
  color: var(--charcoal);
}

.about-owner-photo figcaption strong {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.about-owner-photo figcaption span {
  color: #5a5a5e;
  font-weight: 750;
}

.about-showroom {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 14px;
  margin-block: 24px 92px;
  border-radius: 34px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(43, 43, 45, .17), 12px 14px 0 var(--brand);
}

.about-showroom figure {
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--charcoal);
}

.about-showroom figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.05);
}

.about-showroom-copy {
  border-radius: 24px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(255, 212, 0, .13), transparent 42%),
    var(--charcoal);
}

.about-showroom-copy .eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--charcoal);
  background: var(--brand);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-showroom-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: .98;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.about-showroom-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.about-showroom-copy dl {
  display: grid;
  gap: 1px;
  margin: 24px 0 0;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, .16);
}

.about-showroom-copy dl div {
  padding: 13px 15px;
  background: rgba(255, 255, 255, .075);
}

.about-showroom-copy dt {
  color: var(--brand);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-showroom-copy dd {
  margin: 3px 0 0;
  color: #fff;
  font-weight: 750;
}

@media (max-width: 980px) {
  .about-showroom {
    grid-template-columns: 1fr;
  }

  .about-showroom figure {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .site-header .brand {
    padding: 6px 9px;
  }

  .about-owner-photo {
    box-shadow: 8px 10px 0 var(--brand), 0 20px 38px rgba(43, 43, 45, .16);
  }

  .about-showroom {
    margin-bottom: 62px;
    border-radius: 26px;
    padding: 9px;
    box-shadow: 7px 9px 0 var(--brand), 0 20px 40px rgba(43, 43, 45, .14);
  }

  .about-showroom figure {
    min-height: 250px;
    border-radius: 20px;
  }

  .about-showroom-copy {
    border-radius: 20px;
    padding: 28px 20px;
  }
}
/* Kontrastflaechen und kompaktere Ueberschriften auf der Ueber-uns-Seite */
.about-contrast-panel {
  margin-block: 48px;
  border-radius: 34px;
  padding: 48px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(43, 43, 45, .13), 10px 12px 0 rgba(255, 212, 0, .92);
}

.about-values-panel .about-values article {
  background: var(--soft);
  box-shadow: inset 0 0 0 1px rgba(43, 43, 45, .08), 0 12px 26px rgba(43, 43, 45, .08);
}

.about-showroom-copy h2 {
  font-size: clamp(1.55rem, 2.25vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.about-cta h2 {
  max-width: 760px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

@media (max-width: 720px) {
  .about-contrast-panel {
    margin-block: 30px;
    border-radius: 26px;
    padding: 34px 22px;
    box-shadow: 7px 9px 0 rgba(255, 212, 0, .92), 0 18px 38px rgba(43, 43, 45, .12);
  }

  .about-showroom-copy h2,
  .about-cta h2 {
    font-size: clamp(1.4rem, 7.4vw, 1.85rem);
  }
}
/* Datenschutzfreundliche WhatsApp-Alternativen */
.whatsapp-option {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  border-top: 1px solid rgba(43, 43, 45, .2);
  padding-top: 18px;
}

.whatsapp-label {
  margin: 0;
  color: var(--charcoal);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.button.whatsapp-button {
  color: #fff;
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: 0 9px 18px rgba(43, 43, 45, .18);
}

.button.whatsapp-button:hover,
.button.whatsapp-button:focus-visible {
  color: var(--charcoal);
  background: var(--brand);
  border-color: var(--charcoal);
}

.whatsapp-option .whatsapp-button {
  width: 100%;
}

.whatsapp-privacy-note,
.contact-copy .whatsapp-privacy-note {
  margin: 0;
  color: #55555a;
  font-size: .78rem;
  line-height: 1.55;
}

.whatsapp-privacy-note a {
  color: var(--charcoal);
  font-weight: 850;
  text-decoration-color: var(--brand-strong);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.contact-actions + .whatsapp-privacy-note {
  max-width: 660px;
  margin-top: 12px;
}

#whatsapp {
  scroll-margin-top: 140px;
}

@media (max-width: 680px) {
  .whatsapp-option {
    margin-top: 14px;
    padding-top: 16px;
  }
}
/* Grossformatige Fahrzeuggalerie mit Vollbild-Zoom */
.gallery-image-button {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 0;
  padding: 0;
  background: #111419;
  cursor: zoom-in;
}

.gallery-image-button:focus-visible {
  outline: 4px solid var(--brand);
  outline-offset: -4px;
}

.gallery-image-button img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #111419;
}

.gallery-expand {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 14px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(17, 20, 25, .82);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .26);
  font: 850 .8rem/1.1 inherit;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.gallery-expand:hover,
.gallery-expand:focus-visible {
  color: var(--charcoal);
  background: var(--brand);
  border-color: var(--brand);
  outline: none;
}

.gallery-expand svg {
  width: 18px;
  height: 18px;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 12px;
}

.gallery-lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 9, .96);
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 22px;
  color: #fff;
  background: #090b0e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .6);
}

.lightbox-toolbar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  background: #202022;
  border-bottom: 3px solid var(--brand);
}

.lightbox-heading {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.lightbox-heading strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lightbox-heading span {
  color: rgba(255, 255, 255, .7);
  font-size: .78rem;
}

.lightbox-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.lightbox-tools .icon-button,
.lightbox-zoom-value {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.lightbox-tools .icon-button:hover,
.lightbox-tools .icon-button:focus-visible,
.lightbox-zoom-value:hover,
.lightbox-zoom-value:focus-visible {
  color: var(--charcoal);
  background: var(--brand);
  outline: none;
}

.lightbox-zoom-value {
  min-width: 72px;
  padding-inline: 10px;
  font: 900 .78rem/1 inherit;
  cursor: pointer;
}

.lightbox-close {
  margin-left: 5px;
}

.lightbox-viewport {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .055), transparent 48%),
    #090b0e;
  touch-action: none;
  user-select: none;
}

.lightbox-viewport[data-zoomed="true"] {
  cursor: grab;
}

.lightbox-viewport[data-zoomed="true"]:active {
  cursor: grabbing;
}

.lightbox-viewport > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 50px;
  height: 58px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  background: rgba(32, 32, 34, .78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
  backdrop-filter: blur(7px);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  color: var(--charcoal);
  background: var(--brand);
}

.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }

.lightbox-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 10px 14px;
  background: #202022;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.lightbox-thumbs {
  display: flex;
  min-width: 0;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--brand) rgba(255, 255, 255, .08);
}

.lightbox-thumb {
  flex: 0 0 88px;
  width: 88px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  padding: 0;
  background: #111419;
  cursor: pointer;
}

.lightbox-thumb.is-active {
  border-color: var(--brand);
}

.lightbox-thumb:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
}

.lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-instructions {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  white-space: nowrap;
}

@media (min-width: 981px) {
  .modal {
    padding: 12px;
  }

  .modal-panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .modal-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
    align-items: start;
  }

  .modal-gallery {
    position: sticky;
    top: 0;
    height: calc(100dvh - 24px);
    min-height: 620px;
    max-height: 920px;
  }

  .gallery-stage {
    min-height: 0;
  }

  .gallery-thumbs {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .modal-copy {
    padding: 40px;
  }
}

@media (max-width: 980px) {
  .modal-panel {
    width: min(900px, calc(100vw - 24px));
    max-height: calc(100dvh - 24px);
  }

  .modal-gallery {
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .gallery-stage {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .gallery-image-button img {
    min-height: 0;
  }

  .gallery-thumbs {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .modal {
    padding: 0;
  }

  .modal-panel {
    width: 100vw;
    max-height: 100dvh;
    border-radius: 0;
  }

  .gallery-stage {
    aspect-ratio: 4 / 3;
  }

  .gallery-expand {
    left: 10px;
    bottom: 10px;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 10px;
  }

  .gallery-expand span {
    display: none;
  }

  .gallery-counter {
    right: 10px;
    bottom: 11px;
  }

  .gallery-nav {
    width: 44px;
    height: 48px;
  }

  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }

  .modal-copy {
    padding: 26px 18px 34px;
  }

  .gallery-lightbox {
    padding: 0;
  }

  .lightbox-panel {
    border: 0;
    border-radius: 0;
  }

  .lightbox-toolbar {
    gap: 8px;
    padding: max(8px, env(safe-area-inset-top)) 8px 8px;
  }

  .lightbox-heading strong {
    max-width: 34vw;
    font-size: .82rem;
  }

  .lightbox-heading span {
    font-size: .7rem;
  }

  .lightbox-tools {
    gap: 4px;
  }

  .lightbox-tools .icon-button,
  .lightbox-zoom-value {
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
  }

  .lightbox-zoom-value {
    min-width: 58px;
    padding-inline: 5px;
  }

  .lightbox-close {
    margin-left: 0;
  }

  .lightbox-nav {
    width: 44px;
    height: 52px;
  }

  .lightbox-prev { left: 7px; }
  .lightbox-next { right: 7px; }

  .lightbox-footer {
    display: block;
    padding: 8px 8px max(8px, env(safe-area-inset-bottom));
  }

  .lightbox-thumb {
    flex-basis: 72px;
    width: 72px;
  }

  .lightbox-instructions {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lightbox-viewport > img {
    transition: none;
  }
}