/*
Theme Name: Washofab - Laundry & Dry Cleaners
Theme URI: https://washofab.example.com
Author: Washofab
Author URI: https://washofab.example.com
Description: Washofab is a modern, Elementor-ready WordPress theme built for laundry and dry cleaning businesses. Designed around a fresh blue family color palette with clean, professional typography. Fully compatible with Elementor, Elementor Pro, and the Elementor Theme Builder. Includes custom header/footer locations, an Elementor Canvas template, customizer options, and a full set of standard WordPress templates.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: washofab
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, right-sidebar, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/* ==========================================================================
   Washofab — Blue Family Design Tokens
   Edit these CSS custom properties to re-theme the site.
   ========================================================================== */

:root {
	/* Brand blues */
	--washofab-blue-50:   #EAF4FF;
	--washofab-blue-100:  #D3E8FE;
	--washofab-blue-200:  #A6D0FC;
	--washofab-blue-300:  #72B4F7;
	--washofab-blue-400:  #4198F1;
	--washofab-blue-500:  #1E78E6;   /* primary brand */
	--washofab-blue-600:  #1661C7;
	--washofab-blue-700:  #114CA3;
	--washofab-blue-800:  #0D3A80;
	--washofab-blue-900:  #0A2A5E;
	--washofab-navy:      #0A2240;

	/* Neutrals */
	--washofab-ink:       #102A43;
	--washofab-slate:     #627D98;
	--washofab-mist:      #F2F7FC;
	--washofab-white:     #FFFFFF;

	/* Semantic */
	--washofab-primary:   var(--washofab-blue-500);
	--washofab-accent:    var(--washofab-blue-400);
	--washofab-heading:   var(--washofab-navy);
	--washofab-text:      var(--washofab-ink);
	--washofab-muted:     var(--washofab-slate);
	--washofab-bg:        var(--washofab-white);
	--washofab-bg-soft:   var(--washofab-mist);
	--washofab-border:    #DCE7F3;

	/* Typography */
	--washofab-font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--washofab-font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Layout */
	--washofab-max-width:   1200px;
	--washofab-content-width: 740px;
	--washofab-gutter:      24px;
	--washofab-radius:      10px;
	--washofab-radius-lg:   18px;
	--washofab-shadow:      0 10px 30px rgba(16, 42, 67, 0.10);
	--washofab-shadow-lg:   0 20px 45px rgba(16, 42, 67, 0.16);
}

/* Accessibility-ready focus states */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.wp-block-button__link:focus {
	outline: 3px solid var(--washofab-blue-300);
	outline-offset: 2px;
}

/* Skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: var(--washofab-blue-700);
	color: var(--washofab-white);
	padding: 12px 18px;
	font-weight: 600;
	border-radius: 0 0 var(--washofab-radius) 0;
	text-decoration: none;
}

.skip-link:focus {
	left: 0;
}

/* Screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--washofab-blue-700);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--washofab-white);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* --------------------------------------------------------------------------
   Base typography
   -------------------------------------------------------------------------- */
body {
	background-color: var(--washofab-bg);
	color: var(--washofab-text);
	font-family: var(--washofab-font-body);
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: var(--washofab-heading);
	font-family: var(--washofab-font-heading);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.65em;
}

h1 { font-size: 2.75rem; }
h2 { font-size: 2.15rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p { margin: 0 0 1.2em; }

a {
	color: var(--washofab-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
	color: var(--washofab-blue-700);
}

img {
	height: auto;
	max-width: 100%;
}

/* Block editor alignment + wide layout */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.washofab-container {
	max-width: var(--washofab-max-width);
	margin: 0 auto;
	padding-left: var(--washofab-gutter);
	padding-right: var(--washofab-gutter);
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 0 auto;
}

#primary {
	width: 100%;
}

#secondary {
	width: 100%;
}

@media (min-width: 992px) {
	.content-area--sidebar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 340px;
		grid-gap: 48px;
		align-items: start;
	}
}

/* --------------------------------------------------------------------------
   Header / Navigation
   -------------------------------------------------------------------------- */
.site-header {
	background: var(--washofab-white);
	border-bottom: 1px solid var(--washofab-border);
	position: relative;
	z-index: 50;
}

.site-header.is-sticky {
	position: sticky;
	top: 0;
	box-shadow: 0 4px 20px rgba(16, 42, 67, 0.08);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-logo {
	display: block;
}

.site-logo img {
	display: block;
	max-height: 52px;
	width: auto;
}

.site-title {
	font-size: 1.45rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.02em;
}

.site-title a {
	color: var(--washofab-heading);
	text-decoration: none;
}

.site-title .washofab-dot {
	color: var(--washofab-primary);
}

.site-description {
	margin: 2px 0 0;
	color: var(--washofab-muted);
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.main-navigation {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	display: block;
	color: var(--washofab-ink);
	font-family: var(--washofab-font-heading);
	font-weight: 500;
	font-size: 0.98rem;
	padding: 10px 14px;
	text-decoration: none;
	border-radius: 8px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: var(--washofab-primary);
	background: var(--washofab-blue-50);
}

.main-navigation .sub-menu {
	padding-left: 16px;
}

.main-navigation .submenu-indicator {
	display: inline-flex;
	vertical-align: middle;
	margin-left: 5px;
}

@media (min-width: 992px) {
	.main-navigation {
		display: block;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.main-navigation ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		background: var(--washofab-white);
		border: 1px solid var(--washofab-border);
		border-radius: var(--washofab-radius);
		box-shadow: var(--washofab-shadow);
		padding: 8px;
		z-index: 60;
	}

	.main-navigation ul li {
		position: relative;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation ul li.menu-item-focus > ul {
		display: block;
	}

	.main-navigation ul ul a {
		font-size: 0.92rem;
		padding: 9px 12px;
	}

	.main-navigation ul ul .sub-menu {
		top: 0;
		left: 100%;
		padding-left: 8px;
	}

	.main-navigation ul .sub-menu {
		padding-left: 0;
	}
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--washofab-blue-50);
	color: var(--washofab-blue-700);
	border: 0;
	border-radius: 8px;
	padding: 10px 16px;
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
}

.menu-toggle .dashicons,
.menu-toggle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

/* Mobile drawer */
@media (max-width: 991.98px) {
	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--washofab-white);
		border-top: 1px solid var(--washofab-border);
		box-shadow: var(--washofab-shadow);
		max-height: calc(100vh - 90px);
		overflow-y: auto;
		padding: 12px var(--washofab-gutter) 20px;
	}

	.main-navigation.toggled-on {
		display: block;
	}

	.main-navigation ul,
	.main-navigation ul ul {
		display: block;
		padding-left: 0;
	}

	.main-navigation ul ul {
		padding-left: 18px;
	}
}

/* --------------------------------------------------------------------------
   Page header / hero banner
   -------------------------------------------------------------------------- */
.washofab-page-header {
	background: linear-gradient(135deg, var(--washofab-blue-800), var(--washofab-blue-600));
	color: var(--washofab-white);
	padding: 64px 0;
	text-align: center;
}

.washofab-page-header .page-title {
	color: var(--washofab-white);
	margin-bottom: 8px;
	font-size: 2.3rem;
}

.washofab-page-header .washofab-breadcrumb {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.92rem;
}

.washofab-page-header .washofab-breadcrumb a {
	color: var(--washofab-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Posts / blog cards
   -------------------------------------------------------------------------- */
.washofab-post-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.washofab-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.washofab-post-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.washofab-card {
	display: flex;
	flex-direction: column;
	background: var(--washofab-white);
	border: 1px solid var(--washofab-border);
	border-radius: var(--washofab-radius-lg);
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(16, 42, 67, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.washofab-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--washofab-shadow-lg);
}

.washofab-card .post-thumbnail img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.washofab-card .card-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.washofab-card .entry-title {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.washofab-card .entry-title a {
	color: var(--washofab-heading);
	text-decoration: none;
}

.washofab-card .entry-title a:hover {
	color: var(--washofab-primary);
}

.washofab-card .entry-meta {
	color: var(--washofab-muted);
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.washofab-card .entry-summary {
	color: var(--washofab-text);
	font-size: 0.95rem;
	flex: 1;
}

.washofab-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	color: var(--washofab-primary);
	text-decoration: none;
}

.washofab-read-more:hover {
	color: var(--washofab-blue-700);
}

.entry-content {
	margin: 32px 0;
}

.entry-content::after {
	content: "";
	clear: both;
	display: table;
}

.entry-meta,
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.updated:not(.published) {
	font-size: 0.9rem;
	color: var(--washofab-muted);
}

.byline,
.cat-links,
.tags-links,
.comments-link {
	margin-right: 14px;
}

/* Post navigation */
.post-navigation .nav-links,
.posts-navigation .nav-links,
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 40px 0;
}

.post-navigation a,
.posts-navigation a,
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	background: var(--washofab-blue-50);
	color: var(--washofab-blue-700);
	border-radius: 8px;
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
}

.pagination .page-numbers.current {
	background: var(--washofab-primary);
	color: var(--washofab-white);
}

/* --------------------------------------------------------------------------
   Widgets / sidebar
   -------------------------------------------------------------------------- */
.widget {
	background: var(--washofab-bg-soft);
	border: 1px solid var(--washofab-border);
	border-radius: var(--washofab-radius-lg);
	padding: 24px;
	margin-bottom: 28px;
}

.widget-title {
	font-size: 1.15rem;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 3px;
	border-radius: 3px;
	background: var(--washofab-primary);
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 8px 0;
	border-bottom: 1px solid var(--washofab-border);
}

.widget ul li:last-child {
	border-bottom: 0;
}

.widget ul li a {
	color: var(--washofab-ink);
	text-decoration: none;
}

.widget ul li a:hover {
	color: var(--washofab-primary);
}

.widget select,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="search"] {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--washofab-border);
	border-radius: 8px;
	background: var(--washofab-white);
	font-family: inherit;
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--washofab-border);
	border-radius: 10px;
	background: var(--washofab-white);
	color: var(--washofab-ink);
	font-family: inherit;
	font-size: 1rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--washofab-blue-400);
	box-shadow: 0 0 0 4px var(--washofab-blue-100);
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.comment-form .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--washofab-primary);
	color: var(--washofab-white);
	border: 0;
	border-radius: 10px;
	padding: 14px 28px;
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: var(--washofab-blue-700);
	transform: translateY(-2px);
}

button:active,
input[type="submit"]:active {
	transform: translateY(0);
}

/* Search form */
.search-form {
	display: flex;
	gap: 8px;
}

.search-form .search-field {
	flex: 1;
}

/* --------------------------------------------------------------------------
   Comments
   -------------------------------------------------------------------------- */
.comments-area {
	margin-top: 48px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	background: var(--washofab-bg-soft);
	border: 1px solid var(--washofab-border);
	border-radius: var(--washofab-radius-lg);
	padding: 20px;
	margin-bottom: 18px;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
}

.comment-metadata {
	color: var(--washofab-muted);
	font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
	background: var(--washofab-navy);
	color: rgba(255, 255, 255, 0.78);
	margin-top: 64px;
}

.footer-widgets {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	padding: 64px 0 40px;
}

@media (min-width: 768px) {
	.footer-widgets {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.footer-widgets {
		grid-template-columns: repeat(4, 1fr);
	}
}

.site-footer .widget {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

.site-footer .widget-title {
	color: var(--washofab-white);
}

.site-footer .widget-title::after {
	background: var(--washofab-blue-400);
}

.site-footer .widget ul li {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-footer .widget ul li a {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer .widget ul li a:hover {
	color: var(--washofab-blue-200);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 22px 0;
	text-align: center;
	font-size: 0.9rem;
}

.footer-bottom a {
	color: var(--washofab-blue-200);
}

.site-info .sep {
	margin: 0 8px;
	color: rgba(255, 255, 255, 0.4);
}

/* --------------------------------------------------------------------------
   Misc helpers
   -------------------------------------------------------------------------- */
.washofab-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--washofab-primary);
	color: var(--washofab-white);
	border-radius: 10px;
	padding: 14px 30px;
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.washofab-btn:hover {
	background: var(--washofab-blue-700);
	color: var(--washofab-white);
	transform: translateY(-2px);
}

.washofab-btn--light {
	background: var(--washofab-white);
	color: var(--washofab-blue-700);
}

.washofab-btn--light:hover {
	background: var(--washofab-blue-50);
	color: var(--washofab-blue-700);
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/* Elementor compatibility */
.elementor-page .site-header {
	border-bottom: 1px solid var(--washofab-border);
}

.elementor-page .site-footer {
	margin-top: 0;
}

/* Customizer preview styling */
.customize-partial-edit-shortcut button {
	border: 2px solid var(--washofab-primary) !important;
}

/* --------------------------------------------------------------------------
   Top bar
   -------------------------------------------------------------------------- */
.washofab-topbar {
	background: var(--washofab-navy);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.86rem;
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	flex-wrap: wrap;
	padding-top: 6px;
	padding-bottom: 6px;
}

.topbar-contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.topbar-icon {
	color: var(--washofab-blue-300);
	font-size: 0.95rem;
}

.topbar-item a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.topbar-item a:hover {
	color: var(--washofab-white);
}

.washofab-btn--sm {
	padding: 8px 18px;
	font-size: 0.85rem;
	border-radius: 8px;
}

/* --------------------------------------------------------------------------
   Default homepage (front-page.php)
   -------------------------------------------------------------------------- */
.washofab-home-hero {
	position: relative;
	background: linear-gradient(135deg, var(--washofab-blue-900) 0%, var(--washofab-blue-700) 55%, var(--washofab-blue-500) 100%);
	color: var(--washofab-white);
	padding: 88px 0 96px;
	overflow: hidden;
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 992px) {
	.hero-inner {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.hero-eyebrow {
	display: inline-block;
	background: rgba(255, 255, 255, 0.16);
	color: var(--washofab-blue-100);
	border: 1px solid rgba(255, 255, 255, 0.28);
	padding: 6px 16px;
	border-radius: 999px;
	font-family: var(--washofab-font-heading);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hero-title {
	color: var(--washofab-white);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	margin-bottom: 18px;
}

.hero-accent {
	display: block;
	color: var(--washofab-blue-200);
}

.hero-subtitle {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.08rem;
	max-width: 560px;
	margin-bottom: 28px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-visual {
	position: relative;
	min-height: 320px;
	display: none;
}

@media (min-width: 992px) {
	.hero-visual {
		display: block;
	}
}

.hero-bubble {
	position: absolute;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--washofab-font-heading);
	font-weight: 700;
}

.hero-bubble--one {
	width: 200px;
	height: 200px;
	top: 0;
	right: 60px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 3.4rem;
	color: var(--washofab-blue-100);
}

.hero-bubble--two {
	width: 120px;
	height: 120px;
	bottom: 10px;
	right: 200px;
	background: var(--washofab-blue-400);
	box-shadow: var(--washofab-shadow-lg);
	font-size: 1.8rem;
	color: var(--washofab-white);
}

.hero-card {
	position: absolute;
	bottom: 30px;
	right: 10px;
	background: var(--washofab-white);
	color: var(--washofab-ink);
	border-radius: var(--washofab-radius-lg);
	box-shadow: var(--washofab-shadow-lg);
	padding: 18px 24px;
	min-width: 170px;
}

.hero-card-label {
	display: block;
	color: var(--washofab-muted);
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hero-card-value {
	display: block;
	font-family: var(--washofab-font-heading);
	font-size: 2rem;
	font-weight: 700;
	color: var(--washofab-primary);
}

.washofab-home-section {
	padding: 84px 0;
}

.section-heading {
	max-width: 640px;
	margin: 0 auto 48px;
	text-align: center;
}

.section-eyebrow {
	display: inline-block;
	color: var(--washofab-primary);
	font-family: var(--washofab-font-heading);
	font-weight: 600;
	font-size: 0.84rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-title {
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	margin-bottom: 12px;
}

.section-subtitle {
	color: var(--washofab-muted);
	font-size: 1.05rem;
}

.service-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

@media (min-width: 768px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.service-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.service-card {
	background: var(--washofab-white);
	border: 1px solid var(--washofab-border);
	border-radius: var(--washofab-radius-lg);
	padding: 32px 26px;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--washofab-shadow-lg);
}

.service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: var(--washofab-blue-50);
	color: var(--washofab-primary);
	font-size: 1.9rem;
	margin-bottom: 18px;
}

.service-card h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.service-card p {
	color: var(--washofab-muted);
	font-size: 0.95rem;
	margin-bottom: 0;
}

.washofab-home-stats {
	background: linear-gradient(135deg, var(--washofab-blue-800), var(--washofab-blue-600));
	padding: 72px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 24px;
	text-align: center;
}

@media (min-width: 992px) {
	.stats-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.stat-value {
	display: block;
	color: var(--washofab-white);
	font-family: var(--washofab-font-heading);
	font-size: 2.4rem;
	font-weight: 700;
}

.stat-label {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
}

.washofab-home-cta {
	background: var(--washofab-blue-50);
	padding: 72px 0;
}

.cta-inner {
	text-align: center;
	max-width: 640px;
}

.cta-title {
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	margin-bottom: 12px;
}

.cta-subtitle {
	color: var(--washofab-muted);
	font-size: 1.05rem;
	margin-bottom: 28px;
}

/* --------------------------------------------------------------------------
   Single post
   -------------------------------------------------------------------------- */
.washofab-single-meta {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
}

.washofab-single-meta a {
	color: var(--washofab-white);
}

.washofab-single .post-thumbnail img {
	border-radius: var(--washofab-radius-lg);
	margin-bottom: 8px;
}

.entry-footer {
	border-top: 1px solid var(--washofab-border);
	padding-top: 20px;
	margin-top: 24px;
}

/* --------------------------------------------------------------------------
   Left sidebar template
   -------------------------------------------------------------------------- */
.content-area--left-sidebar {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: start;
}

@media (min-width: 992px) {
	.content-area--left-sidebar {
		grid-template-columns: 320px minmax(0, 1fr);
	}
}

.content-area--left-sidebar .content-main {
	min-width: 0;
}

/* --------------------------------------------------------------------------
   404 error page
   -------------------------------------------------------------------------- */
.washofab-error {
	padding: 96px 0;
	text-align: center;
}

.error-code {
	font-size: clamp(4rem, 12vw, 7rem);
	line-height: 1;
	color: var(--washofab-primary);
	margin-bottom: 8px;
}

.washofab-error .search-form {
	max-width: 420px;
	margin: 24px auto;
}

/* --------------------------------------------------------------------------
   WordPress core alignment extras
   -------------------------------------------------------------------------- */
.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	color: var(--washofab-muted);
	font-size: 0.9rem;
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

/* Sticky / admin bar spacer for the sticky header */
.admin-bar .site-header.is-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header.is-sticky {
		top: 46px;
	}
}
