:root {
 --ink:#151515;
--charcoal:#22201d;
--coal:#2c2925;
--earth:#c97a2b;
--earth2:#c97a2b;
--sand:#f5efe5;
--paper:#fbfaf7;
--muted:#726b60;
--line:#e5d9c8;
--green:#384237;
--white:#fff;
 --shadow:0 18px 50px rgba(32,28,24,.13);
--radius:18px;
--max:1180px
}
.eyebrow {
    color: var(--earth2);
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 13px;
}
.quote {
    background: linear-gradient(100deg,var(--charcoal),#4a4034);
    color: #fff;
    border-radius: 30px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    align-items: center
}

.quote h2 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 14px;
	color: #fff;
}

.quote p {
    color: #eadfce
}
.quote .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 20px;
    border-radius: 999px;
    background: var(--earth);
    color: #161310;
    font-weight: 900;
    border: 1px solid var(--earth);
    box-shadow: 0 9px 24px rgba(177,132,73,.22);
    transition: .2s
}

.quote .btn:hover {
    transform: translateY(-1px);
    background: #c09354
}

.section {
	padding: 86px 0
}
.section p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.section img{
	max-width: 100%;
}
.section.alt {
	background: var(--sand)
}
.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px
}
.section-head h2 {
	font-size: clamp(31px, 4vw, 48px);
	line-height: 1.05;
	margin: 6px 0 0;
	letter-spacing: -.04em
}
.section-head p {
	max-width: 620px;
	color: var(--muted);
	margin: 0
}
.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}
.card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(42,36,29,.06)
}
.card-media {
	height: 210px;
	background: linear-gradient(135deg, #dfd1bc, #fff4df);
	position: relative;
	overflow: hidden
}
.card-media.dark {
	background: linear-gradient(135deg, #2c2925, #70634f)
}
.card-media:after {
	content: "";
	position: absolute;
	inset: auto 24px 28px auto;
	width: 170px;
	height: 20px;
	background: rgba(0,0,0,.16);
	filter: blur(10px);
	border-radius: 50%
}
.product-silhouette {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 185px;
	height: 18px;
	background: #2c2925;
	border-radius: 999px;
	transform: translate(-50%, -50%) rotate(-32deg)
}
.product-silhouette:before {
	content: "";
	position: absolute;
	right: -38px;
	top: -33px;
	width: 55px;
	height: 74px;
	background: #b18449;
	border-radius: 42% 42% 50% 50%;
	border: 5px solid #2c2925
}
.product-silhouette:after {
	content: "";
	position: absolute;
	left: -19px;
	top: -8px;
	width: 30px;
	height: 30px;
	background: #2c2925;
	border-radius: 50%
}
.rake:before {
	width: 70px;
	height: 48px;
	border-radius: 6px;
	background: repeating-linear-gradient(90deg, #2c2925 0 5px, transparent 5px 11px);
	border: 0;
	right: -50px;
	top: -15px
}
.fork:before {
	width: 62px;
	height: 58px;
	border-radius: 8px;
	background: repeating-linear-gradient(90deg, #b18449 0 6px, transparent 6px 14px);
	border: 4px solid #2c2925;
	right: -48px;
	top: -20px
}
.hammer:before {
	width: 90px;
	height: 28px;
	border-radius: 8px;
	background: #b18449;
	border: 4px solid #2c2925;
	right: -55px;
	top: -13px
}
.pruner:before {
	width: 86px;
	height: 48px;
	border-radius: 50%;
	background: transparent;
	border: 7px solid #2c2925;
	right: -60px;
	top: -22px
}
.wheel:before {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #b18449;
	border: 9px solid #2c2925;
	right: -48px;
	top: -30px
}
.card-body {
	padding: 23px
}
.card h3 {
	font-size: 22px;
	margin: 0 0 9px
}
.card p {
	color: var(--muted);
	margin: 0 0 18px
}
.link {
	font-weight: 900;
	color: var(--earth);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em
}
.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center
}
.panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 28px;
	padding: 34px;
	box-shadow: var(--shadow)
}
.checklist {
	display: grid;
	gap: 12px;
	margin-top: 22px
}
.check {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: var(--muted)
}
.check i {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: var(--earth);
	color: #fff;
	display: grid;
	place-items: center;
	font-style: normal;
	font-weight: 900;
	flex: 0 0 auto
}
.timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}
.step {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 24px;
	position: relative
}
.step b {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--earth2);
	color: #ffffff;
	display: grid;
	place-items: center;
	margin-bottom: 18px
}
.step h3{
	font-size: 1.17em;
}
.quote {
	background: linear-gradient(100deg, var(--charcoal), #4a4034);
	color: #fff;
	border-radius: 30px;
	padding: 50px;
	display: grid;
grid-template-columns:1.1fr .9fr;
	gap: 24px;
	align-items: center
}
.quote h2 {
	font-size: 42px;
	line-height: 1.05;
	margin: 0 0 14px
}
.quote p {
	color: #eadfce
}
.form {
	display: grid;
	gap: 13px
}
.form input, .form textarea, .form select {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
	font: inherit
}
.form textarea {
	min-height: 132px
}

.product-grid {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px
}
.sidebar {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 20px;
	align-self: start;
	position: sticky;
	top: 100px
}
.sidebar a {
	display: block;
	padding: 11px 12px;
	border-radius: 12px;
	color: var(--muted);
	font-weight: 800
}
.sidebar a:hover {
	background: var(--sand);
	color: var(--ink)
}
.table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden
}
.table th, .table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);
	text-align: left
}
.table th {
	background: var(--sand);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em
}
.mobile-toggle {
	display: none
}

@media(max-width:900px) {
.topbar .container {
	flex-direction: column
}
.mobile-toggle {
	display: block
}
.menu {
	display: none
}
.nav-inner {
	height: 68px
}
.hero {
	min-height: auto;
	padding: 70px 0
}
.hero-grid, .two-col, .quote, .product-grid {
	grid-template-columns: 1fr
}
.strip-grid, .timeline {
	grid-template-columns: repeat(2, 1fr)
}
.cards {
	grid-template-columns: 1fr 1fr
}
.footer-grid {
	grid-template-columns: 1fr 1fr
}
.tool-visual {
	height: 300px
}
.sidebar {
	position: static
}
.section {
	padding: 60px 0
}
}

@media(max-width:620px) {
.cards, .strip-grid, .timeline, .footer-grid {
	grid-template-columns: 1fr
}
.section-head {
	display: block
}
.hero h1 {
	font-size: 44px
}
.subhero h1 {
	font-size: 42px
}
.quote {
	padding: 30px
}
.hero-stats {
	grid-template-columns: 1fr
}
.btn {
	width: 100%
}
}
