/*
Theme Name: JB-Consulting
Theme URI: https://jb-consulting.co/
Description: Custom child theme for JB-Consulting — a B2B telemarketing & lead generation firm. Built on Twenty Twenty-Five with a charcoal + yellow brand palette. Tagline: "We call, You Close…".
Author: JB-Consulting
Template: twentytwentyfive
Version: 1.0.7
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Text Domain: jb-consulting
*/

/* Theme styling is handled by theme.json and block templates.
   Add only small CSS overrides here when blocks can't express something. */

/* Header site title: no underline */
.site-header .wp-block-site-title a {
	text-decoration: none;
}

/* Logo badge: round the yellow square icon in the header */
.jb-logo-badge img,
.jb-logo-badge .custom-logo {
	border-radius: 9px;
}

/* Active nav item: subtle yellow underline */
.wp-block-navigation .wp-block-navigation-item.current-menu-item > a,
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content[aria-current="page"] {
	box-shadow: inset 0 -3px 0 0 var(--wp--preset--color--accent-1);
}

/* Cards: gentle lift */
.wp-block-column.has-background {
	transition: transform .15s ease;
}

/* Make team images crop uniformly even if a replacement isn't 4:5 */
.wp-block-image.is-style-rounded img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

/* ---- Contact Form 7 styling ---- */
.wpcf7 label {
	display: block;
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 1rem;
}
.wpcf7 .jb-form-row {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.wpcf7 .jb-form-row > label {
	flex: 1 1 180px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	display: block;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid #d7d7d2;
	border-radius: 8px;
	background: #fff;
	font: inherit;
	font-weight: 400;
	color: var(--wp--preset--color--contrast);
	box-sizing: border-box;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--contrast);
	box-shadow: 0 0 0 3px rgba(255, 216, 58, 0.5);
}
.wpcf7 input[type="submit"] {
	background: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--contrast);
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1.05rem;
	padding: 0.85rem 1.8rem;
	margin-top: 0.5rem;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
.wpcf7 input[type="submit"]:hover {
	background: var(--wp--preset--color--accent-2);
	color: #fff;
}
.wpcf7 .wpcf7-response-output {
	border-radius: 8px;
	margin: 1rem 0 0;
	padding: 0.75rem 1rem;
}

/* ---- Responsive: scale down large inline headings on phones ---- */
@media (max-width: 600px) {
	.wp-block-group h1,
	.wp-block-group h1.wp-block-heading {
		font-size: 2.15rem !important;
		line-height: 1.12 !important;
	}
	.wp-block-group h2,
	.wp-block-group h2.wp-block-heading {
		font-size: 1.7rem !important;
	}
	.wp-block-group p[style*="font-size:1.3rem"],
	.wp-block-group p[style*="font-size:1.2rem"] {
		font-size: 1.05rem !important;
	}
	/* big pricing numbers */
	.wp-block-column p[style*="font-size:2.6rem"] {
		font-size: 2rem !important;
	}
	.site-header .wp-block-navigation {
		--navigation-layout-justification-setting: flex-start;
	}
}

/* Header: keep logo + nav comfortably apart on tablets */
@media (max-width: 900px) {
	.site-header .alignwide {
		gap: 1rem 1.5rem;
	}
}
