/*
Theme Name: Shed Up Design and Build
Theme URI: https://shedupfl.com
Author: Shed Up Design and Build
Description: Custom WordPress theme for Shed Up Design and Build. Modern architectural shed design and construction.
Version: 1.0.0
Text Domain: shedup
*/

:root {
	--color-bg: #f4f1ea;
	--color-surface: #ffffff;
	--color-charcoal: #171717;
	--color-gray: #d8d5cf;
	--color-muted: #6f6b63;
	--color-accent: #a9792f;

	--font-main: Arial, Helvetica, sans-serif;
	--max-width: 1440px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-charcoal);
	font-family: var(--font-main);
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.site-header {
	background: rgba(244, 241, 234, 0.96);
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-header__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 22px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.site-title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.primary-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

.primary-menu a:hover {
	color: var(--color-accent);
}

.hero {
	min-height: calc(100vh - 90px);
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 80px 40px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
	align-items: center;
	gap: 70px;
	position: relative;
}

.hero__content {
	max-width: 760px;
}

.hero__eyebrow {
	margin: 0 0 22px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.hero h1 {
	margin: 0;
	font-size: clamp(4rem, 10vw, 9rem);
	line-height: 0.88;
	letter-spacing: -0.06em;
	font-weight: 900;
}

.hero h1 span {
	color: var(--color-accent);
}

.hero h2 {
	margin: 28px 0 0;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 500;
	letter-spacing: -0.03em;
}

.hero__description {
	max-width: 540px;
	margin: 24px 0 0;
	font-size: 1.05rem;
	color: var(--color-muted);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 620px;
	overflow: hidden;
}

.hero__image {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(244, 241, 234, 0.98) 0%,
			rgba(244, 241, 234, 0.72) 18%,
			rgba(244, 241, 234, 0.08) 52%,
			rgba(244, 241, 234, 0) 70%
		);
	pointer-events: none;
}

.hero__statement {
	position: absolute;
	right: 34px;
	bottom: 52px;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero__statement span:last-child {
	color: #d7a752;
}

@media (min-width: 1100px) {
	.hero {
		grid-template-columns: 0.82fr 1.18fr;
		gap: 0;
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.hero__content {
		position: relative;
		z-index: 3;
		padding-right: 28px;
	}

	.hero__visual {
		margin-left: -40px;
	}
	
		.hero__visual {
		min-height: 480px;
	}

	.hero__image {
		min-height: 480px;
	}

	.hero__visual::after {
		background:
			linear-gradient(
				180deg,
				rgba(244, 241, 234, 0) 45%,
				rgba(23, 23, 23, 0.35) 100%
			);
	}

	.hero__statement {
		right: 22px;
		bottom: 28px;
		text-align: right;
	}
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--accent {
	background: var(--color-accent);
	color: #fff;
	border: 1px solid var(--color-accent);
}

.button--accent:hover {
	background: #8f6628;
	border-color: #8f6628;
}

.button--outline {
	border: 1px solid var(--color-charcoal);
	background: transparent;
}

.button--outline:hover {
	background: var(--color-charcoal);
	color: #fff;
}

.hero__statement {
	justify-self: end;
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: right;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.hero__statement span:last-child {
	color: var(--color-accent);
}

.site-footer {
	border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.site-footer__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 30px 40px;
	font-size: 0.85rem;
	color: var(--color-muted);
}

@media (max-width: 900px) {
	.site-header__inner {
		padding: 18px 22px;
		flex-direction: column;
		align-items: flex-start;
	}

	.primary-menu {
		flex-wrap: wrap;
		gap: 18px;
	}

	.hero {
		grid-template-columns: 1fr;
		padding: 70px 22px;
		gap: 40px;
	}

	.hero__statement {
		justify-self: start;
		text-align: left;
	}

	.hero h1 {
		font-size: clamp(4rem, 18vw, 7rem);
	}
}