@charset "utf-8";
   body {
      margin: 0;
      padding: 40px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #fff;
      color: #000;
    }

a {
    text-decoration: none;
}
a:hover {
    color: #3d6bff;          /* lighter blue */
    opacity: 0.85;
}

    /* Logo + Titles */
    .header {
      margin-bottom: 40px;
      text-align: center;
    }
    .header img {
      width: 180px;
      height: auto;
      margin-bottom: 20px;
    }
	
    .brand {
      font-size: 42px;
      letter-spacing: 0.12em;
      font-weight: 500;
      text-align: center;
    }

    .brand a, .brand a:link, .brand a:active, .brand a:visited{
		color:#565757;
		text-decoration:none;
    }

    .brand a:hover{
		color:#1a4cff;
    }

	
    .fineart {
      font-size: 26px;
      letter-spacing: 0.25em;
      margin-top: 10px;
      text-transform: lowercase;
      text-align: center;
    }
	
    .poster{
	  margin:auto;
      margin-top: 10px;
      text-align: center;
    }

    .promo {
	  margin:auto;
      font-size: 15px;
      letter-spacing: 0.15em;
      margin-top: 10px;
      text-align: center;
	  width: 75%;
    }

    .footer {
	  margin:auto;
	  width:75%;
      font-size: 20px;
      letter-spacing: 0.25em;
      margin-top: 60px;
      text-transform: lowercase;
	  padding-top:10px;
	  border-top:solid 1px #999;
      text-align: center;
    }


    .exhibition-title, .page-title {
      font-size: 24px;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 25px;
      text-align: center;
    }
	
    .exhibition-subtitle, .page-subtitle {
      font-size: 20px;
      font-weight: 400;
      text-align: center;
    }


/* Links row */
.links {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    display: flex;
    justify-content: center; /* ÎšÎ•ÎÎ¤Î¡ÎŸ */
    flex-wrap: wrap;
    gap: 12px;
}

.links a {
    color: #1a4cff;          /* premium blue */
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
    transition: 0.25s ease;
    white-space: nowrap;
    position: relative;       /* Î³Î¹Î± Ï„Î¿ underline */
    padding-bottom: 10px;     /* Î· Î±Ï€ÏŒÏƒÏ„Î±ÏƒÎ· Ï€Î¿Ï… Î¶Î®Ï„Î·ÏƒÎµÏ‚ */
}

/* Underline animation */
.links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: currentColor; /* Î¯Î´Î¹Î¿ Ï‡ÏÏŽÎ¼Î± Î¼Îµ Ï„Î¿ link */
    transition: width 0.25s ease;
}

.links a:hover::after {
    width: 100%;
}

/* Colors */
.links a:visited {
    color: #163bbd;          /* darker blue */
}

.links a:hover {
    color: #3d6bff;          /* lighter blue */
    opacity: 0.85;
}

.links a:active {
    color: #ff7b00;          /* premium orange */
}

  .row {
    display:flex;
    align-items:flex-start;
    padding:10px 0;
    border-bottom:1px solid #333;
  }

  /* Î£Ï„Î±Î¸ÎµÏÏŒÏ‚ Ï‡ÏŽÏÎ¿Ï‚ Î³Î¹Î± Ï„Î· Ï†Ï‰Ï„Î¿Î³ÏÎ±Ï†Î¯Î± */
.photo-cell {
    width:auto;
    min-width:400px;
    max-width:500px;
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    overflow:visible; /* Î±Ï†Î®Î½ÎµÎ¹ Ï„Î· ÏƒÎºÎ¹Î¬ Î½Î± Ï†Î±Î½ÎµÎ¯ */
	margin:15px 30px 15px 0px;
}

/* Ï„Î¿ image Î¼Î¹ÎºÏÎ±Î¯Î½ÎµÎ¹ ÏŽÏƒÏ„Îµ ÎœÎ‘Î–Î™ Î¼Îµ Ï„Î± borders Î½Î± ÎµÎ¯Î½Î±Î¹ 150px */
.photo-cell img {
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;

    border:7px solid #fff;
    box-shadow:5px 5px 10px rgba(0,0,0,0.4);

    box-sizing
}


/* frame Ï€Î¿Ï… Ï‡Ï‰ÏÎ¬ÎµÎ¹ ÎŸÎ›ÎŸÎšÎ›Î—Î¡ÎŸ Î¼Î­ÏƒÎ± ÏƒÏ„Î¿ container Î¼Î±Î¶Î¯ Î¼Îµ Ï„Î¿ Î¼Î±ÏÏÎ¿ Ï€ÎµÏÎ¯Î³ÏÎ±Î¼Î¼Î± */
.photo-frame {
    max-width:220px;
    max-height:160px;
    display:flex;
    align-items:center;
    justify-content:center;

    border:12px solid #fff; /* 20px Î»ÎµÏ…ÎºÏŒ frame */
    box-shadow:5px 5px 10px rgba(0,0,0,0.4); /* Î¿Î¼Î±Î»Î® Î¼Î±ÏÏÎ· ÏƒÎºÎ¹Î¬ */
    box-sizing:content-box;
}

.photo-frame img {
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}


  .cell300, .cell200 {
    width:480px;
    margin-right:20px;
	padding:15px;
	text-align:center;
  }

  .cell300 {
	  background-color:#f6f5ed;
	    box-shadow: inset 0 0 0 9px #f6f5ed, inset 0 0 0 10px #999;
	  border-radius: 0px 25px 0px 25px;
  }

  .cell200 {
	  background-color:#d27f00;
  }


  /* filename Ï€Î¬Î½Ï‰ Î±Ï€ÏŒ Ï„Î¹Ï‚ 3 ÏƒÏ„Î®Î»ÎµÏ‚ */
  .filename-bar {
    width:660px;
    font-size:14px;
    color:#2A35AF;
    margin-bottom:6px;
  }

#zoomOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#zoomWindow {
    width: 400px;
    height: 400px;
    background: #000;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}

#zoomImage {
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
}

#zoomClose {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
}

#zoomArrows {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.arrow {
    background: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/* Popup overlay */
#interestPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    backdrop-filter: blur(3px);
}

/* Popup box */
#interestPopup .popup-content {
    background: #ffffff;
    width: 420px;
    max-width: 90%;
    margin: 120px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.35);
    position: relative;
    font-family: inherit;
}

/* Close button */
#interestPopup .close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

/* Title */
#popupTitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* Form fields */
#interestPopup label {
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
}

#interestPopup input,
#interestPopup textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

#interestPopup textarea {
    height: 90px;
    resize: vertical;
}

/* Submit button */
#interestPopup button {
    margin-top: 18px;
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}

#interestPopup button:hover {
    background: #333;
}

.purpose-container {
  max-width: 900px;
  margin: 0 auto 60px auto;
  text-align: left;
}

.purpose-container .cv-block {
  width: 100%;
  margin-bottom: 40px;
}

.purpose-img-right {
  float: right;
  width: 260px;
  margin: 0 0 20px 30px; /* top right bottom left */
  border-radius: 4px;
}

.purpose-img-left {
  float: left;
  width: 260px;
  margin: 0 30px 20px 0; /* top right bottom left */
  border-radius: 4px;
}

/* Î“Î¹Î± Î½Î± ÎºÎ±Î¸Î±ÏÎ¯Î¶ÎµÎ¹ Ï„Î¿ float Î¼ÎµÏ„Î¬ Î±Ï€ÏŒ ÎºÎ¬Î¸Îµ Ï€Î±ÏÎ¬Î³ÏÎ±Ï†Î¿ */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


    /* Two-column layout */
    .cv-container {
      display: flex;
      justify-content: center;
      gap: 60px;
      max-width: 1400px;
      margin: 0 auto;
      text-align: left;
    }

    .cv-block {
      width: 45%;
      font-size: 18px;
      line-height: 1.55;
    }

    .cv-block strong {
      font-weight: 600;
    }

 
      .viewer-frame {
		  margin:auto;
      width: 800px;
      height: 450px;
      border: 1px solid #333;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      background: #000;
    }

    .controls {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
    }

    .btn {
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.3);
      padding: 6px 12px;
      color: #fff;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
      backdrop-filter: blur(4px);
      transition: 0.2s;
    }

    .btn:hover {
      background: rgba(255,255,255,0.3);
    }

.title-block {
  text-align: center;
  margin: 0px auto 10px auto;
  max-width: 700px;
  padding: 20px 30px;
  position: relative;
  font-family: "Georgia", "Times New Roman", serif;
}

.quote-block {
  text-align: center;
  margin: 0px auto 10px auto;
  max-width: 700px;
  padding: 20px 30px;
  position: relative;
  font-family: "Georgia", "Times New Roman", serif;
}

.quote-text {
  font-size: 26px;
  color: #333;
  margin: 10px 0 5px 0;
  letter-spacing: 0.5px;
}

.quote-author {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  font-weight: 400;
}


.req-print .price {
    display: none;
    margin-left: 6px;
    font-weight: bold;
}

.req-print:hover .price {
    display: inline;
}

.media-wrapper {
    width: 300px; /* match image width */
}

.image-top {
    width: 300px;
    height: 329px;
    display: block;
}

.video-bottom {
    width: 400px;
    height: 210px;
    display: block;
    margin-top: 10px; /* spacing between image and video */
}







.interest-form {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  width: 380px; /* Î»Î¯Î³Î¿ Î¼ÎµÎ³Î±Î»ÏÏ„ÎµÏÎ¿ */
  background: #f9f9f9;
}

.interest-form input,
.interest-form textarea {
  width: calc(100% - 10px); /* Î´Î¯Î½ÎµÎ¹ Î´ÎµÎ¾Î¯ margin */
  padding: 8px;
  margin-bottom: 14px;
  border: 1px solid #bbb;
}

.interest-form button {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.sub-title {
  margin-top: -25px;        /* Ï„Î¿ Ï†Î­ÏÎ½ÎµÎ¹ Ï€Î¹Î¿ ÎºÎ¿Î½Ï„Î¬ ÏƒÏ„Î¿Î½ Ï„Î¯Ï„Î»Î¿ */
  margin-bottom: 20px;
  font-size: 17px;         /* Î¼ÎµÎ³Î±Î»ÏÏ„ÎµÏÎ¿ */
  font-weight: 500;        /* Ï€Î¹Î¿ premium */
  color: #333;             /* Ï€Î¹Î¿ ÎºÎ±Î¸Î±ÏÏŒ */
  letter-spacing: 0.5px;   /* ÎµÎ»Î±Ï†ÏÏŽÏ‚ Ï€Î¹Î¿ â€œÎµÎºÎ´Î¿Ï„Î¹ÎºÏŒâ€ */
}


.copy-list {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    white-space: normal;      /* ðŸ”¥ Ï„Î¿ Ï€Î¹Î¿ ÏƒÎ·Î¼Î±Î½Ï„Î¹ÎºÏŒ */
    word-wrap: break-word;    /* ðŸ”¥ Î²Î¿Î·Î¸Î¬ÎµÎ¹ ÏƒÎµ mobile */
    overflow-wrap: break-word;
}

.copy-list span {
    display: inline-flex;     /* ðŸ”¥ ÎºÎ±Î»ÏÏ„ÎµÏÎ¿ Î±Ï€ÏŒ inline-block */
    align-items: center;
}


#book_number {
    width: 100%;
    padding: 12px 14px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 8px;
    margin-bottom: 20px;
}


.review-button {
	color:#FFF;
    display: inline-block;
    padding: 12px 24px;
	margin-bottom:30px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: #1039F8;
    box-shadow: 0 6px 18px rgba(0,0,0,0.50);
    transform: rotate(-1.5deg);
    transition: all 0.2s ease;
}

.review-button a {
    text-decoration: none;
    color: inherit;
    font-family: "Comic Neue", "Patrick Hand", "Segoe Script", cursive;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.review-button strong {
    font-weight: 600;
}

.review-button:hover {
    background: #FFF;
    color: #1039F8;
    border-color: #1039F8;
    transform: rotate(0deg) translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.50);
}


.review-button:hover a {
    color: #1039F8; /* ώστε να μην μένει λευκό */
}





/* ============================
   REVIEWS PAGE SUPPORT
   ============================ */

/* Φόρμα κριτικής */
form#reviewForm {
    margin-bottom: 40px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}

/* Πεδία φόρμας */
form#reviewForm input,
form#reviewForm textarea {
    width: calc(100% - 20px);
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

/* Κουμπί υποβολής */
form#reviewForm button {
    padding: 12px 20px;
    font-size: 16px;
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}


/* ============================
   REVIEWS PAGE FULL WIDTH FIX
   ============================ */


/* ============================
   REVIEWS LAYOUT (GRID)
   ============================ */

.reviews-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.review-box {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.12);
}

/* Εναλλαγή χρωμάτων */
.review-box:nth-child(1n) { background: #f7f7f7; }
.review-box:nth-child(2n) { background: #f2f2f2; }
.review-box:nth-child(3n) { background: #ececec; }
.review-box:nth-child(4n) { background: #e7e7e7; }


/* Header (ημερομηνία + όνομα) παραμένει όπως είναι */
.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.review-date {
    font-size: 13px;
    font-style: italic;
    color: #999;
}

.review-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Κείμενο κριτικής – κρατάμε τη χειρόγραφη γραμματοσειρά */
.review-text {
    font-size: 18px;
    color: #222;
    white-space: pre-wrap;
    font-family: "Comic Neue", "Patrick Hand", "Segoe Script", cursive;
    line-height: 1.55;
}




/* exhibitions-wrapper */

.exhibitions-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 60px auto;
  max-width: 1200px;
}

.exhibition-block {
  width: 30%;
  min-width: 280px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

.exhibition-type {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}

.exhibition-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.exhibition-title:hover {
  text-decoration: underline;
}

.exhibition-location {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
}

.exhibition-dates {
  margin-top: 5px;
  font-size: 14px;
  color: #777;
}

.exhibition-poster img {
  width: 70%;
  margin-top: 20px;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.exhibition-poster img:hover {
  transform: scale(1.03);
}

.exhibition-full-poster {
  width: 100%;
  max-width: 750px;   /* μέγιστο μέγεθος στο desktop */
  height: auto;
  display: block;
  margin: 0 auto;     /* κεντραρισμένη */
}

.exhibition-text {
  max-width: 750px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.75;   /* premium line spacing */
  color: #333;
  text-align: center;
}

/* Responsive */

	/* Tablet – 2 στήλες */
    @media (max-width: 900px) {
		.cv-container {
			flex-direction: column;
			gap: 40px;
		}
		.cv-block {
			width: 100%;
		}
		.reviews-container {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		.exhibition-block {
			width: 45%;
		}
    }

	/* Mobile – 1 στήλη */
	@media (max-width: 600px) {
		.reviews-container {
			grid-template-columns: 1fr;
		}

		.exhibition-block {
			width: 100%;
		}

		.exhibition-text {
			font-size: 17px;
			line-height: 1.8;  /* λίγο μεγαλύτερο στο κινητό */
			padding: 0 15px;
		}

	}
	
	
	/* ΕΧΗΙΒΙΤΙΟΝ POPUPS */
	/* --- Gallery Grid --- */
/* --- Gallery Grid --- */
.exhibition-gallery {
  width: 80%;                 /* το βασικό πλάτος */
  max-width: 1400px;          /* το “συνηθισμένο” premium όριο */
  margin: 40px auto;          /* κεντραρισμένο */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


/* Container με σταθερό ύψος για ομοιομορφία */
.gallery-item {
  background: #fff;
  padding: 12px;               /* λευκό πλαίσιο */
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);  /* διακριτική σκιά */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;               /* κοινό ύψος για όλες */
  overflow: hidden;
}

/* Η φωτογραφία προσαρμόζεται χωρίς παραμόρφωση */
.gallery-thumb {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;         /* ΚΑΘΑΡΟ, δεν κόβει τίποτα */
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-thumb:hover {
  transform: scale(1.03);
}

/* Tablet */
@media (max-width: 1024px) {
  .exhibition-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .exhibition-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-item {
    height: 200px;
  }
}

/* --- Popup --- */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}

.legend {
	font-size: 0.8rem;
	}

.legend-text {
    position: relative;
    top: -6px;   /* adjust as needed */
}