/*
Theme Name: BDS
Theme URI: https://budhathokidriving.com/
Author: Budhathoki Driving School
Author URI: https://budhathokidriving.com/
Description: Budhathoki Driving School — brand child theme of Kinetic. Presentation only: brand palette, logo, the driving-school homepage, and site-specific styling. Business logic lives in plugins (bds-pwa, simple-quiz, simple-booking).
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bds
Template: kinetic
*/

/* =====================================================================
   BDS brand layer (child of Kinetic).
   Kinetic's default tokens already match the BDS/app palette
   (blue #1338be, yellow #ffd60a, ink #0b0d12), so this stays tiny —
   just brand refinements + a couple of site-wide fixes.
   Homepage section styles live in assets/css/home.css (front page only).
   ===================================================================== */

:root{
	/* Brand accents (kept explicit so the brand is documented in one place). */
	--k-blue:#1338be;
	--k-yellow:#ffd60a;
	--k-orange:#ff7a00;
	--k-ink:#0b0d12;
}

/* Anchor offset so in-page links don't hide under Kinetic's sticky header. */
html{ scroll-padding-top:90px; }

/* Cooperate with bds-pwa app-mode: hide the theme's own floating chrome when a
   page is opened inside the installed app (the PWA already hides
   .site-header/.site-footer; these are the theme extras it doesn't know about). */
body.bds-app-mode .k-callbar,
body.bds-app-mode .bds-ribbon{ display:none !important; }
