html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "DarkMatterFont";
  src: url("fonts/MyFont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* BASE */
body {
  font-family: "DarkMatterFont", sans-serif;
  background: #040407;
  color: #ffffff;
  overflow-x: hidden;
}

/* ================= NAV ================= */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 24px 38px;
  display: flex;
  align-items: center;
  background: rgba(4, 4, 7, 0.85);
  backdrop-filter: blur(8px);
  z-index: 100;
}

.logo {
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

nav ul {
  position: absolute;
  left: 49.5%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  gap: 30px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

nav ul li a:hover {
  opacity: 1;
}

.book-btn {
  margin-left: auto;
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
  z-index: 101;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

/* ================= HERO SECTION ================= */
#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 20px 70px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(
    0,
    0,
    0,
    0.25
  ); /* Ελαφρύ σκούρεμα για να φαίνονται οι λεπτομέρειες */
  z-index: -1;
}

.hero-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-top {
  color: #ffffff;
  letter-spacing: 6px;
  font-size: 12px;
  margin-bottom: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

h1 {
  font-family: "DarkMatterFont", serif;
  font-size: clamp(32px, 4vw, 55px);
  margin-bottom: 2px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
}

.hero-subtitle {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}
p {
  font-family: "DarkMatterFont", serif;
  font-size: clamp(15px, 4vw, 20px);
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
}

/* --- ΠΙΝΑΚΙΔΕΣ ΠΑΝΩ ΣΤΗΝ ΕΙΚΟΝΑ --- */
/* ================= WOODEN SIGNS ================= */

.story-signs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 860px;
  margin: 55px auto 0;
}

/* ΒΑΣΙΚΗ ΠΙΝΑΚΙΔΑ */

.sign {
  position: relative;
  width: 210px;
  height: 150px;
  flex: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 20px;

  color: white;
  text-decoration: none;

  border-radius: 5px;

  /* ξύλο */
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0px,
      rgba(255, 255, 255, 0.035) 2px,
      rgba(0, 0, 0, 0.08) 3px,
      rgba(0, 0, 0, 0.08) 7px
    ),
    linear-gradient(135deg, #17100d, #38221a 45%, #211410);

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 12px 25px rgba(0, 0, 0, 0.6),
    inset 0 0 25px rgba(0, 0, 0, 0.5);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

/* LEFT ALONE - ΚΟΚΚΙΝΗ */

.sign-left {
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0px,
      rgba(255, 255, 255, 0.035) 2px,
      rgba(0, 0, 0, 0.1) 3px,
      rgba(0, 0, 0, 0.1) 7px
    ),
    linear-gradient(135deg, #260909, #681717 45%, #300909);

  border-bottom: 4px solid #8b0000;
}

/* NEIGHBORHOOD - ΜΠΛΕ */

.sign-neighborhood {
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0px,
      rgba(255, 255, 255, 0.035) 2px,
      rgba(0, 0, 0, 0.1) 3px,
      rgba(0, 0, 0, 0.1) 7px
    ),
    linear-gradient(135deg, #07121c, #123b52 45%, #08151f);

  border-bottom: 4px solid #0066a8;
}

/* COMING SOON */

.sign-coming {
  opacity: 0.7;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(0, 0, 0, 0.1) 3px,
      rgba(0, 0, 0, 0.1) 7px
    ),
    linear-gradient(135deg, #171717, #343434 45%, #151515);

  border-bottom: 4px solid #555;
}

/* ΤΙΤΛΟΣ */

.sign-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

/* ΥΠΟΤΙΤΛΟΣ */

.sign-subtitle {
  margin-top: 8px;

  font-size: 13px;
  opacity: 0.8;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

/* ΒΕΛΑΚΙ */

.sign-arrow {
  margin-top: 15px;

  font-size: 24px;
  line-height: 1;

  opacity: 0.8;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* HOVER */

.sign-left:hover,
.sign-neighborhood:hover {
  transform: translateY(-6px) rotate(-1deg);

  filter: brightness(1.15);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.7),
    inset 0 0 25px rgba(255, 255, 255, 0.05);
}

/* διαφορετικό γύρισμα στη δεξιά πινακίδα */

.sign-neighborhood:hover {
  transform: translateY(-6px) rotate(1deg);
}

.sign-left:hover .sign-arrow {
  transform: translateX(-8px);
  opacity: 1;
}

.sign-neighborhood:hover .sign-arrow {
  transform: translateX(8px);
  opacity: 1;
}

/* ================= DOOR ================= */

.door-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.sign:hover .door {
  transform: perspective(300px) rotateY(-55deg);
}

.sign:hover .door::before {
  opacity: 1;
}

.sign:hover .enter-text {
  opacity: 1;
  letter-spacing: 5px;
}

/* Hover εφέ που φωτίζει την πινακίδα όταν πατάς πάνω */
.sign:hover {
  transform: translateY(-10px) scale(1.03);
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
}
.sign::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.sign.red:hover::after {
  opacity: 1;

  box-shadow:
    inset 0 0 80px rgba(180, 20, 20, 0.18),
    0 0 35px rgba(180, 20, 20, 0.18);
}
.sign.blue:hover::after {
  opacity: 1;

  box-shadow:
    inset 0 0 80px rgba(50, 120, 255, 0.18),
    0 0 35px rgba(50, 120, 255, 0.18);
}

.sign.red {
  border-bottom: 4px solid #000000;
}

.sign.blue {
  border-bottom: 4px solid #000000;
}

.sign-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sign-subtitle {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.arrow {
  margin-top: 10px;
  font-size: 24px;
}

.sign.comingsoon {
  opacity: 0.7;
  border-bottom: 4px solid #000000;
}

.question {
  font-size: 32px;
  font-weight: bold;
}

.coming {
  font-size: 14px;
  letter-spacing: 2px;
}

/* Responsive για κινητά */
@media (max-width: 768px) {
  .story-signs {
    flex-direction: column;
    gap: 18px;
    margin-top: 40px;
  }

  .sign {
    width: 85%;
    max-width: 320px;
    height: 150px;
  }
}

/* ================= OUR STORIES ================= */

.stories-section {
  position: relative;
  padding: 120px 0;
  background: radial-gradient(
    circle at center,
    #10101a 0%,
    #07070d 55%,
    #040407 100%
  );
  overflow: hidden;
}

.stories-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
  pointer-events: none;
}

.stories-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

/* ================= HEADER ================= */

.section-label {
  display: block;

  text-align: center;

  font-size: 11px;
  letter-spacing: 6px;

  opacity: 0.55;

  margin-bottom: 19px;
}

.stories-inner h2 {
  font-family: "DarkMatterFont", serif;

  text-align: center;

  font-size: clamp(38px, 5vw, 56px);

  margin-bottom: 12px;
}

.stories-intro {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  opacity: 0.55;
  margin-bottom: 125px;
}

/* ================= STORY KATW APO TO OUR STORIES ================= */

.story-item {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 70px;
  margin-top: 100px;
  margin-bottom: 150px;
}

/* ================= NEIGHBORHOOD ONLY ================= */

.neighborhood-story {
  grid-template-columns: 0.9fr 1.4fr;
  gap: 50px;
}

.neighborhood-story .story-content {
  order: 1;
}

.neighborhood-story .story-image {
  order: 2;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.neighborhood-story .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================================
   NEIGHBORHOOD - IMAGE FIX
   ===================================================== */

article.neighborhood-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  width: 100%;
}

/* Κείμενο αριστερά */
article.neighborhood-story .story-content {
  grid-column: 1;
  width: 100%;
}

/* Φωτογραφία δεξιά */
/* Neighborhood - ίδια διάσταση εικόνας με Left Alone */
article.neighborhood-story .story-image {
  width: 100%;
  height: auto;
  min-height: 0;
}

article.neighborhood-story .story-image img {
  display: block;
  width: 120%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
}

/* Coming Soon πάνω στη φωτογραφία */
article.neighborhood-story .coming-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* ================= STORY DESCRIPTION ================= */

.story-description {
  max-width: 520px;
}

.story-description p {
  font-family: "DarkMatterFont", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.72;

  margin-bottom: 18px;

  text-shadow: none;
}

.story-description strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ================= STORY QUOTE ================= */

.story-quote {
  margin-top: 28px;
  padding-left: 20px;

  border-left: 2px solid rgba(255, 255, 255, 0.45);

  font-family: "DarkMatterFont", serif;
  font-size: 18px;
  font-style: italic;

  line-height: 1.6;

  color: #ffffff;

  opacity: 0.9;
}

/* ================= STORY META ================= */

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin: 25px 0 30px;
}

.story-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 14px;

  border: 1px solid rgba(255, 255, 255, 0.7);

  background: rgba(255, 255, 255, 0.06);

  color: #ffffff;

  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;

  letter-spacing: 1.8px;

  border-radius: 2px;

  transition: all 0.3s ease;
}

.story-tag:hover {
  background: #ffffff;
  color: #000000;

  border-color: #ffffff;
}

.story-tag:first-child {
  border-color: rgba(255, 70, 70, 0.7);
  color: #ffb0b0;
}

/* ================= IMAGE ================= */

.story-image {
  position: relative;

  overflow: hidden;

  border-radius: 4px;

  aspect-ratio: 16 / 10;

  background: #08080d;

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
}

.story-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.story-item:hover .story-image img {
  transform: scale(1.04);

  filter: brightness(1.1);
}

/* σκοτεινό gradient πάνω στην εικόνα */

.story-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 55%);

  pointer-events: none;
}

/* ================= CONTENT ================= */

.story-content {
  position: relative;
}

.story-number {
  display: block;

  font-size: 11px;

  letter-spacing: 4px;

  opacity: 0.35;

  margin-bottom: 18px;
}

.story-content h3 {
  font-family: "DarkMatterFont", serif;

  font-size: clamp(32px, 4vw, 48px);

  margin-bottom: 8px;

  letter-spacing: 1px;
}

.story-location {
  display: block;

  font-size: 11px;

  letter-spacing: 3px;

  opacity: 0.5;

  margin-bottom: 28px;
}

.story-content p {
  font-family: "DarkMatterFont", sans-serif;

  font-size: 15px;

  line-height: 1.8;

  opacity: 0.65;

  max-width: 420px;

  margin-bottom: 28px;
}

/* ================= META ================= */

.story-meta {
  display: flex;

  flex-wrap: wrap;

  gap: 18px;

  margin-bottom: 30px;
}

.story-meta span {
  font-size: 10px;

  letter-spacing: 2px;

  opacity: 0.55;
}

/* ================= LINK ================= */

.story-link {
  display: inline-flex;

  align-items: center;

  gap: 15px;

  color: white;

  text-decoration: none;

  font-size: 11px;

  letter-spacing: 2px;

  padding-bottom: 8px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  transition:
    gap 0.3s ease,
    border-color 0.3s ease;
}

.story-link span {
  font-size: 18px;
}

.story-link:hover {
  gap: 22px;

  border-color: white;
}

/* ================= COMING SOON ================= */

.coming-badge {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 3;

  padding: 7px 12px;

  background: rgba(0, 0, 0, 0.75);

  border: 1px solid rgba(255, 255, 255, 0.25);

  font-size: 9px;

  letter-spacing: 2px;
}

.story-coming {
  opacity: 1;
}

.disabled-link {
  opacity: 0.4;

  cursor: default;

  border-color: rgba(255, 255, 255, 0.2);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .stories-section {
    padding: 90px 0;
  }

  .stories-inner {
    padding: 0 20px;
  }

  .stories-intro {
    margin-bottom: 60px;
  }

  .story-item,
  .story-item:nth-of-type(2) {
    display: flex;

    flex-direction: column;

    gap: 35px;

    margin-bottom: 90px;
  }

  .story-item:nth-of-type(2) .story-image,
  .story-item:nth-of-type(2) .story-content {
    order: initial;
  }

  .story-image {
    width: 100%;

    aspect-ratio: 16 / 10;
  }

  .story-content {
    width: 100%;
  }

  .story-content h3 {
    font-size: 34px;
  }

  .story-content p {
    font-size: 14px;
  }

  .story-meta {
    gap: 12px;
  }
}

/* ================= WHY CHOOSE US ================= */
.why-enigma {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(
      circle at center,
      rgba(9, 9, 15, 0.95),
      rgba(5, 5, 8, 0.95) 70%
    ),
    linear-gradient(to bottom, #050508, #09030f);
  overflow: hidden;
}

.why-enigma::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(5, 5, 8, 0.95),
    transparent 25%,
    transparent 75%,
    rgba(5, 5, 8, 0.95)
  );
  pointer-events: none;
}

.why-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.why-enigma h2 {
  font-family: "DarkMatterFont", serif;
  font-size: 36px;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.why-item h3 {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 16px;
}

.why-item p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.75;
}

/* ================= FOOTER ================= */
.site-footer {
  background: #040407;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-logo {
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
}

.footer-center {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-center .address {
  margin-top: 6px;
  opacity: 0.6;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.footer-right a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-right a:hover {
  color: #ffffff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  nav {
    padding: 20px;
  }

  nav ul {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }
}

