/*
Theme Name: SkyVision
Theme URI: https://skyvision.film
Description: SkyVision — drone & aerial filming, Dubai. Kadence child theme on the Sensa brand-family design system (accent: SkyVision Yellow #FFCC00). Part of the Sensa Productions brand family.
Author: Sensa Productions
Author URI: https://sensa.digital
Template: kadence
Version: 0.9.1
Requires at least: 6.5
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: sky-vision
*/

/* Design tokens live in theme.json. Custom CSS additions go below as the build progresses. */

/* --- Inner pages (Kadence default chrome) --- */

/* Header logo (replaces the "SkyVision" text site-title once a custom logo is set). */
.site-header .custom-logo,
.site-header .custom-logo-link img {
	max-height: 34px;
	width: auto;
	height: auto;
}

/* The logo image now carries the wordmark — hide Kadence's duplicate text site-title. */
.site-branding .site-title,
.site-branding .site-title-wrap {
	display: none !important;
}

/* Remove the grey page-title hero on the blog / posts archive only.
   Single posts and pages keep their own title heroes. */
.post-archive-hero-section {
	display: none;
}
