/* 10 · μπάρα κορυφής */
.bj-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--paper);
}
.bj-bar__row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  min-height: 74px;
}
.bj-bar__mark {
  display: inline-flex;
  align-items: baseline;
  min-height: 48px;
  padding-block: 12px;
  font-family: var(--face-mark);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.bj-bar__mark em { font-style: normal; color: var(--hl); }
.bj-bar__nav { margin-inline-start: auto; }
.bj-bar__list {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin: 0;
  padding: 0;
  list-style: none;
}
.bj-bar__link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-inline: 4px;
  font-size: 16px;
  color: var(--ink);
  text-decoration: none;
}
.bj-bar__link:hover { color: var(--hl); }
.bj-bar__toggle {
  display: none;
  margin-inline-start: auto;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: var(--curve-pill);
  cursor: pointer;
}
.bj-bar__toggle svg { width: 20px; height: 20px; }
.bj-bar__toggle .bj-bar__shut { display: none; }
.bj-bar__toggle[aria-expanded="true"] .bj-bar__shut { display: block; }
.bj-bar__toggle[aria-expanded="true"] .bj-bar__open { display: none; }

/* 11 · σημείωμα cookie */
.bj-note {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 55;
  width: min(920px, calc(100vw - 24px));
  padding: 22px 24px;
  background: var(--vault);
  color: var(--paper);
  border-radius: var(--curve-panel);
  box-shadow: var(--lift-deep);
}
.bj-note[hidden] { display: none; }
.bj-note__text {
  margin: 0 0 var(--sp-2);
  font-size: 14.5px;
  line-height: 1.6;
}
.bj-note__text a { color: var(--hl-lift); }
.bj-note__row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-1) var(--sp-2);
}

/* 12 · επιστροφή επάνω */
.bj-up {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--curve-pill);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, border-color .2s ease, color .2s ease;
}
.bj-up svg { width: 18px; height: 18px; }
.bj-up.is-shown { opacity: 1; visibility: visible; transform: translateY(0); }
.bj-up:hover { border-color: var(--hl); color: var(--hl); }

/* 13 · υποσέλιδο */
.bj-foot { background: var(--shelf); padding-block: clamp(52px, 7vw, 88px) var(--sp-5); }
.bj-foot__call { max-width: 40em; }
.bj-foot__call h2 { margin-bottom: var(--sp-2); }
.bj-foot__mail {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: var(--sp-2);
  font-size: clamp(19px, 2.4vw, 24px);
  font-weight: 600;
  color: var(--hl);
  text-decoration: none;
  border-bottom: 2px solid rgba(14, 124, 102, .3);
}
.bj-foot__mail:hover { border-bottom-color: var(--hl); }
.bj-foot__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--sp-5);
  margin-top: clamp(44px, 6vw, 72px);
}
.bj-foot__head {
  margin: 0 0 var(--sp-2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.bj-foot__list { margin: 0; padding: 0; list-style: none; }
.bj-foot__list a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--ink);
  text-decoration: none;
}
.bj-foot__list a:hover { color: var(--hl); }
.bj-foot__seal {
  margin-top: var(--sp-6);
  font-size: 14.5px;
  color: var(--ink-soft);
}

/* 14 · εναρκτήρια σκηνή */
.bj-bout { padding-block: clamp(48px, 8vw, 96px) clamp(40px, 6vw, 72px); text-align: center; }
.bj-bout__core { max-width: 24em; margin-inline: auto; }
.bj-bout__lead { max-width: 34em; margin-inline: auto; margin-top: var(--sp-3); }
.bj-bout__acts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-2);
  margin-top: clamp(28px, 4vw, 40px);
}
.bj-bout__shelf {
  margin-top: clamp(44px, 6vw, 72px);
  padding: clamp(24px, 3.4vw, 36px) clamp(18px, 3vw, 36px);
  background: var(--shelf);
  border-radius: var(--curve-panel);
}
.bj-bout__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.6vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.bj-bout__icons img {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  box-shadow: var(--lift-soft);
}
.bj-bout__icons li:nth-child(2n) { transform: translateY(-9px); }
.bj-bout__cap {
  margin: var(--sp-3) 0 0;
  font-size: 14.5px;
  color: var(--ink-soft);
}

/* 15 · φύλλο βαθμολόγησης */
.bj-mark__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: var(--sp-3); }
.bj-mark__head::after {
  content: "01";
  font-family: var(--face-mark);
  font-size: clamp(44px, 8vw, 78px);
  font-weight: 700;
  line-height: .9;
  color: var(--rule);
}
.bj-mark__intro { margin-top: var(--sp-3); }
.bj-mark__scroll {
  width: 100%;
  margin-top: clamp(28px, 4vw, 44px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bj-mark__scroll:focus-visible { outline-offset: 6px; }
.bj-mark table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.bj-mark caption {
  margin-bottom: var(--sp-3);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  text-align: left;
}
.bj-mark thead th {
  padding: 0 var(--sp-2) 14px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  white-space: nowrap;
}
.bj-mark tbody th,
.bj-mark tbody td {
  padding: 16px var(--sp-2) 16px 0;
  font-size: 15.5px;
  vertical-align: top;
}
.bj-mark tbody th { font-weight: 600; padding-inline-end: var(--sp-4); }
.bj-mark tbody td { color: var(--ink-soft); }
.bj-mark tbody tr:nth-child(odd) { background: rgba(0, 0, 0, .028); }
.bj-mark tbody th:first-child,
.bj-mark tbody td:first-child { padding-inline-start: 12px; }
.bj-mark tbody td:last-child { padding-inline-end: 12px; }
.bj-mark__state { display: inline-flex; align-items: center; gap: 8px; }
.bj-mark__state svg { width: 15px; height: 15px; flex: none; }
.bj-mark__state--yes svg { color: var(--hl); }
.bj-mark__foot { margin-top: var(--sp-3); max-width: 52em; font-size: 15px; color: var(--ink-soft); }

/* 16 · κατάλογος τίτλων */
.bj-plate__head { max-width: 40em; }
.bj-plate__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.4vw, 44px);
  margin-top: clamp(32px, 4.6vw, 56px);
}
.bj-plate__item {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border-radius: var(--curve-panel);
  overflow: hidden;
  box-shadow: var(--lift-deep);
}
.bj-plate__shot {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--shelf);
}
.bj-plate__shot img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bj-plate__body { display: flex; flex-direction: column; flex: 1; padding: clamp(22px, 2.6vw, 32px); }
.bj-plate__top { display: flex; align-items: center; gap: 14px; }
.bj-plate__top img { width: 56px; height: 56px; border-radius: 15px; flex: none; }
.bj-plate__name { margin: 0; }
.bj-plate__dev { margin: 4px 0 0; font-size: 14px; color: var(--ink-soft); }
.bj-plate__score { display: flex; align-items: center; gap: 10px; margin-top: var(--sp-3); }
.bj-plate__stars { width: 96px; height: 18px; color: var(--hl); flex: none; }
.bj-plate__num { font-size: 15px; font-weight: 600; }
.bj-plate__meta { font-size: 14px; color: var(--ink-soft); }
.bj-plate__text { margin-top: var(--sp-2); font-size: 15.5px; color: var(--ink-soft); }
.bj-plate__verdict {
  margin-top: var(--sp-3);
  padding: 14px 18px;
  background: var(--shelf);
  border-radius: var(--curve-chip);
  font-size: 15px;
}
.bj-plate__verdict b { font-weight: 600; }
.bj-plate__go { margin-top: auto; padding-top: var(--sp-3); }

/* 17 · συντακτική μέθοδος */
.bj-press__core { max-width: 44em; }
.bj-press__core h2 { color: var(--paper); }
.bj-press__lead { margin-top: var(--sp-3); font-size: clamp(18px, 2vw, 20px); color: rgba(255, 255, 255, .82); }
.bj-press__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(28px, 4vw, 52px);
  margin: clamp(40px, 5.5vw, 68px) 0 0;
  padding: 0;
  list-style: none;
}
.bj-press__num {
  display: block;
  font-family: var(--face-mark);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: var(--hl-lift);
}
.bj-press__steps h3 { margin: var(--sp-2) 0 10px; color: var(--paper); }
.bj-press__steps p { font-size: 15.5px; color: rgba(255, 255, 255, .8); }
.bj-press__tail { margin-top: clamp(36px, 5vw, 60px); max-width: 46em; font-size: 15.5px; color: rgba(255, 255, 255, .8); }
.bj-press__tail a { color: var(--hl-lift); }

/* 18 · ερωτήσεις */
.bj-quiz__head { max-width: 38em; }
.bj-quiz__list { width: 100%; margin-top: clamp(28px, 4vw, 44px); }
.bj-quiz__item + .bj-quiz__item { border-top: 1px solid var(--rule); }
.bj-quiz__ask {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  width: 100%;
  min-height: 56px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-radius: var(--curve-chip);
  text-align: left;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 600;
  cursor: pointer;
}
.bj-quiz__ask:hover { color: var(--hl); }
.bj-quiz__sign { width: 22px; height: 22px; flex: none; transition: transform .22s ease; }
.bj-quiz__ask[aria-expanded="true"] .bj-quiz__sign { transform: rotate(45deg); color: var(--hl); }
.bj-quiz__say { padding: 0 0 26px; max-width: 56em; color: var(--ink-soft); }
.bj-quiz__say[hidden] { display: none; }

/* 19 · νομικές σελίδες */
.bj-doc { padding-block: clamp(44px, 6vw, 76px) clamp(52px, 8vw, 96px); }
.bj-doc__core { max-width: 47em; }
.bj-doc h1 { font-size: clamp(31px, 4.6vw, 46px); }
.bj-doc__stamp { margin: var(--sp-3) 0 var(--sp-6); font-size: 14.5px; color: var(--ink-soft); }
.bj-doc h2 { margin-top: clamp(36px, 4.6vw, 52px); font-size: clamp(21px, 2.4vw, 26px); }
.bj-doc h2 + p { margin-top: var(--sp-2); }
.bj-doc ul { margin: var(--sp-2) 0; padding-inline-start: 20px; }
.bj-doc li { margin-bottom: 10px; }
.bj-doc code {
  padding: 2px 7px;
  background: var(--shelf);
  border-radius: 5px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: .92em;
}
.bj-doc__back { margin-top: clamp(40px, 5vw, 60px); }

.bj-lost { padding-block: clamp(72px, 12vw, 140px); text-align: center; }
.bj-lost__core { max-width: 32em; margin-inline: auto; }
.bj-lost__core::before {
  content: "404";
  display: block;
  margin-bottom: var(--sp-3);
  font-family: var(--face-mark);
  font-size: clamp(72px, 15vw, 132px);
  font-weight: 700;
  line-height: 1;
  color: var(--rule);
}
.bj-lost__acts { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-2); margin-top: var(--sp-5); }

/* 20 · στενές οθόνες */
@media (max-width: 880px) {
  .bj-bar__toggle { display: inline-flex; }
  .bj-bar__nav {
    display: none;
    position: absolute;
    left: var(--pad);
    right: var(--pad);
    top: 74px;
    padding: var(--sp-2) var(--sp-3) var(--sp-3);
    background: var(--paper);
    border-radius: var(--curve-panel);
    box-shadow: var(--lift-deep);
  }
  .bj-bar__nav.is-open { display: block; }
  .bj-bar__list { flex-direction: column; align-items: stretch; gap: 0; }
  .bj-bar__link { min-height: 52px; padding-inline: 6px; }
  .bj-bar { position: relative; }
  .bj-plate__grid { grid-template-columns: minmax(0, 1fr); }
  .bj-bout__icons img { width: 58px; height: 58px; }
  .bj-mark__head::after { display: none; }
}
@media (max-width: 560px) {
  .bj-bout__acts .bj-go { width: 100%; justify-content: center; }
  .bj-note { padding: 18px 20px; }
  .bj-bout__icons li:nth-child(2n) { transform: none; }
}
