/* Diamond Softball Club - design system (from Claude Design handoff) */

:root {
	--dc-bg: #08090A;
	--dc-panel: #121316;
	--dc-card-border: #282A31;
	--dc-divider: #24262B;
	--dc-blue: #1B4DFF;
	--dc-blue-hover: #4C86FF;
	--dc-white: #F5F6F8;
	--dc-body: #C9CBCF;
	--dc-muted: #95999F;
	--dc-muted-2: #A9ACB2;
	--dc-secondary-border: #454C5C;
}

body.dc-site {
	background: var(--dc-bg);
	color: var(--dc-white);
	font-family: 'Inter', sans-serif;
}
body.dc-site,
body.dc-site .wrapper,
body.dc-site .dc-main,
body.dc-site #content {
	background: var(--dc-bg) !important;
	color: var(--dc-white) !important;
}

.dc-site a { color: inherit; text-decoration: none; }
.dc-site ::selection { background: rgba(47,79,224,0.35); }
.dc-site *, .dc-site *::before, .dc-site *::after { box-sizing: border-box; border-radius: 0 !important; box-shadow: none !important; }

.dc-container {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}

/* Announcement bar */
.dc-announcement {
	background: var(--dc-blue);
	color: #fff;
	text-align: center;
	padding: 9px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.dc-announcement a {
	border-left: 1px solid rgba(255,255,255,0.4);
	padding-left: 16px;
	font-weight: 600;
	text-decoration: underline;
	color: #fff;
}

/* Nav */
.dc-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 56px;
	border-bottom: 1px solid var(--dc-divider);
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--dc-bg);
}
.dc-nav-logo { height: 44px; width: auto; margin-right: 36px; flex-shrink: 0; }
.dc-nav .custom-logo-link { display: block; margin-right: 36px; flex-shrink: 0; }
.dc-nav .custom-logo-link img.custom-logo { height: 44px; width: auto; max-width: none; display: block; }
.dc-footer .custom-logo-link img.custom-logo { height: 40px; width: auto; max-width: none; display: block; margin-bottom: 16px; }
.dc-nav-links {
	display: flex;
	gap: 34px;
	font-size: 14px;
	font-weight: 700;
	color: var(--dc-body);
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-right: 24px;
	white-space: nowrap;
	flex-wrap: wrap;
}
.dc-nav-links a {
	color: var(--dc-white) !important;
}	
.dc-nav-links a.dc-current,
.dc-nav-links a[aria-current="page"] {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: var(--dc-blue);
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}
.dc-nav-right { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.dc-nav-contact {
	font-size: 14px;
	font-weight: 700;
	color: var(--dc-body);
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

/* Buttons */
.dc-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	padding: 17px 32px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.dc-btn-primary { background: var(--dc-blue); color: #fff; }
.dc-btn-primary:hover { background: var(--dc-blue-hover); }
.dc-btn-secondary { background: transparent; color: #fff; border: 1.5px solid var(--dc-secondary-border); }
.dc-btn-small { font-size: 13px; padding: 12px 24px; }

/* Cards */
.dc-card {
	background: var(--dc-panel);
	border: 1px solid var(--dc-card-border);
	display: block;
}
.dc-card-accent { border-top: 3px solid var(--dc-blue); }

/* Typography */
.dc-eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--dc-blue-hover);
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
}
.dc-h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 96px;
	line-height: 0.92;
	color: #fff;
	text-transform: uppercase;
}
.dc-h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
}
.dc-card-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.dc-body-copy { font-size: 16px; color: var(--dc-body); line-height: 1.6; }
.dc-diamond-bullet { width: 20px; height: 14px; flex-shrink: 0; }

/* Links */
.dc-link-accent {
	font-size: 14px;
	font-weight: 800;
	color: var(--dc-blue-hover);
	text-transform: uppercase;
}
.dc-link-accent:hover { color: var(--dc-blue); }

/* Footer */
.dc-footer {
	background: #000;
	padding: 56px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}
.dc-footer-bottom {
	background: #000;
	border-top: 1px solid var(--dc-divider);
	padding: 18px 56px;
	font-size: 12px;
	color: #585B60;
}
/* WPForms field labels */
.dc-site .wpforms-field-label,
.dc-site .wpforms-field-label-inline,
.dc-site .wpforms-field-sublabel,
.dc-site .wpforms-field-description {
	color: var(--dc-white) !important;
}
/* Blog post body typography */
.dc-post-body h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 44px;
	margin-bottom: 0;
}
.dc-post-body p { margin: 18px 0 0; }
.dc-post-body p:first-child { margin-top: 0; }
.dc-post-body strong { color: #fff; }
.dc-post-body a { color: var(--dc-blue-hover); font-weight: 700; }
.dc-post-body ul, .dc-post-body ol { margin: 8px 0 0; padding-left: 0; list-style: none; }
.dc-post-body ul li, .dc-post-body ol li { margin-top: 14px; }
.dc-post-body .dc-lede {
	color: #fff;
	font-weight: 600;
	font-size: 19px;
	margin-top: 32px;
}
.dc-post-body .dc-callout {
	background: var(--dc-panel);
	border-left: 3px solid var(--dc-blue);
	padding: 24px 28px;
	margin: 32px 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
.dc-post-body .dc-callout h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.dc-post-body .dc-signoff {
	font-style: italic;
	color: var(--dc-muted);
	margin-top: 24px;
}

/* Mobile hamburger menu */
.dc-menu-toggle-checkbox { display: none; }
.dc-menu-toggle-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	flex-shrink: 0;
}
.dc-menu-toggle-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

@media (max-width: 900px) {
	.dc-nav {
		flex-wrap: wrap;
		padding: 16px 20px;
	}
	.dc-menu-toggle-btn {
		display: flex;
		margin-left: auto;
	}
	.dc-nav-links,
	.dc-nav-right {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		margin: 0;
	}
	.dc-nav-links {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid var(--dc-divider);
	}
	.dc-nav-right {
		margin-top: 18px;
	}
	.dc-nav-right .dc-btn {
		width: 100%;
		text-align: center;
	}
	.dc-menu-toggle-checkbox:checked ~ .dc-nav-links,
	.dc-menu-toggle-checkbox:checked ~ .dc-nav-right {
		display: flex;
	}

	/* Collapse every inline-styled grid to a single column */
	[style*="grid-template-columns"] {
		grid-template-columns: 1fr !important;
	}

	/* Hero sections: switch from fixed height to flexible, hide decorative layers */
	.dc-hero-home,
	.dc-hero-interior {
		height: auto !important;
		min-height: 0 !important;
	}
	.dc-hero-decor {
		display: none !important;
	}
	.dc-hero-content {
		position: relative !important;
		height: auto !important;
		justify-content: flex-start !important;
		padding: 32px 20px !important;
		max-width: 100% !important;
	}
	.dc-hero-content * {
		max-width: 100% !important;
		pointer-events: auto !important;
	}
	.dc-h1 { font-size: 40px !important; }
	.dc-hero-content div[style*="font-size:68px"],
	.dc-hero-content div[style*="font-size:64px"] {
		font-size: 34px !important;
	}
	.dc-footer { padding: 32px 20px; }
}
