/* ==========================================================================
   Premium "experience" article (single-post in a Must-Do category).
   Editorial layout inspired by Discover Greece. Scoped to .cyc-exp-page.
   ========================================================================== */
.cyc-exp-page {
  --exp-sea:  #0b3a56;
  --exp-ink:  #16262f;
  --exp-teal: #17a2a2;
  --exp-teal-d:#0f7d7d;
  --exp-muted:#5b6f79;
  --exp-line: #e6edf0;
  --exp-tint: #f4f8f9;
  --exp-serif: Georgia, 'Times New Roman', serif;
  color: var(--exp-ink);
  background: #fff;
  overflow-x: clip;
}
/* Neutralise the theme's default single-post header/hero for these posts */
.cyc-exp-page .hero-section,
.cyc-exp-page .entry-header,
.cyc-exp-page .page-title,
.cyc-exp-page .post-categories-bottom { display: none !important; }

/* ---------- HERO (full-bleed photo; text left, darkened left → clear right) ---------- */
.cyc-exp__hero {
  position: relative; min-height: 80vh;
  display: flex; align-items: center;
  background-size: cover; background-position: center; color: #fff;
}
.cyc-exp__hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6,30,46,.80) 0%, rgba(6,30,46,.52) 32%, rgba(6,30,46,.14) 60%, rgba(6,30,46,0) 82%),
    /* darker top band so the transparent white site menu stays readable */
    linear-gradient(180deg, rgba(6,30,46,.60) 0%, rgba(6,30,46,.16) 13%, rgba(6,30,46,0) 30%, rgba(6,30,46,.22) 100%);
}
.cyc-exp__hero-inner {
  position: relative; z-index: 1;
  width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(22px, 5vw, 80px);
}
.cyc-exp__eyebrow {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 700;
  color: #fff; text-decoration: none; margin-bottom: 22px;
  padding: 7px 14px; border-radius: 999px; background: var(--exp-teal);
}
.cyc-exp__eyebrow:hover { background: var(--exp-teal-d); color: #fff; }
.cyc-exp__hero-inner, .cyc-exp__title, .cyc-exp__stand, .cyc-exp__meta { color: #fff !important; }
.cyc-exp__title {
  font-family: var(--exp-serif); font-weight: 700;
  font-size: clamp(40px, 6vw, 82px); line-height: 1.03; margin: 0; letter-spacing: -.01em;
  text-shadow: 0 2px 8px rgba(0,0,0,.5), 0 16px 40px rgba(0,0,0,.4);
}
.cyc-exp__stand {
  font-size: clamp(18px, 2vw, 24px); font-weight: 300; line-height: 1.45;
  margin: 20px 0 0; max-width: 34ch; text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.cyc-exp__meta {
  margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 20px;
  font-size: 14px; font-weight: 600; text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.cyc-exp__meta span { display: inline-flex; align-items: center; gap: 6px; }
.cyc-exp__pin { width: 16px; height: 16px; color: var(--exp-teal); flex: none; }

/* ---------- ARTICLE BODY ---------- */
.cyc-exp { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.cyc-exp__body { max-width: 720px; margin: 0 auto; padding: 66px 0 24px; }
.cyc-exp__body > p,
.cyc-exp__body > ul,
.cyc-exp__body > ol { font-size: 19px; line-height: 1.75; color: #2c3b43; margin: 0 0 26px; }
.cyc-exp__body a { color: var(--exp-teal-d); text-decoration: underline; text-underline-offset: 3px; }
/* Lead paragraph + drop cap */
.cyc-exp__body > p:first-of-type { font-size: 22px; line-height: 1.65; color: var(--exp-ink); }
.cyc-exp__body > p:first-of-type::first-letter {
  float: left; font-family: var(--exp-serif); font-weight: 700;
  font-size: 4.4em; line-height: .82; padding: 6px 14px 0 0; color: var(--exp-teal-d);
}
.cyc-exp__body h2 {
  font-family: var(--exp-serif); font-weight: 700; color: var(--exp-sea);
  font-size: clamp(26px, 3vw, 34px); line-height: 1.18; margin: 52px 0 18px; letter-spacing: -.01em;
}
.cyc-exp__body h2::before {
  content: ""; display: block; width: 46px; height: 3px; border-radius: 3px;
  background: var(--exp-teal); margin-bottom: 18px;
}
.cyc-exp__body h3 { font-size: 21px; font-weight: 700; color: var(--exp-sea); margin: 34px 0 12px; }

/* Figures — break out wider than the text column */
.cyc-exp__figure { margin: 40px 0; }
.cyc-exp__figure img { width: 100%; height: auto; display: block; border-radius: 16px; box-shadow: 0 26px 60px -40px rgba(11,58,86,.6); }
.cyc-exp__figure figcaption { margin-top: 12px; font-size: 13.5px; color: var(--exp-muted); text-align: center; }
.cyc-exp__figure--wide { max-width: 1000px; margin-left: auto; margin-right: auto; }

/* Pull quote */
.cyc-exp__quote {
  max-width: 860px; margin: 50px auto; padding: 6px 0 6px 32px;
  border-left: 4px solid var(--exp-teal);
  font-family: var(--exp-serif); font-style: italic;
  font-size: clamp(24px, 3.2vw, 34px); line-height: 1.3; color: var(--exp-sea);
}
.cyc-exp__quote cite { display: block; margin-top: 14px; font-style: normal; font-family: inherit; font-size: 15px; font-weight: 700; color: var(--exp-teal-d); }

/* Tip / info box — only a left teal rule, no background */
.cyc-exp__tip {
  max-width: 720px; margin: 46px auto; padding: 6px 0 6px 26px;
  border-left: 4px solid var(--exp-teal);
}
.cyc-exp__tip h4 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--exp-teal-d); font-weight: 800; }
.cyc-exp__tip p { margin: 0; font-size: 16px; line-height: 1.6; color: #2c3b43; }
.cyc-exp__tip ul { margin: 8px 0 0; padding-left: 18px; font-size: 16px; line-height: 1.7; color: #2c3b43; }

/* Inline gallery */
.cyc-exp__gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0; max-width: 1000px; margin-left: auto; margin-right: auto; }
.cyc-exp__gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 44px -32px rgba(11,58,86,.55); aspect-ratio: 4/3; }

/* CTA back to the island — uses the island's own hero photo as background */
.cyc-exp__cta {
  position: relative; overflow: hidden;
  width: 100vw; max-width: none; margin: 64px 0 0; margin-left: calc(50% - 50vw);
  padding: 96px 40px; border-radius: 0; color: #fff; text-align: center;
  background: var(--exp-sea); background-size: cover; background-position: center;
}
.cyc-exp__cta-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,30,46,.36) 0%, rgba(6,30,46,.72) 100%); }
.cyc-exp__cta-inner { position: relative; z-index: 1; }
.cyc-exp__cta h3 { font-family: var(--exp-serif); font-size: clamp(24px, 3vw, 32px); margin: 0 0 10px; color: #fff; }
.cyc-exp__cta p { margin: 0 0 22px; opacity: .9; font-size: 17px; }
.cyc-exp__cta a {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--exp-sea); text-decoration: none;
  font-weight: 700; font-size: 16px; padding: 14px 28px; border-radius: 999px;
  transition: transform .15s, box-shadow .15s;
}
.cyc-exp__cta a:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(0,0,0,.5); }

/* ---------- Pre-existing WP-block content (imported "rich" articles) ---------- */
/* Standalone images → same rounded, shadowed look as our figures */
.cyc-exp__body .wp-block-image { margin: 40px auto; }
.cyc-exp__body .wp-block-image img { border-radius: 16px; box-shadow: 0 26px 60px -40px rgba(11,58,86,.6); display: block; }
.cyc-exp__body .wp-block-image figcaption { margin-top: 12px; font-size: 13.5px; color: var(--exp-muted); text-align: center; }
/* Galleries → keep WordPress' native flex layout (don't override display), just round the tiles */
.cyc-exp__body .wp-block-gallery { margin: 44px 0; }
.cyc-exp__body .wp-block-gallery img { border-radius: 12px; }
/* Contact / details table → tidy bordered info card instead of broken full-width rows */
.cyc-exp__body .wp-block-table,
.cyc-exp__body figure.wp-block-table { margin: 46px auto; max-width: 720px; }
.cyc-exp__body .wp-block-table figcaption { margin-top: 10px; font-size: 13.5px; color: var(--exp-muted); text-align: center; }
.cyc-exp__body table { width: 100%; border-collapse: collapse; font-size: 15.5px; line-height: 1.5;
  background: #fff; border: 1px solid var(--exp-line); border-radius: 14px; overflow: hidden; box-shadow: 0 14px 40px -34px rgba(11,58,86,.5); }
.cyc-exp__body table td, .cyc-exp__body table th { padding: 12px 18px; border-bottom: 1px solid var(--exp-line); vertical-align: top; text-align: left; }
.cyc-exp__body table tr:last-child td, .cyc-exp__body table tr:last-child th { border-bottom: none; }
.cyc-exp__body table td:first-child { width: 38%; background: var(--exp-tint); color: var(--exp-sea); font-weight: 600; }
.cyc-exp__body table td:first-child strong, .cyc-exp__body table th { font-weight: 600; }
.cyc-exp__body table a { color: var(--exp-teal-d); word-break: break-word; }

@media (max-width: 720px) {
  .cyc-exp__hero { min-height: 72vh; }
  .cyc-exp__hero-inner { padding: 0 22px 44px; }
  .cyc-exp, .cyc-exp__body { padding-left: 22px; padding-right: 22px; }
  .cyc-exp__body { padding-top: 44px; }
  .cyc-exp__gallery { grid-template-columns: 1fr; }
  .cyc-exp__cta { padding: 30px 22px; }
}
