/*
Theme Name: NIHRFF
Theme URI: https://nihrff.de
Author: nebas.dev
Author URI: https://nebas.dev
Description: A minimal, WPML-friendly classic theme for the Nuremberg International Human Rights Film Festival. Header, navigation, language switcher and single templates render from PHP for every language — no Full Site Editing template forking. Tailwind handles styling.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nihrff
*/

/*
 * Tailwind (loaded via CDN in functions.php) does the heavy lifting.
 * This file only holds the theme header above plus a few base rules
 * for things Tailwind utility classes don't reach (e.g. the editor's
 * raw post content / wp-block markup).
 */

/*
 * Page content fills the full content column (so the film grids can run
 * edge to edge), but keep running prose at a comfortable reading measure.
 * Block-level media — images, embeds, the film-grid blocks — are left free
 * to span the whole width.
 */
.entry-content > :where( p, h2, h3, h4, h5, ul, ol, blockquote, pre, table, dl ) {
  max-width: 48rem;
}

.entry-content > * + * { margin-top: 1rem; }
.entry-content h2 { font-size: 1.5rem; line-height: 1.2; margin-top: 2rem; font-family: "Source Serif 4", Georgia, serif; }
.entry-content h3 { font-size: 1.25rem; line-height: 1.3; margin-top: 1.5rem; font-family: "Source Serif 4", Georgia, serif; }
.entry-content a { text-decoration: underline; text-underline-offset: 2px; }
.entry-content img { height: auto; max-width: 100%; }
.entry-content ul { list-style: disc; padding-left: 1.25rem; }
.entry-content ol { list-style: decimal; padding-left: 1.25rem; }
.entry-content blockquote { border-left: 2px solid #171717; padding-left: 1rem; font-style: italic; color: #404040; }

/*
 * Single film: the screenings / schedule / links / contact blocks are rendered
 * by the plugins (with their own classes). Harmonise their headings with the
 * theme's serif headings. Scoped to the film body classes so they always win.
 */
.single-nihrff_film .nihrff-single__section,
.single-fiona_film .fiona-single__section { margin-top: 2.5rem; }
.single-nihrff_film .nihrff-single__section h2,
.single-fiona_film .fiona-single__section h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

/* Visible keyboard focus for accessibility */
a:focus-visible, button:focus-visible { outline: 2px solid #171717; outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
