.tocnik-page {
  background: var(--bone);
}

.page-banner {
  padding-top: 5rem;
}

.tocnik-section {
  padding: 5rem 0 6rem;
}

.tocnik-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.tocnik-copy {
  max-width: 65ch;
}

.tocnik-block {
  margin-bottom: 1.25rem;
  padding: 1.75rem 2rem 1.1rem;
  border: 1px solid rgba(43, 36, 32, 0.08);
  border-left: 3px solid var(--ochre);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 22px rgba(43, 36, 32, 0.04);
}

.tocnik-copy p {
  margin: 0 0 1.5rem;
  color: rgba(43, 36, 32, 0.88);
  line-height: 1.85;
}

.tocnik-copy p:last-child { margin-bottom: 0; }

.tocnik-copy a {
  color: var(--rust);
  text-decoration: none;
  border-bottom: 1px solid rgba(156, 59, 43, 0.35);
}

.tocnik-copy a:hover { border-color: currentColor; }

.tocnik-quote {
  margin: 1.5rem 0;
  padding: 1.2rem 1.5rem;
  border-left: 3px solid var(--rust);
  color: var(--rust);
  background: var(--parchment);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.tocnik-quote p { margin: 0; color: inherit; }

.tocnik-gallery {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 6rem;
}

.tocnik-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(43, 36, 32, 0.12);
}

.tocnik-video {
  margin-top: 2rem;
}

.tocnik-video h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.tocnik-video-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(43, 36, 32, 0.1);
}

@media (max-width: 800px) {
  .page-banner { padding-top: 3.5rem; }
  .tocnik-section { padding: 3.5rem 0 4.5rem; }
  .tocnik-layout { grid-template-columns: 1fr; }
  .tocnik-gallery { position: static; order: -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tocnik-block { padding: 1.35rem 1.2rem 1rem; }
}
