/*
Theme Name: Junk Gone Fast
Theme URI: https://junkgonefast.com
Author: That One Firm
Description: Mobile-first marketing theme from jgf-v3 Stitch exports. WCAG-oriented structure; pair with compiled Tailwind (see package.json).
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: junk-gone-fast
*/

/* Typography & tokens load from assets/css/main.css (Tailwind build). */

/* Logo wordmark — Teko; one line (no wrap). PNG mark: jgfbiglogo.png */
.jgf-brand-wordmark {
	display: inline-block;
	font-family: Teko, system-ui, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: clamp(0.9375rem, 3.2vw, 1.625rem);
}

.jgf-brand--header .jgf-brand-wordmark {
	color: #001b3d;
}

/* Navy footer: light text + shadow so it never sinks into #001B3D */
.jgf-brand--footer .jgf-brand-wordmark {
	color: #ffffff;
	text-shadow:
		0 0 1px rgba(0, 0, 0, 0.8),
		0 1px 2px rgba(0, 0, 0, 0.55),
		0 0 12px rgba(0, 27, 61, 0.9);
}

.jgf-brand-link,
.jgf-footer-brand-link {
	text-decoration: none;
	color: inherit;
}

.jgf-brand-link:hover .jgf-brand__img,
.jgf-footer-brand-link:hover .jgf-brand__img {
	opacity: 0.94;
}

.jgf-footer-brand-link:hover .jgf-brand-wordmark {
	color: #f8fafc;
}

/* FAQ accordion (<details>) — hide default marker for custom chevron */
.jgf-faq details summary {
	list-style: none;
}

.jgf-faq details summary::-webkit-details-marker {
	display: none;
}
