/* =====================================================
   VARNA HOME CENTER — Брой 5, юни 2026
   ВАРИАНТ 3 · DATA & MARKET INTELLIGENCE
   Bloomberg / FT Statistics / Pitchbook inspired.
   Numbers lead the story. Dense grid. Charts everywhere.
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

:root {
  --ink:         #0E1116;
  --panel:       #161A22;
  --paper:       #F4F5F2;
  --paper-2:     #E9EAE3;
  --text:        #1F2329;
  --muted:       #5C6470;
  --line:        #C5C7BE;
  --line-dark:   #2A2F38;

  --signal:      #1F7A5A;   /* up */
  --signal-bg:   #E2F1EA;
  --warn:        #C25340;   /* down */
  --warn-bg:     #F8E2DC;

  --accent:      #C29A4A;   /* premium gold */
  --accent-d:    #8E6E2C;
  --accent-bg:   #F4ECD8;
  --teal:        #1F6E78;

  --sans:        "IBM Plex Sans", system-ui, sans-serif;
  --mono:        "IBM Plex Mono", "Courier New", monospace;
  --serif:       "IBM Plex Serif", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
@page { size: A4 portrait; margin: 0; }

html, body {
  background: #DDE0D8;
  font-family: var(--sans);
  font-size: 9pt; line-height: 1.5;
  color: var(--text);
  font-feature-settings: "kern" 1, "liga" 1, "tnum" 1;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.page {
  position: relative;
  width: 210mm; height: 297mm;
  background: var(--paper);
  margin: 8mm auto;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0,0,0,0.15);
  page-break-after: always;
  break-after: page;
}
.page:last-child { page-break-after: auto; break-after: auto; }
@media print { .page { box-shadow: none; margin: 0; } }

/* ---------- Top + bottom strip ---------- */
.bar-top {
  position: absolute; top: 0; left: 0; right: 0; height: 9mm;
  display: grid; grid-template-columns: auto 1fr auto auto;
  align-items: center; gap: 8mm;
  padding: 0 10mm;
  background: var(--ink); color: #FFF;
  font-family: var(--mono); font-size: 7.5pt;
  letter-spacing: 1pt; text-transform: uppercase;
  z-index: 6;
}
.bar-top .vlogo { font-family: var(--sans); font-weight: 700; font-size: 9pt; letter-spacing: 1.5pt; }
.bar-top .vlogo b { color: var(--accent); }
.bar-top .ticker {
  font-family: var(--mono); font-size: 7.5pt; color: #C7CFD9; letter-spacing: 0.5pt;
  overflow: hidden; white-space: nowrap;
}
.bar-top .ticker .up { color: var(--signal); }
.bar-top .ticker .dn { color: var(--warn); }
.bar-top .sec  { color: var(--accent); font-weight: 600; }
.bar-top .iss  { color: #FFF; }

.bar-bot {
  position: absolute; bottom: 0; left: 0; right: 0; height: 10mm;
  padding: 0 10mm;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 6mm; align-items: center;
  background: var(--ink); color: #C7CFD9;
  font-family: var(--mono); font-size: 7pt; letter-spacing: 1pt;
  z-index: 6;
}
.bar-bot .ph { color: #FFF; }
.bar-bot .ad { text-align: center; }
.bar-bot .pn {
  background: var(--accent); color: var(--ink);
  font-family: var(--mono); font-weight: 700; font-size: 12pt;
  padding: 1mm 4mm; letter-spacing: 1pt;
}

/* ---------- Content area ---------- */
.content {
  position: absolute;
  top: 9mm; bottom: 10mm; left: 0; right: 0;
  padding: 8mm 10mm;
  overflow: hidden;
}

/* =============== COVER (page 1) ================ */
.cover {
  width: 210mm; height: 297mm;
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

.cv-masthead {
  position: absolute; top: 0; left: 0; right: 0; height: 28mm;
  background: var(--ink); color: #FFF;
  padding: 4mm 10mm 0;
  display: grid; grid-template-columns: 1fr auto; gap: 6mm;
  z-index: 3;
}
.cv-masthead .brand { display: flex; flex-direction: column; gap: 1mm; }
.cv-masthead .brand .nm { font-family: var(--sans); font-weight: 700; font-size: 22pt; letter-spacing: 1pt; }
.cv-masthead .brand .nm b { color: var(--accent); }
.cv-masthead .brand .sub { font-family: var(--mono); font-size: 7pt; letter-spacing: 3pt; color: #9CA5B1; text-transform: uppercase; }
.cv-masthead .issue { text-align: right; }
.cv-masthead .issue .lbl { font-family: var(--mono); font-size: 7pt; letter-spacing: 3pt; color: var(--accent); }
.cv-masthead .issue .no { font-family: var(--mono); font-size: 32pt; font-weight: 700; color: #FFF; line-height: 0.95; }
.cv-masthead .issue .dt { font-family: var(--mono); font-size: 8pt; color: #C7CFD9; letter-spacing: 2pt; text-transform: uppercase; }
.cv-masthead::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0.6mm;
  background: var(--accent);
}

.cv-ticker {
  position: absolute; top: 28mm; left: 0; right: 0; height: 7mm;
  background: var(--accent); color: var(--ink);
  display: flex; align-items: center;
  font-family: var(--mono); font-size: 8pt; font-weight: 500;
  padding: 0 10mm;
  letter-spacing: 1.2pt;
  white-space: nowrap; overflow: hidden;
}
.cv-ticker .seg { margin-right: 8mm; }
.cv-ticker .seg .lbl { color: var(--ink); font-weight: 700; }
.cv-ticker .seg .v { font-weight: 700; margin-left: 2mm; }
.cv-ticker .seg .up::before { content: "▲ "; color: var(--signal); }
.cv-ticker .seg .dn::before { content: "▼ "; color: var(--warn); }

.cv-hero {
  position: absolute; top: 35mm; left: 10mm; right: 10mm; bottom: 12mm;
  display: grid; grid-template-rows: auto auto 1fr; gap: 7mm;
}
.cv-headline {
  margin-top: 6mm;
}
.cv-headline .kicker {
  font-family: var(--mono); font-size: 8pt; font-weight: 700; letter-spacing: 3pt;
  color: var(--accent-d); text-transform: uppercase;
  border-bottom: 0.6pt solid var(--accent-d); padding-bottom: 1.5mm; margin-bottom: 4mm;
  display: inline-block;
}
.cv-headline h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 56pt;
  line-height: 0.95;
  letter-spacing: -1pt;
  color: var(--ink);
}
.cv-headline h1 em { font-style: italic; font-weight: 400; color: var(--accent-d); }
.cv-headline .standfirst {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14pt;
  line-height: 1.45;
  color: var(--text);
  margin-top: 5mm;
  max-width: 150mm;
}

.cv-poster {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 0.6pt solid var(--ink);
  border-bottom: 0.6pt solid var(--ink);
  padding: 4mm 0;
}
.cv-poster .kpi {
  padding: 0 4mm;
  border-right: 0.4pt solid var(--line);
}
.cv-poster .kpi:last-child { border-right: none; }
.cv-poster .kpi .lbl { font-family: var(--mono); font-size: 7pt; letter-spacing: 1.5pt; text-transform: uppercase; color: var(--muted); margin-bottom: 2mm; }
.cv-poster .kpi .v { font-family: var(--mono); font-weight: 700; font-size: 28pt; color: var(--ink); line-height: 1; letter-spacing: -0.5pt; }
.cv-poster .kpi .v.up { color: var(--signal); }
.cv-poster .kpi .v.dn { color: var(--warn); }
.cv-poster .kpi .d { font-family: var(--mono); font-size: 7pt; color: var(--muted); margin-top: 1mm; letter-spacing: 0.5pt; }

.cv-index {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 8mm;
  align-content: start;
}
.cv-index__list .h {
  font-family: var(--mono); font-size: 7pt; letter-spacing: 2.5pt; text-transform: uppercase; color: var(--ink);
  border-bottom: 1pt solid var(--ink); padding-bottom: 1.5mm; margin-bottom: 3mm; font-weight: 700;
}
.cv-index__list .row {
  display: grid; grid-template-columns: 9mm 1fr auto; gap: 3mm; align-items: baseline;
  padding: 2mm 0; border-bottom: 0.3pt solid var(--line);
  font-family: var(--sans);
}
.cv-index__list .row .pg { font-family: var(--mono); font-weight: 600; color: var(--accent-d); font-size: 11pt; }
.cv-index__list .row .ti { font-size: 9pt; color: var(--ink); font-weight: 500; }
.cv-index__list .row .sec { font-family: var(--mono); font-size: 7pt; letter-spacing: 1.5pt; color: var(--muted); text-transform: uppercase; }
.cv-index__maya {
  background: var(--ink); color: #FFF;
  padding: 5mm;
  display: flex; flex-direction: column; gap: 3mm;
}
.cv-index__maya .pic {
  width: 32mm; height: 32mm; border-radius: 50%; overflow: hidden;
  border: 2pt solid var(--accent);
  align-self: center;
}
.cv-index__maya .pic img { width: 100%; height: 100%; object-fit: cover; }
.cv-index__maya .nm { font-family: var(--sans); font-weight: 700; font-size: 13pt; text-align: center; letter-spacing: 1pt; }
.cv-index__maya .ro { font-family: var(--mono); font-size: 7pt; letter-spacing: 2.5pt; color: var(--accent); text-transform: uppercase; text-align: center; }
.cv-index__maya .qu { font-family: var(--serif); font-style: italic; font-size: 9.5pt; line-height: 1.4; color: #DDE2EB; text-align: center; margin-top: 1mm; }
.cv-index__maya .sub-bar {
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 0.5pt solid var(--accent-d); padding-top: 2.5mm;
  font-family: var(--mono); font-size: 7pt; letter-spacing: 1pt; color: #C7CFD9; text-transform: uppercase;
}
.cv-index__maya .sub-bar a { color: var(--accent); }
.cv-index__maya .social { display: flex; gap: 1.5mm; }
.cv-index__maya .social img { width: 4mm; height: 4mm; filter: invert(1); opacity: 0.85; }

/* =============== Generic dense headings ================ */
.h-kicker {
  font-family: var(--mono); font-size: 8pt; font-weight: 700; letter-spacing: 3pt; text-transform: uppercase;
  color: var(--accent-d); margin-bottom: 1.5mm;
  border-bottom: 0.5pt solid var(--accent-d); padding-bottom: 1mm; display: inline-block;
}
.h-display {
  font-family: var(--serif); font-weight: 600;
  font-size: 32pt; line-height: 0.95;
  color: var(--ink); letter-spacing: -0.5pt;
}
.h-display em { font-style: italic; color: var(--accent-d); font-weight: 500; }
.h-sub {
  font-family: var(--serif); font-style: italic;
  font-size: 12pt; line-height: 1.4; color: var(--text);
  max-width: 150mm; margin-top: 2mm;
}

/* =============== FEATURE p2 — dossier style ================ */
.dossier {
  display: grid; grid-template-columns: 1fr 60mm; gap: 8mm;
}
.dossier__main .body {
  margin-top: 5mm;
  column-count: 2; column-gap: 6mm; column-rule: 0.3pt solid var(--line);
  font-size: 9pt; line-height: 1.5; text-align: justify; hyphens: auto;
}
.dossier__main .body p { margin-bottom: 2mm; }
.dossier__main .body p:first-child::first-letter {
  font-family: var(--serif); font-weight: 700;
  float: left; font-size: 34pt; line-height: 0.85;
  padding-right: 2mm; padding-top: 1mm; color: var(--accent-d);
}
.dossier__main .pull {
  break-inside: avoid;
  margin: 3mm 0;
  font-family: var(--serif); font-style: italic;
  font-size: 13pt; line-height: 1.3;
  color: var(--ink);
  padding: 3mm 0;
  border-top: 1pt solid var(--ink);
  border-bottom: 1pt solid var(--ink);
}

.dossier__side {
  display: flex; flex-direction: column; gap: 5mm;
}
.factbox {
  background: var(--ink); color: #FFF;
  padding: 4mm 4mm;
}
.factbox .h { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--accent); text-transform: uppercase; margin-bottom: 2mm; }
.factbox table { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: 8.5pt; }
.factbox table td { padding: 1mm 0; border-bottom: 0.3pt dotted #444B57; vertical-align: top; }
.factbox table td.k { color: #C7CFD9; }
.factbox table td.v { text-align: right; color: #FFF; font-weight: 600; }
.factbox table tr:last-child td { border-bottom: none; }
.checklist {
  background: var(--paper-2); padding: 4mm;
}
.checklist .h { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--accent-d); text-transform: uppercase; margin-bottom: 2mm; font-weight: 700; }
.checklist ul { font-size: 8.5pt; line-height: 1.45; }
.checklist ul li { padding-left: 5mm; position: relative; margin-bottom: 1mm; }
.checklist ul li::before {
  content: "✓"; position: absolute; left: 0; color: var(--signal); font-weight: 700;
}

/* =============== OFFERS p3 — data table ================ */
.offers-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--sans);
}
.offers-table thead th {
  font-family: var(--mono); font-size: 7pt;
  letter-spacing: 2pt; text-transform: uppercase; color: var(--muted);
  border-bottom: 1pt solid var(--ink);
  padding: 2mm 2mm; text-align: left;
}
.offers-table thead th.r { text-align: right; }
.offers-table tbody td {
  padding: 4mm 2mm;
  border-bottom: 0.5pt solid var(--line);
  vertical-align: middle;
}
.offers-table .ph { width: 28mm; padding: 4mm 2mm 4mm 0; }
.offers-table .ph img { width: 28mm; height: 22mm; object-fit: cover; }
.offers-table .id { font-family: var(--mono); font-weight: 700; color: var(--accent-d); font-size: 9pt; }
.offers-table .ti { font-family: var(--serif); font-weight: 600; font-size: 11pt; color: var(--ink); }
.offers-table .ti b { font-weight: 700; }
.offers-table .met { font-family: var(--mono); font-size: 8pt; color: var(--muted); letter-spacing: 0.5pt; margin-top: 1mm; text-transform: uppercase; }
.offers-table .brk { font-size: 8.5pt; color: var(--ink); }
.offers-table .brk b { color: var(--ink); }
.offers-table .brk .ph2 { font-family: var(--mono); font-size: 8pt; color: var(--accent-d); display: block; margin-top: 0.5mm; }
.offers-table .pr { text-align: right; font-family: var(--mono); font-weight: 700; font-size: 13pt; color: var(--ink); }
.offers-table .pr small { display: block; font-weight: 400; font-size: 7.5pt; color: var(--muted); letter-spacing: 0.5pt; }

/* ====== charts ====== */
.chart-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6mm; margin-top: 5mm; }
.chart-card {
  border: 0.6pt solid var(--ink); padding: 4mm;
}
.chart-card .h { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--accent-d); text-transform: uppercase; font-weight: 700; margin-bottom: 2mm; }
.chart-card .v { font-family: var(--mono); font-weight: 700; font-size: 18pt; color: var(--ink); }
.chart-card .v.up { color: var(--signal); }
.chart-card .v.dn { color: var(--warn); }
.chart-card .legend { font-family: var(--mono); font-size: 7pt; color: var(--muted); margin-top: 1mm; letter-spacing: 0.5pt; }

/* =============== profile p5 ================ */
.profile-v3 { display: grid; grid-template-columns: 1fr 76mm; gap: 8mm; }
.profile-v3 .body .qa { margin-bottom: 3mm; }
.profile-v3 .body .qa .q { font-family: var(--mono); font-size: 8pt; letter-spacing: 1.5pt; text-transform: uppercase; color: var(--accent-d); font-weight: 700; margin-bottom: 0.5mm; }
.profile-v3 .body .qa .a { font-family: var(--serif); font-size: 10pt; line-height: 1.5; color: var(--text); }
.profile-v3 .card {
  background: var(--ink); color: #FFF; padding: 4mm;
  display: flex; flex-direction: column; gap: 3mm;
}
.profile-v3 .card .pic { width: 100%; aspect-ratio: 3/4; overflow: hidden; border: 1pt solid var(--accent); }
.profile-v3 .card .pic img { width: 100%; height: 100%; object-fit: cover; }
.profile-v3 .card .nm { font-family: var(--sans); font-weight: 700; font-size: 16pt; text-align: center; letter-spacing: 1pt; }
.profile-v3 .card table { width: 100%; font-family: var(--mono); font-size: 8.5pt; }
.profile-v3 .card table td { padding: 1mm 0; border-bottom: 0.3pt dotted #444B57; }
.profile-v3 .card table td.k { color: #C7CFD9; letter-spacing: 1pt; text-transform: uppercase; font-size: 7pt; }
.profile-v3 .card table td.v { text-align: right; color: var(--accent); font-weight: 700; }

.sell-v3 {
  margin-top: 5mm;
  background: var(--paper-2); padding: 5mm;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 5mm; align-items: start;
}
.sell-v3 .h {
  font-family: var(--serif); font-weight: 600;
  font-size: 22pt; line-height: 0.95; color: var(--ink);
}
.sell-v3 .h em { color: var(--accent-d); font-style: italic; }
.sell-v3 .lst h4 { font-family: var(--mono); font-size: 7.5pt; letter-spacing: 2pt; text-transform: uppercase; color: var(--accent-d); font-weight: 700; margin-bottom: 1.5mm; }
.sell-v3 .lst p { font-size: 8.8pt; line-height: 1.4; }

/* =============== tax article ================ */
.tax-h {
  font-family: var(--serif); font-weight: 600;
  font-size: 38pt; line-height: 0.95; color: var(--ink); letter-spacing: -0.4pt;
}
.tax-h em { font-style: italic; color: var(--accent-d); font-weight: 500; }
.tax-sub {
  font-family: var(--serif); font-style: italic; font-size: 13pt; line-height: 1.4;
  color: var(--text); margin-top: 2mm; max-width: 160mm;
}
.tax-body { column-count: 3; column-gap: 6mm; column-rule: 0.3pt solid var(--line); font-size: 8.5pt; line-height: 1.5; margin-top: 5mm; }
.tax-body p { margin-bottom: 1.8mm; text-align: justify; hyphens: auto; }
.tax-body h4 { font-family: var(--sans); font-weight: 700; font-size: 9.5pt; color: var(--ink); margin: 3mm 0 1mm; text-transform: uppercase; letter-spacing: 0.5pt; break-after: avoid-column; }
.tax-body h4::before { content: ""; display: inline-block; width: 4mm; height: 0.6pt; background: var(--accent-d); vertical-align: middle; margin-right: 2mm; }
.tax-body ul { margin: 1mm 0 2mm 3mm; }
.tax-body ul li { list-style: disc; margin-bottom: 0.8mm; }
.tax-body ul li::marker { color: var(--accent-d); }
.tax-body .alert {
  break-inside: avoid;
  background: var(--warn-bg); padding: 3mm; margin: 2mm 0;
  border-left: 1.5pt solid var(--warn);
}
.tax-body .alert .h { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--warn); font-weight: 700; }
.tax-body .alert p { font-size: 8.2pt; margin-top: 0.5mm; }
.tax-body .ok-box {
  break-inside: avoid;
  background: var(--signal-bg); padding: 3mm; margin: 2mm 0;
  border-left: 1.5pt solid var(--signal);
}
.tax-body .ok-box .h { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--signal); font-weight: 700; }
.tax-body .ok-box p { font-size: 8.2pt; margin-top: 0.5mm; }
.tax-continued {
  display: inline-block; margin-top: 4mm;
  background: var(--ink); color: var(--accent);
  font-family: var(--mono); font-size: 8pt; letter-spacing: 2pt; text-transform: uppercase; font-weight: 600;
  padding: 1.5mm 4mm;
}

/* =============== wants ================ */
.wants-h-v3 {
  font-family: var(--serif); font-weight: 600;
  font-size: 28pt; line-height: 0.95; color: var(--ink);
  margin-bottom: 1mm;
}
.wants-h-v3 em { font-style: italic; color: var(--accent-d); }
.wants-table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 8.5pt; }
.wants-table thead th {
  font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; text-transform: uppercase; color: var(--muted);
  border-bottom: 1pt solid var(--ink); padding: 2mm 1.5mm; text-align: left;
}
.wants-table tbody td { padding: 2.5mm 1.5mm; border-bottom: 0.4pt solid var(--line); vertical-align: top; }
.wants-table .id { font-family: var(--mono); font-weight: 600; color: var(--accent-d); }
.wants-table .ty { font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 9.5pt; }
.wants-table .req { color: var(--text); }
.wants-table .req ul li { margin-bottom: 0.3mm; padding-left: 3mm; position: relative; }
.wants-table .req ul li::before { content: "·"; position: absolute; left: 1mm; color: var(--accent-d); }
.wants-table .bud { font-family: var(--mono); font-weight: 600; color: var(--ink); text-align: right; white-space: nowrap; }
.wants-table .br { font-family: var(--serif); font-style: italic; color: var(--accent-d); }

/* =============== team ================ */
.team-v3-h {
  display: grid; grid-template-columns: 1fr auto; gap: 6mm; align-items: end;
  margin-bottom: 5mm;
}
.team-v3-h h2 { font-family: var(--serif); font-weight: 600; font-size: 36pt; line-height: 0.95; color: var(--ink); }
.team-v3-h h2 em { font-style: italic; color: var(--accent-d); }
.team-v3-h .stat {
  text-align: right; font-family: var(--mono); font-size: 8pt; letter-spacing: 1.5pt; color: var(--muted); text-transform: uppercase;
}
.team-v3-h .stat .big { font-family: var(--serif); font-weight: 700; font-size: 36pt; color: var(--accent-d); display: block; line-height: 1; }

.team-v3-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 3mm;
}
.tc-v3 {
  background: #FFF; border: 0.5pt solid var(--line); padding: 2.5mm;
  display: flex; flex-direction: column; gap: 1.5mm;
  position: relative;
}
.tc-v3 .pic { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #EEE; }
.tc-v3 .pic img { width: 100%; height: 100%; object-fit: cover; }
.tc-v3 .nm { font-family: var(--sans); font-weight: 700; font-size: 9pt; color: var(--ink); line-height: 1.1; min-height: 7mm; }
.tc-v3 .ph { font-family: var(--mono); font-size: 8pt; color: var(--accent-d); font-weight: 600; }
.tc-v3 .em { font-family: var(--mono); font-size: 6.5pt; color: var(--muted); word-break: break-all; line-height: 1.2; }
.tc-v3--new {
  background: var(--ink); color: #FFF;
}
.tc-v3--new .nm { color: #FFF; }
.tc-v3--new .ph { color: var(--accent); }
.tc-v3--new .em { color: #C7CFD9; }
.tc-v3--new::after {
  content: "NEW"; position: absolute; top: 2mm; right: 2mm;
  background: var(--accent); color: var(--ink);
  font-family: var(--mono); font-size: 6.5pt; font-weight: 700; letter-spacing: 1pt;
  padding: 0.4mm 1.5mm;
}

.team-v3-foot {
  margin-top: 6mm; padding: 4mm 5mm;
  background: var(--ink); color: #FFF;
  display: grid; grid-template-columns: auto 1fr auto; gap: 6mm; align-items: center;
}
.team-v3-foot .qr { width: 26mm; height: 26mm; padding: 1mm; background: #FFF; }
.team-v3-foot .qr img { width: 100%; height: 100%; }
.team-v3-foot .mid h4 { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: var(--accent); text-transform: uppercase; font-weight: 700; }
.team-v3-foot .mid .h { font-family: var(--serif); font-weight: 600; font-size: 18pt; line-height: 1.05; margin-top: 1mm; }
.team-v3-foot .mid .h em { font-style: italic; color: var(--accent); }
.team-v3-foot .mid p { font-size: 8.5pt; color: #C7CFD9; margin-top: 1mm; }
.team-v3-foot .right .num { font-family: var(--serif); font-weight: 700; font-size: 50pt; color: var(--accent); line-height: 1; }
.team-v3-foot .right .lbl { font-family: var(--mono); font-size: 7pt; letter-spacing: 2pt; color: #C7CFD9; text-transform: uppercase; margin-top: 1mm; }
.team-v3-foot .social { display: flex; gap: 2mm; margin-top: 2mm; }
.team-v3-foot .social img { width: 5mm; height: 5mm; filter: invert(1); }

@media print {
  html, body { background: #FFF; }
  .page { margin: 0; box-shadow: none; }
}
