/* 00 · γραμματοσειρές */
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/cmr-400-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/cmr-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/cmr-600-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/cmr-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/alg-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "CommissionerSub";
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial");
  size-adjust: 97%;
}

/* 01 · σταθερές */
:root {
  --paper: #ffffff;
  --shelf: #f6f4f0;
  --vault: #000000;
  --ink: #000000;
  --ink-soft: #4e4e4e;
  --hl: #0e7c66;
  --hl-deep: #0a5b4b;
  --hl-lift: #4fbfa3;
  --rule: #d8d4cd;

  --face-ui: "Commissioner", "CommissionerSub", "Helvetica Neue", Arial, sans-serif;
  --face-mark: "Alegreya", "Iowan Old Style", Georgia, serif;

  --track: -0.02em;

  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 40px;
  --sp-6: 48px;
  --sp-7: 64px;
  --sp-8: 80px;
  --sp-9: 120px;

  --shell: 1200px;
  --pad: clamp(20px, 5vw, 40px);

  --curve-panel: 24px;
  --curve-shot: 20px;
  --curve-pill: 999px;
  --curve-chip: 8px;

  --lift-soft: 0 4px 8px rgba(0, 0, 0, .06);
  --lift-deep: 0 16px 32px rgba(0, 0, 0, .10);
}

/* 02 · μηδενισμός */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--face-ui);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: var(--track);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
button { font: inherit; letter-spacing: inherit; color: inherit; }

/* 03 · τυπογραφία */
h1, h2, h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: var(--track);
  line-height: 1.16;
  text-wrap: balance;
}
h1 { font-size: clamp(38px, 6.4vw, 62px); line-height: 1.04; }
h2 { font-size: clamp(27px, 3.6vw, 37px); }
h3 { font-size: clamp(19px, 2vw, 23px); line-height: 1.28; }
p { margin: 0 0 var(--sp-2); }
p:last-child { margin-bottom: 0; }
a { color: var(--hl); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--hl-deep); }

.bj-eyebrow {
  margin: 0 0 var(--sp-3);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.bj-lead {
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
}
.bj-hl { color: var(--hl); }
.bj-quiet { color: var(--ink-soft); }

/* 04 · σκελετός */
.bj-wrap {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.bj-band { padding-block: clamp(56px, 9vw, 104px); }
.bj-band--tight { padding-block: clamp(44px, 6vw, 72px); }
.bj-band--shelf { background: var(--shelf); }
.bj-band--vault { background: var(--vault); color: var(--paper); }
.bj-intro { max-width: 46em; }

.bj-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 60;
  padding: 14px 22px;
  background: var(--vault);
  color: var(--paper);
  border-radius: 0 0 var(--curve-chip) 0;
  text-decoration: none;
}
.bj-skip:focus { left: 0; color: var(--paper); }

.bj-away {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* 05 · εστίαση */
:focus-visible {
  outline: 3px solid var(--hl);
  outline-offset: 3px;
  border-radius: 4px;
}
.bj-band--vault :focus-visible { outline-color: var(--hl-lift); }

/* 06 · χειριστήρια */
.bj-go {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 30px;
  border-radius: var(--curve-pill);
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: var(--track);
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.bj-go svg { width: 15px; height: 15px; flex: none; }

.bj-go--lead {
  border-color: var(--ink);
  color: var(--ink);
}
.bj-go--lead:hover {
  border-color: var(--hl);
  color: var(--hl);
  transform: translateY(-2px);
}
.bj-go--lead:active { transform: translateY(1px); background: var(--shelf); }

.bj-go--sub {
  background: var(--hl);
  border-color: var(--hl);
  color: var(--paper);
  box-shadow: var(--lift-soft);
}
.bj-go--sub:hover {
  background: var(--hl-deep);
  border-color: var(--hl-deep);
  color: var(--paper);
  transform: translateY(-2px);
  box-shadow: var(--lift-deep);
}
.bj-go--sub:active { transform: translateY(1px); box-shadow: none; }

.bj-go--thin {
  min-height: 48px;
  padding: 10px 22px;
  font-size: 15px;
}
.bj-go--pale {
  border-color: var(--paper);
  color: var(--paper);
}
.bj-go--pale:hover {
  border-color: var(--hl-lift);
  color: var(--hl-lift);
  transform: translateY(-2px);
}

.bj-out {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  font-weight: 600;
  color: var(--hl);
  text-decoration: none;
}
.bj-out span { border-bottom: 2px solid rgba(14, 124, 102, .35); transition: border-color .18s ease; }
.bj-out:hover span { border-bottom-color: var(--hl); }
.bj-out svg { width: 14px; height: 14px; flex: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
