/**
 * Atlas altbilgi şeridi.
 *
 * Her sayfada göründüğü için hafif tutuldu. Renkler anasayfa ve madde
 * şablonuyla aynı ailede.
 *
 * @package astra-child
 */

.atlas-footer {
	--atlas-sahis: #8e2f3c;
	--atlas-deep: #1d1a18;
	--atlas-fg: #e9e5e1;
	--atlas-dim: rgba(233, 229, 225, 0.58);
	--atlas-hair: rgba(233, 229, 225, 0.13);

	background: var(--atlas-deep);
	color: var(--atlas-fg);
	font-size: 14px;
	line-height: 1.6;
}

.atlas-footer__wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.atlas-footer > .atlas-footer__wrap {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
	gap: 40px;
	padding-top: 52px;
	padding-bottom: 44px;
}

/* ---------- Künye sütunu ---------- */

.atlas-footer__name {
	margin: 0 0 2px;
	font-family: Georgia, "Iowan Old Style", "Nimbus Roman", "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.25;
}

.atlas-footer__org {
	margin: 0 0 12px;
	font-size: 0.85em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e5919c;
}

.atlas-footer__desc {
	margin: 0;
	color: var(--atlas-dim);
	max-width: 34ch;
}

/* ---------- Bağlantı sütunları ---------- */

.atlas-footer__col h2 {
	margin: 0 0 12px;
	font-size: 0.78em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--atlas-dim);
	font-weight: 600;
}

.atlas-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.atlas-footer__col a,
.atlas-footer__col span {
	color: var(--atlas-fg);
	text-decoration: none;
}

.atlas-footer__col a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease;
}

.atlas-footer__col a:hover,
.atlas-footer__col a:focus {
	border-bottom-color: var(--atlas-fg);
}

.atlas-footer__col a span {
	color: var(--atlas-dim);
	font-variant-numeric: tabular-nums;
	font-size: 0.9em;
}

.atlas-footer__cite p {
	margin: 0 0 12px;
	color: var(--atlas-dim);
	font-size: 0.92em;
}

.atlas-footer__link {
	color: var(--atlas-fg);
	text-decoration: none;
	border-bottom: 1px solid var(--atlas-hair);
}

.atlas-footer__link:hover,
.atlas-footer__link:focus {
	border-bottom-color: var(--atlas-fg);
}

/* ---------- Alt çubuk ---------- */

.atlas-footer__bar {
	border-top: 1px solid var(--atlas-hair);
}

.atlas-footer__barinner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 16px;
	padding-bottom: 16px;
}

.atlas-footer__bar p {
	margin: 0;
	font-size: 0.85em;
	color: var(--atlas-dim);
}

.atlas-footer__counts {
	font-variant-numeric: tabular-nums;
}

/* ---------- Dar ekran ---------- */

@media (max-width: 960px) {
	.atlas-footer > .atlas-footer__wrap {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.atlas-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.atlas-footer > .atlas-footer__wrap {
		grid-template-columns: 1fr;
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.atlas-footer__barinner {
		justify-content: flex-start;
	}
}
