@page {
  size: 180mm 180mm;
  margin: 0;
}

:root {
  --accent: #000000;
  --text: #000000;
  --muted: #000000;
  --line: #c8c8c8;
  --bg: #f8f4ef;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #efe8df;
  color: var(--text);
  font-family: "Open Sans", Arial, sans-serif;
}

body {
  padding: 18px;
}

.page {
  width: 180mm;
  height: 180mm;
  margin: 0 auto;
  background: #fff;
  padding: 9mm 9mm 7mm;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-header {
  text-align: center;
  margin-bottom: 5mm;
}

.page-header h1 {
  margin: 0;
  font-size: 15pt;
  letter-spacing: 0.22em;
  font-weight: 600;
}

.subtitle {
  margin: 2mm 0 0;
  font-size: 8.5pt;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.no-header {
  padding-top: 7mm;
}

.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5mm;
}

.column {
  min-width: 0;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3mm;
  margin: 6.2mm 0 3.2mm;
}

.price-icons {
  display: grid;
  grid-template-columns: 8.5mm 8.5mm;
  justify-content: end;
  column-gap: 2.5mm;
  margin: 0;
  padding-top: 0.6mm;
}

.price-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.5mm;
  min-width: 8.5mm;
  height: 5.2mm;
  background: transparent;
  color: #000;
  line-height: 1;
}

.icon-svg {
  width: 4mm;
  height: 4mm;
  display: block;
  fill: currentColor;
}

.wine-section {
  margin-bottom: 4mm;
}

.wine-section h2 {
  display: inline-block;
  margin: 0;
  padding: 1.4mm 2mm;
  background: #000;
  border-bottom: none;
  font-size: 8pt;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 400;
  min-height: 5.2mm;
}

.section-accent {
  font-weight: 700;
}

.section-base {
  font-weight: 400;
}

.wine-list {
  display: flex;
  flex-direction: column;
  gap: 2mm;
}

.wine-item {
  padding-bottom: 1.6mm;
  border-bottom: 1px solid rgba(217, 207, 198, 0.65);
}

.wine-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wine-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5mm;
  align-items: start;
}

.wine-top h3 {
  margin: 0;
  font-size: 9.3pt;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prices {
  display: grid;
  grid-template-columns: 8.5mm 8.5mm;
  column-gap: 2.5mm;
  white-space: nowrap;
  font-size: 7.3pt;
  color: var(--accent);
  font-weight: 700;
  justify-content: end;
  text-align: center;
}

.meta,
.note {
  margin: 0.7mm 0 0;
  line-height: 1.28;
}

.meta {
  color: var(--text);
  font-size: 7.8pt;
  font-weight: 600;
}

.note {
  color: var(--text);
  font-size: 7.8pt;
}

.compact-section {
  margin-top: 3mm;
}

@media print {
  body {
    background: #fff;
    padding: 0;
  }

  .page {
    box-shadow: none;
    margin: 0;
    width: 180mm;
    height: 180mm;
    padding: 9mm 9mm 7mm;
  }
}
