/* Verkaufsseite: Abendblatt. Nur auf / geladen. */

body.sell {
  font-family: Newsreader, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.52;
  overflow-x: clip;
  text-wrap: wrap;
}
body.sell .site-header {
  border-bottom: 0;
  background: var(--bg);
}
body.sell .site-header .inner {
  height: auto;
  padding-top: 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 0;
}
body.sell .mast-date {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0.35rem clamp(1rem, 4vw, 2.618rem) 0.55rem;
  border-bottom: 3px double var(--ink);
  text-align: center;
}
body.sell .header-nav {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mast-date {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin: 0;
}

.hero-photo {
  position: relative;
  margin: 0;
}
.hero-photo img {
  width: 100%;
  height: min(72vh, 38rem);
  object-fit: cover;
  object-position: 55% 40%;
  display: block;
  filter: saturate(0.92) contrast(1.04);
}
.hero-photo figcaption {
  position: absolute;
  top: 0.85rem;
  left: clamp(1rem, 4vw, 2.4rem);
  margin: 0;
  max-width: 28ch;
  padding: 0.35rem 0.55rem;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  color: var(--ink);
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 0.95rem;
  border: 1px solid var(--ink);
}

.sheet {
  max-width: var(--wide);
  width: 100%;
  box-sizing: border-box;
  margin: -4.2rem auto 0;
  padding: 0 clamp(1rem, 4vw, 2.4rem);
  position: relative;
  z-index: 2;
}
.sheet-card {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(1.4rem, 3vw, 2.4rem);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.sheet-card .lead {
  font-size: clamp(1.15rem, 2vw, 1.32rem);
  width: 100%;
  max-width: 42em;
  color: var(--ink);
  line-height: 1.45;
}
.sheet-card h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--acc);
}

.proof-line {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 1rem 0 0;
}

.sell-section {
  padding: var(--xl) 0 var(--l);
}
.sell-section h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}
.sell-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--acc);
  margin: 0 0 0.55rem;
}

.ticket {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 22px minmax(0, 1fr);
  background: var(--paper);
  border: 1.5px solid var(--ink);
  margin: 0 0 1rem;
  box-shadow: 3px 3px 0 var(--ink);
}
.ticket-pad {
  padding: 1rem 1.1rem 1.05rem;
  min-width: 0;
}
.ticket-pad.eat {
  background: color-mix(in srgb, var(--stub) 16%, var(--paper));
}
.ticket-cut {
  position: relative;
  background: var(--paper);
  border-left: 1px dashed var(--ink);
  border-right: 1px dashed var(--ink);
}
.ticket-cut::before,
.ticket-cut::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid var(--ink);
  transform: translateX(-50%);
}
.ticket-cut::before { top: -9px; }
.ticket-cut::after { bottom: -9px; }
.ticket h3 {
  font-size: 1.28rem;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.ticket p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--muted);
}
.ticket a { font-size: 0.95rem; }
.cal-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--acc);
  margin: 0 0 0.4rem;
}
.cal-day { margin: 0 0 1.8rem; }
.cal-day-title {
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin: 0 0 0.7rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--ink);
}

.filter-bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr auto;
  gap: 1rem;
  align-items: end;
  margin: 0 0 1.6rem;
  padding: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--ink);
}
.filter-go { margin-bottom: 0; }

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: var(--l);
  align-items: center;
}
.story img {
  width: 100%;
  height: auto;
  border: 1.5px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.story .copy {
  max-width: 42ch;
}
.story .copy p {
  color: var(--ink);
  font-size: 1.12rem;
}

.kiez-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  border-top: 1px solid var(--ink);
  padding-top: 0.9rem;
}
.kiez-line a {
  font-family: Newsreader, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.kiez-line a:hover { border-bottom-color: var(--acc); color: var(--acc); }

.final {
  background: var(--ink);
  color: var(--acc-ink);
  padding: var(--xl) 0;
  margin-top: var(--l);
}
.final h2, .final p { color: var(--acc-ink); }
.final .btn {
  background: var(--stub);
  color: var(--ink);
  border-color: var(--stub);
}
.final .btn:hover {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--acc);
}
.final .btn.ghost {
  background: transparent;
  color: var(--acc-ink);
  border-color: var(--acc-ink);
  box-shadow: none;
}
.final .btn.ghost:hover {
  background: var(--paper);
  color: var(--ink);
}

.dock {
  display: none;
}

@media (max-width: 820px) {
  .ticket { grid-template-columns: 1fr; }
  .ticket-cut { display: none; }
  .ticket-pad.eat { border-top: 1px dashed var(--ink); }
  .filter-bar { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .hero-photo img { height: 58vh; object-position: 72% 70%; }
  .sheet {
    width: calc(100% - 2rem);
    max-width: none;
    margin: -2.4rem 1rem 0;
    padding: 0 0 0.6rem;
  }
  .sheet-card {
    box-shadow: 3px 3px 0 var(--ink);
    padding: 1.2rem 1.1rem 4.6rem;
  }
  .sheet-card .lead { max-width: 100%; font-size: 1.05rem; }
  .sheet-card .cta-row { flex-direction: column; }
  .sheet-card .cta-row .btn { width: 100%; }
  .proof-line { letter-spacing: 0.02em; text-transform: none; }
  .hero-photo figcaption { display: none; }
  body.sell .header-nav { display: none; }
  body.sell .mast-date { font-size: 0.7rem; text-align: left; }
  .dock {
    display: flex;
    gap: 0.5rem;
    position: sticky;
    bottom: 0;
    z-index: 30;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
    background: var(--paper);
    border-top: 1.5px solid var(--ink);
  }
  .dock .btn { flex: 1; box-shadow: none; min-height: 2.8rem; font-size: 1rem; }
}
