:root,
.theme-gitea-dark {
	--color-body: #11100f;
	--color-navbar: #11100f;
	--color-footer: #11100f;
	--color-primary: #d4973f;
	--color-primary-light-1: #e1a955;
	--color-primary-light-2: #efbd73;
	--color-primary-dark-1: #b67529;
	--color-primary-dark-2: #834b17;
}

body,
.full.height,
.page-content,
footer {
	background: #11100f !important;
}

.page-content.home {
	min-height: calc(100vh - 82px);
	background:
		radial-gradient(circle at 50% 15rem, rgba(212, 151, 63, 0.12), transparent 27rem),
		linear-gradient(180deg, #11100f 0%, #11100f 34%, #0e0d0c 100%) !important;
}

#navbar,
.navbar,
.following.bar.light,
.ui.secondary.menu,
footer {
	border-color: rgba(224, 164, 95, 0.16) !important;
}

#navbar .item,
#navbar .item:hover,
.navbar .item,
.navbar .item:hover,
footer,
footer a {
	color: #e8dfd3 !important;
}

#navbar-logo img,
#navbar img[src$="/img/logo.svg"],
#navbar img[src$="/img/logo.png"],
.navbar img[src$="/img/logo.svg"],
.navbar img[src$="/img/logo.png"],
.navbar .brand img,
.navbar .item.brand img,
.ui.secondary.menu .item.brand img,
.ui.menu .item.brand img {
	content: url("/assets/img/hephaestus-seal.png?v=20260428-9");
	width: 34px !important;
	height: 34px !important;
	object-fit: contain;
	border-radius: 50%;
	background: transparent;
	box-shadow: 0 0 0 1px rgba(212, 151, 63, 0.34), 0 0 14px rgba(212, 151, 63, 0.14);
}

.home .gitknife-hero-logo {
	width: clamp(230px, 21vw, 340px);
	height: clamp(230px, 21vw, 340px);
	object-fit: contain;
	border-radius: 50%;
	box-shadow: none;
}

.home .hero .title {
	margin-top: 0.6rem;
	color: #d4973f;
	font-family: "Trajan Pro", "Cinzel", "GFS Didot", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-variant-caps: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow:
		0 2px 18px rgba(0, 0, 0, 0.34),
		0 0 22px rgba(212, 151, 63, 0.12);
}

.home .hero h2 {
	color: #e6d8c4;
	font-family: "GFS Neohellenic", "GFS Didot", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-weight: 400;
}

.gitknife-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(18rem, 1fr));
	gap: 4rem 6rem;
	width: min(980px, calc(100% - 3rem));
	margin: 3rem auto 0;
}

.gitknife-feature {
	text-align: center;
	min-width: 0;
}

.gitknife-feature svg {
	color: #d4973f;
	width: 44px;
	height: 44px;
	filter: drop-shadow(0 0 16px rgba(212, 151, 63, 0.3));
}

.gitknife-feature h3 {
	margin: 0.9rem 0 0.7rem;
	color: #eadbc5;
	font-family: "GFS Neohellenic", "GFS Didot", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.gitknife-feature p {
	max-width: 24rem;
	margin: 0 auto;
	color: #cfc6bc;
	font-size: 1.05rem;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.gitknife-features {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
}

.home a,
footer a {
	color: #d4973f !important;
}

.home a:hover,
footer a:hover {
	color: #efbd73 !important;
}
