/* Fresh Market — signage artwork sheets */

.sign-sheet {
  width: 297mm;
  min-height: 210mm;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 59, 42, 0.12);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.sign-sheet.portrait {
  width: 210mm;
  min-height: 297mm;
}

.sign-sheet.square {
  width: 210mm;
  min-height: 210mm;
}

.sign-meta {
  position: absolute;
  bottom: 3mm;
  right: 5mm;
  font-size: 2mm;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  z-index: 5;
}

/* ---- Fascia / hub board (wide) ---- */

.fascia {
  width: 100%;
  height: 100%;
  min-height: 210mm;
  background:
    radial-gradient(ellipse 55% 80% at 92% 50%, rgba(200, 155, 60, 0.22), transparent 55%),
    linear-gradient(105deg, #1a3f2d 0%, var(--forest-deep) 45%, #0c1f16 100%);
  color: var(--cream);
  padding: 16mm 18mm;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12mm;
  align-items: center;
}

.fascia .mark {
  width: 48mm;
  height: 48mm;
  border-radius: 50%;
}

.fascia .copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 22mm;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.fascia .copy .tag {
  margin: 3mm 0 0;
  font-size: 5mm;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}

.fascia .copy .line {
  margin: 4mm 0 0;
  font-family: var(--display);
  font-size: 6mm;
  font-weight: 500;
  max-width: 28ch;
  line-height: 1.15;
  opacity: 0.92;
}

.fascia .side {
  text-align: right;
  border-left: 0.5mm solid rgba(245, 238, 220, 0.25);
  padding-left: 10mm;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3mm;
}

.fascia .side .qr {
  width: 28mm;
  height: 28mm;
  object-fit: contain;
  background: #fff;
  padding: 1.5mm;
  margin-bottom: 2mm;
}

.fascia .side strong {
  display: block;
  font-family: var(--display);
  font-size: 9mm;
  font-weight: 600;
  line-height: 1;
}

.fascia .side span {
  display: block;
  margin-top: 2mm;
  font-size: 3.2mm;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.fascia .side .promise {
  margin-top: 6mm;
  font-size: 3mm;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
  line-height: 1.55;
}

/* Compact fascia for smaller boards */
.fascia.compact {
  min-height: 120mm;
  padding: 10mm 12mm;
  grid-template-columns: auto 1fr auto;
  gap: 8mm;
}

.fascia.compact .mark {
  width: 32mm;
  height: 32mm;
}

.fascia.compact .copy h1 {
  font-size: 14mm;
}

.fascia.compact .copy .tag {
  font-size: 3.2mm;
}

.fascia.compact .copy .line {
  font-size: 4mm;
}

.fascia.compact .side strong {
  font-size: 6.5mm;
}

/* ---- A-board (portrait) ---- */

.aboard {
  width: 100%;
  min-height: 297mm;
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(200, 155, 60, 0.2), transparent 55%),
    linear-gradient(175deg, #214f39 0%, var(--forest-deep) 55%, #0a1a12 100%);
  color: var(--cream);
  padding: 16mm 14mm 14mm;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6mm;
}

.aboard .mark {
  width: 42mm;
  height: 42mm;
  border-radius: 50%;
}

.aboard .word {
  font-size: 3.2mm;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
}

.aboard h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 16mm;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 0.98;
  max-width: 14ch;
}

.aboard h1 span {
  color: var(--gold);
}

.aboard .support {
  margin: 0;
  font-size: 4.2mm;
  opacity: 0.85;
  max-width: 28ch;
  line-height: 1.35;
}

.aboard .wa-block {
  margin-top: auto;
  width: 100%;
  background: rgba(245, 238, 220, 0.1);
  border: 0.4mm solid rgba(245, 238, 220, 0.28);
  padding: 8mm 6mm;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5mm;
  align-items: center;
}

.aboard .wa-block .wa-copy strong {
  display: block;
  font-family: var(--display);
  font-size: 11mm;
  font-weight: 600;
  line-height: 1;
}

.aboard .wa-block .wa-copy span {
  display: block;
  margin-top: 2.5mm;
  font-size: 3.2mm;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}

.aboard .wa-block .qr {
  width: 28mm;
  height: 28mm;
  object-fit: contain;
  background: #fff;
  padding: 1.5mm;
}

.aboard .foot-promise {
  font-size: 3mm;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
}

/* ---- Counter card ---- */

.counter-card {
  width: 100%;
  min-height: 148mm;
  background: var(--cream);
  color: var(--forest-deep);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.counter-card .left {
  padding: 10mm;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4mm;
}

.counter-card .brand-row {
  display: flex;
  align-items: center;
  gap: 3.5mm;
}

.counter-card .brand-row img {
  width: 16mm;
  height: 16mm;
  border-radius: 50%;
}

.counter-card .brand-row strong {
  display: block;
  font-family: var(--display);
  font-size: 6mm;
  font-weight: 600;
  line-height: 1;
}

.counter-card .brand-row span {
  font-size: 2.4mm;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.counter-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 7.5mm;
  font-weight: 560;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.counter-card .left p {
  margin: 0;
  font-size: 3.2mm;
  color: var(--muted);
  line-height: 1.35;
}

.counter-card .right {
  background: var(--forest-deep);
  color: var(--cream);
  padding: 10mm;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3mm;
  position: relative;
}

.counter-card .right .qr {
  position: absolute;
  top: 8mm;
  right: 8mm;
  width: 18mm;
  height: 18mm;
  object-fit: contain;
  background: #fff;
  padding: 1mm;
}

.counter-card .right .k {
  font-size: 2.4mm;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}

.counter-card .right strong {
  font-family: var(--display);
  font-size: 9mm;
  font-weight: 600;
  line-height: 1;
}

.counter-card .right .note {
  font-size: 3mm;
  opacity: 0.8;
  line-height: 1.35;
}

/* ---- Window / door vinyl strip ---- */

.vinyl-strip {
  width: 100%;
  min-height: 60mm;
  background: var(--forest-deep);
  color: var(--cream);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 8mm;
  padding: 8mm 12mm;
}

.vinyl-strip .qr {
  width: 22mm;
  height: 22mm;
  object-fit: contain;
  background: #fff;
  padding: 1mm;
}

.vinyl-strip img {
  width: 28mm;
  height: 28mm;
  border-radius: 50%;
}

.vinyl-strip .mid strong {
  display: block;
  font-family: var(--display);
  font-size: 10mm;
  font-weight: 600;
  line-height: 1;
}

.vinyl-strip .mid span {
  display: block;
  margin-top: 2mm;
  font-size: 3.4mm;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.75;
}

.vinyl-strip .wa {
  text-align: right;
}

.vinyl-strip .wa strong {
  display: block;
  font-family: var(--display);
  font-size: 8mm;
  font-weight: 600;
}

.vinyl-strip .wa span {
  font-size: 2.8mm;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* ---- Order-before hanging board ---- */

.cutoff-board {
  width: 100%;
  min-height: 210mm;
  background: var(--cream);
  color: var(--forest-deep);
  padding: 14mm;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2mm solid var(--forest-deep);
  box-sizing: border-box;
}

.cutoff-board .top {
  display: flex;
  align-items: center;
  gap: 4mm;
}

.cutoff-board .top img {
  width: 18mm;
  height: 18mm;
  border-radius: 50%;
}

.cutoff-board .top strong {
  font-family: var(--display);
  font-size: 6mm;
}

.cutoff-board h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 14mm;
  font-weight: 560;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.cutoff-board h1 em {
  font-style: normal;
  color: var(--gold);
}

.cutoff-board .big-time {
  font-family: var(--display);
  font-size: 28mm;
  font-weight: 600;
  line-height: 1;
  color: var(--forest-deep);
}

.cutoff-board .bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 5mm;
  align-items: end;
  border-top: 0.5mm solid rgba(23, 59, 42, 0.2);
  padding-top: 5mm;
  font-size: 3.4mm;
  color: var(--muted);
}

.cutoff-board .bottom .qr {
  width: 22mm;
  height: 22mm;
  object-fit: contain;
  background: #fff;
  border: 0.3mm solid rgba(23, 59, 42, 0.15);
}

.cutoff-board .bottom strong {
  display: block;
  font-family: var(--display);
  font-size: 6mm;
  color: var(--forest-deep);
}

/* ---- Delivery bike / box panel ---- */

.bike-panel {
  width: 100%;
  min-height: 148mm;
  background:
    linear-gradient(135deg, #214f39, var(--forest-deep) 60%, #0c1f16);
  color: var(--cream);
  padding: 12mm;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8mm;
  align-items: center;
}

.bike-panel img {
  width: 36mm;
  height: 36mm;
  border-radius: 50%;
}

.bike-panel h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 12mm;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.bike-panel .tag {
  margin: 2mm 0 0;
  font-size: 3.2mm;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.75;
}

.bike-panel .wa {
  grid-column: 1 / -1;
  border-top: 0.4mm solid rgba(245, 238, 220, 0.25);
  padding-top: 5mm;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bike-panel .wa .qr {
  width: 22mm;
  height: 22mm;
  object-fit: contain;
  background: #fff;
  padding: 1mm;
}

.bike-panel .wa strong {
  font-family: var(--display);
  font-size: 9mm;
  font-weight: 600;
}

.bike-panel .wa span {
  font-size: 3mm;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* ---- Materials doc reuse style from packaging ---- */

.signage-doc {
  width: 210mm;
  min-height: 297mm;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(23, 59, 42, 0.12);
  padding: 12mm;
}

.signage-doc h1 {
  font-family: var(--display);
  font-size: 8mm;
  font-weight: 560;
  color: var(--forest-deep);
  margin: 0 0 3mm;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.signage-doc .lead {
  margin: 0 0 6mm;
  color: var(--muted);
  font-size: 3.4mm;
  max-width: 55ch;
}

@media print {
  .sign-sheet,
  .signage-doc {
    box-shadow: none;
  }
}

@page fascia {
  size: A4 landscape;
  margin: 0;
}

@page aboard {
  size: A4;
  margin: 0;
}

.sign-sheet.landscape-a4 {
  page: fascia;
}

.sign-sheet.portrait {
  page: aboard;
}
