/*
Theme Name: Photoframers
Theme URI: https://www.photoframers.co.uk
Author: Photoframers
Author URI: https://www.photoframers.co.uk
Description: Heritage British x Scandi-minimal WooCommerce theme for Photoframers, a Yorkshire-based picture-framer. Forest + cream palette, Geist + Instrument Serif typography. Designed in Claude, built for WordPress + WooCommerce.
Version: 0.1.0
Tested up to: 7.0
Requires at least: 6.5
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: photoframers
Tags: ecommerce, woocommerce, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* All page styling lives in assets/css/tokens.css and assets/css/pages.css.
   This file is required by WordPress for the theme header. Keep it light. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    background: var(--forest-700, #1a1f22);
    color: var(--cream-50, #fff);
    padding: 12px 16px;
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    text-decoration: none;
}
.skip-link:focus { left: 8px; top: 8px; }

.alignleft  { float: left;  margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--ink-500, #5a6a72); margin-top: 8px; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }

.sticky { display: block; }
.bypostauthor { display: block; }
