/*
Theme Name: Cat Waiter Studios
Theme URI: https://example.com/cat-waiter
Author: Built with Claude
Author URI: https://anthropic.com
Description: A clean, minimal portfolio theme built for studios and creatives. Features a responsive masonry grid of project tiles with animated GIF support and hover overlays, a hand-drawn display title, monospace UI, an anchored customizable footer image, and bottom-anchored navigation. Designed from a custom wireframe.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: catwaiter
Tags: portfolio, two-columns, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* ============================================================
   All component styles live in css/main.css (enqueued separately
   so it is easy to read and edit). This file holds the required
   theme header and a few WordPress-required core classes.
   ============================================================ */

/* WordPress required alignment + caption classes */
.alignleft   { float: left; margin-right: 1.5rem; }
.alignright  { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption  { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; text-align: center; }
.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute !important; word-wrap: normal !important;
}
.sticky, .bypostauthor, .gallery-caption { display: block; }
