/* ============ Base (from the design files' shared <style> blocks) ============ */
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Source Sans 3', sans-serif;
	color: #47535C;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
a { color: #5E7E97; text-decoration: none; }
a:hover { color: #8E6379; }
img { max-width: 100%; }
input, select, textarea { font-family: 'Source Sans 3', sans-serif; }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
details[open] .faq-chev { transform: rotate(45deg); }

/* Form success toggling */
.scn-form-live[hidden], .scn-form-done[hidden] { display: none; }
.scn-hv-plumbtn:hover { background: #7A5268 !important; }
.scn-hv-white:hover { color: #FFFFFF !important; }

/* ============ YouTube click-to-play facades ============ */
.scn-yt { cursor: pointer; }
.scn-yt-play {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 68px; height: 68px; border-radius: 50%;
	background: rgba(142, 99, 121, 0.94);
	box-shadow: 0 8px 24px rgba(15,22,28,0.4);
	transition: transform 0.15s, background 0.15s;
}
.scn-yt-play::after {
	content: ""; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
	border-style: solid; border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #FFFFFF;
}
.scn-yt:hover .scn-yt-play { background: #7A5268; transform: translate(-50%, -50%) scale(1.07); }
.scn-yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) {
	.scn-video-grid { grid-template-columns: 1fr !important; }
}

/* ============ Announcement bar (front page) ============ */
.scn-announce {
	background: #2E5F6E; color: #DCE7EC; text-align: center;
	padding: 9px 20px; font-size: 14.5px; line-height: 1.4;
}
.scn-announce a { color: #FFFFFF; font-weight: 700; text-decoration: underline; margin-left: 6px; }

/* ============ Header (from SiteHeader.dc.html) ============ */
.scn-sticky { position: sticky; top: 0; z-index: 50; }
.scn-header { background: #FFFFFF; box-shadow: 0 1px 0 #E2E8ED, 0 4px 18px rgba(35,40,45,0.06); }
.scn-header-inner {
	max-width: 1240px; margin: 0 auto; padding: 10px 24px;
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 18px;
}
.scn-logo-link { display: flex; align-items: center; flex-shrink: 0; }
.scn-logo { height: 52px; width: auto; display: block; }

.scn-nav { display: flex; align-items: center; gap: 2px; font-size: 15.5px; font-weight: 600; }
.scn-nav-item { position: relative; }
.scn-nav-top { display: block; padding: 12px 13px; color: #33424D; }
.scn-nav-top:hover { color: #8E6379; }
.scn-caret { font-size: 10px; color: #8FA9BC; }

.scn-drop {
	display: none; position: absolute; top: 100%; left: 0; z-index: 90;
	background: #FFFFFF; border: 1px solid #E2E8ED; border-radius: 10px;
	box-shadow: 0 18px 44px rgba(15,22,28,0.16);
}
.scn-nav-item:hover > .scn-drop, .scn-nav-item:focus-within > .scn-drop { display: flex; }
.scn-drop-list { padding: 8px 0; flex-direction: column; }
.scn-drop-list a { display: block; padding: 9px 18px; font-size: 14.5px; color: #33424D; }
.scn-drop-list a:hover { background: #EEF1F4; color: #8E6379; }
.scn-drop-list a.scn-strong { font-weight: 700; }
.scn-drop-list a.scn-drop-cta { color: #8E6379; font-weight: 700; }
.scn-drop-list a.scn-drop-cta:hover { background: #EEF1F4; }
.scn-drop-right { left: auto; right: 0; }

.scn-drop-mega { left: -80px; padding: 14px; width: 480px; }
.scn-nav-item:hover > .scn-drop-mega, .scn-nav-item:focus-within > .scn-drop-mega { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12px; }
.scn-mega-main { display: flex; flex-direction: column; border-right: 1px solid #ECF0F3; padding-right: 4px; }
.scn-mega-main a { display: block; padding: 9px 14px; font-size: 14.5px; color: #33424D; }
.scn-mega-main a.scn-strong { font-weight: 700; }
.scn-mega-main a:hover { background: #EEF1F4; color: #8E6379; }
.scn-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 4px; align-content: start; }
.scn-mega-grid a { display: block; padding: 8px 12px; font-size: 14px; color: #33424D; }
.scn-mega-grid a:hover { background: #EEF1F4; color: #8E6379; }

.scn-header-cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.scn-header-phone { color: #8E6379; font-weight: 700; font-size: 16px; white-space: nowrap; }
.scn-consult-btn {
	background: #5E7E97; color: #FFFFFF; font-family: 'Nunito Sans', sans-serif;
	font-weight: 800; font-size: 13.5px; letter-spacing: 0.04em; text-transform: uppercase;
	padding: 12px 18px; border-radius: 6px; white-space: nowrap;
}
.scn-consult-btn:hover { background: #4C6B83; color: #FFFFFF; }

.scn-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.scn-nav-toggle span { display: block; width: 24px; height: 3px; background: #2E4A5A; border-radius: 2px; margin: 5px 0; transition: transform 0.2s, opacity 0.2s; }
.scn-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.scn-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.scn-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============ Footer (from SiteFooter.dc.html) ============ */
.scn-footer { background: #23282D; color: #B8C0C6; padding: 64px 24px 28px; font-family: 'Source Sans 3', sans-serif; }
.scn-footer-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-direction: column; gap: 44px; }
.scn-footer-cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.scn-footer-col { display: flex; flex-direction: column; gap: 10px; }
.scn-footer-col h3 {
	margin: 0 0 4px; font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: 14px;
	color: #FFFFFF; letter-spacing: 0.1em; text-transform: uppercase;
}
.scn-footer-col p { margin: 0; font-size: 15px; line-height: 1.6; }
.scn-footer-col a { color: #B8C0C6; font-size: 15px; }
.scn-footer-col a:hover { color: #FFFFFF; }
.scn-footer-brand { gap: 16px; }
.scn-footer-logo-card { background: #FFFFFF; border-radius: 8px; padding: 12px 16px; width: fit-content; }
.scn-footer-logo-card img { height: 46px; width: auto; display: block; }
.scn-footer-social { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; font-weight: 700; }
.scn-footer-social a { color: #8FA9BC; }
.scn-footer-social a:hover { color: #FFFFFF; }
.scn-footer-badges { display: flex; align-items: center; gap: 12px; }
.scn-badge-pt { height: 34px; width: auto; background: #FFFFFF; border-radius: 6px; padding: 4px 8px; }
.scn-badge-va { height: 42px; width: auto; background: #FFFFFF; border-radius: 6px; padding: 3px 6px; }
.scn-footer-phone { color: #FFFFFF !important; font-weight: 700; font-size: 16px !important; }
.scn-footer-hours { font-size: 14.5px !important; }
.scn-footer-tour { color: #8FA9BC !important; font-weight: 700; font-size: 14px !important; }
.scn-footer-tour:hover { color: #FFFFFF !important; }
.scn-footer-bar {
	border-top: 1px solid #3A4147; padding-top: 22px;
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
	gap: 16px; font-size: 13.5px; color: #7E878E;
}
.scn-footer-credit { flex-basis: 100%; margin-top: 4px; font-size: 11.5px; color: #7E878E; text-align: center; }
.scn-footer-credit a { color: #8FA9BC !important; text-decoration: none; }
.scn-footer-credit a:hover { color: #FFFFFF !important; }

/* ============ Keap form embeds ============ */
.scn-keap { display: flex; flex-direction: column; gap: 6px; }
.scn-keap-eyebrow { margin: 0; font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #8E6379; }
.scn-keap-title { margin: 0; font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: 24px; line-height: 1.2; color: #2E4A5A; }
.scn-keap-sub { margin: 0 0 6px; font-size: 15px; line-height: 1.5; color: #64707A; }
.scn-keap .keap-custom-form { margin: 0 -6px; min-height: 500px; }
.scn-keap .keap-custom-form iframe { display: block; width: 100% !important; min-width: 0 !important; }
.scn-keap-foot { margin: 4px 0 0; font-size: 13px; color: #8B959D; text-align: center; }
.scn-keap-foot a { color: #5E7E97; font-weight: 700; }

/* ============ Blog: single post (styled per design tokens) ============ */
.scn-post-hero {
	background: linear-gradient(100deg, rgba(28,36,42,0.92) 0%, rgba(28,36,42,0.74) 55%, rgba(46,95,110,0.68) 100%);
	padding: 62px 24px 58px;
}
.scn-post-hero-inner { max-width: 1060px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.scn-post-hero .scn-breadcrumb { font-size: 13.5px; }
.scn-post-hero .scn-breadcrumb a { color: #A9C2D2; font-weight: 600; }
.scn-post-hero .scn-breadcrumb a:hover { color: #FFFFFF; }
.scn-post-hero .scn-breadcrumb .sep { color: #7C93A3; }
.scn-post-hero .scn-breadcrumb .here { color: #E8EDF1; font-weight: 600; }
.scn-post-hero h1 {
	margin: 0; color: #FFFFFF; font-family: 'Nunito Sans', sans-serif; font-weight: 900;
	font-size: 40px; line-height: 1.14; text-wrap: pretty;
}
.scn-post-meta { color: #D4DDE3; font-size: 15px; }
.scn-post-body { max-width: 800px; margin: 0 auto; padding: 56px 24px 72px; font-size: 17px; line-height: 1.7; color: #47535C; }
.scn-post-body h2 { font-family: 'Nunito Sans', sans-serif; font-weight: 900; font-size: 28px; color: #2E4A5A; margin: 1.6em 0 0.6em; }
.scn-post-body h3 { font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: 20px; color: #2E4A5A; margin: 1.4em 0 0.5em; }
.scn-post-body img { border-radius: 12px; height: auto; }
.scn-post-body a { font-weight: 700; }
.scn-post-thumb { width: 100%; max-height: 440px; object-fit: cover; border-radius: 12px; margin-bottom: 28px; }

/* Blog index cards (home.php, from blog.dc.html) */
.scn-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 10px; }
.scn-blog-card {
	background: #FFFFFF; border: 1px solid #E2E8ED; border-radius: 12px; overflow: hidden;
	box-shadow: 0 10px 30px rgba(35,40,45,0.06); display: flex; flex-direction: column; min-width: 0;
}
.scn-blog-card > img,
.scn-blog-card .scn-card-thumb { width: 100%; height: 180px; object-fit: cover; display: block; }
.scn-blog-card-body { padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.scn-blog-card-body h3 { margin: 0; font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: 20px; color: #2E4A5A; }
.scn-blog-card-body h3 a { color: #2E4A5A; }
.scn-blog-card-body h3 a:hover { color: #8E6379; }
.scn-blog-card-body p { margin: 0; font-size: 15px; line-height: 1.6; color: #5B6770; }
.scn-blog-card-more { margin: auto 0 0 !important; padding-top: 8px; font-size: 14.5px; font-weight: 700; }
.scn-pagination { display: flex; gap: 10px; justify-content: center; margin-top: 34px; font-weight: 700; }
.scn-pagination .page-numbers { padding: 8px 14px; border: 1px solid #E2E8ED; border-radius: 6px; color: #2E4A5A; }
.scn-pagination .page-numbers.current { background: #5E7E97; color: #FFFFFF; border-color: #5E7E97; }

/* ============ Responsive (designs are desktop-first @1240px) ============ */
@media (max-width: 1150px) {
	.scn-nav { display: none; }
	.scn-nav-toggle { display: block; }
	.scn-header-inner.scn-nav-open .scn-nav {
		display: flex; flex-direction: column; align-items: stretch;
		width: 100%; order: 10; padding: 8px 0 14px; gap: 0;
	}
	.scn-header-inner.scn-nav-open .scn-nav-top { padding: 13px 8px; font-size: 17px; }
	.scn-header-inner.scn-nav-open .scn-drop,
	.scn-header-inner.scn-nav-open .scn-nav-item:hover > .scn-drop,
	.scn-header-inner.scn-nav-open .scn-nav-item:focus-within > .scn-drop {
		display: flex; flex-direction: column; position: static; border: none; box-shadow: none;
		width: auto; padding: 0 0 6px 14px;
	}
	.scn-header-inner.scn-nav-open .scn-drop-mega { display: flex !important; flex-direction: column; width: auto; }
	.scn-mega-main { border-right: none; }
	.scn-header-phone { display: none; }
}
@media (max-width: 900px) {
	.scn-footer-cols { grid-template-columns: 1fr 1fr; }
	/* Collapse designed multi-column grids to a single column. */
	.scn-page-body [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
	.scn-page-body ul[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
	.scn-2col { grid-template-columns: 1fr !important; }
	.scn-blog-grid { grid-template-columns: 1fr; }
	.scn-page-body h1[style] { font-size: 34px !important; }
	.scn-page-body section[style] { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 560px) {
	.scn-footer-cols { grid-template-columns: 1fr; }
	.scn-post-hero h1 { font-size: 30px; }
}
