/* Fiche vitrine — one A4, portrait. Redline's tokens; nothing decorative that would not print. */
@font-face { font-family: "Outfit Local"; src: url("/assets/fonts/outfit.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Source Sans Local"; src: url("/assets/fonts/source-sans-3.woff2") format("woff2"); font-weight: 200 900; font-display: swap; }
:root { --ink: #111315; --paper: #f0ede4; --white: #fffdf8; --red: #b5212d; --line: rgba(17, 19, 21, .18); --display: "Outfit Local", "Bahnschrift", sans-serif; --body: "Source Sans Local", "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #d9d5cb; color: var(--ink); font-family: var(--body); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; background: var(--ink); color: var(--white); font-family: var(--display); font-weight: 600; }
.bar a { color: var(--white); text-decoration: none; }
.bar button { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border: 0; background: var(--red); color: var(--white); font: inherit; font-weight: 700; cursor: pointer; }
.sheet { width: 210mm; min-height: 297mm; margin: 20px auto; padding: 12mm 14mm; background: var(--white); display: grid; grid-template-rows: auto auto auto auto auto auto 1fr auto; gap: 6mm; box-shadow: 0 20px 60px rgba(0, 0, 0, .18); }
.head { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--ink); padding-bottom: 4mm; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); }
.mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--red); color: var(--white); font-weight: 800; font-size: 20px; }
.brand strong { display: block; font-size: 16px; letter-spacing: .08em; }
.brand small { display: block; font-size: 9px; letter-spacing: .2em; color: #555; }
.phone { text-align: right; font-family: var(--display); }
.phone small { display: block; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #555; }
.phone strong { font-size: 22px; font-weight: 700; }
.photo { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.id .make { margin: 0; font-family: var(--display); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.id h1 { margin: 0; font-family: var(--display); font-size: 64px; line-height: .95; letter-spacing: -.04em; font-weight: 800; }
.id .version { margin: 4px 0 0; font-size: 16px; color: #444; }
.price { margin: 0; font-family: var(--display); font-size: 72px; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4mm 6mm; margin: 0; padding: 4mm 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts dt { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #666; }
.facts dd { margin: 2px 0 0; font-family: var(--display); font-size: 22px; font-weight: 700; }
.promise { margin: 0; padding: 3mm 4mm; border-left: 4px solid var(--red); background: var(--paper); font-size: 15px; }
.equip { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 2mm 6mm; font-size: 13px; }
.equip li { padding-left: 14px; position: relative; }
.equip li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--red); }
.foot { display: flex; justify-content: space-between; align-items: end; gap: 10mm; border-top: 2px solid var(--ink); padding-top: 4mm; }
.qr { display: flex; align-items: center; gap: 5mm; }
.qr img { width: 32mm; height: 32mm; }
.qr b { display: block; font-family: var(--display); font-size: 15px; }
.qr small { display: block; font-size: 11px; color: #555; margin-top: 3px; }
.addr { text-align: right; }
.addr b { display: block; font-family: var(--display); font-size: 15px; }
.addr small { font-size: 11px; color: #555; }
@media print {
  @page { size: A4 portrait; margin: 0; }
  body { background: #fff; }
  .no-print { display: none !important; }
  .sheet { margin: 0; box-shadow: none; width: 210mm; height: 297mm; page-break-after: avoid; }
}
@media (max-width: 800px) { .sheet { width: 100%; min-height: 0; padding: 16px; } .id h1 { font-size: 44px; } .price { font-size: 48px; } .facts { grid-template-columns: 1fr 1fr; } .foot { flex-direction: column; align-items: start; } .addr { text-align: left; } }
