/*
Theme Name: Savannah 2026
Theme URI: https://savannah.vc
Author: Savannah Fund
Author URI: https://savannah.vc
Description: Modern block theme for Savannah Fund — a pan-African seed fund and accelerator. Clean, editorial, responsive, accessible. Built fresh in 2026 for the post-incident relaunch; contains no legacy or third-party code.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savannah-2026
Tags: block-theme, portfolio, business, editorial, one-column, custom-colors, custom-menu, featured-images, full-site-editing
*/

/*
 * This is a block theme — the bulk of styling lives in theme.json and the
 * block templates under /templates and /parts. Rules here are only for the
 * few things theme.json cannot express yet.
 */

/* Skip link (accessibility) */
.skip-link:not(:focus) {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}
.skip-link:focus {
	position: fixed;
	top: 0.5rem; left: 0.5rem;
	z-index: 100000;
	padding: 0.75rem 1.25rem;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-radius: 4px;
	text-decoration: none;
}

/* Portfolio / card grids: lift on hover for affordance */
.sf-card {
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.sf-card:hover,
.sf-card:focus-within {
	transform: translateY(-3px);
}

/* Startup logo tiles: contain logos of varying aspect ratios neatly */
.sf-logo-tile img {
	object-fit: contain;
	max-height: 84px;
	width: auto;
}

/* Text selection — the original site's one warm signature accent (Savannah crimson) */
::selection {
	background: rgba(197, 17, 74, 0.28);
	color: var(--wp--preset--color--contrast);
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.sf-card { transition: none; }
}
