/*
Theme Name: Radiant Mind Transformation
Theme URI: https://radiantmindtransformation.com
Author: The Free Website Guys
Author URI: https://www.thefreewebsiteguys.com/
Description: A polished single-page coaching site for Radiant Mind Transformation with Amy Adkins.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-height: 100vh;
	background: #ffffff;
	color: #3d3849;
	font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

#tmt-app {
	min-height: 100vh;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	clip: auto !important;
	clip-path: none;
	color: #3d3849;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 0.5rem;
	line-height: normal;
	padding: 0.75rem 1rem;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

/* Header at page top — white text over dark hero.
   Required because a { color: inherit } above inherits body's dark text color. */
header.tmt-header-at-top a.story-link {
	color: rgba(255, 255, 255, 0.88);
}
header.tmt-header-at-top a.story-link:hover {
	color: #ffffff;
}
header.tmt-header-at-top .tmt-header-brand-line1 {
	color: #ffffff;
}
header.tmt-header-at-top .tmt-header-brand-line2 {
	color: #d4b8f0;
}
/* CTA buttons — white text (a { color: inherit } breaks on-media utilities) */
#tmt-app a.btn-primary,
#tmt-app a[class*="gradient-radiant"] {
	color: #ffffff !important;
}
header.tmt-header-at-top .tmt-header-menu-toggle {
	color: #ffffff;
}

/* Header after scroll — brand accent matches Lovable */
header:not(.tmt-header-at-top) .tmt-header-brand-line2 {
	color: oklch(0.5 0.17 300);
}
