/* SPALIARAS / AFTER DARK — editorial frontend. No rounded cards, gradients, glow or layout framework changes. */
:root {
  --base: #171918;
  --surface: #202321;
  --surface-2: #282c29;
  --deep: #111312;
  --paper: #f0ebe0;
  --soft: #c6c1b6;
  --muted: #9f9d94;
  --brass: #c6a476;
  --brass-dim: #9f815e;
  --rule: #434641;
  --red: #bc776a;
  --sans: "IBM Plex Sans", Arial, sans-serif;
  --serif: "Noto Serif", Georgia, serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--base);
  color: var(--paper);
  font: 400 15px/1.75 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.nav-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}
a:hover {
  color: var(--brass);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 4px;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.container {
  width: min(1330px, calc(100% - 100px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}
::selection {
  background: var(--brass);
  color: var(--deep);
}
h1,
h2,
h3,
h4,
p,
blockquote {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.035em;
}
p,
li {
  overflow-wrap: break-word;
}
.overline,
.eyebrow {
  font: 600 10px/1.5 var(--sans);
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--brass);
  display: block;
}
/* An unambiguous 21+ ribbon plus a two-storey, print-inspired masthead */
.top-notice {
  background: #303125;
  border-bottom: 1px solid #4a4839;
  color: #e3d9c4;
  text-align: center;
  padding: 8px 18px;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.top-notice strong {
  color: #e8cfa5;
}
.site-header {
  background: var(--base);
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 500;
}
.header-mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 122px;
}
.brand {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.brand picture {
  display: block;
}
.brand img {
  width: 310px;
  height: auto;
}
.header-note {
  margin-left: auto;
  padding: 0 0 0 28px;
  border-left: 1px solid var(--rule);
  color: var(--soft);
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}
.header-note span {
  font-size: 10px;
  color: var(--brass);
  letter-spacing: 0.14em;
  font-weight: 600;
}
.header-note small {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.nav-band {
  border-top: 1px solid var(--rule);
  background: var(--deep);
}
.nav-inner {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.nav-links {
  display: flex;
  gap: 38px;
  align-items: center;
}
.nav-links > a {
  color: var(--soft);
  display: inline-flex;
  align-items: center;
  min-height: 61px;
  border-bottom: 2px solid transparent;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.018em;
}
.nav-links > a:hover,
.nav-links > a[aria-current="page"] {
  color: var(--paper);
  border-color: var(--brass);
}
.nav-cta {
  font: 500 10px var(--sans);
  letter-spacing: 0.12em;
  color: var(--brass);
  white-space: nowrap;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--rule);
  color: var(--paper);
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 0;
}
.nav-toggle span {
  display: block;
  height: 1px;
  width: 19px;
  background: currentColor;
  transition:
    transform 0.17s ease,
    opacity 0.17s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
/* Cover story: restrained asymmetrical typesetting rather than a centered neon hero */
.hero {
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.hero-running {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--rule);
  padding: 22px 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 600;
}
.hero-running span:last-child {
  color: var(--brass);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  column-gap: clamp(42px, 7vw, 125px);
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
}
.home-hero .hero-running {
  grid-column: 1/-1;
  margin: 0 0 65px;
}
.home-hero .hero-grid > div:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.home-hero .hero-ledger {
  grid-column: 2;
  grid-row: 2;
}
.home-hero .hero-grid > div:first-child {
  max-width: 800px;
}
.hero .eyebrow {
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(41px, 5.2vw, 81px);
  line-height: 1.19;
  letter-spacing: -0.05em;
  margin-bottom: 29px;
  text-wrap: balance;
}
.hero .lead {
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--soft);
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 24px;
  font-weight: 400;
}
.update-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brass);
  font-size: 11px;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
  margin-top: 13px;
}
.update-line:before {
  content: "";
  width: 17px;
  height: 1px;
  background: var(--brass);
}
.hero-ledger {
  border-left: 1px solid var(--brass-dim);
  padding: 10px 0 7px 29px;
  align-self: center;
}
.hero-ledger:before {
  content: "ΣΗΜΕΙΩΣΗ ΕΚΔΟΣΗΣ  /  01";
  display: block;
  font: 600 10px var(--sans);
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 23px;
}
.hero-ledger h3 {
  font-size: clamp(21px, 2.2vw, 30px);
  margin-bottom: 23px;
  line-height: 1.4;
}
.hero-ledger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-ledger li {
  border-top: 1px solid var(--rule);
  padding: 10px 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.6;
}
.hero-ledger li:before {
  content: "—";
  color: var(--brass);
  margin-right: 9px;
}
/* Non-home page hero: narrower text column, enormous publication mark at the outer margin */
.inner-hero {
  background: var(--surface);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  column-gap: 40px;
  padding-top: 0;
  padding-bottom: 64px;
}
.hero-layout .hero-running {
  grid-column: 1/-1;
  margin-bottom: 62px;
}
.hero-layout > .eyebrow,
.hero-layout > h1,
.hero-layout > .lead {
  grid-column: 1;
}
.inner-hero h1 {
  font-size: clamp(40px, 5vw, 67px);
  max-width: 910px;
  margin-bottom: 21px;
}
.inner-hero .lead {
  max-width: 730px;
  margin-bottom: 0;
}
.hero-sidenote {
  grid-row: 2 / span 3;
  grid-column: 2;
  align-self: center;
  text-align: right;
  color: var(--brass);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-sidenote span {
  font: 400 clamp(64px, 8vw, 105px)/1 var(--serif);
  letter-spacing: -0.13em;
  color: #50524b;
}
.hero-sidenote i {
  height: 1px;
  background: var(--rule);
  width: 105px;
  margin: 22px 0 16px;
}
.hero-sidenote small {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.16em;
  font-style: normal;
}
/* Brand comparison is an index / ledger, not five copies of a card component. */
.section {
  padding: 85px 0 95px;
}
.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 55px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0;
}
.section-header:before {
  content: "ΚΑΤΑΛΟΓΟΣ / 01";
  font: 600 10px var(--sans);
  letter-spacing: 0.19em;
  color: var(--brass);
  grid-column: 1/-1;
  margin-bottom: -24px;
}
.section-header h2 {
  font-size: clamp(30px, 3.8vw, 49px);
  margin: 0;
}
.section-header p {
  font-size: 13px;
  color: var(--soft);
  line-height: 1.8;
  margin: 0;
}
.brand-directory {
  display: block;
}
.brand-directory > a {
  display: block;
  color: inherit;
}
.brand-entry {
  display: grid;
  grid-template-columns: 48px 178px minmax(0, 1fr) 40px;
  gap: 25px;
  align-items: center;
  padding: 29px 9px 29px 4px;
  border-bottom: 1px solid var(--rule);
  transition:
    background 0.16s ease,
    padding 0.16s ease;
}
.brand-directory > a:hover .brand-entry {
  background: var(--surface);
  padding-inline: 13px;
}
.entry-no {
  font: 400 26px/1 var(--serif);
  color: var(--brass);
  align-self: start;
  padding-top: 11px;
}
.brand-entry > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  background: #f5f2eb;
  padding: 12px;
}
.brand-entry img {
  max-width: 160px;
  width: auto;
  max-height: 65px;
  object-fit: contain;
}
.brand-entry h3 {
  font-size: 24px;
  color: var(--paper);
  margin: 0 0 5px;
  line-height: 1.3;
}
.brand-entry p {
  font-size: 13px;
  color: var(--soft);
  max-width: 660px;
  margin: 0 0 10px;
  line-height: 1.65;
}
.micro-badges {
  display: flex;
  gap: 9px 14px;
  flex-wrap: wrap;
}
.micro-badges span {
  color: var(--brass);
  font-size: 10px;
  letter-spacing: 0.02em;
}
.micro-badges span + span:before {
  content: "/";
  padding-right: 14px;
  color: #787a71;
}
.entry-arrow {
  font-size: 23px;
  font-weight: 300;
  color: var(--brass);
  border: 1px solid var(--rule);
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  transition:
    border-color 0.16s ease,
    transform 0.16s ease;
}
.brand-directory > a:hover .entry-arrow {
  border-color: var(--brass);
  transform: translate(2px, -2px);
}
/* Reference notes / FAQ as two asymmetric columns with visible editorial rules. */
.section-alt {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.guide-section .editorial-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(35px, 6vw, 110px);
}
.guide-section .editorial-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.guide-section .editorial-card:first-child {
  border-right: 1px solid var(--rule);
  padding-right: clamp(25px, 4vw, 70px);
}
.guide-section h2 {
  font-size: clamp(26px, 3vw, 39px);
  margin-bottom: 24px;
}
.guide-section h3 {
  font-size: 19px;
  color: var(--paper);
  margin: 24px 0 8px;
}
.guide-section p {
  font-size: 14px;
  color: var(--soft);
  line-height: 1.88;
}
.legal-note {
  background: #343126;
  border-left: 2px solid var(--brass);
  padding: 19px 23px;
  margin-top: 28px;
  font-size: 13px;
  color: var(--soft);
  line-height: 1.75;
}
.legal-note strong {
  color: var(--paper);
}
/* Subpages: table of contents, reading column, and real longform sections. */
.page-inner .section {
  padding-top: 75px;
}
.article-layout {
  display: grid;
  grid-template-columns: 235px minmax(0, 810px);
  gap: clamp(40px, 6vw, 105px);
  align-items: start;
}
.article-aside {
  position: sticky;
  top: 28px;
  padding-top: 8px;
}
.article-aside .overline {
  margin-bottom: 24px;
}
.article-aside nav {
  border-top: 1px solid var(--rule);
}
.article-aside nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--rule);
  font: 500 12px/1.55 var(--sans);
  color: var(--soft);
}
.article-aside nav a:hover {
  color: var(--brass);
}
.aside-support {
  margin-top: 27px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--brass-dim);
  color: var(--brass);
  font-size: 12px;
}
.article-body {
  min-width: 0;
}
.article-body > .editorial-card {
  padding: 0;
  margin: 0 0 56px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.article-body > .editorial-card:last-child {
  margin-bottom: 0;
}
.article-body h2 {
  font-size: clamp(24px, 2.8vw, 35px);
  color: var(--paper);
  margin: 0 0 22px;
  padding-top: 10px;
  scroll-margin-top: 30px;
}
.article-body h2:not(:first-child) {
  margin-top: 43px;
  border-top: 1px solid var(--rule);
  padding-top: 33px;
}
.article-body h3 {
  font-size: 19px;
  line-height: 1.45;
  color: var(--paper);
  margin: 32px 0 12px;
}
.article-body p,
.article-body li {
  font-size: 15px;
  color: var(--soft);
  line-height: 1.95;
  margin-bottom: 16px;
}
.article-body strong,
.article-body b {
  color: var(--paper);
  font-weight: 600;
}
.article-body ul,
.article-body ol {
  padding-left: 25px;
  margin-bottom: 22px;
}
.article-body li::marker {
  color: var(--brass);
}
.article-body li p {
  margin-top: 12px;
}
.article-body a {
  color: var(--brass);
  text-decoration: underline;
  text-decoration-color: #7b6a53;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.article-body .legal-note {
  margin: 28px 0 35px;
  border-left: 2px solid var(--brass);
  background: #2a2924;
  color: var(--soft);
}
.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.identity-item {
  padding: 18px 20px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.identity-item span {
  display: block;
  font: 500 10px var(--sans);
  letter-spacing: 0.1em;
  color: var(--brass);
  margin-bottom: 7px;
}
.identity-item strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.contact-line {
  padding: 13px 0 19px;
  border-top: 1px solid var(--rule);
}
.contact-line h3 {
  margin: 0 0 7px;
  font-size: 16px;
}
.contact-line p {
  margin: 0;
}
/* Full-width regulatory masthead with user-supplied foot.svg exactly as supplied. */
.reg-footer {
  background: var(--deep);
  border-top: 1px solid var(--rule);
  padding: 75px 0 33px;
  color: var(--soft);
  font-size: 13px;
}
.footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--rule);
}
.footer-brand {
  display: block;
  margin-top: 15px;
  max-width: 285px;
}
.footer-brand img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left;
}
.footer-motto {
  font: 400 clamp(16px, 2.2vw, 27px) var(--serif);
  color: var(--paper);
  margin: 0;
  letter-spacing: -0.025em;
  text-align: right;
}
.footer-register {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(230px, 0.65fr);
  gap: clamp(34px, 6vw, 95px);
  padding: 40px 0;
}
.footer-regulatory {
  margin: 21px 0 25px;
  background: var(--surface);
  border: 1px solid var(--rule);
  padding: 13px 16px;
  overflow: hidden;
}
.foot-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left;
}
.reg-source-note {
  border-left: 2px solid var(--brass);
  padding: 3px 0 3px 13px;
  color: #c9bba3;
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.reg-identity {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}
.reg-identity > strong {
  color: var(--paper);
  font-size: 13px;
  font-weight: 600;
}
.reg-identity p {
  margin: 9px 0 16px;
}
.reg-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 18px;
  border-top: 1px solid var(--rule);
  padding-top: 17px;
}
.reg-meta div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--rule);
  padding: 5px 0;
}
.reg-meta span {
  font-size: 10px;
  color: var(--muted);
}
.reg-meta b {
  font-size: 11px;
  font-weight: 500;
  color: var(--paper);
  overflow-wrap: anywhere;
  text-align: right;
}
.footer-directory .overline {
  margin-bottom: 27px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-links a {
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--soft);
  font-size: 12px;
}
.footer-links a:first-child {
  border-top: 1px solid var(--rule);
}
.footer-links a:hover {
  color: var(--brass);
}
.footer-bottom {
  border-top: 1px solid var(--rule);
  padding-top: 26px;
}
.footer-warning {
  max-width: 1000px;
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 26px;
}
.footer-warning strong {
  color: var(--brass);
}
.footer-rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  color: var(--muted);
  font-size: 11px;
}
.footer-rights p {
  margin: 0;
}
.footer-rights span {
  letter-spacing: 0.1em;
  color: var(--brass);
  white-space: nowrap;
}
.cookie-banner {
  position: fixed;
  z-index: 1100;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 860px;
  margin: auto;
  background: var(--surface);
  border: 1px solid var(--brass-dim);
  padding: 20px 23px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--soft);
  font-size: 12px;
}
.cookie-banner button {
  background: var(--brass);
  color: var(--deep);
  font-size: 12px;
  font-weight: 700;
  min-height: 42px;
  border: 0;
  border-radius: 0;
  padding: 8px 22px;
  flex-shrink: 0;
}
.cookie-banner.is-hidden {
  display: none;
}
/* Age-overlay functionality retained byte-for-byte in original site.js; only presentation adjusted. */
.age-overlay {
  position: fixed;
  inset: 0;
  background: #141514;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 2147483647;
}
.age-modal {
  background: #252825;
  color: var(--paper);
  padding: 43px 39px 35px;
  border: 1px solid var(--brass-dim);
  max-width: 430px;
  width: 100%;
  text-align: left;
}
.age-modal:before {
  content: "SPALIARAS  /  ΠΡΟΣΒΑΣΗ";
  display: block;
  font: 600 10px var(--sans);
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 25px;
}
.age-modal h2 {
  font: 400 31px/1.3 var(--serif);
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.age-modal p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.age-modal button {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 10px 0;
  padding: 12px 18px;
  border: 1px solid var(--rule);
  font: 600 13px var(--sans);
  transition: background 0.15s ease;
}
.confirm-btn {
  background: var(--brass);
  color: var(--deep);
  border-color: var(--brass) !important;
}
.confirm-btn:hover {
  background: #e0bd87;
}
.decline-btn {
  background: transparent;
  color: var(--soft);
}
.decline-btn:hover {
  background: var(--surface-2);
  color: var(--paper);
}
#loadingContent {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 180px;
}
.age-modal.is-loading #ageContent {
  display: none;
}
.age-modal.is-loading #loadingContent {
  display: flex;
}
.loading-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid var(--rule);
  border-top-color: var(--brass);
  border-radius: 50%;
  animation: loadingSpin 0.65s linear infinite;
  margin-bottom: 24px;
}
@keyframes loadingSpin {
  to {
    transform: rotate(360deg);
  }
}
#loadingContent h2 {
  font: 400 25px var(--serif);
  margin: 0 0 10px;
}
#loadingContent p {
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 60px);
  }
  .nav-links {
    gap: 23px;
  }
  .hero-grid {
    column-gap: 45px;
    grid-template-columns: minmax(0, 1.13fr) minmax(250px, 0.87fr);
  }
  .brand-entry {
    grid-template-columns: 37px 145px minmax(0, 1fr) 35px;
    gap: 18px;
  }
  .article-layout {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 44px;
  }
  .footer-register {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 44px);
  }
  .header-mast {
    min-height: 87px;
  }
  .brand img {
    width: 245px;
  }
  .header-note {
    display: none;
  }
  .nav-toggle {
    display: flex;
    margin-left: auto;
    z-index: 505;
  }
  .nav-band {
    border-top: 0;
  }
  .nav-inner {
    min-height: 0;
  }
  .nav-cta {
    display: none;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px 22px 26px;
    background: var(--deep);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links > a {
    font-size: 16px;
    min-height: 54px;
    border-bottom: 1px solid var(--rule);
    padding: 12px 7px;
  }
  .nav-links > a[aria-current="page"] {
    border-bottom-color: var(--brass);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 65px;
    gap: 50px;
  }
  .home-hero .hero-running {
    margin-bottom: 10px;
  }
  .home-hero .hero-grid > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .home-hero .hero-ledger {
    grid-column: 1;
    grid-row: 3;
  }
  .hero-ledger {
    max-width: 690px;
  }
  .hero h1 {
    max-width: 720px;
  }
  .section {
    padding: 65px 0;
  }
  .section-header {
    gap: 20px;
  }
  .brand-entry {
    grid-template-columns: 35px 130px minmax(0, 1fr) 34px;
    gap: 15px;
  }
  .brand-entry img {
    max-width: 115px;
  }
  .guide-section .editorial-shell {
    gap: 32px;
  }
  .guide-section .editorial-card:first-child {
    padding-right: 29px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .article-aside {
    position: static;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--rule);
  }
  .article-aside nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border: 0;
  }
  .article-aside nav a {
    border: 1px solid var(--rule);
    padding: 8px 12px;
    max-width: 100%;
  }
  .aside-support {
    margin-top: 17px;
    max-width: 240px;
  }
  .footer-register {
    grid-template-columns: 1fr 220px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 36px);
  }
  .top-notice {
    text-align: left;
    line-height: 1.55;
    font-size: 10px;
  }
  .header-mast {
    min-height: 76px;
  }
  .brand img {
    width: 205px;
  }
  .nav-toggle {
    width: 41px;
    height: 41px;
  }
  .hero-running {
    font-size: 9px;
    padding: 15px 0;
  }
  .hero-grid {
    padding-top: 0;
    padding-bottom: 49px;
    gap: 40px;
  }
  .home-hero .hero-running {
    margin-bottom: 0;
  }
  .hero .eyebrow {
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(35px, 9.4vw, 49px);
    letter-spacing: -0.04em;
    line-height: 1.22;
  }
  .hero .lead {
    font-size: 14px;
  }
  .hero-ledger {
    padding-left: 20px;
  }
  .hero-ledger h3 {
    font-size: 22px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    display: block;
    padding-bottom: 43px;
  }
  .hero-layout .hero-running {
    margin-bottom: 41px;
  }
  .hero-sidenote {
    display: none;
  }
  .section {
    padding: 50px 0 60px;
  }
  .section-header {
    display: block;
    padding-bottom: 27px;
  }
  .section-header:before {
    display: block;
    content: "ΚΑΤΑΛΟΓΟΣ / 01";
    margin-bottom: 17px;
  }
  .section-header h2 {
    font-size: 32px;
    margin: 0 0 13px;
  }
  .section-header p {
    font-size: 13px;
  }
  .brand-entry {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 11px;
    padding: 24px 0;
    align-items: start;
  }
  .entry-no {
    font-size: 21px;
    padding-top: 9px;
  }
  .brand-entry > div:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
    min-height: 79px;
    justify-content: flex-start;
    padding: 12px;
    width: min(185px, 100%);
  }
  .brand-entry img {
    max-width: 140px;
    max-height: 53px;
  }
  .brand-entry > div:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }
  .brand-entry h3 {
    font-size: 22px;
  }
  .brand-entry p {
    font-size: 12px;
  }
  .entry-arrow {
    grid-column: 3;
    grid-row: 1;
    width: 31px;
    height: 31px;
    font-size: 20px;
  }
  .micro-badges {
    gap: 3px 7px;
  }
  .micro-badges span {
    font-size: 9px;
  }
  .micro-badges span + span:before {
    padding-right: 7px;
  }
  .guide-section .editorial-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .guide-section .editorial-card:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 0 0 37px;
  }
  .guide-section h2 {
    font-size: 30px;
  }
  .page-inner .section {
    padding-top: 43px;
  }
  .article-aside {
    display: none;
  }
  .article-layout {
    display: block;
  }
  .article-body h2 {
    font-size: 27px;
  }
  .article-body p,
  .article-body li {
    font-size: 14px;
  }
  .article-body > .editorial-card {
    margin-bottom: 36px;
  }
  .identity-grid {
    grid-template-columns: 1fr;
  }
  .reg-footer {
    padding-top: 51px;
  }
  .footer-heading {
    display: block;
  }
  .footer-brand {
    margin: 14px 0 24px;
    max-width: 250px;
  }
  .footer-motto {
    text-align: left;
    font-size: 19px;
  }
  .footer-register {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 29px 0;
  }
  .footer-regulatory {
    padding: 10px 7px;
    margin: 20px 0;
  }
  .foot-img {
    width: 100%;
  }
  .reg-meta {
    grid-template-columns: 1fr;
  }
  .footer-directory {
    max-width: 100%;
  }
  .footer-rights {
    display: block;
  }
  .footer-rights span {
    display: block;
    margin-top: 10px;
  }
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .age-modal {
    padding: 30px 24px;
  }
  .age-modal h2 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
