/*
Theme Name: Priyanka Zemse — Studio
Theme URI: https://priyankazemse.com/
Author: Built for Priyanka Zemse
Description: A monochrome Swiss editorial portfolio theme. A scroll-driven 3D hero that flies through selected projects, a bio and awards section on the same paper surface, and project and gallery indexes that show every image at its own aspect ratio — nothing is ever cropped. Dependency free, no build step, and respectful of prefers-reduced-motion.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pz-studio
Tags: portfolio, one-column, custom-menu, custom-logo, featured-images, translation-ready, block-styles, wide-blocks

The design system lives in assets/css/app.css. This file carries the theme
header plus the handful of WordPress-generated classes core expects.
*/

/* WordPress core alignment + caption classes */
.alignnone { margin: 1.5em 0; }
.aligncenter { display: block; margin: 1.5em auto; }
.alignleft { float: left; margin: 0.4em 1.6em 1.2em 0; }
.alignright { float: right; margin: 0.4em 0 1.2em 1.6em; }
.alignwide { width: min(100%, 1200px); margin-inline: auto; }
.alignfull { width: 100%; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-block-image figcaption {
  margin-top: 0.7em;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: rgba(11, 11, 10, 0.45);
}

.sticky, .gallery-caption, .bypostauthor { /* required by the theme check */ }
