/*
Theme Name: House Clearance Southampton
Theme URI: https://houseclearancesouthampton.co.uk/
Description: A calm, accessible Genesis child theme for an independent house-clearance information and enquiry service.
Author: Richard
Version: 1.0.0
Template: genesis
Text Domain: house-clearance-southampton
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--hcs-navy: #18343b;
	--hcs-navy-dark: #10282f;
	--hcs-green: #3c7164;
	--hcs-green-dark: #29584e;
	--hcs-sage: #dce8e1;
	--hcs-stone: #f4f0e8;
	--hcs-warm: #e8dece;
	--hcs-white: #ffffff;
	--hcs-ink: #1d2b2e;
	--hcs-muted: #536267;
	--hcs-border: #d5ded9;
	--hcs-warning: #fff6d8;
	--hcs-radius: 18px;
	--hcs-shadow: 0 18px 50px rgba(16, 40, 47, 0.11);
	--hcs-width: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--hcs-white);
	color: var(--hcs-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
}

a {
	color: var(--hcs-green-dark);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--hcs-navy);
}

:focus-visible {
	outline: 3px solid #e2a82f;
	outline-offset: 4px;
}

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

h1,
h2,
h3,
h4 {
	color: var(--hcs-navy-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.14;
	margin: 0 0 0.65em;
}

h1 {
	font-size: clamp(2.65rem, 6vw, 5rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

p,
ul,
ol {
	margin-top: 0;
}

.wrap,
.hcs-wrap {
	margin-inline: auto;
	max-width: var(--hcs-width);
	padding-inline: 24px;
	width: 100%;
}

.site-container {
	overflow: clip;
}

.site-header {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--hcs-border);
	position: relative;
	z-index: 20;
}

.site-header > .wrap {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	min-height: 88px;
}

.title-area {
	flex: 0 1 380px;
	padding: 0;
}

.site-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
}

.site-title a {
	color: var(--hcs-navy-dark);
	text-decoration: none;
}

.site-description {
	color: var(--hcs-muted);
	font-size: 0.78rem;
	margin: 5px 0 0;
}

.genesis-nav-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu a {
	color: var(--hcs-navy);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 14px 0;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a {
	color: var(--hcs-green);
}

.hcs-disclosure {
	background: var(--hcs-navy-dark);
	color: var(--hcs-white);
	font-size: 0.82rem;
	padding: 10px 0;
	text-align: center;
}

.hcs-disclosure p {
	margin: 0;
}

.hcs-disclosure a {
	color: var(--hcs-white);
}

.hcs-hero {
	background: var(--hcs-stone);
	min-height: 680px;
	position: relative;
}

.hcs-hero::after {
	background: linear-gradient(90deg, rgba(244, 240, 232, 0.99) 0%, rgba(244, 240, 232, 0.94) 38%, rgba(244, 240, 232, 0.18) 68%, rgba(244, 240, 232, 0.05) 100%), var(--hcs-hero-image) center/cover no-repeat;
	content: "";
	inset: 0;
	position: absolute;
}

.hcs-hero .hcs-wrap {
	align-items: center;
	display: grid;
	min-height: 680px;
	position: relative;
	z-index: 2;
}

.hcs-hero__copy {
	max-width: 680px;
	padding-block: 80px;
}

.hcs-eyebrow {
	color: var(--hcs-green-dark);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.hcs-lead {
	color: #35494e;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	max-width: 620px;
}

.hcs-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.hcs-button,
button.hcs-button,
input[type="submit"].hcs-button {
	background: var(--hcs-green-dark);
	border: 2px solid var(--hcs-green-dark);
	border-radius: 999px;
	color: var(--hcs-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 15px 25px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hcs-button:hover,
.hcs-button:focus {
	background: var(--hcs-navy-dark);
	border-color: var(--hcs-navy-dark);
	color: var(--hcs-white);
	transform: translateY(-1px);
}

.hcs-button--ghost {
	background: transparent;
	color: var(--hcs-navy-dark);
}

.hcs-trustline {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 12px 25px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.hcs-trustline li::before {
	color: var(--hcs-green);
	content: "✓";
	font-weight: 900;
	margin-right: 8px;
}

.hcs-section {
	padding-block: clamp(70px, 9vw, 120px);
}

.hcs-section--stone {
	background: var(--hcs-stone);
}

.hcs-section--sage {
	background: var(--hcs-sage);
}

.hcs-section--navy {
	background: var(--hcs-navy-dark);
	color: var(--hcs-white);
}

.hcs-section--navy h2,
.hcs-section--navy h3 {
	color: var(--hcs-white);
}

.hcs-heading {
	max-width: 760px;
}

.hcs-heading p {
	color: var(--hcs-muted);
	font-size: 1.08rem;
}

.hcs-grid {
	display: grid;
	gap: 24px;
	margin-top: 40px;
}

.hcs-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hcs-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hcs-card {
	background: var(--hcs-white);
	border: 1px solid var(--hcs-border);
	border-radius: var(--hcs-radius);
	box-shadow: 0 10px 30px rgba(16, 40, 47, 0.05);
	color: var(--hcs-ink);
	padding: 30px;
}

.hcs-card p:last-child,
.hcs-card ul:last-child {
	margin-bottom: 0;
}

.hcs-card__icon {
	align-items: center;
	background: var(--hcs-sage);
	border-radius: 12px;
	color: var(--hcs-green-dark);
	display: inline-flex;
	font-size: 1.35rem;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px;
	width: 48px;
}

.hcs-card a {
	font-weight: 800;
}

.hcs-split {
	align-items: center;
	display: grid;
	gap: clamp(42px, 7vw, 90px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.hcs-split img {
	aspect-ratio: 4 / 3;
	border-radius: var(--hcs-radius);
	box-shadow: var(--hcs-shadow);
	object-fit: cover;
	width: 100%;
}

.hcs-checks {
	list-style: none;
	padding: 0;
}

.hcs-checks li {
	border-bottom: 1px solid var(--hcs-border);
	padding: 13px 0 13px 34px;
	position: relative;
}

.hcs-checks li::before {
	color: var(--hcs-green);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.hcs-steps {
	counter-reset: steps;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 42px;
}

.hcs-step {
	counter-increment: steps;
	padding-left: 72px;
	position: relative;
}

.hcs-step::before {
	align-items: center;
	background: var(--hcs-green);
	border-radius: 50%;
	color: var(--hcs-white);
	content: counter(steps);
	display: flex;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.hcs-note {
	background: var(--hcs-warning);
	border-left: 5px solid #d39a25;
	border-radius: 0 12px 12px 0;
	margin-block: 28px;
	padding: 22px 24px;
}

.hcs-faq details {
	border-bottom: 1px solid var(--hcs-border);
	padding: 20px 0;
}

.hcs-faq summary {
	color: var(--hcs-navy-dark);
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	font-weight: 700;
}

.hcs-faq details p {
	margin: 15px 0 0;
}

.hcs-cta {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.hcs-cta > div {
	max-width: 720px;
}

.site-inner {
	margin-inline: auto;
	max-width: var(--hcs-width);
	padding: 64px 24px 100px;
}

.full-width-content .content {
	width: 100%;
}

.entry-title {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.entry-content {
	max-width: 820px;
}

.entry-content > .alignwide {
	margin-left: max(-150px, calc((820px - min(1180px, 100vw - 48px)) / 2));
	max-width: min(1180px, calc(100vw - 48px));
	width: min(1180px, calc(100vw - 48px));
}

.entry-content h2 {
	margin-top: 1.6em;
}

.entry-content h3 {
	margin-top: 1.4em;
}

.entry-content li {
	margin-bottom: 8px;
}

.hcs-form {
	background: var(--hcs-stone);
	border-radius: var(--hcs-radius);
	padding: clamp(24px, 5vw, 46px);
}

.hcs-field-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.hcs-field {
	margin-bottom: 20px;
}

.hcs-field label,
.hcs-field legend {
	color: var(--hcs-navy-dark);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 7px;
}

.hcs-field input,
.hcs-field select,
.hcs-field textarea {
	background: var(--hcs-white);
	border: 1px solid #aab9b4;
	border-radius: 9px;
	color: var(--hcs-ink);
	font: inherit;
	padding: 13px 14px;
	width: 100%;
}

.hcs-field textarea {
	min-height: 135px;
	resize: vertical;
}

.hcs-checkbox {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.hcs-checkbox input {
	flex: 0 0 auto;
	margin-top: 7px;
	width: auto;
}

.hcs-honeypot {
	left: -9999px;
	position: absolute;
}

.hcs-alert {
	border-radius: 10px;
	margin-bottom: 24px;
	padding: 16px 18px;
}

.hcs-alert--success {
	background: #e2f3e9;
	border: 1px solid #76a98b;
}

.hcs-alert--error {
	background: #fff0ed;
	border: 1px solid #c8877d;
}

.site-footer {
	background: var(--hcs-navy-dark);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.85rem;
	padding: 48px 0;
}

.site-footer a {
	color: var(--hcs-white);
}

.site-footer p {
	margin-bottom: 8px;
}

.footer-widgets {
	background: var(--hcs-navy);
	color: var(--hcs-white);
	padding: 56px 0;
}

.footer-widgets .wrap {
	display: grid;
	gap: 36px;
	grid-template-columns: 2fr 1fr 1fr;
}

.footer-widgets h3 {
	color: var(--hcs-white);
	font-size: 1.2rem;
}

.footer-widgets ul {
	list-style: none;
	padding: 0;
}

.footer-widgets a {
	color: var(--hcs-white);
}

@media (max-width: 960px) {
	.site-header > .wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		padding-block: 20px;
	}

	.title-area {
		flex-basis: auto;
	}

	.nav-primary {
		margin-top: 10px;
		width: 100%;
	}

	.genesis-nav-menu {
		gap: 0 20px;
	}

	.hcs-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hcs-steps {
		grid-template-columns: 1fr;
	}

	.footer-widgets .wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 17px;
	}

	.hcs-hero,
	.hcs-hero .hcs-wrap {
		min-height: 660px;
	}

	.hcs-hero::after {
		background: linear-gradient(180deg, rgba(244, 240, 232, 0.99) 0%, rgba(244, 240, 232, 0.96) 50%, rgba(244, 240, 232, 0.50) 100%), var(--hcs-hero-image) 63% center/cover no-repeat;
	}

	.hcs-hero__copy {
		padding-block: 60px;
	}

	.hcs-grid--2,
	.hcs-grid--3,
	.hcs-split,
	.hcs-field-grid {
		grid-template-columns: 1fr;
	}

	.hcs-split__media {
		order: -1;
	}

	.hcs-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-widgets .wrap {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
