/* confirmation.css */
/* ───────────────────────────────────────────────
   CONFIRMATION / DEVIS — pages de résultat
   Palette éditoriale (cohérente avec devis.html)
   ─────────────────────────────────────────────── */
:root {
  --cream: #ffffff;
  --cream-2: oklch(97% 0.008 85);
  --ink: oklch(18% 0.025 250);
  --ink-soft: oklch(40% 0.02 250);
  --ink-mute: oklch(58% 0.015 250);
  --rule: oklch(90% 0.008 85);
  --green-v2: oklch(48% 0.13 152);
  --green-soft: oklch(90% 0.05 152);
  --terra: oklch(62% 0.14 40);
  --amber: oklch(70% 0.14 75);
  --amber-soft: oklch(94% 0.05 80);
  --ara-navy: oklch(28% 0.075 252);
}

html, body { background: var(--cream-2); }
body { color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }

/* nav override (match site) */
.site-nav { background: rgba(255,255,255,0.9) !important; border-bottom: 1px solid var(--rule) !important; }
.nav-logo { color: var(--ink) !important; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.8px; }
.nav-logo span { color: var(--green-v2) !important; }
.nav-links a { color: var(--ink-soft) !important; }
.nav-links a:hover, .nav-links a.active { color: var(--ink) !important; }

.btn-ink {
  background: var(--ink); color: var(--cream);
  padding: 14px 24px; border-radius: 100px;
  font-size: 14px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .2s, background .2s; border: none; cursor: pointer; font-family: inherit;
}
.btn-ink:hover { background: oklch(28% 0.04 250); transform: translateY(-1px); }
.btn-ink .arrow { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; }
.btn-ghost {
  background: transparent; color: var(--ink);
  padding: 13px 22px; border-radius: 100px; border: 1.5px solid var(--ink);
  font-size: 14px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .2s, color .2s; cursor: pointer; font-family: inherit;
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

/* ─── ARATICE LOGO MARK ───────────────────────── */
.ara-logo-svg { height: 60px; width: auto; display: block; }
.conf-item-ref { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--ink-mute); font-size: 12px; letter-spacing: 0.02em; }

/* ─── PAGE SHELL ──────────────────────────────── */
.conf-wrap { max-width: 880px; margin: 0 auto; padding: 124px 24px 90px; }
.conf-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink-mute); text-decoration: none; margin-bottom: 24px; transition: color .2s; }
.conf-back:hover { color: var(--ink); }

/* status hero (confirmation pages) */
.conf-hero { text-align: center; margin-bottom: 40px; }
.conf-badge {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px;
  display: flex; align-items: center; justify-content: center;
}
.conf-badge.ok { background: var(--green-soft); }
.conf-badge.pending { background: var(--amber-soft); }
.conf-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--ink-mute); margin-bottom: 14px;
}
.conf-eyebrow.green { color: var(--green-v2); }
.conf-eyebrow.amber { color: oklch(55% 0.13 70); }
.conf-hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: "wdth" 95;
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.0;
  font-size: clamp(32px, 5vw, 52px); color: var(--ink); text-wrap: balance;
}
.conf-hero h1 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; font-variation-settings: normal; color: var(--green-v2); }
.conf-hero > p {
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-soft);
  line-height: 1.6; margin: 18px auto 0; max-width: 540px; text-wrap: pretty;
}

/* ─── CARD ─────────────────────────────────────── */
.conf-card { background: #fff; border: 1px solid var(--rule); border-radius: 26px; overflow: hidden; }
.conf-card + .conf-card { margin-top: 22px; }
.conf-card-pad { padding: 32px 36px; }

.conf-meta { display: flex; flex-wrap: wrap; gap: 8px 40px; padding: 22px 36px; border-bottom: 1px solid var(--rule); background: var(--cream-2); }
.conf-meta-item .l { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-mute); }
.conf-meta-item .v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; margin-top: 3px; }

/* ─── ITEMS TABLE ─────────────────────────────── */
.conf-items { width: 100%; border-collapse: collapse; }
.conf-items thead th {
  text-align: left; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--ink-mute); padding: 14px 36px; border-bottom: 1px solid var(--rule);
}
.conf-items thead th.num { text-align: right; }
.conf-items thead th.ctr { text-align: center; }
.conf-items tbody td { padding: 16px 36px; border-bottom: 1px solid var(--rule); font-size: 14px; color: var(--ink-soft); vertical-align: middle; }
.conf-items tbody td.num { text-align: right; font-variant-numeric: tabular-nums; }
.conf-items tbody td.ctr { text-align: center; font-variant-numeric: tabular-nums; }
.conf-items tbody td.mute { color: var(--ink-mute); }
.conf-items thead th.num, .conf-items tbody td.num,
.conf-items thead th.ctr, .conf-items tbody td.ctr { white-space: nowrap; }
.conf-item-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; color: var(--ink); font-size: 14.5px; display: flex; align-items: center; gap: 12px; }
.conf-item-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--cream-2); border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; overflow: hidden; }
.conf-item-ic img { width: 100%; height: 100%; object-fit: contain; display: block; background: #fff; }
.conf-item-opts { font-size: 12px; color: var(--ink-mute); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 500; margin-top: 3px; }
.conf-item-line { font-weight: 800; color: var(--ink); }
.conf-items tr.offert td { color: var(--green-v2); }
.conf-items tr.offert .conf-item-line { color: var(--green-v2); }

/* ─── TOTALS ──────────────────────────────────── */
.conf-totals { display: flex; justify-content: flex-end; padding: 24px 36px; }
.conf-totals-box { width: 320px; max-width: 100%; }
.tline { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; white-space: nowrap; gap: 16px; }
.tline span:last-child { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink); }
.tline.grand { border-top: 2px solid var(--ink); padding-top: 14px; margin-top: 4px; }
.tline.grand span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--ink); }

/* ─── PARTIES (devis) ─────────────────────────── */
.conf-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 30px 36px; border-bottom: 1px solid var(--rule); }
.party h4 { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.party-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 6px; }
.party p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.7; }

/* letterhead (devis) */
.conf-letterhead { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 34px 36px; border-bottom: 2px solid var(--ink); flex-wrap: wrap; }
.conf-letterhead .lh-contact { font-size: 12px; color: var(--ink-mute); line-height: 1.7; margin-top: 12px; }
.conf-doctitle { text-align: right; }
.conf-doctitle .dt-kicker { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green-v2); }
.conf-doctitle .dt-ref { font-family: 'Bricolage Grotesque', sans-serif; font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-top: 4px; }
.conf-doctitle .dt-dates { font-size: 12.5px; color: var(--ink-mute); line-height: 1.7; margin-top: 8px; }

/* ─── STEPS / TIMELINE ────────────────────────── */
.conf-steps { list-style: none; }
.conf-step { display: flex; gap: 18px; padding: 16px 0; border-top: 1px solid var(--rule); }
.conf-step:first-child { border-top: none; }
.conf-step-num {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 13px;
  background: var(--cream-2); border: 1px solid var(--rule); color: var(--ink-mute);
}
.conf-step.done .conf-step-num { background: var(--green-v2); border-color: var(--green-v2); color: #fff; }
.conf-step.now .conf-step-num { background: var(--ink); border-color: var(--ink); color: #fff; }
.conf-step-body h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.conf-step-body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin-top: 3px; }
.conf-step-body .tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px; margin-top: 6px; }
.tag.green { background: var(--green-soft); color: var(--green-v2); }
.tag.amber { background: var(--amber-soft); color: oklch(52% 0.13 70); }

.conf-section-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 18px; }

.conf-note { font-size: 12.5px; color: var(--ink-mute); line-height: 1.7; padding: 22px 36px; border-top: 1px solid var(--rule); background: var(--cream-2); }
.conf-note strong { color: var(--ink-soft); }

/* ─── DOCUMENT : caption / conditions / signature ── */
.conf-caption { font-size: 11px; font-weight: 600; letter-spacing: 0.4px; color: var(--ink-mute); padding: 12px 36px 0; text-align: right; }
.conf-settle { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 26px 36px 8px; align-items: start; }
.conf-settle .terms h4 { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.conf-settle .terms dl { display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 16px; }
.conf-settle .terms dt { font-weight: 600; color: var(--ink); white-space: nowrap; }
.conf-settle .terms .cheque { font-size: 12.5px; color: var(--ink-soft); line-height: 1.65; }
.conf-settle .terms .cheque strong { color: var(--ink); }
.conf-settle .conf-totals-box { width: 320px; max-width: 100%; }
.conf-sign { margin: 8px 36px 0; padding: 22px 0 4px; border-top: 1px solid var(--rule); }
.conf-sign .sign-label { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.conf-sign .sign-box { margin-top: 12px; height: 96px; border: 1px dashed var(--rule); border-radius: 14px; }
.conf-legal { font-size: 11px; color: var(--ink-mute); line-height: 1.7; padding: 20px 36px; border-top: 1px solid var(--rule); background: var(--cream-2); text-align: center; }

.conf-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.conf-actions .btn-ink, .conf-actions .btn-ghost { flex: 1; min-width: 200px; }

.conf-empty { text-align: center; padding: 60px 24px; }
.conf-empty p { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; color: var(--ink-soft); margin-bottom: 24px; }

/* ─────────────────────────────────────────────────
   PRINT — devis officiel Aratice (feuille A4 sobre)
   ───────────────────────────────────────────────── */
@media print {
  @page { size: A4; margin: 15mm 16mm 16mm; }

  *, *::before, *::after { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  /* masquer tout le chrome du site + l'accroche marketing */
  .site-nav, .mobile-menu, .site-footer, .conf-back, .conf-actions,
  .conf-hero, .no-print { display: none !important; }

  html, body { background: #fff !important; }
  body { font-size: 10.5pt; line-height: 1.5; }

  .conf-wrap { padding: 0 !important; max-width: 100% !important; margin: 0 !important; }
  .conf-card { border: none !important; border-radius: 0 !important; overflow: visible !important; box-shadow: none !important; background: #fff !important; }
  .conf-card + .conf-card { margin-top: 0 !important; }

  /* aligner tous les blocs sur le cadre de la page (marge @page) */
  .conf-letterhead, .conf-parties, .conf-settle, .conf-sign,
  .conf-legal, .conf-note, .conf-caption { padding-left: 0 !important; padding-right: 0 !important; }
  .conf-items thead th, .conf-items tbody td { padding-left: 0 !important; padding-right: 0 !important; }
  .conf-items thead th:not(:first-child), .conf-items tbody td:not(:first-child) { padding-left: 12px !important; }

  /* en-tête plus compact et net sur le papier */
  .conf-letterhead { padding-top: 0 !important; padding-bottom: 18px !important; }
  .ara-logo-svg { height: 52px !important; }
  .conf-doctitle .dt-ref { font-size: 22px !important; }
  .conf-parties { padding-top: 22px !important; padding-bottom: 22px !important; }

  /* tableau : en-tête répété à chaque page, lignes insécables, pas de photos */
  .conf-items { break-inside: auto; }
  .conf-items thead { display: table-header-group; }
  .conf-items tfoot { display: table-footer-group; }
  .conf-items tr { break-inside: avoid !important; page-break-inside: avoid !important; }
  .conf-items tbody td { padding-top: 11px !important; padding-bottom: 11px !important; }
  .conf-item-ic { display: none !important; }
  .conf-item-name { gap: 0 !important; }
  .conf-item-opts { margin-left: 0 !important; }

  /* garder les blocs de bas de page groupés */
  .conf-letterhead, .conf-parties { break-inside: avoid; }
  .conf-settle, .conf-sign, .conf-legal { break-inside: avoid; page-break-inside: avoid; }
  .conf-settle { padding-top: 22px !important; }
  .conf-sign { margin-left: 0 !important; margin-right: 0 !important; }
  .conf-sign .sign-box { height: 82px !important; }

  /* mentions légales : discrètes, en pied de document */
  .conf-legal { background: #fff !important; border-top: 1px solid var(--rule) !important; margin-top: 6px; padding-top: 14px !important; }
}

@media (max-width: 700px) {
  .conf-wrap { padding: 100px 16px 70px; }
  .conf-card-pad, .conf-meta, .conf-parties, .conf-letterhead, .conf-totals, .conf-note, .conf-settle, .conf-sign, .conf-legal, .conf-caption { padding-left: 22px; padding-right: 22px; }
  .conf-items thead th, .conf-items tbody td { padding-left: 22px; padding-right: 22px; }
  .conf-parties { grid-template-columns: 1fr; gap: 24px; }
  .conf-settle { grid-template-columns: 1fr; gap: 22px; }
  .conf-letterhead { flex-direction: column; }
  .conf-doctitle { text-align: left; }
}



  .vp-layout { display: grid; grid-template-columns: 1fr 360px; gap: 26px; align-items: start; }
  .vp-main { min-width: 0; }
  .vp-aside { position: sticky; top: 100px; }

  /* option tiles — single-column grid: bulletproof vertical stack regardless of viewport width */
  .vp-options { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .vp-opt {
    display: flex; align-items: flex-start; gap: 18px; width: 100%; text-align: left;
    background: #fff; border: 1.5px solid var(--rule); border-radius: 20px; padding: 22px 24px;
    cursor: pointer; font-family: inherit; position: relative;
    box-shadow: 0 1px 2px oklch(20% 0.02 250 / 0.04), 0 8px 20px oklch(20% 0.02 250 / 0.04);
    transition: border-color .25s, box-shadow .3s, background .25s, transform .25s cubic-bezier(.2,.8,.3,1.3);
  }
  .vp-opt:hover { border-color: var(--ink-mute); transform: translateY(-3px); box-shadow: 0 1px 2px oklch(20% 0.02 250 / 0.05), 0 16px 30px oklch(20% 0.02 250 / 0.09); }
  .vp-opt.selected { border-color: var(--green-v2); background: var(--green-soft); box-shadow: 0 0 0 1px var(--green-v2), 0 16px 34px oklch(48% 0.13 152 / 0.14); }
  .vp-opt.selected:hover { transform: translateY(-3px); }
  .vp-opt-radio {
    width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--rule); background: #fff;
    flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center;
    transition: border-color .2s;
  }
  .vp-opt.selected .vp-opt-radio { border-color: var(--green-v2); }
  .vp-opt.selected .vp-opt-radio::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--green-v2); }
  .vp-opt-icon {
    width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0; color: var(--ink);
    background: var(--cream-2); display: flex; align-items: center; justify-content: center;
    transition: transform .3s cubic-bezier(.2,.8,.3,1.3), background .25s, color .25s;
  }
  .vp-opt-icon svg { width: 24px; height: 24px; }
  .vp-opt:hover .vp-opt-icon { transform: scale(1.06) rotate(-3deg); }
  .vp-options .vp-opt:nth-child(1) .vp-opt-icon { background: var(--green-soft); color: var(--green-v2); }
  .vp-options .vp-opt:nth-child(2) .vp-opt-icon { background: oklch(95% 0.03 280 / 1); color: oklch(60% 0.14 280); }
  .vp-options .vp-opt:nth-child(3) .vp-opt-icon { background: oklch(95% 0.03 40); color: var(--terra); }
  .vp-opt.selected .vp-opt-icon { background: var(--green-v2); color: #fff; }
  .vp-opt-body { flex: 1; min-width: 0; }
  .vp-opt-body h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
  .vp-opt-body p { font-size: 13.5px; color: var(--ink-soft); margin-top: 4px; line-height: 1.5; }
  .vp-opt-tag { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; background: var(--green-soft); color: var(--green-v2); }
  .vp-opt.selected .vp-opt-tag { background: #fff; }

  /* panels */
  .vp-panel { display: none; margin-top: 18px; background: #fff; border: 1px solid var(--rule); border-radius: 20px; padding: 26px 28px; }
  .vp-panel.show { display: block; animation: vpIn .25s ease; }
  @keyframes vpIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
  .vp-panel h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
  .vp-panel > p.vp-lead { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 20px; }

  .vp-form label { font-size: 13px; font-weight: 600; color: var(--ink); display: block; margin-bottom: 6px; }
  .vp-form input[type=text], .vp-form input[type=email], .vp-form input[type=tel] {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--rule); border-radius: 12px;
    font-size: 14px; font-family: inherit; margin-bottom: 14px; outline: none; transition: border-color .2s; background: #fff;
  }
  .vp-form input:focus { border-color: var(--ink); }
  .vp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .vp-row > div { min-width: 0; }
  .vp-section { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); margin: 8px 0 14px; padding-top: 16px; border-top: 1px solid var(--rule); }
  .vp-optional { font-weight: 400; color: var(--ink-mute); }

  .vp-file-drop { display: flex; align-items: center; gap: 12px; width: 100%; padding: 15px; border: 1.5px dashed var(--rule); border-radius: 12px; cursor: pointer; margin-bottom: 16px; transition: border-color .2s, background .2s; background: var(--cream-2); }
  .vp-file-drop:hover { border-color: var(--ink); }
  .vp-file-drop.has-file { border-style: solid; border-color: var(--green-v2); background: var(--green-soft); }
  .vp-file-drop svg { width: 22px; height: 22px; color: var(--ink-soft); flex-shrink: 0; }
  .vp-file-drop.has-file svg { color: var(--green-v2); }
  .vp-file-txt { min-width: 0; }
  .vp-file-txt strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.3; }
  .vp-file-txt span { display: block; font-size: 11.5px; color: var(--ink-mute); margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .vp-file-drop input[type=file] { display: none; }

  .vp-submit {
    width: 100%; justify-content: center; background: var(--ink); color: var(--cream);
    border: none; border-radius: 100px; padding: 16px; font-size: 15px; font-weight: 600;
    cursor: pointer; display: flex; align-items: center; gap: 8px; font-family: inherit; transition: background .2s, transform .2s; margin-top: 4px;
  }
  .vp-submit:hover { background: oklch(28% 0.04 250); transform: translateY(-1px); }
  .vp-submit .arrow { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; }
  .vp-secure { font-size: 12px; color: var(--ink-mute); text-align: center; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 6px; }
  .vp-secure svg { width: 13px; height: 13px; }

  /* summary card */
  .vp-sum { background: #fff; border: 1px solid var(--rule); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 44px oklch(18% 0.04 250 / 0.08); }
  .vp-sum-head { padding: 20px 22px 14px; border-bottom: 1px solid var(--rule); }
  .vp-sum-head h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
  .vp-sum-head p { font-size: 12.5px; color: var(--ink-mute); margin-top: 3px; }
  .vp-sum-items { padding: 8px 22px; }
  .vp-sum-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: center; }
  .vp-sum-item:last-child { border-bottom: none; }
  .vp-sum-thumb { width: 46px; height: 46px; border-radius: 10px; background: var(--cream-2); border: 1px solid var(--rule); flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 20px; }
  .vp-sum-thumb img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
  .vp-sum-info { flex: 1; min-width: 0; }
  .vp-sum-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
  .vp-sum-qty { font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
  .vp-sum-price { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: var(--ink); white-space: nowrap; }
  .vp-sum-totals { padding: 18px 22px; background: var(--cream-2); border-top: 1px solid var(--rule); }
  .vp-tline { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 8px; }
  .vp-tline.main { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; border-top: 1px solid var(--rule); padding-top: 12px; margin-top: 4px; margin-bottom: 0; }
  .vp-empty { text-align: center; padding: 70px 24px; }
  .vp-empty p { font-size: 15px; color: var(--ink-soft); margin-bottom: 20px; }

  @media (max-width: 860px) {
    .vp-layout { grid-template-columns: 1fr; }
    .vp-aside { position: static; order: -1; }
  }

  @media (max-width: 560px) {
    .vp-row { grid-template-columns: 1fr; }
  }

  @media print {
    html, body { background: #fff !important; }
    .vp-opt-icon, .vp-file-drop, .vp-sum-totals, .vp-sum-thumb { background: #fff !important; }
    .vp-opt, .vp-panel, .vp-sum { box-shadow: none !important; }
  }
