/*
Theme Name: Laivasilta 2026
Theme URI: https://laivasilta.fi
Author: Laivasilta
Author URI: https://laivasilta.fi
Description: Merihenkinen lohkopohjainen WordPress-teema Laivasilta 2026 -sivustolle. Responsiivinen, moderni ja visuaalisesti vahva.
Requires at least: 6.7
Tested up to: 6.9
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: laivasilta
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, full-site-editing, block-patterns, wide-blocks, block-styles
*/

/* ============================================
   Base Styles
   ============================================ */

html {
	scroll-behavior: smooth;
}

/* Focus styles for accessibility */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
	outline-color: var(--wp--preset--color--sea-foam);
}

/* Typography refinements */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/* Link base styles */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.15em;
	transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

/* Preformatted text */
:where(pre) {
	overflow-x: auto;
}

/* Smooth image loading */
img {
	height: auto;
	max-width: 100%;
}
