/* ==========================================================================
   Εσωτερικές σελίδες του τοπικού site (room grid, δωμάτιο, οδηγός, νομικά,
   about, calista-horizon, services). Φορτώνεται μετά το style.css.
   ========================================================================== */

/* ---------- page hero ---------- */
.page-hero {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
  background: #10202b center center / cover no-repeat;
  padding: 120px 20px 60px;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(16, 32, 43, .42); }
.page-hero h1 { position: relative; color: #fff; font-size: 42px; font-weight: 400; line-height: 1.21; text-align: center; margin: 0; }

/* ---------- γενικό σώμα σελίδας ---------- */
.page-section { padding: 70px 0 90px; }
.page-section.alt { background: var(--panel); }
.narrow { max-width: 860px; margin: 0 auto; }
.head-center { text-align: center; max-width: 820px; margin: 0 auto 65px; }
.lead-center { max-width: 760px; margin: 0 auto 50px; text-align: center; font-size: 20px; line-height: 1.8; color: var(--text); }

/* ---------- room grid ---------- */
.room-grid-list { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 50px; }
.room-grid-card { display: block; }
.rg-media { position: relative; overflow: hidden; }
.rg-media img { width: 100%; height: 350px; object-fit: cover; transition: transform .8s var(--ease); }
.room-grid-card:hover .rg-media img { transform: scale(1.04); }
.rg-price { position: absolute; top: 18px; left: 18px; background: #fff; color: var(--accent); font-size: 13px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 9px 15px; }
.rg-body h3 { font-size: 30px; line-height: 1.3; margin: 24px 0 10px; }
.rg-body h3 a { color: var(--bronze); }
.rg-size { display: flex; align-items: center; gap: 9px; font-size: 16px; color: var(--text); margin-bottom: 14px; }
.rg-size svg { flex: none; }
.rg-desc { color: var(--muted); margin-bottom: 20px; }
.rg-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid #1A1A1A; color: #1A1A1A; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; }
.rg-link:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- room detail ---------- */
.gallery-main img { width: 100%; height: 560px; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 12px; }
.gallery-thumbs button { padding: 0; border: 0; background: none; cursor: pointer; }
.gallery-thumbs img { width: 100%; height: 88px; object-fit: cover; opacity: .6; transition: opacity .3s; }
.gallery-thumbs button:hover img { opacity: .85; }
.gallery-thumbs .is-active img { opacity: 1; outline: 2px solid var(--bronze); outline-offset: 2px; }

/* Βελάκια πλοήγησης πάνω στην κύρια εικόνα: μεγάλο λευκό βέλος χωρίς κύκλο.
   Το σχήμα το ζωγραφίζουν τα ίδια τα σύνορα του κουμπιού (border-top +
   border-right, περιστραμμένα) — όχι ::before: στα containers του Elementor
   το `.e-con::before` παίρνει δικό του position/top/left και το βελάκι
   έβγαινε στη γωνία αντί στο κέντρο. */
.gallery-main { position: relative; }
.gallery-nav { position: absolute; top: 50%; margin-top: -17px; width: 34px; height: 34px; padding: 0; background: none; border: 0; border-top: 3px solid #fff; border-right: 3px solid #fff; cursor: pointer; z-index: 3; opacity: .92; filter: drop-shadow(0 2px 6px rgba(16, 32, 43, .55)); transition: opacity .3s; }
.gallery-nav:hover { opacity: 1; }
.gallery-nav:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.gallery-prev { left: 26px; transform: rotate(-135deg); }
.gallery-next { right: 26px; transform: rotate(45deg); }

.room-detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: start; }
.rd-price { color: var(--accent); font-size: 16px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 10px; }
.rd-title { font-size: 42px; line-height: 1.21; margin: 0 0 12px; }
.rd-size { display: flex; align-items: center; gap: 9px; font-size: 17px; margin-bottom: 24px; }
.rd-desc { color: var(--text); line-height: 1.75; margin-bottom: 34px; }
.rd-sub { font-size: 24px; margin: 0 0 22px; }
.fac-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin-bottom: 40px; }
.fac { display: flex; align-items: center; gap: 15px; font-size: 16px; line-height: 1.4; }
.fac img { width: 28px; height: 28px; flex: none; object-fit: contain; }
.rules-list { list-style: none; padding: 0; margin: 0; }
.rules-list li { position: relative; padding-left: 22px; margin-bottom: 12px; color: var(--muted); }
.rules-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: var(--bronze); }

.booking-card { border: 1px solid #e6e6e6; padding: 20px; text-align: center; position: sticky; top: 30px; }
.booking-card img { width: 100%; height: 180px; object-fit: cover; margin-bottom: 16px; }
.booking-card .bc-price { display: block; color: var(--accent); font-size: 15px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.booking-card .btn { width: 100%; }

/* ---------- guide pages ---------- */
.guide-list { display: flex; flex-direction: column; gap: 70px; }
.guide-item { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.guide-item:nth-child(even) .gi-media { order: 2; }
.gi-media img { width: 100%; height: 350px; object-fit: cover; }
.gi-body h3 { font-size: 30px; margin: 0 0 14px; color: var(--bronze); }
.gi-body p { color: var(--muted); margin: 0; }

/* ---------- νομικά ---------- */
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-content h4 { font-size: 30px; margin: 0 0 26px; }
.legal-content h3 { font-size: 19px; font-weight: 500; color: var(--primary); margin: 36px 0 14px; }
.legal-content p { line-height: 1.85; margin: 0 0 16px; color: var(--text); }
.legal-list { list-style: none; padding: 0; margin: 0 0 22px; }
.legal-list li { position: relative; padding-left: 24px; margin-bottom: 11px; line-height: 1.7; color: var(--text); }
.legal-list li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; background: var(--bronze); }

/* ---------- about ---------- */
.about-intro { max-width: 820px; margin: 0 auto 10px; font-size: 22px; line-height: 1.8; }
.counters { display: flex; justify-content: center; gap: 90px; text-align: center; padding: 60px 0 40px; flex-wrap: wrap; }
.counter-num { font-size: 46px; color: var(--primary); line-height: 1; margin-bottom: 10px; }
.counter-label { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); }
.about-media img { width: 100%; height: 430px; object-fit: cover; margin: 30px 0 60px; }
.about-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-cols h4 { font-size: 15px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: var(--text); margin: 0 0 10px; }
.about-cols h3 { font-size: 42px; line-height: 1.21; margin: 0 0 26px; }
.about-cols p { color: var(--text); line-height: 1.8; margin: 0 0 20px; }
.about-photo img { width: 100%; height: 560px; object-fit: cover; }
.about-faq { margin-top: 90px; }
.faq-list { max-width: 860px; margin: 30px auto 0; border-top: 1px solid #e3e3e3; }
.faq-item { border-bottom: 1px solid #e3e3e3; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: none; border: 0; padding: 24px 4px; font-family: inherit; font-size: 19px; color: var(--primary); text-align: left; cursor: pointer; }
.faq-q::after { content: "+"; font-size: 26px; line-height: 1; color: var(--bronze); transition: transform .35s var(--ease); flex: none; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { margin: 0 0 24px; padding: 0 4px; color: var(--muted); line-height: 1.8; }

/* ---------- calista-horizon ---------- */
.suites-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.suites-strip a { display: block; overflow: hidden; }
.suites-strip img { width: 100%; height: 230px; object-fit: cover; transition: transform .8s var(--ease); }
.suites-strip a:hover img { transform: scale(1.05); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 34px; }
.feature { display: flex; gap: 18px; align-items: flex-start; }
.feature img { width: 30px; height: 30px; flex: none; object-fit: contain; }
.feature h4 { font-size: 18px; font-weight: 500; color: var(--primary); margin: 0 0 8px; }
.feature p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.two-col-text { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.two-col-text h3 { font-size: 30px; margin: 0 0 18px; }
.two-col-text p { color: var(--text); line-height: 1.8; }
.two-col-text ul { list-style: none; padding: 0; margin: 18px 0 0; }
.two-col-text li { position: relative; padding-left: 24px; margin-bottom: 11px; color: var(--text); }
.two-col-text li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; background: var(--bronze); }
.location-line { display: flex; align-items: center; gap: 12px; font-size: 18px; color: var(--text); justify-content: center; margin-top: 22px; }

/* ---------- services (EN) ---------- */
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; margin-bottom: 80px; }
.service-row:nth-child(even) .sr-media { order: 2; }
.sr-media img { width: 100%; height: 330px; object-fit: cover; }
.sr-body .sr-kicker { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--bronze); margin: 0 0 8px; }
.sr-body h3 { font-size: 32px; margin: 0 0 16px; }
.sr-body p { color: var(--muted); line-height: 1.75; }
.sr-body .sr-note { font-size: 15px; color: var(--text); }

/* ---------- responsive ---------- */
@media (max-width: 1199px) {
  .page-hero { min-height: 300px; padding: 110px 20px 50px; }
  .page-hero h1 { font-size: 34px; }
  .room-grid-list { grid-template-columns: 1fr; gap: 55px; }
  .room-detail-grid { grid-template-columns: 1fr; }
  .booking-card { position: static; max-width: 420px; }
  .guide-item, .service-row { grid-template-columns: 1fr; gap: 26px; }
  .guide-item:nth-child(even) .gi-media, .service-row:nth-child(even) .sr-media { order: 0; }
  .suites-strip { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .two-col-text, .about-cols { grid-template-columns: 1fr; gap: 30px; }
  .counters { gap: 50px; }
}

@media (max-width: 767px) {
  .page-hero { min-height: 240px; padding: 100px 18px 40px; }
  .page-hero h1 { font-size: 28px; }
  .page-section { padding: 50px 0 60px; }
  .head-center { margin-bottom: 40px; }
  .lead-center { font-size: 17px; margin-bottom: 34px; }
  .rg-media img, .gi-media img, .sr-media img { height: 250px; }
  .gallery-main img { height: 300px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .gallery-thumbs img { height: 64px; }
  .gallery-nav { width: 26px; height: 26px; margin-top: -13px; }
  .gallery-prev { left: 14px; }
  .gallery-next { right: 14px; }
  .fac-grid { grid-template-columns: 1fr; }
  .rd-title { font-size: 30px; }
  .about-intro { font-size: 18px; }
  .counter-num { font-size: 34px; }
  .about-media img { height: 260px; }
  .about-photo img { height: 320px; }
  .suites-strip { grid-template-columns: 1fr 1fr; gap: 12px; }
  .suites-strip img { height: 150px; }
  .features-grid { grid-template-columns: 1fr; }
  .faq-q { font-size: 17px; padding: 19px 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .room-grid-card:hover .rg-media img, .suites-strip a:hover img { transform: none; }
  .faq-a { transition: none; }
}

/* σκίαση κάτω από το header στις σελίδες δωματίων, που δεν έχουν hero */
.page-top-shade { position: absolute; top: 0; left: 0; right: 0; height: 220px; background: linear-gradient(180deg, rgba(16, 32, 43, .55), rgba(16, 32, 43, 0)); pointer-events: none; z-index: 1; }
