/* Sri Herbals footer */
.sri-footer {
	background: #123b2a;
	color: rgba(255, 255, 255, 0.88);
	padding: 3rem 0 1.5rem;
	font-family: var(--sri-sans, "Manrope", sans-serif);
}
.sri-footer__shell {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}
.sri-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(4, 1fr);
	gap: 1.5rem;
	margin-bottom: 2rem;
}
.sri-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	margin-bottom: 0.45rem;
}
.sri-footer__logo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
}
.sri-footer__brand-name {
	display: block;
	font-family: var(--sri-serif, "Cormorant Garamond", serif);
	font-size: 1.55rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.06em;
}
.sri-footer__tag {
	margin: 0 0 0.85rem;
	font-size: 0.86rem;
	color: #d4bc94;
}
.sri-footer__grid h4 {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e4c890;
}
.sri-footer__grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}
.sri-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin-bottom: 0.45rem;
}
.sri-footer__contact i {
	margin-top: 0.2rem;
	color: #e4c890;
	width: 1rem;
}
.sri-footer__grid a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 0.9rem;
}
.sri-footer__grid a:hover { color: #fff; }
.sri-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	align-items: center;
	font-size: 0.82rem;
}
.sri-footer__lang {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}
.sri-footer__lang button {
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 700;
	cursor: pointer;
	padding: 0.25rem 0.4rem;
}
.sri-footer__lang button.is-active { color: #e4c890; }

.sri-footer__dev {
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	text-align: center;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.45;
}
.sri-footer__dev-label {
	color: rgba(255, 255, 255, 0.5);
}
.sri-footer__dev a {
	color: #e4c890;
	text-decoration: none;
	font-weight: 600;
}
.sri-footer__dev a:hover {
	color: #fff;
	text-decoration: underline;
}
.sri-footer__dev-sep {
	opacity: 0.45;
}

@media (max-width: 900px) {
	.sri-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.35rem 1.1rem;
	}
	.sri-footer__brand-col {
		grid-column: 1 / -1;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 0.35rem;
	}
	.sri-footer__brand {
		flex-direction: column;
		align-items: center;
		gap: 0.55rem;
		margin-bottom: 0.55rem;
	}
	.sri-footer__logo {
		width: 56px;
		height: 56px;
	}
	.sri-footer__brand-name {
		font-size: 1.4rem;
		letter-spacing: 0.08em;
	}
	.sri-footer__tag {
		text-align: center;
		margin: 0 auto;
		max-width: 18rem;
		line-height: 1.55;
	}
	.sri-footer__col {
		text-align: left;
	}
	.sri-footer__col h4 {
		text-align: left;
	}
	.sri-footer__contact li {
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 560px) {
	.sri-footer {
		padding: 2.4rem 0 1.25rem;
	}
	.sri-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.45rem 1rem;
		justify-items: stretch;
	}
	.sri-footer__brand-col {
		grid-column: 1 / -1;
		width: 100%;
		align-items: center;
		text-align: center;
	}
	.sri-footer__brand {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.sri-footer__logo {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	.sri-footer__brand-name {
		width: 100%;
		text-align: center;
		font-size: 1.45rem;
	}
	.sri-footer__tag {
		width: 100%;
		text-align: center;
		margin: 0 auto 0.15rem;
		max-width: 16.5rem;
		line-height: 1.55;
		font-size: 0.88rem;
	}
	.sri-footer__col {
		width: 100%;
		min-width: 0;
		text-align: left;
	}
	.sri-footer__col h4 {
		text-align: left;
		font-size: 0.74rem;
		margin-bottom: 0.55rem;
	}
	.sri-footer__col ul {
		justify-items: start;
	}
	.sri-footer__col a {
		font-size: 0.84rem;
	}
	.sri-footer__contact li {
		justify-content: flex-start;
		text-align: left;
		font-size: 0.84rem;
	}
	.sri-footer__bottom {
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap: 0.55rem;
	}
	.sri-footer__dev {
		margin-top: 0.85rem;
		padding-top: 0.75rem;
		flex-direction: column;
		gap: 0.2rem;
		font-size: 0.76rem;
	}
	.sri-footer__dev-sep {
		display: none;
	}
}
