/*
Theme Name: Star Trip
Theme URI: https://startrip.co.nz/
Author: DZ Studio
Author URI: https://dzstudio.co.nz/
Description: Bilingual (Chinese / English) WordPress block theme for Star Trip, a New Zealand travel booking site. Native block editor with theme.json design tokens and per-section colour themes (default navy, China red, Island teal). Built for WordPress 7.0 / PHP 8.4.
Version: 0.7.4
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: star-trip
Tags: full-site-editing, block-patterns, translation-ready, custom-colors, custom-menu, featured-images
*/

/*
 * Block themes read their design tokens (colours, type, spacing, layout,
 * element and block styles) from theme.json. Keep this file limited to small
 * base rules that theme.json cannot express; everything else belongs in
 * theme.json or assets/css/.
 */

html {
	scroll-behavior: smooth;
	/* Keep anchor targets clear of the sticky header. Approximate on purpose —
	   the header's height varies with the logo and the breakpoint. */
	scroll-padding-top: 6rem;
}

/* Respect users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
