@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
.strip[data-id="58c461"] {
  --section-id: "58c461";
  --storage-url: "https://www.piano-forte.cz/_section/58c461";
  --public-url: "https://www.piano-forte.cz/_section/58c461";
}
.strip[data-id="58c461"] .main-header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id="58c461"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="58c461"] .main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="58c461"] .main-header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.strip[data-id="58c461"] .main-header .logo .logo-img {
  height: 100px;
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease;
}
.strip[data-id="58c461"] .main-header .logo .brand-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="58c461"] .main-header .logo .brand-name {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #800000;
  line-height: 1;
}
.strip[data-id="58c461"] .main-header .logo .brand-tagline {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.1rem;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a {
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 8px 10px;
  border-radius: 6px;
  display: block;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a:hover {
  background-color: #f8f0f0;
  color: #800000;
}
.strip[data-id="58c461"] .main-header .main-nav .nav-list a.active {
  background-color: #800000;
  color: #fff;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.2);
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="58c461"] .main-header .header-content {
    padding: 5px 0;
  }
  .strip[data-id="58c461"] .main-header .logo {
    gap: 1rem;
  }
  .strip[data-id="58c461"] .main-header .logo .logo-img {
    height: 70px;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-name {
    font-size: 1.6rem;
  }
  .strip[data-id="58c461"] .main-header .logo .brand-tagline {
    font-size: 0.75rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    gap: 0.5rem;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list.is-open {
    display: flex;
  }
  .strip[data-id="58c461"] .main-header .main-nav .nav-list a {
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id="58c461"] .main-header .main-nav .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id=f563ee] {
  --section-id: "f563ee";
  --storage-url: "https://www.piano-forte.cz/_section/f563ee";
  --public-url: "https://www.piano-forte.cz/_section/f563ee";
}
.strip[data-id=f563ee] .page-hero {
  padding: 4rem 0;
  background: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.strip[data-id=f563ee] .page-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f563ee] .page-hero h1 {
  font-family: "Lora", serif;
  font-size: 3rem;
  color: #800000;
  margin-bottom: 1rem;
}
.strip[data-id=f563ee] .page-hero .lead {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}.strip[data-id="5fd9f0"] {
  --section-id: "5fd9f0";
  --storage-url: "https://www.piano-forte.cz/_section/5fd9f0";
  --public-url: "https://www.piano-forte.cz/_section/5fd9f0";
}
.strip[data-id="5fd9f0"] .contact-details {
  padding: 5rem 0;
}
.strip[data-id="5fd9f0"] .contact-details .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5fd9f0"] .contact-details .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.strip[data-id="5fd9f0"] .contact-details .info-block {
  margin-bottom: 2.5rem;
}
.strip[data-id="5fd9f0"] .contact-details .info-block h3 {
  font-family: "Lora", serif;
  font-size: 1.4rem;
  color: #800000;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.strip[data-id="5fd9f0"] .contact-details .info-block h3 i {
  font-size: 1.2rem;
}
.strip[data-id="5fd9f0"] .contact-details .info-block p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="5fd9f0"] .contact-details .info-block p a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 600;
}
.strip[data-id="5fd9f0"] .contact-details .info-block p a:hover {
  color: #800000;
}
.strip[data-id="5fd9f0"] .contact-details .info-block .note {
  font-size: 0.9rem;
  color: #800000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.strip[data-id="5fd9f0"] .contact-details .hours-table {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id="5fd9f0"] .contact-details .hours-table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  color: #555;
}
.strip[data-id="5fd9f0"] .contact-details .hours-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #000;
}
.strip[data-id="5fd9f0"] .contact-details .contact-map {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  position: sticky;
  top: 120px;
}
@media (max-width: 768px) {
  .strip[data-id="5fd9f0"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .strip[data-id="5fd9f0"] .contact-map {
    position: static;
  }
}.strip[data-id=c40b99] {
  --section-id: "c40b99";
  --storage-url: "https://www.piano-forte.cz/_section/c40b99";
  --public-url: "https://www.piano-forte.cz/_section/c40b99";
}
.strip[data-id=c40b99] .contact-form-section {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.strip[data-id=c40b99] .contact-form-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c40b99] .contact-form-section h2 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
}
.strip[data-id=c40b99] .contact-form-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 15px auto 0;
}
.strip[data-id=c40b99] .contact-form-section .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id=c40b99] .contact-form-section .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #444;
}
.strip[data-id=c40b99] .contact-form-section .form-group input, .strip[data-id=c40b99] .contact-form-section .form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.strip[data-id=c40b99] .contact-form-section .form-group input:focus, .strip[data-id=c40b99] .contact-form-section .form-group textarea:focus {
  outline: none;
  border-color: #800000;
  box-shadow: 0 0 0 3px rgba(128, 0, 0, 0.1);
}
.strip[data-id=c40b99] .contact-form-section .form-group input[type=file] {
  padding: 0.5rem 0;
  border: none;
}
.strip[data-id=c40b99] .contact-form-section .form-group input[type=file]::-webkit-file-upload-button {
  background: #800000;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 1rem;
  transition: background 0.3s;
}
.strip[data-id=c40b99] .contact-form-section .form-group input[type=file]::-webkit-file-upload-button:hover {
  background: #600000;
}
.strip[data-id=c40b99] .contact-form-section .form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.strip[data-id=c40b99] .contact-form-section .btn-submit {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #800000;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.strip[data-id=c40b99] .contact-form-section .btn-submit:hover {
  background-color: #600000;
}
.strip[data-id=c40b99] .contact-form-section .btn-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id=c40b99] .contact-form-section .form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
  text-align: center;
}
.strip[data-id=c40b99] .contact-form-section .form-message.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id=c40b99] .contact-form-section .form-message.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}.strip[data-id="81d94f"] {
  --section-id: "81d94f";
  --storage-url: "https://www.piano-forte.cz/_section/81d94f";
  --public-url: "https://www.piano-forte.cz/_section/81d94f";
}
.strip[data-id="81d94f"] .main-footer {
  background: #222;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id="81d94f"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="81d94f"] .main-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.strip[data-id="81d94f"] .main-footer .footer-brand {
  font-family: "Lora", serif;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.strip[data-id="81d94f"] .main-footer h4 {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.strip[data-id="81d94f"] .main-footer p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="81d94f"] .main-footer ul li {
  margin-bottom: 0.5rem;
}
.strip[data-id="81d94f"] .main-footer ul li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="81d94f"] .main-footer ul li a:hover {
  color: #fff;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper {
  margin-top: 1.5rem;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="81d94f"] .main-footer .footer-bottom .toplist-wrapper:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .strip[data-id="81d94f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}