/*
Theme Name:   Astra Child
Theme URI:    https://alpekashears.com/
Description:  Astra child theme for Alpeka Hair Shears. Holds the custom bold & modern homepage template plus all custom CSS/PHP so changes survive Astra updates.
Author:       Alpeka Hair Shears
Template:     astra
Version:      1.2.2
Text Domain:  astra-child
*/

/* Global custom CSS can go here. Homepage styles live in /assets/homepage.css */

/* =====================================================================
   Site footer — Alpeka "Bold & Modern" treatment (site-wide)
   Dark ink footer with cream text and gold accents, matching the
   homepage hero/newsletter sections.
   ===================================================================== */

.site-footer{
	background:#141210 !important;
	color:#f4efe6;
	border-top:1px solid rgba(230,200,119,.25);
}
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap,
.site-footer .site-above-footer-wrap{
	background:transparent !important;
	padding-top:2.4rem;
	padding-bottom:2.4rem;
}

/* Footer menu links */
.site-footer .footer-navigation .menu-item a,
.site-footer a{
	color:#f4efe6;
	font-weight:500;
	letter-spacing:.04em;
	transition:color .2s;
}
.site-footer .footer-navigation .menu-item a:hover,
.site-footer a:hover{
	color:#e6c877; /* brand gold */
}

/* Widget titles (if widgets are added later) */
.site-footer .widget-title,
.site-footer h2, .site-footer h3, .site-footer h4{
	font-family:"Fraunces",Georgia,serif;
	color:#ffffff;
	letter-spacing:.02em;
}

/* Copyright bar */
.site-footer .ast-footer-copyright,
.site-footer .ast-footer-copyright p{
	color:#b9b1a2;
	font-size:.85rem;
	letter-spacing:.03em;
}

/* Keep focus states visible on dark background */
.site-footer :focus-visible{
	outline:3px solid #c8a24a;
	outline-offset:3px;
}
