@charset "utf-8";
/* ============================================================
   specialGallery.css — Stili specifici della pagina
   "Special Gallery Victor Fu 2014"
   (header, navbar, social e footer sono in shared.css)
   ============================================================ */

body {
  background: #e1e1e1 url("../bg.jpg") repeat-x fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* ---------- CONTENUTO ---------- */
#contenuto {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

/* ---------- BOTTONI ---------- */
.quick-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.cta-link {
  display: inline-block;
  margin-top: .35rem;
  padding: .48rem .88rem;
  border-radius: 999px;
  border: 1px solid #b25f2f;
  background: linear-gradient(180deg, #fff3e8 0%, #ffe3cd 100%);
  color: #7a1f00;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: .01em;
  transition: all .2s ease;
}

.cta-link:hover,
.cta-link:focus {
  color: #fff !important;
  background: linear-gradient(180deg, #a84b18 0%, #7a2f0a 100%);
  border-color: #7a2f0a;
  transform: translateY(-1px);
}

/* ---------- TITOLI ---------- */
h2 {
  text-align: center;
  color: #fff;
  background: #8b2a00;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

h3 {
  color: #8b2a00;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

/* ---------- GALLERIA SPECIALE ---------- */
.gallery-special {
  margin-top: 1rem;
}

.gallery-special .gallery-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.gallery-special .gallery-header h1 {
  color: #fff;
  background: #000;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.gallery-special .gallery-header .subtitle {
  color: #ff6666;
  font-weight: bold;
  font-size: 1.1rem;
}

.gallery-special .gallery-header .subtitle-en {
  color: #fff;
  font-size: 0.85rem;
}

.gallery-special .main-image {
  text-align: center;
  margin: 1rem 0;
}

.gallery-special .main-image img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ---------- VIDEO E LINK ---------- */
.gallery-special .video-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.gallery-special .video-section .video-wrapper {
  flex: 1 1 420px;
  max-width: 100%;
}

.gallery-special .video-section .video-wrapper iframe {
  width: 100%;
  border-radius: 8px;
}

.gallery-special .video-section .video-caption {
  font-size: 0.85rem;
  color: #e1e1e1;
  background: #333;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}

.gallery-special .video-section .video-caption a {
  color: #e1e1e1;
  text-decoration: underline;
}

.gallery-special .video-section .video-caption a:hover {
  color: #fff;
}

/* ---------- LISTA SEMINARI ---------- */
.gallery-special .seminar-list {
  background: #000;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

.gallery-special .seminar-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-special .seminar-list li {
  line-height: 1.6;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.gallery-special .seminar-list li .bullet {
  color: #e1e1e1;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 0.25rem;
}

.gallery-special .seminar-list li a {
  color: #e1e1e1;
  text-decoration: underline;
}

.gallery-special .seminar-list li a:hover {
  color: #fff;
}

.gallery-special .seminar-list .see-also {
  text-align: center;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #444;
}

.gallery-special .seminar-list .see-also a {
  color: #ffffcc;
  font-size: 0.9rem;
}

/* ---------- MEDIA QUERIES ---------- */
@media (max-width: 767.98px) {
  .gallery-special .video-section {
    flex-direction: column;
    gap: 1rem;
  }

  .gallery-special .gallery-header h1 {
    font-size: 1rem;
  }

  .gallery-special .seminar-list {
    padding: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  body {
    background-attachment: scroll;
  }

  #contenuto {
    padding: 1rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  .cta-link {
    font-size: .88rem;
    padding: .4rem .7rem;
  }

  .gallery-special .gallery-header h1 {
    font-size: 0.9rem;
  }
}
