	.contactHero{
		box-sizing:border-box;
		width:100%;
		display:flex;
		justify-content:center;
		padding:24px 16px;
		background-image:var(--hero-bg);
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		position:relative;
		min-height:320px;
	}
	.contactHero *{ box-sizing:border-box; }
	.contactHero::before{
		content:"";
		position:absolute;
		inset:0;
		background:linear-gradient(-135deg, rgba(31,48,94,0.95) 0%, rgba(31,48,94,0.55) 100%);
	}
	.contactHero__inner{
		width:100%;
		max-width:1200px;
		position:relative;
		display:flex;
		flex-direction:column;
		gap:12px;
		align-items:flex-start;
		justify-content:center;
	}
	.contactHero__crumbs{
		display:flex;
		flex-wrap:wrap;
		gap:8px;
		align-items:center;
		font-size:12px;
		line-height:1.8;
		color:rgba(255,255,255,0.88);
	}
	.contactHero__crumbs a{
		color:rgba(255,255,255,0.92);
		text-decoration:none;
	}
	.contactHero__crumbs a:hover{ text-decoration:underline; }
	.contactHero__title{
		font-size:32px;
		font-weight:900;
		line-height:1.35;
		color:#ffffff;
		text-align:right;
		width:100%;
		margin:0;
	}
	.contactHero__sub{
		font-size:12px;
		line-height:1.9;
		color:rgba(255,255,255,0.9);
		max-width:80ch;
		text-align:right;
		margin:0;
	}
	.contactHero__btns{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
		align-items:center;
	}
	.btn{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		text-decoration:none;
		font-size:12px;
		line-height:1;
		border-radius:9999px;
		padding:12px 14px;
		border:1px solid rgba(15,23,42,0.10);
		background:#ffffff;
		color:#0f172a;
		cursor:pointer;
		font-family: 'Yekan Bakh';
	}
	.btnPrimary{
		background:#B89B5E;
		border-color:#B89B5E;
		color:#ffffff;
	}
	.btn:focus{
		outline:2px solid #ffffff;
		outline-offset:2px;
	}

	.contactWrap{
		box-sizing:border-box;
		width:100%;
		display:flex;
		justify-content:center;
		padding:32px 16px 96px;
		background:linear-gradient(135deg, rgba(140,147,168,0.10) 0%, rgba(140,147,168,0.04) 55%, rgba(140,147,168,0.00) 100%);
	}
	.contactWrap *{ box-sizing:border-box; }
	.contact{
		width:100%;
		max-width:1200px;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.contactHead{
		display:flex;
		flex-direction:column;
		gap:8px;
		align-items:center;
	}
	.contactKicker{
		font-size:12px;
		line-height:1.5;
		color:#475569;
		display:flex;
		align-items:center;
		gap:6px;
	}
	.contactSlash{ color:#B89B5E; }
	.contactTitle{
		font-size:16px;
		line-height:1.6;
		color:#0f172a;
		text-align:center;
		font-weight:900;
	}
	.contactSub{
		font-size:12px;
		line-height:1.9;
		color:#334155;
		text-align:center;
		max-width:90ch;
	}

	.grid{
		width:100%;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.col{
		width:100%;
		min-width:0;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.card{
		border:1px solid #e2e8f0;
		border-radius:16px;
		background:#ffffff;
		box-shadow:0 8px 24px rgba(15,23,42,0.06);
		overflow:hidden;
	}
	.pad{
		padding:16px;
		display:flex;
		flex-direction:column;
		gap:12px;
		min-width:0;
	}
	.cardTitle{
		font-size:12px;
		line-height:1.6;
		color:#0f172a;
		font-weight:900;
	}

	.infoGrid{
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:12px;
	}
	.info{
		border:1px solid rgba(15,23,42,0.10);
		border-radius:16px;
		background:#ffffff;
		padding:14px;
		box-shadow:0 8px 24px rgba(15,23,42,0.04);
		display:flex;
		flex-direction:column;
		gap:10px;
		min-width:0;
	}
	.infoTop{
		display:flex;
		gap:10px;
		align-items:flex-start;
	}
	.icon{
		width:40px;
		height:40px;
		border-radius:16px;
		background:#e9edf6;
		display:flex;
		align-items:center;
		justify-content:center;
		flex:0 0 auto;
	}
	.icon svg{
		width:20px;
		height:20px;
		display:block;
		fill:#0f172a;
	}
	.infoBody{
		display:flex;
		flex-direction:column;
		gap:6px;
		min-width:0;
	}
	.infoK{
		font-size:12px;
		line-height:1.6;
		color:#0f172a;
		font-weight:800;
	}
	.infoV{
		font-size:12px;
		line-height:2;
		color:#334155;
		word-break:break-word;
	}
	.infoActions{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
		align-items:center;
	}

	.mapWrap{
		width:100%;
		display:flex;
	}
	.map{
		width:100%;
		aspect-ratio:16/9;
		border:0;
		display:block;
	}

	.note{
		border-radius:16px;
		background:#e9edf6;
		padding:16px;
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	.noteText{
		font-size:12px;
		line-height:2;
		color:#0f172a;
	}

	@media (max-width:640px){
		.infoGrid{ grid-template-columns:1fr; }
		.contactHero__inner{ align-items:center; }
		.contactHero__title{ text-align:center; font-size:24px; }
		.contactHero__sub{ text-align:center; }
		.contactHero__crumbs{ justify-content:center; }
	}
	@media (min-width:900px){
		.contactHero{ min-height:420px; padding:48px 16px; }
		.grid{
			display:grid;
			grid-template-columns:minmax(0,1fr) 420px;
			gap:16px;
			align-items:start;
		}
		.colSticky{
			position:sticky;
			top:16px;
		}
	}