
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=fb886b] {
  --section-id: "fb886b";
  --storage-url: "https://ales-novak.proweb.cz/_section/fb886b";
  --public-url: "https://ales-novak.proweb.cz/_section/fb886b";
}
.strip[data-id=fb886b] .main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
}
.strip[data-id=fb886b] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fb886b] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=fb886b] .main-header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.strip[data-id=fb886b] .main-header .main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id=fb886b] .main-header .main-nav ul a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id=fb886b] .main-header .main-nav ul a:hover {
  color: #e91e63;
}
@media (max-width: 768px) {
  .strip[data-id=fb886b] .header-content {
    flex-direction: column;
    gap: 15px;
  }
}.strip[data-id="2b4ec8"] {
  --section-id: "2b4ec8";
  --storage-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
  --public-url: "https://ales-novak.proweb.cz/_section/2b4ec8";
}
.strip[data-id="2b4ec8"] .hidden-assets-section {
  display: none;
}@charset "UTF-8";
.strip[data-id="63ff2e"] {
  --section-id: "63ff2e";
  --storage-url: "https://ales-novak.proweb.cz/_section/63ff2e";
  --public-url: "https://ales-novak.proweb.cz/_section/63ff2e";
}
.strip[data-id="63ff2e"] .portable-art-hub {
  /* --- CONFIGURATION / THEME --- */
  --hub-bg: #ffffff;
  --hub-gap: 20px;
  --hub-radius: 16px;
  /* Zachování sytých barev */
  --color-1: #3498db;
  --color-2: #f1c40f;
  --color-3: #e74c3c;
  --text-color: #ffffff;
  --font-family: inherit;
  /* ---------------------------- */
  padding: 60px 20px;
  background: var(--hub-bg);
  font-family: var(--font-family);
  /* Responzivita */
}
.strip[data-id="63ff2e"] .portable-art-hub .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="63ff2e"] .portable-art-hub .hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--hub-gap);
}
.strip[data-id="63ff2e"] .portable-art-hub .hub-tile {
  position: relative;
  text-decoration: none;
  border-radius: var(--hub-radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  height: 220px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="63ff2e"] .portable-art-hub .hub-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.strip[data-id="63ff2e"] .portable-art-hub .hub-tile .tile-content {
  position: relative;
  z-index: 2;
}
.strip[data-id="63ff2e"] .portable-art-hub .hub-tile .tile-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  text-transform: lowercase;
  /* Text-shadow ponechán pro čitelnost na sytých barvách */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.strip[data-id="63ff2e"] .portable-art-hub .tile-1 {
  background-color: var(--color-1);
}
.strip[data-id="63ff2e"] .portable-art-hub .tile-2 {
  background-color: var(--color-2);
}
.strip[data-id="63ff2e"] .portable-art-hub .tile-3 {
  background-color: var(--color-3);
}
@media (max-width: 992px) {
  .strip[data-id="63ff2e"] .portable-art-hub .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="63ff2e"] .portable-art-hub .hub-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="63ff2e"] .portable-art-hub .hub-tile {
    height: 180px;
  }
}.strip[data-id="99c255"] {
  --section-id: "99c255";
  --storage-url: "https://ales-novak.proweb.cz/_section/99c255";
  --public-url: "https://ales-novak.proweb.cz/_section/99c255";
}
.strip[data-id="99c255"] .main-footer {
  background: #2c3e50;
  color: white;
  padding: 40px 0;
  margin-top: 50px;
}
.strip[data-id="99c255"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="99c255"] .main-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.strip[data-id="99c255"] .main-footer .social-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="99c255"] .main-footer .social-links a {
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: background 0.3s, border-color 0.3s;
}
.strip[data-id="99c255"] .main-footer .social-links a:hover {
  background: #e91e63;
  border-color: #e91e63;
}
.strip[data-id="99c255"] .main-footer .copyright {
  font-size: 0.9rem;
  color: #bdc3c7;
  margin-top: 10px;
}