.u-section-1 .u-sheet-1 {
  min-height: 300px;
  padding: 60px 20px;
}

.u-section-1 .u-text-1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 40px auto 20px;
  color: #2d5016;
}

/* Opening invitation */
.ps-opening {
  --green-900: #1e3626;
  --green-800: #274733;
  --green-600: #3d6b4c;
  --green-500: #4f8161;
  --green-300: #8aa889;
  --cream: #f8f5ee;
  --radius-lg: 26px;
  --radius: 18px;
  --shadow-lg: 0 26px 70px rgba(30, 54, 38, 0.18);
  --font-display: "Fraunces", "Georgia", serif;

  background: var(--cream);
  padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);
  font-family: "Open Sans", "Segoe UI", sans-serif;
}

.ps-opening-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
}

.ps-opening-intro {
  margin: 0 auto 28px;
  max-width: 62ch;
  text-align: center;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #55524a;
}

.ps-opening-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
  padding: clamp(28px, 4vw, 56px);
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(138, 168, 137, 0.22), transparent 55%),
    linear-gradient(150deg, var(--green-800), var(--green-900));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: var(--cream);
  overflow: hidden;
  position: relative;
}

.ps-opening-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 420px;
  height: 420px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238aa889'%3E%3Cpath d='M20 3s-1 12-9 15c-5.5 2.1-8 3-8 3s.5-3 2-7C7.5 6 20 3 20 3z'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0.12;
  transform: rotate(-12deg);
  pointer-events: none;
}

.ps-opening-figure {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-opening-figure img {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 auto;
  border-radius: var(--radius);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.4);
}

.ps-opening-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-opening-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-300);
}

.ps-opening-eyebrow .ps-leaf { fill: var(--green-300); }

.ps-opening-copy h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--cream);
}

.ps-opening-lead {
  margin: 0 0 26px;
  color: rgba(248, 245, 238, 0.85);
  font-size: 1.08rem;
  max-width: 46ch;
}

.ps-opening-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.ps-opening-facts li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(248, 245, 238, 0.16);
}

.ps-opening-facts li:last-child {
  border-bottom: 1px solid rgba(248, 245, 238, 0.16);
}

.ps-fact-ic {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(248, 245, 238, 0.1);
  border: 1px solid rgba(248, 245, 238, 0.18);
}

.ps-fact-ic .ps-leaf { width: 22px; height: 22px; fill: var(--green-300); }

.ps-fact-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-300);
  margin-bottom: 3px;
}

.ps-fact-value {
  font-size: 1.1rem;
  color: rgba(248, 245, 238, 0.95);
}

.ps-opening-facts strong { color: #fff; font-weight: 700; }

.ps-opening-note {
  margin: 20px 0 0;
  font-size: 0.95rem;
  color: rgba(248, 245, 238, 0.75);
  font-style: italic;
}

.ps-opening-cal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ps-cal-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ps-cal-btn .ps-leaf { width: 18px; height: 18px; flex: none; }

.ps-cal-btn-primary {
  background: var(--cream);
  color: var(--green-900);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.ps-cal-btn-primary .ps-leaf { fill: var(--green-900); }

.ps-cal-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.ps-cal-btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(248, 245, 238, 0.35);
}

.ps-cal-btn-ghost:hover {
  background: rgba(248, 245, 238, 0.08);
  border-color: rgba(248, 245, 238, 0.55);
}

.ps-leaf { width: 18px; height: 18px; flex: none; }

/* Harmonogram slavnostního otevření */
.ps-schedule {
  background: #fffdf8;
  padding: clamp(40px, 6vw, 72px) 0 clamp(56px, 7vw, 96px);
  font-family: "Open Sans", "Segoe UI", sans-serif;
  border-top: 1px solid #dbe6d6;
}

.ps-schedule-head {
  text-align: center;
  max-width: 52ch;
  margin: 0 auto 28px;
}

.ps-schedule-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3d6b4c;
}

.ps-schedule-eyebrow .ps-leaf { fill: #3d6b4c; }

.ps-schedule-head h2 {
  font-family: "Fraunces", "Georgia", serif;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: #1e3626;
  margin: 0 0 12px;
  line-height: 1.15;
}

.ps-schedule-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #55524a;
}

.ps-schedule-lead strong { color: #274733; }

.ps-schedule-figure {
  margin: 0 auto;
  max-width: 720px;
}

.ps-schedule-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(30, 54, 38, 0.12);
  border: 1px solid rgba(61, 107, 76, 0.12);
}

@media (max-width: 900px) {
  .ps-opening-panel { grid-template-columns: 1fr; }
  .ps-opening-figure { order: -1; }
  .ps-opening-figure img { max-width: 300px; }
  .ps-opening-panel::after { width: 300px; height: 300px; right: -50px; bottom: -60px; }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 { font-size: 2.25rem; }
  .ps-opening-panel { padding: 26px 22px; }
  .ps-opening-facts .ps-fact-value { font-size: 1rem; }
}
