/* Κλειδαράς Καλλιθέας — δημόσια όψη */
:root {
  --bg: #0f1114;
  --bg-elev: #1a1d23;
  --bg-tint: #151820;
  --text: #e8eaef;
  --muted: #9aa3b2;
  --gold: #e8a317;
  --gold-dim: #b87d0f;
  --line: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --font: "Manrope", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --wrap: min(1120px, 92vw);
  /* Ύψος top-bar + γραμμή header — ώστε τα links να μην «μπαίνουν» κάτω από το brand */
  --mobile-nav-pad-top: max(9.25rem, calc(env(safe-area-inset-top, 0px) + 8rem));
  /* Sticky στοιχεία κάτω από το sticky site-header (min-height + padding + μικρό κενό) */
  --sticky-below-header: calc(env(safe-area-inset-top, 0px) + 5.35rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Αποφυγή οριζόντιου layout shift όταν εμφανίζεται scrollbar (μενού κινητού κ.λπ.) */
  scrollbar-gutter: stable;
}

/* Ελαφρώς μεγαλύτερο κείμενο σε κινητά — όλα τα rem κλιμακώνονται ομοιόμορφα */
@media (max-width: 767px) {
  html {
    font-size: 107.5%;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-tap-highlight-color: rgba(232, 163, 23, 0.15);
}

/* Κάτω από top-bar (60) / sticky header (55) — αλλιώς Leaflet tiles/popup «περνάνε» από πάνω */
#main {
  position: relative;
  z-index: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #111;
  padding: 0.5rem 1rem;
  z-index: 1000;
  font-weight: 700;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Πρόοδος κύλισης (όλες οι σελίδες) */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 100;
  pointer-events: none;
}
.scroll-progress__fill {
  height: 100%;
  width: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(90deg, #9a6a0c, var(--gold-dim), var(--gold));
  box-shadow: 0 0 14px rgba(232, 163, 23, 0.4);
}

/* Προφόρτωση (κάθε πλήρης πλοήγηση) */
body.page-loader-active {
  overflow: hidden;
}
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: var(--bg);
  background-image: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(232, 163, 23, 0.08), transparent 55%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.page-loader--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  max-width: min(90vw, 22rem);
}
.page-loader__mark {
  line-height: 0;
  animation: page-loader-pulse 1.25s ease-in-out infinite;
}
.page-loader__svg {
  display: block;
  filter: drop-shadow(0 8px 28px rgba(232, 163, 23, 0.35));
}
.page-loader__text {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  line-height: 1.25;
  color: var(--text);
  letter-spacing: -0.02em;
}
.page-loader__sub {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.page-loader__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-inline-start: 0.15rem;
  vertical-align: middle;
}
.page-loader__dots i {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
  animation: page-loader-dot 1.15s ease-in-out infinite;
}
.page-loader__dots i:nth-child(2) {
  animation-delay: 0.18s;
}
.page-loader__dots i:nth-child(3) {
  animation-delay: 0.36s;
}
@keyframes page-loader-dot {
  0%,
  80%,
  100% {
    opacity: 0.2;
    transform: translateY(0) scale(0.85);
  }
  40% {
    opacity: 1;
    transform: translateY(-0.28rem) scale(1);
  }
}
.page-loader__anim {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.page-loader__spinner {
  box-sizing: border-box;
  width: 2.65rem;
  height: 2.65rem;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--gold);
  border-right-color: rgba(232, 163, 23, 0.45);
  border-radius: 50%;
  animation: page-loader-spin 0.72s linear infinite;
}
@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes page-loader-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.92;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-loader {
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .page-loader__mark {
    animation: none;
  }
  .page-loader__spinner,
  .page-loader__dots i {
    animation: none;
  }
  .page-loader__dots i {
    opacity: 0.55;
  }
  .page-loader__spinner {
    border-color: rgba(232, 163, 23, 0.45);
    border-top-color: var(--gold);
  }
}

.wrap {
  width: var(--wrap);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
}

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  color: #f0b73a;
}

.top-bar {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #2a2210, #1a1d23 40%, #1a1d23);
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.top-bar__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem 1rem;
  padding: 0.45rem 0;
}
.top-bar__led {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 0;
  min-width: 0;
  color: var(--muted);
}
.top-bar__pulse {
  flex-shrink: 0;
}
.top-bar__crawl-host {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.top-bar__crawl-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
}
.top-bar__crawl-track {
  display: inline-flex;
  width: max-content;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  white-space: nowrap;
  animation: top-bar-crawl-marquee var(--top-bar-crawl-dur, 28s) linear infinite;
}
.top-bar__crawl-seg {
  flex: 0 0 auto;
  padding-right: 2.5rem;
}
@keyframes top-bar-crawl-marquee {
  to {
    transform: translateX(-50%);
  }
}
.top-bar__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.top-bar__tel:hover {
  color: #fff;
}
.top-bar__tel-icon {
  display: flex;
  opacity: 0.9;
}
.top-bar__end {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem 0.65rem;
  margin-left: auto;
  flex: 0 0 auto;
  flex-shrink: 0;
}
.top-bar__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem 0.2rem;
}
.top-bar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.top-bar__social-link:hover {
  color: var(--gold);
  background: rgba(232, 163, 23, 0.12);
  border-color: rgba(232, 163, 23, 0.35);
}
.top-bar__social-icon {
  display: block;
  flex-shrink: 0;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(46, 229, 157, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 229, 157, 0);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  background: transparent;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
/* Φως που «πέφτει» κάτω από τη γραμμή του header — αργό fade-in στο φόρτωμα, μετά ήπιο pulse */
.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: clamp(3rem, 12vw, 6.5rem);
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 230, 170, 0.38) 0%,
    rgba(232, 163, 23, 0.16) 18%,
    rgba(232, 163, 23, 0.06) 45%,
    rgba(232, 163, 23, 0.02) 72%,
    transparent 100%
  );
  opacity: 0;
  animation:
    site-header-light-fade-in 2.4s ease-out 0.2s forwards,
    site-header-light-breathe 5.5s ease-in-out 2.6s infinite;
}
@keyframes site-header-light-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes site-header-light-breathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.76;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header::after {
    animation: none;
    opacity: 0.82;
  }
}
/* Blur σε ξεχωριστό επίπεδο: αλλιώς το fixed μενού κινητού «κλειδώνει» μέσα στο header (backdrop-filter = containing block). */
.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.65rem 0;
  /* Σταθερό ελάχιστο ύψος — λιγότερο «πήδημα» όταν φορτώνουν γραμματοσειρές (FOUT) */
  min-height: 3.35rem;
}
.site-header__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(12, 14, 18, 0.88);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}
.site-header__inner > .brand,
.site-header__inner > .nav-toggle,
.site-header__inner > .btn--header {
  position: relative;
  z-index: 1;
}
.site-header__inner > .site-nav {
  position: relative;
  z-index: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.brand:hover {
  color: inherit;
}
.brand__mark {
  flex-shrink: 0;
  line-height: 0;
}
.brand__svg {
  display: block;
  filter: drop-shadow(0 2px 8px rgba(232, 163, 23, 0.25));
}
.brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(52vw, 280px);
  letter-spacing: -0.02em;
}
@media (min-width: 900px) {
  /* Μέσα στο αριστερό κελί του grid — ποτέ πάνω από το μενού */
  .brand__name {
    max-width: 100%;
  }
}
.brand__tag {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  justify-self: end;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.55rem 0.6rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(232, 163, 23, 0.2);
  transition: background 0.15s ease;
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.nav-toggle__lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
  height: 18px;
}
.nav-toggle__lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.is-open .nav-toggle__lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-open .nav-toggle__lines span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open .nav-toggle__lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
}
.site-nav__item {
  position: relative;
}
.site-nav__row {
  display: flex;
  align-items: center;
  gap: 0;
}
.site-nav__link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  transition: color 0.15s ease, background 0.15s ease;
}
.site-nav__link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}
.site-nav__link.is-active {
  color: #1a1408;
  background: linear-gradient(135deg, rgba(232, 163, 23, 0.95), rgba(184, 125, 15, 0.9));
  box-shadow: 0 2px 12px rgba(232, 163, 23, 0.25);
}

.site-nav__chev {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.15rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.site-nav__chev::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  transition: transform 0.2s ease;
}
.site-nav__item--dropdown.is-open .site-nav__chev::after {
  transform: rotate(225deg);
  margin-top: 0.15rem;
}

.site-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__sublink {
  display: block;
  padding: 0.55rem 0.85rem;
  color: var(--text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background 0.12s ease, color 0.12s ease;
}
.site-nav__sublink:hover {
  background: rgba(232, 163, 23, 0.12);
  color: var(--gold);
}
.site-nav__sublink--all {
  font-weight: 700;
  color: var(--gold);
  margin-top: 0.25rem;
  border-top: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
}
.site-nav__subfoot {
  margin-top: 0.15rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.btn:active {
  transform: scale(0.98);
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: #141414;
  box-shadow: 0 6px 24px rgba(232, 163, 23, 0.35);
}
.btn--gold:hover {
  box-shadow: 0 8px 28px rgba(232, 163, 23, 0.5);
  color: #0a0a0a;
}
.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.btn--header {
  margin-left: 0;
  white-space: nowrap;
}
.btn--sm {
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  gap: 0.4rem;
}
.btn__icon {
  flex-shrink: 0;
}
.btn__header-text {
  display: inline;
}
.btn--lg {
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
}

@media (min-width: 900px) {
  /*
   * Brand (φυσικό πλάτος) | ευέλικτο κενό | κλήση.
   * Το μενού στο 2ο κελί με justify-self: end — κάθεται δεξιά, κοντά στο κουμπί κλήσης, μακριά από το λογότυπο.
   */
  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(0.75rem, 2vw, 1.35rem);
    min-height: 3.5rem;
  }
  .site-header__inner > .brand {
    grid-column: 1;
    justify-self: start;
    z-index: 2;
  }
  .site-header__inner > .site-nav {
    grid-column: 2;
    justify-self: end;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
  }
  .site-header__inner > .btn--header {
    grid-column: 3;
    justify-self: end;
  }
  .brand {
    min-width: 0;
  }
  .btn--header {
    justify-self: end;
    flex-shrink: 0;
  }
  .nav-toggle {
    display: none !important;
  }
  .site-nav {
    display: block !important;
    justify-self: end;
    width: auto;
    flex-basis: auto;
    order: unset;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .site-nav__list {
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0.28rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
  /* Κολλητά στο trigger — χωρίς κενό, αλλιώς χάνεται το :hover πριν φτάσει το ποντίκι στα links */
  .site-nav__item--dropdown .site-nav__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 0.45rem 0.4rem 0.4rem;
    margin-top: 0;
    background: var(--bg-elev);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
    z-index: 80;
  }
  /* Αόρατη «γέφυρα» πάνω από το panel ώστε το hover να μην κόβεται στο κενό */
  .site-nav__item--dropdown .site-nav__sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 0.75rem;
  }
  .site-nav__item--dropdown:hover .site-nav__sub,
  .site-nav__item--dropdown:focus-within .site-nav__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-nav__chev {
    display: none;
  }
}

/* Στενή επιφάνεια εργασίας: μικρότερα links ώστε το pill να μην «σπρώχνει» το layout */
@media (min-width: 900px) and (max-width: 1180px) {
  .site-nav__link {
    padding: 0.45rem 0.62rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 899px) {
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }
  /* Κατά την πλοήγηση: λιγότερο «θόρυβος» (το τηλέφωνο υπάρχει ήδη πάνω + στο header) */
  body.nav-open .fab-tel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  /* Πάνω από top-bar (z-index 60) ώστε το fullscreen μενού να καλύπτει σωστά την οθόνη */
  body.nav-open .site-header {
    z-index: 85;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    padding-block: 0.55rem;
    column-gap: 0.5rem;
  }
  .brand {
    position: relative;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 44px;
    min-height: 44px;
  }
  .btn--header {
    position: relative;
  }
  /* Υψηλότερη συγκεκριμένοτητα από .site-header__inner > * { z-index: 1 } ώστε η μπάρα να μείνει πάνω από το full-screen μενού */
  .site-header__inner > .brand,
  .site-header__inner > .nav-toggle,
  .site-header__inner > .btn--header {
    z-index: 100;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    order: 10;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .site-header__inner > .site-nav.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 95;
    padding: var(--mobile-nav-pad-top) max(1rem, env(safe-area-inset-right))
      max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, rgba(10, 12, 16, 0.98) 0%, #080a0d 55%, #060708 100%);
    backdrop-filter: blur(16px) saturate(1.1);
    -webkit-backdrop-filter: blur(16px) saturate(1.1);
    box-shadow: none;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .site-nav__item {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  .site-nav__item + .site-nav__item {
    margin-top: 0.35rem;
  }
  .site-nav__link {
    border-radius: 0;
    padding: 1.05rem 1.1rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    min-height: 52px;
    display: flex;
    align-items: center;
  }
  .site-nav__link.is-active {
    border-radius: 0;
  }
  .site-nav__row {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .site-nav__row .site-nav__link {
    flex: 1;
    border-radius: 0;
  }
  .site-nav__chev {
    display: flex;
    flex-shrink: 0;
    min-width: 48px;
    min-height: 48px;
    margin-right: 0.15rem;
  }
  .site-nav__sub {
    display: none;
    padding: 0.25rem 0.5rem 0.65rem;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .site-nav__item--dropdown.is-open .site-nav__sub {
    display: block;
  }
  .site-nav__sublink {
    padding: 0.82rem 0.95rem;
    min-height: 48px;
    font-size: 1.08rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }

  /* Στενότερη γραμμή: μόνο εικονίδιο τηλεφώνου (το κείμενο «Κλήση» μένει για screen readers μέσω aria-label) */
  .btn__header-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .btn--header {
    padding: 0.5rem 0.65rem;
    min-width: 44px;
    justify-content: center;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3.75rem, 9vw, 5rem);
}
.hero__scroll-hint-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  display: flex;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.hero__scroll-hint {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: color 0.25s ease, opacity 0.4s ease;
}
.hero__scroll-hint:hover {
  color: var(--gold);
}
.hero__scroll-hint.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero__scroll-hint__chev {
  opacity: 0.85;
  animation: hero-scroll-hint-bob 1.85s ease-in-out infinite;
}
@keyframes hero-scroll-hint-bob {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll-hint__chev {
    animation: none;
    opacity: 0.85;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 55% at 15% 0%, rgba(232, 163, 23, 0.14), transparent 52%),
    radial-gradient(ellipse 50% 45% at 95% 25%, rgba(100, 140, 255, 0.1), transparent 48%),
    linear-gradient(165deg, #141820 0%, #0f1114 45%, #0a0c10 100%);
  pointer-events: none;
}
.hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 2.75rem;
    align-items: center;
    min-height: min(72vh, 640px);
  }
  .btn--header {
    margin-left: 0;
  }
}

.hero__title-line {
  background: linear-gradient(135deg, #fff 0%, #e2e6ee 55%, #c5c9d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(232, 163, 23, 0.08);
}
.hero__stats {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}
.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 1rem;
  min-width: 5.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.hero__stat-val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--gold);
  line-height: 1.1;
}
.hero__stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  line-height:1.15;
  margin: 0 0 0.75rem;
  font-weight: 700;
}
.hero__subtitle {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0 0 1rem;
  max-width: 36ch;
}
.hero__lead {
  margin-bottom: 1.25rem;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--line);
}
.pill--24 {
  background: rgba(46, 229, 157, 0.1);
  border-color: rgba(46, 229, 157, 0.35);
  color: #b8f5d9;
}
.pill--muted {
  color: var(--muted);
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, rgba(30, 33, 40, 0.98), rgba(22, 24, 30, 0.99));
  border: 1px solid rgba(255, 210, 150, 0.42);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.35rem 1.35rem 1.25rem;
  transition: box-shadow 0.35s ease, border-color 0.25s ease;
  animation: gold-perimeter-glow-pulse-hero 3.4s ease-in-out infinite;
}
.hero-card:hover {
  border-color: rgba(255, 225, 175, 0.5);
}
.hero-card__head {
  margin-bottom: 1rem;
}
.hero-card__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1408;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  margin-bottom: 0.45rem;
}
.hero-card__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}
.hero-card__hint {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.hero__aside {
  position: relative;
}
.hero__aside-deco {
  display: none;
  position: absolute;
  right: -2rem;
  bottom: -1rem;
  width: 180px;
  height: 180px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 900px) {
  .hero__aside-deco {
    display: block;
  }
}

.callback-form__submit {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.callback-form__row {
  display: grid;
  gap: 0.75rem;
}
.callback-form__row--full {
  grid-template-columns: 1fr !important;
  margin-top: 0.25rem;
  width: 100%;
}
.callback-form--strip .callback-form__row--full {
  margin-top: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.callback-form--strip .callback-form__row--full .callback-form__field--block {
  max-width: none;
}
.callback-form--strip .callback-form__row--full textarea {
  min-height: 7rem;
  line-height: 1.5;
}
.callback-form__optional {
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  opacity: 0.8;
  font-size: 0.9em;
}
@media (min-width: 640px) {
  /* Χωρίς :not(--full) το δεύτερο row γινόταν 2 στήλες και το textarea έδειχνε στενό */
  .callback-form__row:not(.callback-form__row--full):not(.callback-form__row--submit-last):not(.callback-form__row--main-fields) {
    grid-template-columns: 1fr 1fr;
  }
  .callback-form__row:not(.callback-form__row--full):not(.callback-form__row--submit-last):not(.callback-form__row--main-fields) > .callback-form__submit {
    grid-column: 1 / -1;
  }
}
/* Πρώτη σειρά: όνομα, τηλέφωνο, περιοχή — strip: πλέγμα σε μεγάλες οθόνες, compact (αρχική): πάντα κάθετα */
.callback-form__row--main-fields {
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .callback-form__row--main-fields {
    grid-template-columns: 1fr 1fr;
  }
  .callback-form--compact .callback-form__row--main-fields {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 900px) {
  .callback-form__row--main-fields {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }
  .callback-form--compact .callback-form__row--main-fields {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
.callback-form__row--submit-last {
  grid-template-columns: 1fr !important;
  margin-top: 0.35rem;
}
.callback-form--strip .callback-form__row--submit-last {
  margin-top: 0.5rem;
}
.callback-form__submit--block {
  width: 100%;
}
.callback-form__submit--block .btn--callback {
  width: 100%;
}

.callback-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.callback-form__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.callback-form input,
.callback-form select,
.callback-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-tint);
  color: var(--text);
  font: inherit;
}
.callback-form input:focus,
.callback-form select:focus,
.callback-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}
.callback-form textarea {
  min-height: 5rem;
  resize: vertical;
  line-height: 1.45;
}

.callback-form--strip input,
.callback-form--strip select,
.callback-form--strip textarea {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}
/* Native select dropdown (ιδίως Windows/Chrome): λευκό μενού + ανοιχτό κείμενο χωρίς τα παρακάτω */
.callback-form select {
  color-scheme: dark;
}
.callback-form select option {
  background-color: var(--bg-elev);
  color: var(--text);
}
.callback-form--strip select {
  color: #e8eaef;
  background-color: rgba(20, 22, 28, 0.95);
}
.callback-form--strip select option {
  background-color: #1a1d23;
  color: #e8eaef;
}
.callback-form--compact select option {
  background-color: var(--bg-elev);
  color: var(--text);
}
.btn--callback {
  width: 100%;
  justify-content: center;
  padding: 0.68rem 1.1rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(240, 193, 75, 0.35), 0 8px 28px rgba(240, 193, 75, 0.2);
}

.section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.section--tint {
  background: var(--bg-tint);
  border-block: 1px solid var(--line);
}
.section--dark {
  background: linear-gradient(180deg, #0c0e11, #12151a);
  border-top: 1px solid var(--line);
}
.section--map {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-tint) 100%);
}

.section-head {
  margin-bottom: 1.25rem;
}
.section-head--left {
  text-align: left;
}
.section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.section-head__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}
.section-head__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.section-head__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}
.section-head__link:hover {
  color: #f5c04a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 1rem;
}
.section__title--sm {
  font-size: 1.35rem;
  margin-top: 2rem;
}
.section__intro {
  max-width: 65ch;
  margin-bottom: 2rem;
  color: var(--muted);
}

.service-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.service-grid--home {
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (min-width: 1100px) {
  .service-grid--home {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-grid--page {
  margin-top: 2rem;
}

/* ——— Services page: tabbed previews ——— */
.services-tabs {
  margin-top: 2rem;
}
.services-tabs__empty {
  margin-top: 1.5rem;
  color: var(--muted);
}
.services-tabs__bar {
  position: relative;
  margin-bottom: 1.25rem;
}
.services-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 0.75rem;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.services-tabs__tab {
  flex: 0 0 auto;
  appearance: none;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(28, 31, 38, 0.85);
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.services-tabs__tab:hover {
  color: var(--text);
  border-color: rgba(232, 163, 23, 0.35);
}
.services-tabs__tab[aria-selected="true"] {
  color: #1a1c22;
  background: linear-gradient(135deg, #f0c14b, #d4a017);
  border-color: rgba(232, 163, 23, 0.6);
  box-shadow: 0 4px 14px rgba(232, 163, 23, 0.2);
}
.services-tabs__tab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.services-tabs__panel {
  animation: services-tab-in 0.25s ease;
}
@keyframes services-tab-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-tabs__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(165deg, rgba(28, 31, 38, 0.95), rgba(20, 22, 28, 0.98));
  border: 1px solid var(--line);
}
@media (min-width: 768px) {
  .services-tabs__card {
    grid-template-columns: minmax(0, min(40vw, 380px)) 1fr;
    align-items: center;
    gap: 1.75rem;
    padding: 1.5rem 1.75rem;
  }
}
.services-tabs__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
  aspect-ratio: 16 / 10;
  max-height: 320px;
}
@media (min-width: 768px) {
  .services-tabs__media {
    max-height: none;
    min-height: 220px;
  }
}
.services-tabs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.32s ease, transform 0.35s ease;
}
.services-tabs__media--placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  background: rgba(232, 163, 23, 0.06);
  border-color: rgba(232, 163, 23, 0.15);
}
.services-tabs__icon {
  font-size: 3rem;
  line-height: 1;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .services-tabs__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(6, 8, 12, 0.62);
    opacity: 0;
    transition: opacity 0.32s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
  }
  .services-tabs__media:hover::after {
    opacity: 1;
  }
  .services-tabs__media:hover .services-tabs__img {
    filter: brightness(0.58);
    transform: scale(1.02);
  }
  .services-tabs__media--placeholder:hover .services-tabs__icon {
    opacity: 0.2;
  }
}
.services-tabs__media-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.32s ease, transform 0.34s cubic-bezier(0.34, 1.15, 0.64, 1);
  pointer-events: none;
}
.services-tabs__media-logo .brand-mark-icon {
  width: clamp(3.25rem, 10vw, 4.5rem);
  height: clamp(3.25rem, 10vw, 4.5rem);
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
}
@media (hover: hover) and (pointer: fine) {
  .services-tabs__media:hover .services-tabs__media-logo {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .services-tabs__img {
    transition: none;
  }
  .services-tabs__icon {
    transition: none;
  }
  .services-tabs__media-logo {
    transition: opacity 0.15s ease;
  }
  .services-tabs__media-logo,
  .services-tabs__media:hover .services-tabs__media-logo {
    transform: none;
  }
  @media (hover: hover) and (pointer: fine) {
    .services-tabs__media::after {
      transition: none;
    }
    .services-tabs__media:hover .services-tabs__img {
      transform: none;
    }
  }
}
.services-tabs__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .services-tabs__body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .services-tabs__body {
    justify-self: end;
    width: fit-content;
    max-width: min(46ch, 92%);
    margin-inline-start: auto;
    text-align: right;
    align-items: flex-end;
  }
}
.services-tabs__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
}
.services-tabs__hint {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 48ch;
}
.services-tabs__hint--current {
  color: var(--gold);
  font-weight: 600;
}

.service-page-tabs-follow {
  margin-top: 0.5rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(165deg, rgba(28, 31, 38, 0.95), rgba(20, 22, 28, 0.98));
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 23, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.service-card:hover {
  border-color: rgba(232, 163, 23, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.service-card:hover::before {
  opacity: 1;
}
.service-card--large {
  min-height: 140px;
}
.service-card__icon-wrap {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(232, 163, 23, 0.1);
  border: 1px solid rgba(232, 163, 23, 0.2);
}
.service-card__icon {
  font-size: 1.5rem;
  line-height: 1;
}
.service-card__title {
  font-weight: 700;
  font-size: 1.05rem;
}
.service-card__more {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.map-split {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 880px) {
  .map-split {
    grid-template-columns: 1fr 1.1fr;
    gap: 2rem;
  }
}
.map-split__text .section__title {
  margin-top: 0;
}
.map-split__map {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.leaflet-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  min-height: 320px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
}
.leaflet-map--tall {
  min-height: 380px;
}

.prose {
  color: var(--muted);
}
.prose strong {
  color: var(--text);
}
.prose p {
  margin: 0 0 1rem;
}
.prose a {
  color: var(--gold);
}
.prose--on-dark {
  color: #c5cad3;
  max-width: 70ch;
  margin-inline: auto;
  text-align: center;
  font-size: 1.1rem;
}

.page-article {
  padding: clamp(2rem, 4vw, 3rem) 0 3rem;
}
.page-article__head {
  margin-bottom: 1.5rem;
}
.page-article__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  margin: 0 0 0.5rem;
}
.page-article__lead {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 0;
  max-width: 55ch;
}
.page-article__back {
  margin-top: 2rem;
}

/* Σελίδα «Μάθε για εμάς» — κείμενο + φωτογραφία */
.page-article--about .about-page__split {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  align-items: start;
}
@media (min-width: 768px) {
  .page-article--about .about-page__split {
    grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
    grid-template-areas: "photo text";
    gap: 2rem 2.25rem;
  }
  .page-article--about .about-page__text {
    grid-area: text;
  }
  .page-article--about .about-page__figure {
    grid-area: photo;
    position: sticky;
    top: var(--sticky-below-header);
    z-index: 1;
    align-self: start;
  }
}
.page-article--about .about-page__text {
  min-width: 0;
}
.page-article--about .about-page__figure {
  margin: 0;
  border-radius: var(--radius);
  /* όχι overflow:hidden εδώ — χαλάει το position:sticky στο figure */
  border: 1px solid var(--line);
  background: var(--bg-tint);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}
.page-article--about .about-page__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  vertical-align: middle;
  border-radius: var(--radius);
}

/* Σελίδα καταστήματος */
.page-article--store {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.store-page__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 42rem;
}
.store-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.store-page__lead {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 38ch;
}
.store-page__lead p:last-child {
  margin-bottom: 0;
}
.store-page__split {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 960px) {
  .store-page__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 2rem 2.5rem;
    align-items: start;
  }
  .store-hours {
    grid-column: 2;
    grid-row: 1;
  }
  .store-story {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 959px) {
  .store-hours {
    order: 1;
  }
  .store-story {
    order: 2;
  }
}
.store-hours__shell {
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(232, 163, 23, 0.32);
  background: linear-gradient(155deg, rgba(232, 163, 23, 0.11) 0%, rgba(18, 20, 26, 0.92) 42%, rgba(12, 14, 18, 0.98) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1.25rem 1.35rem 1.35rem;
}
.store-hours__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.store-hours__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 163, 23, 0.18);
  color: var(--gold);
}
.store-hours__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: #f3f4f6;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.store-hours__kicker {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}
.store-hours__body {
  font-size: 0.95rem;
  line-height: 1.55;
}
.store-hours__body p:last-child {
  margin-bottom: 0;
}
.store-hours__segment {
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.75rem;
}
.store-hours__segment:last-child {
  margin-bottom: 0;
}
.store-hours__segment--accent {
  border-color: rgba(232, 163, 23, 0.22);
  background: rgba(232, 163, 23, 0.06);
}
.store-hours__segment-label {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.store-hours__segment p:not(.store-hours__segment-label) {
  margin: 0;
}
.store-story__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.45rem);
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--text);
  letter-spacing: -0.02em;
}
.store-story__body {
  max-width: 62ch;
}
.store-story__body p:last-child {
  margin-bottom: 0;
}
.store-photos {
  margin-top: 0.5rem;
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}
.store-photos__head {
  margin-bottom: 1.25rem;
  max-width: 36rem;
}
.store-photos__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}
.store-photos__sub {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.45;
}
.store-photo-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .store-photo-grid[data-count="2"],
  .store-photo-grid[data-count="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .store-photo-grid[data-count="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.store-photo-grid__figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-tint);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-photo-grid__figure:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}
.store-photo-grid__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  vertical-align: middle;
}
.store-page__actions {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .store-photo-grid__figure {
    transition: none;
  }
  .store-photo-grid__figure:hover {
    transform: none;
  }
}

/* Portfolio — Εργασίες */
.portfolio-page__header {
  margin-bottom: 1.5rem;
}
.portfolio-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  line-height: 1.2;
}
.portfolio-page__intro {
  margin: 0;
  max-width: 52rem;
  color: var(--muted);
}
.portfolio-page__crumb {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}
.portfolio-page__crumb a {
  color: var(--muted);
  text-decoration: none;
}
.portfolio-page__crumb a:hover {
  color: var(--gold);
  text-decoration: underline;
}
.portfolio-page__desc {
  margin: 0 0 2rem;
  max-width: 48rem;
}
.portfolio-page__empty {
  color: var(--muted);
  margin: 1rem 0 0;
}

/* Τίτλος πάνω από τη λίστα καρτών — μέσα στη μαύρη/fade ζώνη μετά το showcase */
.portfolio-page__list-head {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(-1 * clamp(1.35rem, 3.5vw, 2.5rem));
  padding: clamp(2.5rem, 7vh, 4.25rem) max(1.15rem, env(safe-area-inset-left, 0px))
    max(1.15rem, env(safe-area-inset-right, 0px)) clamp(0.75rem, 2vw, 1.25rem);
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(10, 11, 14, 0) 0%,
    rgba(12, 14, 18, 0.55) 22%,
    var(--bg) 48%,
    var(--bg) 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.portfolio-page__list-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eef0f4;
  line-height: 1.15;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
.portfolio-page__list-title::after {
  content: '';
  display: block;
  width: min(4.5rem, 18vw);
  height: 3px;
  margin: 0.75rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.85;
}

/* Υπόδειξη κύλισης πάνω από το Motion showcase (εργασίες) */
.portfolio-ss-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  transition: opacity 0.45s ease;
}
.portfolio-ss-scroll-hint__chev {
  color: var(--gold);
  opacity: 0.75;
  animation: portfolio-ss-hint-bob 2s ease-in-out infinite;
}
.portfolio-ss-scroll-hint.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
@keyframes portfolio-ss-hint-bob {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.95;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-ss-scroll-hint__chev {
    animation: none;
    opacity: 0.8;
  }
}

/* Portfolio scroll showcase — Motion grid (KevinGutowski / Jhey, CodePen QwNZYzL) */
.portfolio-showcase-wrap {
  display: none;
}

@supports (grid-template-columns: subgrid) {
  .portfolio-showcase-wrap {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    margin-bottom: 2.25rem;
  }

  .portfolio-ss-stage {
    min-height: 240vh;
  }

  .portfolio-ss-sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    width: 100%;
    display: flex;
    place-items: center;
    align-content: center;
    overflow: hidden;
    background: var(--bg);
  }

  /* Μαλακό fade-out κάτω — δεν κόβονται απότομα οι φωτογραφίες στο όριο της οθόνης */
  .portfolio-ss-sticky::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(4rem, 26vh, 14rem);
    pointer-events: none;
    z-index: 8;
    background: linear-gradient(
      to bottom,
      rgba(15, 17, 20, 0) 0%,
      rgba(15, 17, 20, 0.2) 28%,
      rgba(15, 17, 20, 0.75) 72%,
      var(--bg) 100%
    );
  }

  .portfolio-ss-grid {
    --offset: 0;
    --container-width: 1600px;
    --ss-gutter: clamp(1rem, 4vw, 2rem);
    --gap: clamp(10px, 7.35vw, 80px);
    width: var(--container-width);
    max-width: calc(100% - (2 * var(--ss-gutter)));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: var(--gap);
    margin: 0 auto;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }

  .portfolio-ss-grid > .portfolio-ss-layer {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    transform-origin: center center;
    pointer-events: none;
  }

  .portfolio-ss-slot {
    pointer-events: auto;
    min-width: 0;
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(1) .portfolio-ss-slot:nth-of-type(odd) {
    grid-column: 1;
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(1) .portfolio-ss-slot:nth-of-type(even) {
    grid-column: -2;
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(2) .portfolio-ss-slot:nth-of-type(odd) {
    grid-column: calc(2 + var(--offset));
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(2) .portfolio-ss-slot:nth-of-type(even) {
    grid-column: calc(-3 - var(--offset));
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(3) .portfolio-ss-slot:first-of-type {
    grid-column: calc(3 + var(--offset));
    grid-row: 1;
  }

  .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(3) .portfolio-ss-slot:last-of-type {
    grid-column: calc(3 + var(--offset));
    grid-row: -1;
  }

  .portfolio-ss-slot__link {
    display: block;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }

  .portfolio-ss-slot__link:hover {
    transform: scale(1.02);
    border-color: rgba(232, 163, 23, 0.35);
  }

  .portfolio-ss-slot img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
  }

  .portfolio-ss-scaler {
    position: relative;
    z-index: 2;
    grid-area: 2 / calc(3 + var(--offset));
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius);
    overflow: visible;
  }

  .portfolio-ss-scaler img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    object-fit: cover;
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
    max-width: none;
    border: 1px solid rgba(232, 163, 23, 0.25);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  }

  @media (max-width: 600px) {
    .portfolio-ss-grid {
      grid-template-columns: repeat(3, 1fr);
      --offset: -1;
    }

    .portfolio-ss-grid > .portfolio-ss-layer:nth-of-type(1) {
      display: none;
    }
  }
}

.portfolio-showcase-wrap.portfolio-ss--fallback {
  display: none !important;
}

.portfolio-showcase-wrap.portfolio-ss--reduced .portfolio-ss-stage {
  min-height: auto;
  padding: 1.5rem 0 2rem;
}

.portfolio-showcase-wrap.portfolio-ss--reduced .portfolio-ss-sticky {
  position: relative;
  min-height: min(88vh, 900px);
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-ss-slot__link {
    transition: none;
  }

  .portfolio-ss-slot__link:hover {
    transform: none;
  }
}

.portfolio-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .portfolio-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .portfolio-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.portfolio-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 163, 23, 0.35);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
}
.portfolio-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--bg-tint);
  overflow: hidden;
}
.portfolio-card__media--empty {
  background: linear-gradient(135deg, var(--bg-tint), var(--bg-elev));
  min-height: 8rem;
}
.portfolio-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
}
.portfolio-card__title {
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.35;
}
.portfolio-card__cta {
  font-size: 0.88rem;
  color: var(--gold);
  font-weight: 600;
}
/* Γκαλερί έργου: πάντα ίδιο layout για κάθε αριθμό φωτογραφιών (όχι data-count — αποφεύγει «κενούς» κανόνες για 5, 7+ κ.λπ.) */
.portfolio-work-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .portfolio-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .portfolio-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Μία μόνο εικόνα: πλήρες πλάτος ακόμα κι αν το grid είναι 2–3 στηλών */
.portfolio-work-grid__cell:only-child {
  grid-column: 1 / -1;
}
.portfolio-work-grid__figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-tint);
}
.portfolio-work-grid__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  vertical-align: middle;
}

/* Γκαλερί υπηρεσίας (slider) */
.service-gallery {
  --service-gallery-n: 1;
  margin: 0 0 1.85rem;
}
.service-gallery__viewport {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-tint);
  outline: none;
}
.service-gallery__hover-brand {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.32s ease, transform 0.34s cubic-bezier(0.34, 1.15, 0.64, 1);
  pointer-events: none;
  transform: scale(0.9);
}
.service-gallery__hover-brand .brand-mark-icon {
  width: clamp(3.5rem, 11vw, 5rem);
  height: clamp(3.5rem, 11vw, 5rem);
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.55));
}
@media (hover: hover) and (pointer: fine) {
  .service-gallery__viewport::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(6, 8, 12, 0.62);
    opacity: 0;
    transition: opacity 0.32s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
  }
  .service-gallery__viewport:hover::before {
    opacity: 1;
  }
  .service-gallery__viewport:hover .service-gallery__img {
    filter: brightness(0.58);
    transform: scale(1.015);
  }
  .service-gallery__viewport:hover .service-gallery__hover-brand {
    opacity: 1;
    transform: scale(1);
  }
}
.service-gallery__viewport:focus-visible {
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--gold);
}
.service-gallery__track {
  display: flex;
  width: calc(var(--service-gallery-n) * 100%);
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}
.service-gallery__slide {
  flex: 0 0 calc(100% / var(--service-gallery-n));
  margin: 0;
  padding: 0;
}
.service-gallery__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  vertical-align: middle;
  transition: filter 0.32s ease, transform 0.35s ease;
}
.service-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 16, 0.65);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.service-gallery__btn:hover {
  background: rgba(232, 163, 23, 0.35);
  color: #111;
}
.service-gallery__btn--prev {
  left: 0.5rem;
}
.service-gallery__btn--next {
  right: 0.5rem;
}
.service-gallery__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.65rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  pointer-events: none;
}
.service-gallery__dot {
  pointer-events: auto;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.service-gallery__dot:hover {
  background: rgba(255, 255, 255, 0.55);
}
.service-gallery__dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}
@media (prefers-reduced-motion: reduce) {
  .service-gallery__track {
    transition: none;
  }
  .service-gallery__hover-brand {
    transition: opacity 0.15s ease;
  }
  .service-gallery__hover-brand,
  .service-gallery__viewport:hover .service-gallery__hover-brand {
    transform: none;
  }
  @media (hover: hover) and (pointer: fine) {
    .service-gallery__viewport::before {
      transition: none;
    }
    .service-gallery__viewport:hover .service-gallery__img {
      transform: none;
    }
  }
}

.sub-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.contact-list li {
  margin-bottom: 0.5rem;
}

/* Περιμετρική χρυσή λάμψη (footer τηλ., callback strip, hero φόρμα) */
@keyframes gold-perimeter-glow-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.06),
      0 0 10px rgba(255, 185, 85, 0.42),
      0 0 24px rgba(232, 163, 23, 0.3),
      0 0 40px rgba(200, 130, 50, 0.12),
      0 14px 36px rgba(0, 0, 0, 0.48);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 240, 215, 0.14),
      0 0 20px rgba(255, 205, 115, 0.68),
      0 0 38px rgba(232, 163, 23, 0.48),
      0 0 58px rgba(200, 130, 50, 0.26),
      0 14px 36px rgba(0, 0, 0, 0.48);
  }
}
@keyframes gold-perimeter-glow-pulse-card {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.06),
      0 0 10px rgba(255, 185, 85, 0.42),
      0 0 24px rgba(232, 163, 23, 0.3),
      0 0 40px rgba(200, 130, 50, 0.12),
      0 24px 48px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 240, 215, 0.14),
      0 0 20px rgba(255, 205, 115, 0.68),
      0 0 38px rgba(232, 163, 23, 0.48),
      0 0 58px rgba(200, 130, 50, 0.26),
      0 26px 52px rgba(0, 0, 0, 0.44);
  }
}
@keyframes gold-perimeter-glow-pulse-hero {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.06),
      0 0 10px rgba(255, 185, 85, 0.42),
      0 0 24px rgba(232, 163, 23, 0.3),
      0 0 40px rgba(200, 130, 50, 0.12),
      0 18px 50px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 240, 215, 0.14),
      0 0 20px rgba(255, 205, 115, 0.68),
      0 0 38px rgba(232, 163, 23, 0.48),
      0 0 58px rgba(200, 130, 50, 0.26),
      0 18px 50px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}

.callback-strip {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(2rem, 5vw, 3.25rem) 0;
  background: linear-gradient(160deg, #0d0f12 0%, #141820 45%, #0f1216 100%);
}
.callback-strip__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(240, 193, 75, 0.09), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(46, 229, 157, 0.06), transparent 50%);
  pointer-events: none;
}
.callback-strip__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 960px) {
  .callback-strip__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2.5rem;
  }
}
.callback-strip__badge {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(240, 193, 75, 0.1);
  border: 1px solid rgba(240, 193, 75, 0.22);
}
.callback-strip__title {
  font-family: var(--font-display);
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  color: #f4f6f8;
}
.callback-strip__lead {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 42ch;
}
.callback-strip__lead strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}
.callback-strip__direct {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1rem 0.65rem 0.65rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: rgba(22, 24, 30, 0.92);
  background-image: linear-gradient(135deg, rgba(240, 193, 75, 0.08), transparent 55%);
  border: 1px solid rgba(255, 210, 150, 0.42);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.25s ease, box-shadow 0.35s ease;
  animation: gold-perimeter-glow-pulse 3.4s ease-in-out infinite;
}
.callback-strip__direct:hover {
  transform: translateY(-2px);
  background-color: rgba(28, 30, 38, 0.95);
  border-color: rgba(255, 225, 175, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 245, 220, 0.16),
    0 0 22px rgba(255, 210, 130, 0.72),
    0 0 42px rgba(232, 163, 23, 0.52),
    0 0 62px rgba(200, 130, 50, 0.28),
    0 16px 40px rgba(0, 0, 0, 0.52);
}
.callback-strip__direct .phone-attn {
  color: var(--gold);
  flex-shrink: 0;
}
.callback-strip__direct-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.callback-strip__direct-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}
.callback-strip__direct-num {
  font-size: 1.15rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.callback-strip__card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: rgba(18, 20, 26, 0.88);
  background-image: linear-gradient(160deg, rgba(240, 193, 75, 0.06), transparent 50%);
  border: 1px solid rgba(255, 210, 150, 0.42);
  transition: box-shadow 0.35s ease, border-color 0.25s ease;
  animation: gold-perimeter-glow-pulse-card 3.4s ease-in-out infinite;
}
.callback-strip__card:hover {
  border-color: rgba(255, 225, 175, 0.48);
}
.callback-strip__card .callback-form__label {
  color: rgba(255, 255, 255, 0.48);
}

.form-flash {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  font-weight: 600;
}
.form-flash--ok {
  color: #7dffb2;
}
.form-flash--err {
  color: #ff8a8a;
}

/* Modal επιτυχίας φόρμας επανάκλησης */
.callback-thanks-dialog {
  padding: 0;
  border: none;
  max-width: calc(100vw - 2rem);
  width: min(28rem, 100%);
  background: transparent;
}
.callback-thanks-dialog::backdrop {
  background: rgba(6, 8, 12, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.callback-thanks-dialog__panel {
  padding: 1.85rem 1.65rem 1.6rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(165deg, #1c1f27 0%, #12151c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}
.callback-thanks-dialog__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(46, 229, 157, 0.12);
  border: 1px solid rgba(46, 229, 157, 0.35);
  color: #5ee9a8;
}
.callback-thanks-dialog__icon svg {
  display: block;
}
.callback-thanks-dialog__title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 0 0 0.85rem;
  text-align: center;
  color: var(--text);
  letter-spacing: -0.02em;
}
.callback-thanks-dialog__text,
.callback-thanks-dialog__sub {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}
.callback-thanks-dialog__text strong,
.callback-thanks-dialog__sub strong {
  color: var(--text);
}
.callback-thanks-dialog__sub {
  font-size: 0.93rem;
  margin-bottom: 1.35rem;
}
.callback-thanks-dialog__btn {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body.callback-thanks-dialog-open {
  overflow: hidden;
}
body.callback-thanks-dialog-open #callbackThanksDialog {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: none;
  width: 100%;
  height: 100%;
  background: rgba(6, 8, 12, 0.78);
}

/* Λωρίδα συνεργατών (includes/img) — πάνω από footer */
.partners-marquee {
  position: relative;
  padding: 1.1rem 0 1.35rem;
  background: #ffffff;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.partners-marquee__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem 1.25rem;
}
@media (min-width: 640px) {
  .partners-marquee__inner {
    flex-direction: row;
    align-items: center;
  }
}
.partners-marquee__label {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  align-self: flex-start;
  padding-top: 0.15rem;
}
@media (min-width: 640px) {
  .partners-marquee__label {
    align-self: center;
    padding-top: 0;
    min-width: 7.5rem;
  }
}
.partners-marquee__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.partners-marquee__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  animation: partners-marquee-scroll var(--partners-marquee-sec, 72s) linear infinite;
  will-change: transform;
}
.partners-marquee__track:hover {
  animation-play-state: paused;
}
.partners-marquee__set {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3rem);
  padding-inline: clamp(1rem, 3vw, 2rem);
  flex-shrink: 0;
}
.partners-marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: clamp(5.5rem, 14vw, 9.5rem);
}
.partners-marquee__img {
  max-height: 3rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15) opacity(0.88);
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.partners-marquee__item:hover .partners-marquee__img {
  filter: grayscale(0) opacity(1);
}
@keyframes partners-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners-marquee__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 0.75rem;
  }
  .partners-marquee__set[aria-hidden="true"] {
    display: none;
  }
  .partners-marquee__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.site-footer {
  background: linear-gradient(180deg, #080a0c 0%, #050607 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.75rem 0 0;
  font-size: 0.95rem;
}
.site-footer__tabs {
  padding-bottom: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer__tabs-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.site-footer__tabs-title a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.site-footer__tabs-title a:hover {
  color: var(--gold);
}
.site-footer__tabs .services-tabs {
  margin-bottom: 0;
}
.site-footer__main {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 900px) {
  .site-footer__main {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
    align-items: start;
    gap: 2.5rem;
  }
}
.site-footer__mark {
  margin-bottom: 0.65rem;
}
.site-footer__brand {
  font-weight: 800;
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}
.site-footer__nap {
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.5rem;
  line-height: 1.5;
  max-width: 36ch;
}
.site-footer__email {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.site-footer__email:hover {
  text-decoration: underline;
}
.site-footer__social {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  align-items: center;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.site-footer__social-link:hover {
  color: var(--gold);
  background: rgba(232, 163, 23, 0.12);
  border-color: rgba(232, 163, 23, 0.35);
  transform: translateY(-1px);
}
.site-footer__social-icon {
  display: block;
  flex-shrink: 0;
}
.site-footer__cols {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 520px) {
  .site-footer__cols {
    grid-template-columns: 1fr;
  }
}
.site-footer__h {
  font-weight: 800;
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}
.site-footer__h--rule {
  margin-bottom: 0.95rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(232, 163, 23, 0.22);
  color: rgba(255, 255, 255, 0.52);
}
.site-footer__links,
.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__links--nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.site-footer__links--nav li {
  margin-bottom: 0;
}
.site-footer__nav-link {
  display: block;
  padding: 0.4rem 0 0.4rem 0.65rem;
  margin-left: -0.65rem;
  max-width: 100%;
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0 8px 8px 0;
  transition:
    color 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}
.site-footer__nav-link:hover {
  color: var(--gold);
  border-left-color: rgba(232, 163, 23, 0.45);
  background: rgba(232, 163, 23, 0.06);
}
.site-footer__nav-link.is-active {
  color: var(--gold);
  font-weight: 700;
  border-left-color: var(--gold);
  background: rgba(232, 163, 23, 0.08);
}
.site-footer__links li,
.site-footer__list li {
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}
.site-footer__links--nav li {
  margin-bottom: 0;
  font-size: inherit;
}
.site-footer__list li {
  color: rgba(255, 255, 255, 0.55);
}
.site-footer__cta {
  justify-self: stretch;
}
@media (min-width: 900px) {
  .site-footer__cta {
    justify-self: end;
  }
}
/* Κουμπί κλήσης footer: περιμετρική λάμψη σαν ταινία LED (εξωτερικό halo — όχι τι μέσα) */
.site-footer__tel-ring {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.site-footer__tel-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background-color: #161920;
  background-image: linear-gradient(135deg, rgba(240, 193, 75, 0.14), rgba(240, 193, 75, 0.04));
  /* Λεπτή φωτεινή γραμμή περιμετρικά + diffused glow γύρω-γύρω (όπως το reference) */
  border: 1px solid rgba(255, 210, 150, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 235, 200, 0.08),
    0 0 14px rgba(255, 195, 95, 0.55),
    0 0 28px rgba(232, 163, 23, 0.38),
    0 0 48px rgba(200, 130, 50, 0.2),
    0 14px 36px rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease, box-shadow 0.35s ease, border-color 0.25s ease;
  max-width: 100%;
  animation: gold-perimeter-glow-pulse 3.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .top-bar__crawl-track {
    animation: none !important;
    transform: none !important;
    display: block;
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
  .top-bar__crawl-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .top-bar__crawl-seg + .top-bar__crawl-seg {
    display: none;
  }
  .site-footer__tel-card,
  .callback-strip__direct,
  .callback-strip__card,
  .hero-card {
    animation: none !important;
  }
  .site-footer__tel-card {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.1),
      0 0 16px rgba(255, 195, 95, 0.5),
      0 0 32px rgba(232, 163, 23, 0.35),
      0 0 48px rgba(200, 130, 50, 0.18),
      0 14px 36px rgba(0, 0, 0, 0.48);
  }
  .callback-strip__direct {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.1),
      0 0 16px rgba(255, 195, 95, 0.5),
      0 0 32px rgba(232, 163, 23, 0.35),
      0 0 48px rgba(200, 130, 50, 0.18),
      0 14px 36px rgba(0, 0, 0, 0.48);
  }
  .callback-strip__card {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.1),
      0 0 16px rgba(255, 195, 95, 0.5),
      0 0 32px rgba(232, 163, 23, 0.35),
      0 0 48px rgba(200, 130, 50, 0.18),
      0 24px 48px rgba(0, 0, 0, 0.38);
  }
  .hero-card {
    box-shadow:
      0 0 0 1px rgba(255, 235, 200, 0.1),
      0 0 16px rgba(255, 195, 95, 0.5),
      0 0 32px rgba(232, 163, 23, 0.35),
      0 0 48px rgba(200, 130, 50, 0.18),
      0 18px 50px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}
.site-footer__tel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 225, 175, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 245, 220, 0.16),
    0 0 22px rgba(255, 210, 130, 0.72),
    0 0 42px rgba(232, 163, 23, 0.52),
    0 0 62px rgba(200, 130, 50, 0.28),
    0 16px 40px rgba(0, 0, 0, 0.52);
}
.site-footer__tel-card .phone-attn {
  color: var(--gold);
  flex-shrink: 0;
}
.site-footer__tel-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.site-footer__tel-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__tel-num {
  font-size: 1.35rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.1rem 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__legal {
  flex: 1 1 12rem;
  min-width: min(100%, 16rem);
}
.site-footer__credit {
  flex: 0 1 auto;
  text-align: right;
}
@media (max-width: 560px) {
  .site-footer__credit {
    text-align: left;
    width: 100%;
  }
}
.site-footer__credit-heart {
  display: inline-block;
  margin: 0 0.1em;
}
.site-footer__credit-link {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.site-footer__credit-link:hover {
  color: #f0b73a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@keyframes phone-ring-tilt {
  0%,
  72%,
  100% {
    transform: rotate(0deg);
  }
  74% {
    transform: rotate(-16deg);
  }
  76% {
    transform: rotate(14deg);
  }
  78% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(8deg);
  }
  82% {
    transform: rotate(0deg);
  }
}
@keyframes fab-pulse-glow {
  0% {
    box-shadow:
      0 0 0 0 rgba(52, 240, 168, 0.5),
      0 10px 28px rgba(0, 0, 0, 0.45);
  }
  70% {
    box-shadow:
      0 0 0 18px rgba(52, 240, 168, 0),
      0 10px 28px rgba(0, 0, 0, 0.45);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(52, 240, 168, 0),
      0 10px 28px rgba(0, 0, 0, 0.45);
  }
}
.phone-attn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  animation: phone-ring-tilt 3s ease-in-out infinite;
}
.phone-attn svg {
  display: block;
}
.phone-attn--lg svg {
  width: 28px;
  height: 28px;
}
.phone-attn--xl svg {
  width: 32px;
  height: 32px;
}
.top-bar__tel-icon.phone-attn {
  animation-duration: 2.8s;
}
.btn--header .phone-attn.btn__icon {
  animation-duration: 2.8s;
}
.fab-tel {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  box-sizing: border-box;
  /* max-width αντί για width→auto — το auto δεν αναμιγνύεται, γι’ αυτό «κόβει» απότομα */
  width: auto;
  min-width: 58px;
  max-width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  background: linear-gradient(145deg, #34f0a8, #18c47e);
  color: #042212;
  text-decoration: none;
  animation: fab-pulse-glow 2.5s ease-out infinite;
  /* Άνοιγμα/κλείσιμο «συρταριού»: ίδιο easing και στις δύο κατευθύνσεις */
  --fab-crawl-dur: 0.88s;
  --fab-crawl-ease: cubic-bezier(0.42, 0, 0.58, 1);
  transition:
    max-width var(--fab-crawl-dur) var(--fab-crawl-ease),
    min-width var(--fab-crawl-dur) var(--fab-crawl-ease),
    border-radius calc(var(--fab-crawl-dur) * 1.05) var(--fab-crawl-ease),
    padding var(--fab-crawl-dur) var(--fab-crawl-ease),
    gap var(--fab-crawl-dur) var(--fab-crawl-ease),
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}
.fab-tel__crawl-host {
  /* Μηδενικό πλάτος χωρίς flex-grow — αλλιώς «τρώει» χώρο και το εικονίδιο πάει δεξιά */
  flex: 0 0 0;
  min-width: 0;
  max-width: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-width var(--fab-crawl-dur) var(--fab-crawl-ease),
    opacity var(--fab-crawl-dur) var(--fab-crawl-ease),
    flex-basis var(--fab-crawl-dur) var(--fab-crawl-ease),
    width var(--fab-crawl-dur) var(--fab-crawl-ease);
}
.fab-tel__crawl-marquee {
  display: block;
  overflow: hidden;
  margin: 0 0.15rem 0 0.35rem;
  mask-image: linear-gradient(90deg, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
}
.fab-tel__crawl-track {
  display: inline-flex;
  width: max-content;
  font-weight: 800;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  white-space: nowrap;
  animation: fab-tel-crawl-marquee 5s linear infinite;
  animation-play-state: paused;
}
.fab-tel--crawl-active .fab-tel__crawl-track {
  animation-play-state: running;
}
.fab-tel__crawl-seg {
  flex: 0 0 auto;
  padding-right: 1.75rem;
}
@keyframes fab-tel-crawl-marquee {
  to {
    transform: translateX(-50%);
  }
}
.fab-tel--crawl-active {
  justify-content: flex-end;
  max-width: min(calc(100vw - 2.5rem), 17.5rem);
  min-width: 58px;
  padding-left: 0.2rem;
  padding-right: 0.35rem;
  border-radius: 999px;
  gap: 0.15rem;
}
.fab-tel--crawl-active .fab-tel__crawl-host {
  flex: 1 1 auto;
  width: auto;
  max-width: 12rem;
  opacity: 1;
}
.fab-tel__icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
/* Σκούρο φόντο + ανοιχτό κείμενο — το brightness(1.1) έκανε το mint πολύ έντονο και «έχανε» το κείμενο/εικονίδιο */
.fab-tel:hover,
.fab-tel:focus-visible {
  filter: none;
  animation: none;
  background: linear-gradient(145deg, #0d7a52, #064a32);
  color: #f6faf7;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
}
.fab-tel:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .phone-attn {
    animation: none !important;
  }
  .fab-tel {
    animation: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  }
  .fab-tel__crawl-track {
    animation: none !important;
    transform: none;
  }
}

/* ——— Mobile polish (≤899px) ——— */
@media (max-width: 899px) {
  :root {
    --wrap: min(1120px, calc(100vw - 1.35rem));
  }

  body {
    font-size: 1rem;
    line-height: 1.62;
  }

  #main {
    padding-bottom: max(5rem, calc(env(safe-area-inset-bottom, 0px) + 4.25rem));
  }

  .top-bar__inner {
    flex-wrap: nowrap;
    gap: 0.45rem 0.65rem;
    padding-block: 0.5rem;
  }
  .top-bar__led {
    flex: 1 1 0;
    min-width: 0;
    font-size: 0.82rem;
    line-height: 1.35;
  }
  .top-bar__crawl-track {
    font-size: 0.8rem;
  }
  .top-bar__end {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 0;
    border-left: 0;
  }
  .top-bar__tel {
    flex-shrink: 0;
    font-size: 0.82rem;
    padding: 0.2rem 0;
    white-space: nowrap;
  }

  .brand__svg {
    width: 36px;
    height: 36px;
  }
  .brand__name {
    max-width: min(calc(100vw - 9.5rem), 220px);
    font-size: 1rem;
    line-height: 1.22;
  }
  .brand__tag {
    font-size: 0.66rem;
  }

  .btn--header {
    min-height: 44px;
    align-self: center;
  }

  .hero {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 2.25rem;
  }
  .hero__title {
    font-size: clamp(1.65rem, 8.5vw, 2.35rem);
    line-height: 1.12;
  }
  .hero__subtitle {
    font-size: 1.02rem;
  }
  .hero__stats {
    gap: 0.5rem;
  }
  .hero__stat {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
    padding: 0.6rem 0.75rem;
  }
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__cta .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .hero-card {
    padding: 1.15rem 1.1rem 1.1rem;
  }

  .callback-form input,
  .callback-form select,
  .callback-form .btn {
    min-height: 48px;
    font-size: 1rem;
  }

  .section {
    padding: clamp(1.85rem, 4vw, 2.75rem) 0;
  }
  .section-head__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-head__link {
    white-space: normal;
  }

  .service-grid,
  .service-grid--home {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .service-card {
    padding: 1.15rem 1.1rem 1.05rem;
  }

  .leaflet-map,
  .leaflet-map--tall {
    min-height: 260px;
  }

  .page-article {
    padding: 1.5rem 0 2.25rem;
  }
  .page-article__title {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .callback-strip__direct {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .callback-strip__card {
    padding: 1.05rem 1rem;
  }

  .site-footer {
    padding: 2rem 0 0;
  }
  .site-footer__tel-num {
    font-size: 1.2rem;
  }

  .fab-tel {
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
    /* Ίδιο μέγεθος με desktop ώστε το crawl να συμπεριφέρεται ομοιόμορφα */
    min-width: 58px;
    max-width: 58px;
    height: 58px;
  }
  /*
   * Υψηλότερη ειδικότητα από το .fab-tel από πάνω — αλλιώς το max-width: 58px
   * «νικάει» το .fab-tel--crawl-active και το κουμπί μένει πάντα κύκλος στο κινητό.
   */
  .fab-tel.fab-tel--crawl-active {
    max-width: min(calc(100vw - 2.5rem), 17.5rem);
    min-width: 58px;
  }
}

@media (max-width: 380px) {
  :root {
    --wrap: min(1120px, calc(100vw - 1rem));
  }
  .brand__name {
    max-width: min(calc(100vw - 8.5rem), 200px);
    font-size: 0.92rem;
    line-height: 1.2;
  }
}

.leaflet-container {
  font-family: var(--font);
  /* Αντικαθιστά το z-index:1 του leaflet.css — μέσα στο #main (z-index:0) δεν «σκαρφαλώνει» πάνω από header */
  z-index: 0;
}
