/**
 * SWEB — Footer
 * Calibrat 1:1 din Figma (Footer Follies #16122:5114): fundal imagine + overlay cream,
 * colțuri rotunjite sus 40px, coloane linkuri, logo mare maro, credite.
 */
.sweb-footer {
	position: relative;
	width: 100%;
	margin-top: clamp(32px, 21.33px + 2.963vw, 64px);
	padding: clamp(32px, 26.67px + 1.481vw, 48px) 0 0;
	border-radius: clamp(24px, 18.67px + 1.481vw, 40px) clamp(24px, 18.67px + 1.481vw, 40px) 0 0;
	background: #FEFAF0 center/cover no-repeat;
	background-image: url('../../img/texture-cream.jpg');
	overflow: hidden;
	color: #4E220B;
}
/* Footer Follies — fundal dedicat */
.sweb-brand--follies .sweb-footer { background-image: url('/wp-content/uploads/2026/07/bg-follies-max-res.jpg'); }
.sweb-footer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(254,250,240,0.25);
	z-index: 0;
}
.sweb-footer__inner {
	position: relative;
	z-index: 1;
	max-width: 1344px;
	margin: 0 auto;
	padding: 0 0 clamp(20px, 18.67px + 0.3704vw, 24px);
	display: flex;
	flex-direction: column;
	gap: clamp(24px, 18.67px + 1.481vw, 40px);
}

/* Coloane linkuri — flex cu space-between; fiecare coloană la lățimea conținutului */
.sweb-footer__cols {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: clamp(16px, 5.33px + 2.963vw, 48px);
}
.sweb-footer__col { width: fit-content; }
.sweb-footer__title {
	margin: 0 0 clamp(10px, 8px + 0.5556vw, 16px);
	padding-bottom: 8px;
	border-bottom: 1px solid #947362;
	font-family: var(--sweb-font-title, 'Freeman', sans-serif);
	font-size: clamp(16px, 14.67px + 0.3704vw, 20px);
	color: #4E220B;
}
.sweb-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(8px, 6.67px + 0.3704vw, 12px);
}
.sweb-footer__links a,
.sweb-footer__links span {
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 12.33px + 0.1852vw, 15px);
	font-weight: 500;
	color: #4E220B;
	opacity: 0.85;
	text-decoration: none;
}
.sweb-footer__links a:hover { opacity: 1; font-weight: 700; }

/* Logo mare maro — la sfârșit (după rândul de credite) */
.sweb-footer__logo { order: 3; text-align: center; }
.sweb-footer__logo img {
	width: clamp(240px, 173.33px + 18.52vw, 440px);
	height: auto;
	object-fit: contain;
}

/* Credite jos */
.sweb-footer__bottom {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	border-top: 1px solid rgba(78,34,11,0.15);
	padding-top: clamp(12px, 10.67px + 0.3704vw, 16px);
}
.sweb-footer__copy {
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 12px + 0.2778vw, 16px);
	color: #704D37;
	opacity: 0.8;
}
.sweb-footer__made {
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 12px + 0.2778vw, 16px);
	color: #4E220B;
	text-wrap: balance;
}
.sweb-footer__made strong { font-weight: 600; }

@media (max-width: 768px) {
	.sweb-footer__cols { justify-content: flex-start; gap: 24px 32px; }
	.sweb-footer__col { width: calc(50% - 16px); }
	.sweb-footer__bottom { justify-content: center; text-align: center; }
}

/* Iconuri în coloana Contact */
.sweb-footer__link--icon a,
.sweb-footer__link--icon .sweb-footer__linktext {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.sweb-footer__ic {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: var(--sweb-c-primary, #D35A0C);
}

/* === SWEB 1344 inner (recuperat) — padding lateral 0/20/16 === */
@media (max-width: 1344px) { .sweb-footer__inner { padding-left: 20px; padding-right: 20px; } }
@media (max-width: 768px) { .sweb-footer__inner { padding-left: 16px; padding-right: 16px; } }
/* titluri footer bold (recuperat din Customizer) */
.sweb-footer__title { font-weight: 600 !important; }

/* Badge-uri SOL/SAL in coloana Contact */
.sweb-footer__badges { display: flex; flex-wrap: nowrap; gap: clamp(4px, 0px + 1.111vw, 16px); margin-top: 16px; }
.sweb-footer__badge { flex: 1 1 0; min-width: 0; display: block; }
.sweb-footer__badge img { width: 100%; height: auto; display: block; }
