/*
Theme Name: Sustena
Theme URI: https://example.com/sustena
Author: Adriana Ceausescu
Author URI: https://example.com
Description: Sustena este o temă WordPress modernă, bazată pe blocuri (Full Site Editing), destinată site-urilor de informare în domeniul sustenabilității. Bilingvă (RO/EN), accesibilă, rapidă și complet editabilă din Site Editor. / Sustena is a modern block-based (Full Site Editing) WordPress theme for sustainability information websites. Bilingual (RO/EN), accessible, fast and fully editable from the Site Editor.
Requires at least: 6.4
Tested up to: 6.7
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: sustena
Tags: full-site-editing, block-patterns, blog, news, education, environment, accessibility-ready, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, wide-blocks, block-styles, sticky-post
*/

/*
 * Stilurile globale (culori, tipografie, spațiere) sunt gestionate din theme.json.
 * Acest fișier conține doar ajustări care nu pot fi exprimate în theme.json.
 * Global styles (colors, typography, spacing) are managed in theme.json.
 * This file holds only tweaks that theme.json cannot express.
 */

/* Skip link – vizibil la focus / visible on focus */
.skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
}

.skip-link.screen-reader-text:focus {
	left: 1rem;
	top: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1.25rem;
	background-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--contrast);
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

/* Subliniere animată pentru linkurile din conținut / animated underline for content links */
.is-style-eco-underline a,
a.is-style-eco-underline {
	background-image: linear-gradient(var(--wp--preset--color--accent), var(--wp--preset--color--accent));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s ease;
	text-decoration: none;
}

.is-style-eco-underline a:hover,
a.is-style-eco-underline:hover {
	background-size: 100% 2px;
}

/* Card cu ridicare la hover / lift-on-hover card */
.is-style-eco-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.is-style-eco-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(27, 58, 38, 0.12);
}

/* Respectă preferința utilizatorului pentru reducerea mișcării / respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}
