.amkl-shell {
	--amkl-accent: #c56035;
	--amkl-dark: #121613;
	--amkl-ink: #18201c;
	--amkl-stone: #f5f2ec;
	--amkl-line: rgba(18, 22, 19, 0.14);
	--amkl-muted: #607067;
	--amkl-moss: #52675c;
	--amkl-clay: #9b4e35;
	--amkl-sand: #d8c9ac;
	--amkl-paper: #fffaf1;
	background: var(--amkl-stone);
	color: var(--amkl-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
	margin: 0;
	overflow-x: hidden;
}

.amkl-shell *,
.amkl-shell *::before,
.amkl-shell *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.amkl-shell a {
	color: inherit;
	text-decoration: none;
}

.amkl-topbar {
	align-items: center;
	background: rgba(18, 22, 19, 0.9);
	border-bottom: 1px solid rgba(255, 250, 241, 0.14);
	color: #fffaf1;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	left: 0;
	padding: 16px 34px;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 10;
}

.amkl-brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
}

.amkl-brand-logo {
	display: block;
	height: 42px;
	max-width: 180px;
	object-fit: contain;
	width: auto;
}

.amkl-brand-mark {
	background: var(--amkl-accent);
	border-radius: 6px;
	display: inline-grid;
	height: 42px;
	place-items: center;
	position: relative;
	width: 42px;
}

.amkl-brand-mark span,
.amkl-brand-mark::before,
.amkl-brand-mark::after {
	background: #fffaf1;
	border-radius: 2px;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	width: 24px;
}

.amkl-brand-mark span {
	top: 9px;
}

.amkl-brand-mark::before {
	top: 18px;
	width: 30px;
}

.amkl-brand-mark::after {
	top: 27px;
	width: 18px;
}

.amkl-brand-name {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.amkl-nav {
	display: flex;
	gap: 18px;
}

.amkl-nav a,
.amkl-nav-call {
	color: rgba(255, 250, 241, 0.86);
	font-size: 14px;
	font-weight: 700;
}

.amkl-nav a:hover,
.amkl-nav-call:hover {
	color: #fffaf1;
}

.amkl-nav-call {
	background: rgba(255, 250, 241, 0.1);
	border: 1px solid rgba(255, 250, 241, 0.18);
	border-radius: 8px;
	padding: 10px 14px;
	white-space: nowrap;
}

.amkl-hero {
	align-items: center;
	background: var(--amkl-dark);
	color: #fffaf1;
	display: grid;
	min-height: 86vh;
	padding: 72px 34px 82px;
	position: relative;
}

.amkl-hero::before {
	background-image: linear-gradient(90deg, rgba(18, 22, 19, 0.94) 0%, rgba(18, 22, 19, 0.72) 46%, rgba(18, 22, 19, 0.18) 100%), var(--amkl-hero-image);
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
}

.amkl-hero-copy {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.amkl-eyebrow {
	color: var(--amkl-accent);
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 14px;
}

.amkl-hero h1,
.amkl-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 800;
	line-height: 1.02;
	margin: 0;
}

.amkl-hero h1 {
	color: #fffaf1;
	font-size: 64px;
	max-width: 820px;
	text-wrap: balance;
}

.amkl-hero-lede {
	color: rgba(255, 250, 241, 0.86);
	font-size: 20px;
	margin: 24px 0 0;
	max-width: 650px;
}

.amkl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.amkl-button {
	align-items: center;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 15px 20px;
	text-align: center;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.amkl-button:hover {
	transform: translateY(-1px);
}

.amkl-button-primary {
	background: var(--amkl-accent);
	color: #fffaf1;
}

.amkl-button-secondary {
	background: rgba(255, 250, 241, 0.12);
	border: 1px solid rgba(255, 250, 241, 0.22);
	color: #fffaf1;
}

.amkl-hero-proof {
	color: rgba(255, 250, 241, 0.82);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.amkl-hero-proof span {
	border: 1px solid rgba(255, 250, 241, 0.22);
	border-radius: 8px;
	padding: 9px 12px;
}

.amkl-proof-band {
	background: var(--amkl-paper);
	border-bottom: 1px solid var(--amkl-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amkl-proof-band div {
	border-right: 1px solid var(--amkl-line);
	padding: 24px 34px;
}

.amkl-proof-band div:last-child {
	border-right: 0;
}

.amkl-proof-band strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	line-height: 1;
}

.amkl-proof-band span {
	color: var(--amkl-muted);
	display: block;
	font-weight: 800;
	margin-top: 6px;
}

.amkl-section {
	padding: 92px 34px;
}

.amkl-section-heading {
	margin: 0 auto 36px;
	max-width: 980px;
}

.amkl-section h2 {
	color: var(--amkl-ink);
	font-size: 44px;
	text-wrap: balance;
}

.amkl-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.amkl-service-grid article,
.amkl-process-grid div,
.amkl-project,
.amkl-spec-list div,
.amkl-form,
.amkl-contact-card,
.amkl-faq-list details {
	background: #fffaf1;
	border: 1px solid var(--amkl-line);
	border-radius: 8px;
}

.amkl-service-grid article {
	min-height: 270px;
	padding: 26px;
}

.amkl-service-grid span {
	color: var(--amkl-accent);
	font-weight: 900;
}

.amkl-service-grid h3,
.amkl-project h3,
.amkl-process-grid h3 {
	font-size: 21px;
	line-height: 1.15;
	margin: 18px 0 10px;
}

.amkl-service-grid p,
.amkl-project p,
.amkl-process-grid p,
.amkl-craft p,
.amkl-faq-list p {
	color: var(--amkl-muted);
	margin: 0;
}

.amkl-craft {
	background: var(--amkl-dark);
	color: #fffaf1;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.amkl-craft h2 {
	color: #fffaf1;
}

.amkl-craft p,
.amkl-craft li {
	color: rgba(255, 250, 241, 0.82);
	font-size: 18px;
}

.amkl-craft-copy {
	max-width: 760px;
}

.amkl-craft ul {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding-left: 20px;
}

.amkl-spec-list {
	display: grid;
	gap: 12px;
}

.amkl-spec-list div {
	background: rgba(255, 250, 241, 0.08);
	border-color: rgba(255, 250, 241, 0.16);
	padding: 20px;
}

.amkl-spec-list strong {
	color: #fffaf1;
	display: block;
	font-size: 18px;
}

.amkl-spec-list span {
	color: rgba(255, 250, 241, 0.72);
	display: block;
	margin-top: 5px;
}

.amkl-work {
	background: #ebe7dc;
}

.amkl-masonry-grid {
	display: grid;
	gap: 16px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.amkl-project {
	align-content: end;
	background-color: var(--amkl-moss);
	color: #fffaf1;
	display: grid;
	min-height: 270px;
	overflow: hidden;
	padding: 26px;
	position: relative;
}

.amkl-project::before {
	background-image: linear-gradient(180deg, rgba(18, 22, 19, 0.15), rgba(18, 22, 19, 0.78)), var(--amkl-hero-image);
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
}

.amkl-project:nth-child(2)::before {
	background-position: 58% center;
	filter: saturate(0.8);
}

.amkl-project:nth-child(3)::before {
	background-position: 70% center;
}

.amkl-project:nth-child(4)::before,
.amkl-project:nth-child(5)::before {
	filter: contrast(1.05) saturate(0.72);
}

.amkl-project h3,
.amkl-project p {
	color: #fffaf1;
	position: relative;
	z-index: 1;
}

.amkl-project p {
	color: rgba(255, 250, 241, 0.84);
}

.amkl-project-tall {
	grid-row: span 2;
	min-height: 556px;
}

.amkl-project-wide {
	grid-column: span 2;
}

.amkl-process-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.amkl-process-grid div {
	padding: 28px;
}

.amkl-process-grid span {
	align-items: center;
	background: var(--amkl-accent);
	border-radius: 50%;
	color: #fffaf1;
	display: inline-flex;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.amkl-estimate {
	background: var(--amkl-dark);
	color: #fffaf1;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.75fr) minmax(340px, 1fr);
}

.amkl-estimate h2 {
	color: #fffaf1;
}

.amkl-estimate-copy p {
	color: rgba(255, 250, 241, 0.78);
	font-size: 18px;
	max-width: 560px;
}

.amkl-contact-card {
	background: rgba(255, 250, 241, 0.08);
	border-color: rgba(255, 250, 241, 0.16);
	display: grid;
	gap: 8px;
	margin-top: 24px;
	padding: 18px;
	width: min(100%, 420px);
}

.amkl-contact-card a {
	color: #fffaf1;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.amkl-form {
	background: #fffaf1;
	color: var(--amkl-ink);
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 26px;
}

.amkl-form label {
	display: grid;
	gap: 7px;
}

.amkl-form span {
	font-size: 14px;
	font-weight: 900;
}

.amkl-form input,
.amkl-form select,
.amkl-form textarea {
	background: #fff;
	border: 1px solid rgba(18, 22, 19, 0.2);
	border-radius: 8px;
	color: var(--amkl-ink);
	font: inherit;
	min-height: 48px;
	padding: 12px;
	width: 100%;
}

.amkl-form textarea {
	resize: vertical;
}

.amkl-form-wide {
	grid-column: 1 / -1;
}

.amkl-honey {
	display: none;
}

.amkl-form-message {
	border-radius: 8px;
	font-weight: 800;
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px;
}

.amkl-success {
	background: #e8f4ec;
	color: #234f34;
}

.amkl-error {
	background: #f9e6df;
	color: #7a2f20;
}

.amkl-faq {
	background: var(--amkl-paper);
}

.amkl-faq-list {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 920px;
}

.amkl-faq-list details {
	padding: 20px 22px;
}

.amkl-faq-list summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
}

.amkl-faq-list p {
	margin-top: 12px;
}

.amkl-footer {
	align-items: center;
	background: var(--amkl-dark);
	color: rgba(255, 250, 241, 0.76);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 14px 24px;
	justify-content: space-between;
	padding: 24px 34px;
}

.amkl-footer span:first-child,
.amkl-footer a {
	color: #fffaf1;
	font-weight: 900;
}

@media (max-width: 1024px) {
	.amkl-hero h1 {
		font-size: 52px;
	}

	.amkl-section h2 {
		font-size: 38px;
	}

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

	.amkl-process-grid,
	.amkl-craft,
	.amkl-estimate {
		grid-template-columns: 1fr;
	}

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

	.amkl-proof-band div:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 760px) {
	.amkl-topbar {
		grid-template-columns: 1fr;
		padding: 14px 18px;
	}

	.amkl-nav {
		display: none;
	}

	.amkl-nav-call {
		justify-self: start;
	}

	.amkl-hero,
	.amkl-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.amkl-hero {
		min-height: 78vh;
		padding-top: 54px;
	}

	.amkl-hero::before {
		background-image: linear-gradient(180deg, rgba(18, 22, 19, 0.92), rgba(18, 22, 19, 0.58)), var(--amkl-hero-image);
	}

	.amkl-hero h1 {
		font-size: 38px;
	}

	.amkl-hero-lede {
		font-size: 18px;
	}

	.amkl-section h2 {
		font-size: 32px;
	}

	.amkl-proof-band,
	.amkl-service-grid,
	.amkl-masonry-grid,
	.amkl-process-grid,
	.amkl-form {
		grid-template-columns: 1fr;
	}

	.amkl-proof-band div {
		border-right: 0;
	}

	.amkl-project-wide,
	.amkl-project-tall {
		grid-column: auto;
		grid-row: auto;
		min-height: 320px;
	}

	.amkl-button {
		width: 100%;
	}
}
